added tests #181
reviewdog [checkstyle] report
reported by reviewdog 🐶
Findings (24)
test/arcade/potts/env/location/PottsLocationTest.java|1363| Line is longer than 120 characters (found 130).
test/arcade/potts/env/location/PottsLocationTest.java|1407| Line is longer than 120 characters (found 141).
test/arcade/potts/env/location/PottsLocationTest.java|1417| Line is longer than 120 characters (found 121).
test/arcade/potts/env/location/PottsLocationTest.java|1437| Line is longer than 120 characters (found 121).
test/arcade/potts/env/location/PottsLocationTest.java|1566| Line is longer than 120 characters (found 133).
test/arcade/potts/env/location/PottsLocationTest.java|1574| Line is longer than 120 characters (found 139).
test/arcade/potts/env/location/PottsLocationTest.java|1591| Line is longer than 120 characters (found 150).
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 1363 in test/arcade/potts/env/location/PottsLocationTest.java
github-actions / checkstyle
[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1363 <LineLengthTest>
Line is longer than 120 characters (found 130).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1363:0: error: Line is longer than 120 characters (found 130). (LineLengthTest)
Check failure on line 1407 in test/arcade/potts/env/location/PottsLocationTest.java
github-actions / checkstyle
[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1407 <LineLengthTest>
Line is longer than 120 characters (found 141).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1407:0: error: Line is longer than 120 characters (found 141). (LineLengthTest)
Check failure on line 1417 in test/arcade/potts/env/location/PottsLocationTest.java
github-actions / checkstyle
[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1417 <LineLengthTest>
Line is longer than 120 characters (found 121).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1417:0: error: Line is longer than 120 characters (found 121). (LineLengthTest)
Check failure on line 1437 in test/arcade/potts/env/location/PottsLocationTest.java
github-actions / checkstyle
[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1437 <LineLengthTest>
Line is longer than 120 characters (found 121).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1437:0: error: Line is longer than 120 characters (found 121). (LineLengthTest)
Check failure on line 1566 in test/arcade/potts/env/location/PottsLocationTest.java
github-actions / checkstyle
[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1566 <LineLengthTest>
Line is longer than 120 characters (found 133).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1566:0: error: Line is longer than 120 characters (found 133). (LineLengthTest)
Check failure on line 1574 in test/arcade/potts/env/location/PottsLocationTest.java
github-actions / checkstyle
[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1574 <LineLengthTest>
Line is longer than 120 characters (found 139).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1574:0: error: Line is longer than 120 characters (found 139). (LineLengthTest)
Check failure on line 1591 in test/arcade/potts/env/location/PottsLocationTest.java
github-actions / checkstyle
[checkstyle] test/arcade/potts/env/location/PottsLocationTest.java#L1591 <LineLengthTest>
Line is longer than 120 characters (found 150).
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:1591:0: error: Line is longer than 120 characters (found 150). (LineLengthTest)
Check failure on line 364 in src/arcade/core/gui/GUI.java
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)