Skip to content

Do not use a score in autograding. #853

Do not use a score in autograding.

Do not use a score in autograding. #853

GitHub Actions / Quality Checks succeeded Dec 17, 2023 in 0s

Quality Checks

  • 🚦 Tests: 1109 tests passed
  • 👣 Code Coverage: 92% coverage achieved
  • ⚠️ Warnings: 193 warnings found (0 error, 0 high, 187 normal, 6 low)

Details

☀️ Quality Checks

🚦 Tests

Name Passed Skipped Failed Total
Unittests 1109 0 0 1109

⚠️ Warnings

Name Errors Warning High Warning Normal Warning Low Total
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

👣 Code Coverage

Name Covered % Missed %
Line Coverage 96 4
Branch Coverage 88 12
Total Ø 92 8

🔬 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: Varifier

Consider using `var` here to avoid boilerplate.

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 / Quality Checks

Error Prone: PreferredInterfaceType

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

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

See this annotation in the file changed.

@github-actions github-actions / Quality Checks

Error Prone: PreferredInterfaceType

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

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

See this annotation in the file changed.

@github-actions github-actions / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: 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 / Quality Checks

Error Prone: Varifier

Consider using `var` here to avoid boilerplate.

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

See this annotation in the file changed.

@github-actions github-actions / Quality Checks

Error Prone: Varifier

Consider using `var` here to avoid boilerplate.

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

See this annotation in the file changed.

@github-actions github-actions / Quality Checks

Error Prone: Varifier

Consider using `var` here to avoid boilerplate.

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

See this annotation in the file changed.

@github-actions github-actions / Quality Checks

Error Prone: Varifier

Consider using `var` here to avoid boilerplate.

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

See this annotation in the file changed.

@github-actions github-actions / Quality Checks

Error Prone: Varifier

Consider using `var` here to avoid boilerplate.