Refactoring: misc part 2

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • st4.0
    • Affects Version/s: st4.0
    • Component/s: tools
    • None

      For easier code reading the following refactoring can be done:
      - Modifier 'private' is redundant for enum constructors (remove)
      - Modifier 'public' is redundant for interface fields (remove)
      - Modifier 'static' is redundant for interface fields (remove)
      - Modifier 'final' is redundant for interface fields (remove)
      - Unnecessary semicolon (remove)
      - Merge sequential if's
      - Remove exception in throws if more general exception listed
      - Remove unused imports
      - Redundant boxing/unboxing
      -Unnecessary zero length array usage (replace with EMPTY_ARRAY, etc)

            Assignee:
            Victor Rudometov
            Reporter:
            Victor Rudometov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: