Skip to content

Merge pull request #981 from jenkinsci/dependabot/github_actions/acti… #847

Merge pull request #981 from jenkinsci/dependabot/github_actions/acti…

Merge pull request #981 from jenkinsci/dependabot/github_actions/acti… #847

GitHub Actions / Autograding results succeeded Dec 1, 2023 in 1s

Autograding results

Total score: 192/300 (unit tests: 100/100, code coverage: 92/100, analysis: 0/100)

Details

Total score: 192/300

🚦 JUnit: 100 of 100 🚦

Name Passed Skipped Failed Impact
Unittests 1109 0 0 0
💰 - -1 -5 📒

⚠️ Warnings: 0 of 100 ⚠️

Name Errors Warning High Warning Normal Warning Low Impact
CheckStyle 0 0 0 0 0
PMD 0 0 0 0 0
Error Prone 0 0 187 0 -187
SpotBugs 0 0 0 6 -6
Total 0 0 187 6 -193
💰 -1 -1 -1 -1 📒

🐾 JaCoCo: 92 of 100 🐾

Name Covered % Missed % Impact
Line Coverage 96 4 -4
Branch Coverage 88 12 -12
Total Ø 92 8 -8
💰 - -1 📒

🦠 Mutation Coverage Score: not enabled 🦠

Annotations

Check warning on line 33 in src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 65 in src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 103 in src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

YodaCondition

The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.

Check warning on line 103 in src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

YodaCondition

The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.

Check warning on line 104 in src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

YodaCondition

The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.

Check warning on line 104 in src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

YodaCondition

The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.

Check warning on line 112 in src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

YodaCondition

The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.

Check warning on line 88 in src/main/java/edu/hm/hafner/analysis/ReaderFactory.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 145 in src/main/java/edu/hm/hafner/analysis/ReaderFactory.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 1257 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

PreferredInterfaceType

Variable type can use a more specific type to convey more information to callers.

Check warning on line 1278 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

PreferredInterfaceType

Variable type can use a more specific type to convey more information to callers.

Check warning on line 1256 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

PreferredInterfaceType

Variable type can use a more specific type to convey more information to callers.

Check warning on line 161 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

YodaCondition

The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.

Check warning on line 261 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

CanIgnoreReturnValueSuggester

Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.

Check warning on line 288 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

CanIgnoreReturnValueSuggester

Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.

Check warning on line 307 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

CanIgnoreReturnValueSuggester

Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.

Check warning on line 324 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

CanIgnoreReturnValueSuggester

Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.

Check warning on line 829 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 841 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 873 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 989 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 1100 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 1108 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 1116 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.

Check warning on line 1128 in src/main/java/edu/hm/hafner/analysis/Report.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

Varifier

Consider using `var` here to avoid boilerplate.