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

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

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: