Skip to content

edit confluency limit #589

edit confluency limit

edit confluency limit #589

Triggered via push January 1, 2025 03:07
Status Success
Total duration 30s
Artifacts

lint.yml

on: push
run-checkstyle-lint
22s
run-checkstyle-lint
update-lint-badges
0s
update-lint-badges
Fit to window
Zoom out
Zoom in

Annotations

261 errors and 1 warning
[checkstyle] src/arcade/patch/agent/action/PatchActionTreat.java#L307 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L307
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#L318 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L318
'}' 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#L321 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L321
'}' 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/cell/PatchCell.java#L335 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/cell/PatchCell.java#L335
Class 'PatchCell' looks like designed for extension (can be subclassed), but the method 'isStopped' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchCell' final or making the method 'isStopped' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/patch/agent/process/PatchProcessInflammation.java#L248 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/process/PatchProcessInflammation.java#L248
Class 'PatchProcessInflammation' looks like designed for extension (can be subclassed), but the method 'setInternal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammation' final or making the method 'setInternal' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/patch/agent/process/PatchProcessInflammation.java#L275 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/process/PatchProcessInflammation.java#L275
Class 'PatchProcessInflammation' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PatchProcessInflammation' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method.
[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#L27 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/action/PatchActionResetTest.java#L27
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/PatchCellCARTCD8Test.java#L38 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/cell/PatchCellCARTCD8Test.java#L38
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#L38 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/cell/PatchCellCARTCD4Test.java#L38
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#L23 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/process/PatchProcessMetabolismCARTTest.java#L23
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#L25 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/process/PatchProcessInflammationTest.java#L25
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-checkstyle-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636