Skip to content

added inverted division stem cell types #163

added inverted division stem cell types

added inverted division stem cell types #163

Triggered via push August 5, 2024 09:44
Status Success
Total duration 38s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

152 errors and 2 warnings
[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L296 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/env/location/PottsLocation.java#L296
Class 'PottsLocation' looks like designed for extension (can be subclassed), but the method 'splitHalvesVerticallyReturnRandomHalf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsLocation' final or making the method 'splitHalvesVerticallyReturnRandomHalf' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L320 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/env/location/PottsLocation.java#L320
Class 'PottsLocation' looks like designed for extension (can be subclassed), but the method 'splitHalvesVerticallyReturnLeftHalf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsLocation' final or making the method 'splitHalvesVerticallyReturnLeftHalf' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L341 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/env/location/PottsLocation.java#L341
Class 'PottsLocation' looks like designed for extension (can be subclassed), but the method 'splitTwoThirdsOneThirdKeepTopTwoThirds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsLocation' final or making the method 'splitTwoThirdsOneThirdKeepTopTwoThirds' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L360 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/env/location/PottsLocation.java#L360
Class 'PottsLocation' looks like designed for extension (can be subclassed), but the method 'getTopTwoThirds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsLocation' final or making the method 'getTopTwoThirds' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L388 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/env/location/PottsLocation.java#L388
Class 'PottsLocation' looks like designed for extension (can be subclassed), but the method 'getTopOneThird' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsLocation' final or making the method 'getTopOneThird' static/final/abstract/empty, or adding allowed annotation for the method.
[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L416 <com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck>: src/arcade/potts/env/location/PottsLocation.java#L416
Class 'PottsLocation' looks like designed for extension (can be subclassed), but the method 'splitOneThirdTwoThirdsKeepBottomTwoThirds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PottsLocation' final or making the method 'splitOneThirdTwoThirdsKeepBottomTwoThirds' static/final/abstract/empty, or adding allowed annotation for the method.
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 uses Node.js version which is deprecated 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/