
org.sonar.l10n.java.rules.java.S1319.json Maven / Gradle / Ivy
The newest version!
{
"title": "Declarations should use Java collection interfaces such as \"List\" rather than specific implementation classes such as \"LinkedList\"",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CONVENTIONAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"bad-practice"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-1319",
"sqKey": "S1319",
"scope": "Main",
"quickfix": "covered"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy