Skip to content

updating CART docstring and variable names #753

updating CART docstring and variable names

updating CART docstring and variable names #753

Triggered via push January 29, 2025 23:40
Status Success
Total duration 31s
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

49 errors
[checkstyle] test/arcade/patch/agent/cell/PatchCellCARTTest.java#L70 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: test/arcade/patch/agent/cell/PatchCellCARTTest.java#L70
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/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/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.