Skip to content

making inflammation il2 binding rate variables more readable #740

making inflammation il2 binding rate variables more readable

making inflammation il2 binding rate variables more readable #740

Triggered via push January 29, 2025 19:57
Status Success
Total duration 28s
Artifacts

lint.yml

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

Annotations

50 errors
[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/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.