Skip to content

adding treat module #326

adding treat module

adding treat module #326

Triggered via push October 23, 2024 22:48
Status Success
Total duration 59s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

858 errors and 2 warnings
[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#L226 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/patch/agent/process/PatchProcessInflammation.java#L226
Class 'PatchProcessInflammation' 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 'PatchProcessInflammation' final or making the method 'stepProcess' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/patch/agent/process/PatchProcessInflammation.java#L237 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>: src/arcade/patch/agent/process/PatchProcessInflammation.java#L237
'}' 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 'step' 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 'step' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/patch/agent/cell/PatchCellCART.java#L67 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>: src/arcade/patch/agent/cell/PatchCellCART.java#L67
Block comment has incorrect indentation level 6, expected is 5, indentation should be the same level as line 68.
[checkstyle] src/arcade/patch/agent/cell/PatchCellCART.java#L82 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>: src/arcade/patch/agent/cell/PatchCellCART.java#L82
Block comment has incorrect indentation level 4, expected is 5, indentation should be the same level as line 83.
[checkstyle] src/arcade/patch/agent/cell/PatchCellCART.java#L279 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>: src/arcade/patch/agent/cell/PatchCellCART.java#L279
Block comment has incorrect indentation level 5, expected is 4, indentation should be the same level as line 284.
[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.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/