org.sonar.l10n.delphi.rules.community-delphi.InstanceInvokedConstructor.json Maven / Gradle / Ivy
The newest version!
{
"title": "Constructors should not be invoked on object variables",
"type": "BUG",
"status": "ready",
"remediation": {
"func": "Constant/Issue",
"constantCost": "10min"
},
"code": {
"attribute": "LOGICAL",
"impacts": {
"RELIABILITY": "MEDIUM"
}
},
"tags": ["suspicious", "pitfall"],
"defaultSeverity": "Major",
"scope": "ALL",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy