Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8297414

Remove easy warnings in javafx.controls

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • jfx20
    • jfx20
    • javafx
    • b10

    Description

      - 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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: