Skip to content

linting

linting #704

Triggered via push January 21, 2025 20:25
Status Success
Total duration 59s
Artifacts 1

build.yml

on: push
run-gradle-build
50s
run-gradle-build
publish-jacoco-coverage
0s
publish-jacoco-coverage
update-build-badges
0s
update-build-badges
Fit to window
Zoom out
Zoom in

Annotations

152 errors and 1 warning
[checkstyle] src/arcade/patch/agent/action/PatchActionTreat.java#L308 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L308
Class 'PatchActionTreat' looks like designed for extension (can be subclassed), but the method 'checkLocationSpace' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchActionTreat' final or making the method 'checkLocationSpace' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/patch/agent/action/PatchActionTreat.java#L319 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L319
'}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
[checkstyle] src/arcade/patch/agent/action/PatchActionTreat.java#L322 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L322
'}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
[checkstyle] src/arcade/patch/agent/process/PatchProcessInflammationCD8.java#L41 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/process/PatchProcessInflammationCD8.java#L41
Class 'PatchProcessInflammationCD8' looks like designed for extension (can be subclassed), but the method 'stepProcess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammationCD8' final or making the method 'stepProcess' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/action/PatchActionTreatTest.java#L33 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/action/PatchActionTreatTest.java#L33
Class 'PatchActionTreatTest' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchActionTreatTest' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/action/PatchActionKillTest.java#L29 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/action/PatchActionKillTest.java#L29
Class 'PatchActionKillTest' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchActionKillTest' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/action/PatchActionResetTest.java#L28 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/action/PatchActionResetTest.java#L28
Class 'PatchActionResetTest' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchActionResetTest' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/cell/PatchCellCARTTest.java#L57 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/cell/PatchCellCARTTest.java#L57
Class 'PatchCellCARTTest' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchCellCARTTest' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/cell/PatchCellCARTCD8Test.java#L34 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/cell/PatchCellCARTCD8Test.java#L34
Class 'PatchCellCARTCD8Test' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchCellCARTCD8Test' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/cell/PatchCellCARTCD4Test.java#L34 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/cell/PatchCellCARTCD4Test.java#L34
Class 'PatchCellCARTCD4Test' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchCellCARTCD4Test' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/process/PatchProcessInflammationCD8Test.java#L29 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/process/PatchProcessInflammationCD8Test.java#L29
Class 'PatchProcessInflammationCD8Test' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammationCD8Test' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/process/PatchProcessMetabolismCARTTest.java#L40 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/process/PatchProcessMetabolismCARTTest.java#L40
Class 'PatchProcessMetabolismCARTTest' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessMetabolismCARTTest' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/process/PatchProcessInflammationTest.java#L42 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/process/PatchProcessInflammationTest.java#L42
Class 'PatchProcessInflammationTest' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammationTest' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] test/arcade/patch/agent/process/PatchProcessInflammationCD4Test.java#L29 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/process/PatchProcessInflammationCD4Test.java#L29
Class 'PatchProcessInflammationCD4Test' looks like designed for extension (can be subclassed), but the method 'setUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammationCD4Test' final or making the method 'setUp' static/final/abstract/empty, or adding allowed annotation for the method.
run-gradle-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
jacoco-coverage
899 KB