-
Bug
-
Resolution: Delivered
-
P4
-
None
-
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.
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.
- relates to
-
JDK-8285504 Minor cleanup could be done in javax.net
- Resolved
-
JDK-8290975 Minor cleanup could be done in javax.security
- Resolved
-
JDK-8291509 Minor cleanup could be done in sun.security
- Resolved
-
JDK-8333364 Minor cleanup could be done in com.sun.crypto.provider
- Closed
-
JDK-8284112 Minor cleanup could be done in javax.crypto
- Resolved
-
JDK-8284688 Minor cleanup could be done in java.security.jgss
- Resolved
-
JDK-8285263 Minor cleanup could be done in java.security
- Resolved
(2 relates to)