Skip to content

Add YoctoScannerParser

ci.jenkins.io / Java Compiler succeeded Aug 31, 2024 in 0s

6 new issues

Total New Outstanding Fixed Trend
6 6 0 1 👎

Reference build: Plugins » analysis-model » main #244

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 6 0

Annotations

Check warning on line 50 in src/main/java/edu/hm/hafner/analysis/parser/YoctoScannerParser.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Java Compiler

checkstyle:check

NORMAL:
(coding) EqualsAvoidNull: String literal expressions should be on the left side of an equals comparison.

Check warning on line 69 in src/main/java/edu/hm/hafner/analysis/parser/YoctoScannerParser.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Java Compiler

checkstyle:check

NORMAL:
(naming) LocalVariableName: Name 'score_v2' must match pattern '^[a-z][a-zA-Z0-9]*$'.

Check warning on line 70 in src/main/java/edu/hm/hafner/analysis/parser/YoctoScannerParser.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Java Compiler

checkstyle:check

NORMAL:
(naming) LocalVariableName: Name 'score_v3' must match pattern '^[a-z][a-zA-Z0-9]*$'.

Check warning on line 85 in src/main/java/edu/hm/hafner/analysis/parser/YoctoScannerParser.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Java Compiler

checkstyle:check

NORMAL:
(blocks) RightCurly: '}' at column 9 should be alone on a line.

Check warning on line 105 in src/main/java/edu/hm/hafner/analysis/parser/YoctoScannerParser.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Java Compiler

checkstyle:check

NORMAL:
(blocks) NeedBraces: 'if' construct must use '{}'s.

Check warning on line 17 in src/test/java/edu/hm/hafner/analysis/parser/YoctoScannerParserTest.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Java Compiler

checkstyle:check

NORMAL:
(regexp) RegexpMultiline: No empty lines after opening curly braces allowed