
org.sonar.l10n.java.rules.java.S888.json Maven / Gradle / Ivy
The newest version!
{
"title": "Equality operators should not be used in \"for\" loop termination conditions",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"cwe",
"cert",
"suspicious"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-888",
"sqKey": "S888",
"scope": "Main",
"securityStandards": {
"CERT": [
"MSC21-C."
],
"CWE": [
835
]
},
"quickfix": "unknown"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy