-
Bug
-
Resolution: Unresolved
-
P4
-
16, 17, 18
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
The JDK source code contains the following redundant boolean operations which have no effect; some of them could be simplified and some might be bugs.
- https://github.com/openjdk/jdk/blob/7fc3a8d052bfb8d31fedec56f72b10a40ba7bf83/src/java.desktop/unix/classes/sun/font/DoubleByteEncoder.java#L207
`true &&` can be removed
The JDK source code contains the following redundant boolean operations which have no effect; some of them could be simplified and some might be bugs.
- https://github.com/openjdk/jdk/blob/7fc3a8d052bfb8d31fedec56f72b10a40ba7bf83/src/java.desktop/unix/classes/sun/font/DoubleByteEncoder.java#L207
`true &&` can be removed
- clones
-
JDK-8275767 JDK source code contains redundant boolean operations in jdk.charsets
-
- Resolved
-