Skip to content

ran spotlessApply #1727

ran spotlessApply

ran spotlessApply #1727

Triggered via push July 14, 2026 16:25
Status Failure
Total duration 22s
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

83 errors and 9 warnings
[checkstyle] src/arcade/potts/agent/module/PottsModuleFlyStemProliferation.java#L279 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/module/PottsModuleFlyStemProliferation.java#L279
Class 'PottsModuleFlyStemProliferation' looks like designed for extension (can be subclassed), but the method 'updateVolumeBasedGrowthRate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsModuleFlyStemProliferation' final or making the method 'updateVolumeBasedGrowthRate' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/agent/module/PottsModuleFlyStemProliferation.java#L325 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/module/PottsModuleFlyStemProliferation.java#L325
Class 'PottsModuleFlyStemProliferation' looks like designed for extension (can be subclassed), but the method 'updateGrowthRateBasedOnOtherNBs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsModuleFlyStemProliferation' final or making the method 'updateGrowthRateBasedOnOtherNBs' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/agent/module/PottsModuleFlyStemProliferation.java#L813 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/module/PottsModuleFlyStemProliferation.java#L813
Class 'PottsModuleFlyStemProliferation' looks like designed for extension (can be subclassed), but the method 'getNBsInSimulation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsModuleFlyStemProliferation' final or making the method 'getNBsInSimulation' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/agent/module/PottsModuleProliferationVolumeBasedDivision.java#L72 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/module/PottsModuleProliferationVolumeBasedDivision.java#L72
Class 'PottsModuleProliferationVolumeBasedDivision' looks like designed for extension (can be subclassed), but the method 'updateCellVolumeBasedGrowthRate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsModuleProliferationVolumeBasedDivision' final or making the method 'updateCellVolumeBasedGrowthRate' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/agent/module/PottsModuleFlyGMCDifferentiation.java#L119 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/module/PottsModuleFlyGMCDifferentiation.java#L119
Class 'PottsModuleFlyGMCDifferentiation' looks like designed for extension (can be subclassed), but the method 'updateGrowthRate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsModuleFlyGMCDifferentiation' final or making the method 'updateGrowthRate' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L100 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/cell/PottsCellFlyStem.java#L100
Class 'PottsCellFlyStem' looks like designed for extension (can be subclassed), but the method 'setApicalAxis' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsCellFlyStem' final or making the method 'setApicalAxis' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L124 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/cell/PottsCellFlyStem.java#L124
Class 'PottsCellFlyStem' looks like designed for extension (can be subclassed), but the method 'make' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsCellFlyStem' final or making the method 'make' static/final/abstract/empty, or adding allowed annotation for the method.
run-checkstyle-lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/