Skip to content

changed some bad variable names #191

changed some bad variable names

changed some bad variable names #191

Triggered via push September 23, 2024 19:03
Status Success
Total duration 1m 1s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

265 errors and 1 warning
[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L50 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/cell/PottsCellFlyStem.java#L50
Class 'PottsCellFlyStem' looks like designed for extension (can be subclassed), but the method 'getSplitOffsetPercent' 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 'getSplitOffsetPercent' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L54 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/cell/PottsCellFlyStem.java#L54
Class 'PottsCellFlyStem' looks like designed for extension (can be subclassed), but the method 'getSplitDirection' 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 'getSplitDirection' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L58 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/cell/PottsCellFlyStem.java#L58
Class 'PottsCellFlyStem' looks like designed for extension (can be subclassed), but the method 'getVoxelGroupSelectionProbability' 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 'getVoxelGroupSelectionProbability' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L62 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/agent/cell/PottsCellFlyStem.java#L62
Class 'PottsCellFlyStem' looks like designed for extension (can be subclassed), but the method 'makeDaughterCell' 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 'makeDaughterCell' static/final/abstract/empty, or adding allowed annotation for the method.
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/