-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 18
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8276868 | 17.0.3-oracle | Alex Kasko | P4 | Resolved | Fixed | b01 |
JDK-8276712 | 17.0.2 | Alex Kasko | P4 | Resolved | Fixed | b04 |
SonarCloud reports:
"Remove or correct this useless self-assignment."
if (cipherAlgo.equals("AES")) {
this.keysize = keysize; // <---- here
switch (keysize) {
case 128:
cipherAlgo_OID = aes128CBC_OID;
Seems to be here since initial addition inJDK-6383200.
"Remove or correct this useless self-assignment."
if (cipherAlgo.equals("AES")) {
this.keysize = keysize; // <---- here
switch (keysize) {
case 128:
cipherAlgo_OID = aes128CBC_OID;
Seems to be here since initial addition in
- backported by
-
JDK-8276712 Useless initialization in com/sun/crypto/provider/PBES2Parameters.java
-
- Resolved
-
-
JDK-8276868 Useless initialization in com/sun/crypto/provider/PBES2Parameters.java
-
- Resolved
-
- relates to
-
JDK-6383200 PBE: need new algorithm support in password based encryption
-
- Closed
-
- links to
-
Commit openjdk/jdk17u/229cb350
-
Commit openjdk/jdk/e515873f
-
Review openjdk/jdk17u/122
-
Review openjdk/jdk/4570
(2 links to)