Skip to content

changing inflammation rules #331

changing inflammation rules

changing inflammation rules #331

Triggered via push October 23, 2024 22:52
Status Failure
Total duration 49s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

902 errors and 1 warning
build
Process completed with exit code 1.
[checkstyle] src/arcade/patch/agent/action/PatchActionTreat.java#L154 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L154
'}' at column 69 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#L155 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L155
'}' at column 76 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#L233 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L233
'}' at column 3 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#L236 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L236
'}' at column 3 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#L239 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L239
'}' at column 3 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#L255 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L255
'}' at column 2 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#L258 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L258
'}' at column 2 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#L261 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L261
'}' at column 2 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#L318 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L318
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#L328 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L328
'}' at column 34 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#L329 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/action/PatchActionTreat.java#L329
'}' at column 45 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/PatchProcessInflammation.java#L233 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/process/PatchProcessInflammation.java#L233
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/PatchProcessInflammation.java#L244 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/process/PatchProcessInflammation.java#L244
'}' at column 33 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#L43 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/process/PatchProcessInflammationCD8.java#L43
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] src/arcade/patch/agent/cell/PatchCellCART.java#L69 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>: src/arcade/patch/agent/cell/PatchCellCART.java#L69
Block comment has incorrect indentation level 6, expected is 5, indentation should be the same level as line 70.
[checkstyle] src/arcade/patch/agent/cell/PatchCellCART.java#L84 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>: src/arcade/patch/agent/cell/PatchCellCART.java#L84
Block comment has incorrect indentation level 4, expected is 5, indentation should be the same level as line 85.
[checkstyle] src/arcade/patch/agent/cell/PatchCellCART.java#L286 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>: src/arcade/patch/agent/cell/PatchCellCART.java#L286
Block comment has incorrect indentation level 5, expected is 4, indentation should be the same level as line 291.
[checkstyle] src/arcade/patch/agent/cell/PatchCell.java#L269 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/cell/PatchCell.java#L269
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/cell/PatchCellTissue.java#L27 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>: src/arcade/patch/agent/cell/PatchCellTissue.java#L27
Block comment has incorrect indentation level 4, expected is 1, indentation should be the same level as line 28.
result
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/