File tree Expand file tree Collapse file tree
external-reports/src/main/resources/org/sonar/l10n/java/rules/spotbugs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 909909 "severity" : " MAJOR" ,
910910 "url" : " https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#ei-expose-static-rep2"
911911 },
912+ {
913+ "key" : " ENV_USE_PROPERTY_INSTEAD_OF_ENV" ,
914+ "name" : " Bad practice - It is preferable to use portable Java property instead of environment variable." ,
915+ "type" : " CODE_SMELL" ,
916+ "severity" : " MAJOR" ,
917+ "url" : " https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#env-use-property-instead-of-env"
918+ },
912919 {
913920 "key" : " EOS_BAD_END_OF_STREAM_CHECK" ,
914921 "name" : " Correctness - Data read is converted before comparison to -1" ,
22742281 "severity" : " MAJOR" ,
22752282 "url" : " https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#pi-do-not-reuse-public-identifiers-field-names"
22762283 },
2277- {
2278- "key" : " PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_INNER_CLASS_NAMES" ,
2279- "name" : " Bad practice - Do not reuse public identifiers from JSL as inner name" ,
2280- "type" : " CODE_SMELL" ,
2281- "severity" : " MAJOR" ,
2282- "url" : " https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#pi-do-not-reuse-public-identifiers-inner-class-names"
2283- },
22842284 {
22852285 "key" : " PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_LOCAL_VARIABLE_NAMES" ,
22862286 "name" : " Bad practice - Do not reuse public identifiers from JSL as method name" ,
You can’t perform that action at this time.
0 commit comments