Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7902389

Refactoring: misc part 2

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • st4.0
    • st4.0
    • 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)

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

              Created:
              Updated:
              Resolved: