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

Minor cleanups could be done throughout the security code base

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Delivered
    • Icon: P4 P4
    • 24
    • None
    • security-libs
    • Fix Understood
    • Verified

      While fixing JDK-8273045, IntelliJ pointed out a lot of minor issues with our code base that could be fixed very easily as a starter-bug to learn the process.

      Unused import statements.
      extraneous public/final/static on Interfaces
      fields could be final
      modifiers are redundant for inner enums
      etc.

      I've explored these directories:
          java.security
          javax.net
          javax.crypto
          javax.security

      Also consider the sun.security.*, com.sun.crypto.provider, and the jdk.crypto modules, in addition to the others. Open and closed.

            mpowers Mark Powers
            wetmore Bradford Wetmore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: