-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 16, 17, 18
-
Component/s: client-libs
-
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
-