Uploaded image for project: 'Policy Framework'
  1. Policy Framework
  2. POLICY-3389

Use lombok annotations instead of hashCode, equals, toString, get, set

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Medium Medium
    • Istanbul Release
    • None
    • None
    • None
    • Policy 12/7-26/7, Policy 28/7-17/9

      Classes should be modified to use lombok annotations where possible.  In some cases, the toString annotation that may result in a much more verbose message - those should not be modified, but most of them can be. Some obvious candidates:

      • Getter
      • Setter
      • EqualsAndHashCode
      • ToString
      • NoArgsConstructor (can use "access = AccessLevel.PRIVATE" to make it private)
      • AllArgsConstructor

            jrh3 jrh3
            jrh3 jrh3
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: