Skip to content

added ability to specify direction as well as offest in PottsLocation…

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

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (25)

src/arcade/potts/env/location/PottsLocation.java|304| Line is longer than 100 characters (found 111).
src/arcade/potts/env/location/PottsLocation.java|305| Line is longer than 100 characters (found 102).
src/arcade/potts/env/location/PottsLocation.java|324| Line is longer than 100 characters (found 107).
src/arcade/potts/env/location/PottsLocation.java|339| Line is longer than 100 characters (found 107).
src/arcade/potts/env/location/PottsLocation.java|358| Line is longer than 100 characters (found 107).
src/arcade/potts/env/location/PottsLocation.java|360| Line is longer than 100 characters (found 117).
src/arcade/potts/env/location/PottsLocation.java|377| Line is longer than 100 characters (found 129).
src/arcade/potts/env/location/PottsLocation.java|377| 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 304 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#L304 <LineLength>

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

Check failure on line 305 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#L305 <LineLength>

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

Check failure on line 324 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#L324 <LineLength>

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

Check failure on line 339 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#L339 <LineLength>

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

Check failure on line 358 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#L358 <LineLength>

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

Check failure on line 360 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#L360 <LineLength>

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

Check failure on line 377 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#L377 <LineLength>

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

Check failure on line 377 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#L377 <LineLengthTest>

Line is longer than 120 characters (found 129).
Raw output
/github/workspace/./src/arcade/potts/env/location/PottsLocation.java:377: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)

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)