org.sonar.l10n.java.rules.java.S6206.json Maven / Gradle / Ivy
{
"title": "Records should be used instead of ordinary classes when representing immutable data structure",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "20min"
},
"tags": [
"java16"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6206",
"sqKey": "S6206",
"scope": "Main",
"quickfix": "unknown"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy