Skip to content

fixed accidental changing of cell offsetPercents field #192

fixed accidental changing of cell offsetPercents field

fixed accidental changing of cell offsetPercents field #192

GitHub Actions / checkstyle completed Sep 23, 2024 in 0s

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (22)

test/arcade/potts/env/location/PottsLocationTest.java|1419| Line is longer than 120 characters (found 132).
test/arcade/potts/env/location/PottsLocationTest.java|1439| Line is longer than 120 characters (found 132).
test/arcade/potts/env/location/PottsLocationTest.java|1538| Line is longer than 120 characters (found 124).
test/arcade/potts/env/location/PottsLocationTest.java|1597| Line is longer than 120 characters (found 132).
src/arcade/potts/env/location/PottsLocation2D.java|69 col 5| Block comment has incorrect indentation level 4, expected is 5, indentation should be the same level as line 89.
src/arcade/core/gui/GUI.java|364 col 5| Class XMLFileFilter should be declared as final.
src/arcade/patch/agent/process/PatchProcessMetabolismComplex.java|100 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/process/PatchProcessMetabolismSimple.java|73 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/process/PatchProcessSignalingMedium.java|154 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/process/PatchProcessSignalingComplex.java|225 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/process/PatchProcessSignalingRandom.java|37 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/process/PatchProcessMetabolismMedium.java|83 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/process/PatchProcessSignalingSimple.java|116 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/cell/PatchCellCancerStem.java|56 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/cell/PatchCell.java|181 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/cell/PatchCell.java|319 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/cell/PatchCell.java|433 col 19| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/cell/PatchCell.java|440 col 11| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/module/PatchModuleProliferation.java|80 col 23| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/module/PatchModuleProliferation.java|107 col 23| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/module/PatchModuleMigration.java|60 col 23| Comment matches to-do format 'TODO:'.
src/arcade/patch/sim/output/PatchOutputSerializer.java|155 col 15| Comment matches to-do format 'TODO:'.

Filtered Findings (0)

Annotations

Check failure on line 1419 in test/arcade/potts/env/location/PottsLocationTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1419 <LineLengthTest>

Line is longer than 120 characters (found 132).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1419:0: error: Line is longer than 120 characters (found 132). (LineLengthTest)

Check failure on line 1439 in test/arcade/potts/env/location/PottsLocationTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1439 <LineLengthTest>

Line is longer than 120 characters (found 132).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1439:0: error: Line is longer than 120 characters (found 132). (LineLengthTest)

Check failure on line 1538 in test/arcade/potts/env/location/PottsLocationTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1538 <LineLengthTest>

Line is longer than 120 characters (found 124).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1538:0: error: Line is longer than 120 characters (found 124). (LineLengthTest)

Check failure on line 1597 in test/arcade/potts/env/location/PottsLocationTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1597 <LineLengthTest>

Line is longer than 120 characters (found 132).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1597:0: error: Line is longer than 120 characters (found 132). (LineLengthTest)

Check failure on line 69 in src/arcade/potts/env/location/PottsLocation2D.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/env/location/PottsLocation2D.java#L69 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>

Block comment has incorrect indentation level 4, expected is 5, indentation should be the same level as line 89.
Raw output
/github/workspace/./src/arcade/potts/env/location/PottsLocation2D.java:69:5: error: Block comment has incorrect indentation level 4, expected is 5, indentation should be the same level as line 89. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)

Check failure on line 364 in src/arcade/core/gui/GUI.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/core/gui/GUI.java#L364 <com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck>

Class XMLFileFilter should be declared as final.
Raw output
/github/workspace/./src/arcade/core/gui/GUI.java:364:5: error: Class XMLFileFilter should be declared as final. (com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck)

Check failure on line 100 in src/arcade/patch/agent/process/PatchProcessMetabolismComplex.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/process/PatchProcessMetabolismComplex.java#L100 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/process/PatchProcessMetabolismComplex.java:100:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 73 in src/arcade/patch/agent/process/PatchProcessMetabolismSimple.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/process/PatchProcessMetabolismSimple.java#L73 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/process/PatchProcessMetabolismSimple.java:73:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 154 in src/arcade/patch/agent/process/PatchProcessSignalingMedium.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/process/PatchProcessSignalingMedium.java#L154 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/process/PatchProcessSignalingMedium.java:154:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 225 in src/arcade/patch/agent/process/PatchProcessSignalingComplex.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/process/PatchProcessSignalingComplex.java#L225 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/process/PatchProcessSignalingComplex.java:225:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 37 in src/arcade/patch/agent/process/PatchProcessSignalingRandom.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/process/PatchProcessSignalingRandom.java#L37 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/process/PatchProcessSignalingRandom.java:37:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 83 in src/arcade/patch/agent/process/PatchProcessMetabolismMedium.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/process/PatchProcessMetabolismMedium.java#L83 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/process/PatchProcessMetabolismMedium.java:83:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 116 in src/arcade/patch/agent/process/PatchProcessSignalingSimple.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/process/PatchProcessSignalingSimple.java#L116 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/process/PatchProcessSignalingSimple.java:116:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 56 in src/arcade/patch/agent/cell/PatchCellCancerStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/cell/PatchCellCancerStem.java#L56 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/cell/PatchCellCancerStem.java:56:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 181 in src/arcade/patch/agent/cell/PatchCell.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/cell/PatchCell.java#L181 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/cell/PatchCell.java:181:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 319 in src/arcade/patch/agent/cell/PatchCell.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/cell/PatchCell.java#L319 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/cell/PatchCell.java:319:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 433 in src/arcade/patch/agent/cell/PatchCell.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/cell/PatchCell.java#L433 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/cell/PatchCell.java:433:19: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 440 in src/arcade/patch/agent/cell/PatchCell.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/cell/PatchCell.java#L440 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/cell/PatchCell.java:440:11: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 80 in src/arcade/patch/agent/module/PatchModuleProliferation.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/module/PatchModuleProliferation.java#L80 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/module/PatchModuleProliferation.java:80:23: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 107 in src/arcade/patch/agent/module/PatchModuleProliferation.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/module/PatchModuleProliferation.java#L107 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/module/PatchModuleProliferation.java:107:23: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 60 in src/arcade/patch/agent/module/PatchModuleMigration.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/module/PatchModuleMigration.java#L60 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/module/PatchModuleMigration.java:60:23: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check failure on line 155 in src/arcade/patch/sim/output/PatchOutputSerializer.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/sim/output/PatchOutputSerializer.java#L155 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/sim/output/PatchOutputSerializer.java:155:15: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)