Skip to content

only call connect_voxels if splitpoint is not specified to split func…

Sign in for the full log view
GitHub Actions / checkstyle completed Sep 19, 2024 in 1s

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (30)

test/arcade/potts/env/location/PottsLocationTest.java|3 col 8| Unused import - java.lang.reflect.Array.
test/arcade/potts/env/location/PottsLocationTest.java|12 col 1| Wrong order for 'ec.util.MersenneTwisterFast' import.
test/arcade/potts/env/location/PottsLocationTest.java|1315| Line is longer than 120 characters (found 136).
test/arcade/potts/env/location/PottsLocationTest.java|1325| Line is longer than 120 characters (found 136).
test/arcade/potts/env/location/PottsLocationTest.java|1364| Line is longer than 120 characters (found 140).
test/arcade/potts/env/location/PottsLocationTest.java|1365| Line is longer than 120 characters (found 141).
src/arcade/potts/env/location/PottsLocation.java|301| Line is longer than 100 characters (found 111).
src/arcade/potts/env/location/PottsLocation.java|309 col 9| '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
src/arcade/potts/env/location/PottsLocation.java|314 col 9| '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
src/arcade/potts/env/location/PottsLocation.java|336| Line is longer than 100 characters (found 107).
src/arcade/potts/env/location/PottsLocation.java|338| Line is longer than 100 characters (found 117).
src/arcade/potts/env/location/PottsLocation.java|356| Line is longer than 100 characters (found 129).
src/arcade/potts/env/location/PottsLocation.java|356| Line is longer than 120 characters (found 129).
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 3 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#L3 <com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck>

Unused import - java.lang.reflect.Array.
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:3:8: error: Unused import - java.lang.reflect.Array. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)

Check failure on line 12 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#L12 <com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck>

Wrong order for 'ec.util.MersenneTwisterFast' import.
Raw output
/github/workspace/./test/arcade/potts/env/location/PottsLocationTest.java:12:1: error: Wrong order for 'ec.util.MersenneTwisterFast' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)

Check failure on line 1315 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#L1315 <LineLengthTest>

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

Check failure on line 1325 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#L1325 <LineLengthTest>

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

Check failure on line 1364 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#L1364 <LineLengthTest>

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

Check failure on line 1365 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#L1365 <LineLengthTest>

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

Check failure on line 301 in src/arcade/potts/env/location/PottsLocation.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L301 <LineLength>

Line is longer than 100 characters (found 111).
Raw output
/github/workspace/./src/arcade/potts/env/location/PottsLocation.java:301:0: error: Line is longer than 100 characters (found 111). (LineLength)

Check failure on line 309 in src/arcade/potts/env/location/PottsLocation.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L309 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>

'}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
Raw output
/github/workspace/./src/arcade/potts/env/location/PottsLocation.java:309:9: error: '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). (com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck)

Check failure on line 314 in src/arcade/potts/env/location/PottsLocation.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L314 <com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck>

'}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
Raw output
/github/workspace/./src/arcade/potts/env/location/PottsLocation.java:314:9: error: '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). (com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck)

Check failure on line 336 in src/arcade/potts/env/location/PottsLocation.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L336 <LineLength>

Line is longer than 100 characters (found 107).
Raw output
/github/workspace/./src/arcade/potts/env/location/PottsLocation.java:336:0: error: Line is longer than 100 characters (found 107). (LineLength)

Check failure on line 338 in src/arcade/potts/env/location/PottsLocation.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L338 <LineLength>

Line is longer than 100 characters (found 117).
Raw output
/github/workspace/./src/arcade/potts/env/location/PottsLocation.java:338:0: error: Line is longer than 100 characters (found 117). (LineLength)

Check failure on line 356 in src/arcade/potts/env/location/PottsLocation.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L356 <LineLength>

Line is longer than 100 characters (found 129).
Raw output
/github/workspace/./src/arcade/potts/env/location/PottsLocation.java:356:0: error: Line is longer than 100 characters (found 129). (LineLength)

Check failure on line 356 in src/arcade/potts/env/location/PottsLocation.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/env/location/PottsLocation.java#L356 <LineLengthTest>

Line is longer than 120 characters (found 129).
Raw output
/github/workspace/./src/arcade/potts/env/location/PottsLocation.java:356:0: error: Line is longer than 120 characters (found 129). (LineLengthTest)

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)