Remove easy warnings in javafx.controls

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jfx20
    • Affects Version/s: jfx20
    • Component/s: javafx
    • b10

      - Remove unsupported/unnecessary SuppressWarning annotations
      - Remove reduntant type specifications (use diamond operator)
      - Remove unused or duplicate imports
      - Remove unnecessary casts (type is already correct type or can be autoboxed)
      - Remove unnecessary semi-colons (at end of class definitions, or just repeated ones)
      - Remove redundant super interfaces (interface that is already inherited)
      - Remove unused type parameters
      - Remove declared checked exceptions that are never thrown
      - Add missing @Override annotations

            Assignee:
            John Hendrikx
            Reporter:
            John Hendrikx
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: