Skip to content

add testing for PottsModuleProliderationFlyStem #185

add testing for PottsModuleProliderationFlyStem

add testing for PottsModuleProliderationFlyStem #185

GitHub Actions / checkstyle completed Sep 20, 2024 in 3s

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (217)

test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java|12 col 1| Wrong order for 'ec.util.MersenneTwisterFast' import.
test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java|13 col 1| Wrong order for 'org.junit.Before' import.
test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java|18 col 1| Wrong order for 'java.lang.reflect.Field' import.
test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java|25 col 5| 'VARIABLE_DEF' should be separated from previous line.
test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java|26 col 5| 'VARIABLE_DEF' should be separated from previous line.
test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java|27 col 5| 'VARIABLE_DEF' should be separated from previous line.
test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java|28 col 5| 'VARIABLE_DEF' should be separated from previous line.
test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java|29 col 5| 'VARIABLE_DEF' should be separated from previous line.
test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java|30 col 5| 'VARIABLE_DEF' should be separated from previous line.
test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java|31 col 5| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java|14 col 1| Wrong order for 'ec.util.MersenneTwisterFast' import.
src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java|16 col 1| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java|17| Line is longer than 100 characters (found 101).
src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java|17 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java|26| Line is longer than 100 characters (found 107).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|1| File does not end with a newline.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|8 col 33| Using the '.' form of import should be avoided - arcade.potts.agent.module..
src/arcade/potts/agent/cell/PottsCellFlyStem.java|11 col 1| Wrong order for 'ec.util.MersenneTwisterFast' import.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|14 col 1| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|15| First sentence should end with a period.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|18| First sentence should end with a period.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|29 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|41 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|41 col 14| 'public' modifier out of order with the JLS suggestions.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|43 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|43 col 14| 'public' modifier out of order with the JLS suggestions.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|45 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|45 col 14| 'public' modifier out of order with the JLS suggestions.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|47 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|52 col 63| '{' is not preceded with whitespace.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|72 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|73 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|74 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|74 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|75 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|75 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|76 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|76 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|78 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|78 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|80| Line is longer than 100 characters (found 103).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|80 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|118| Line is longer than 100 characters (found 102).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|123 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|124 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|125 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|125 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|126 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|126 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|127 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|127 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|128 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|128 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|130 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|130 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|132| Line is longer than 100 characters (found 118).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|132 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|168| Line is longer than 100 characters (found 123).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|168| Line is longer than 120 characters (found 123).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|174 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|175 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|176 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|176 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|177 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|177 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|178 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|178 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|180 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|180 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|183| Line is longer than 100 characters (found 116).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|183 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|183 col 9| 'CTOR_DEF' has more than 1 empty lines before.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|219| Line is longer than 100 characters (found 123).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|219| Line is longer than 120 characters (found 123).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|225 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|226 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|227 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|227 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|228 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|228 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|229 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|229 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|230 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|230 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|232 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|232 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|234| Line is longer than 100 characters (found 118).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|234 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|265| Line is longer than 100 characters (found 127).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|265| Line is longer than 120 characters (found 127).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|268| Line is longer than 100 characters (found 135).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|268| Line is longer than 120 characters (found 135).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|269| Line is longer than 100 characters (found 115).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|274| Line is longer than 100 characters (found 135).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|274| Line is longer than 120 characters (found 135).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|275| Line is longer than 100 characters (found 128).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|275| Line is longer than 120 characters (found 128).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|285| Line is longer than 100 characters (found 127).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|285| Line is longer than 120 characters (found 127).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|292 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|293 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|294 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|294 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|295 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|295 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|296 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|296 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|298 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|298 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|300| Line is longer than 100 characters (found 117).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|300 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|336| Line is longer than 100 characters (found 123).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|336| Line is longer than 120 characters (found 123).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|342 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|343 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|344 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|344 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|345 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|345 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|346 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|346 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|348 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|348 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|350| Line is longer than 100 characters (found 123).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|350| Line is longer than 120 characters (found 123).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|350 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|381| Line is longer than 100 characters (found 143).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|381| Line is longer than 120 characters (found 143).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|384| Line is longer than 100 characters (found 135).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|384| Line is longer than 120 characters (found 135).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|390| Line is longer than 100 characters (found 135).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|390| Line is longer than 120 characters (found 135).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|391| Line is longer than 100 characters (found 145).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|391| Line is longer than 120 characters (found 145).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|401| Line is longer than 100 characters (found 127).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|401| Line is longer than 120 characters (found 127).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|408 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|409 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|410 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|410 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|411 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|411 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|412 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|412 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|414 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|414 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|416| Line is longer than 100 characters (found 121).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|416| Line is longer than 120 characters (found 121).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|416 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|452| Line is longer than 100 characters (found 123).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|452| Line is longer than 120 characters (found 123).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|458 col 5| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|459 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|460 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|460 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|461 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|461 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|462 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|462 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|464 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|464 col 9| 'VARIABLE_DEF' should be separated from previous line.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|467| Line is longer than 100 characters (found 127).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|467| Line is longer than 120 characters (found 127).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|467 col 9| Missing a Javadoc comment.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|467 col 9| 'CTOR_DEF' has more than 1 empty lines before.
src/arcade/potts/agent/cell/PottsCellFlyStem.java|501| Line is longer than 100 characters (found 105).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|502| Line is longer than 100 characters (found 107).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|503| Line is longer than 100 characters (found 108).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|511| Line is longer than 100 characters (found 127).
src/arcade/potts/agent/cell/PottsCellFlyStem.java|511| Line is longer than 120 characters (found 127).
src/arcade/potts/agent/cell/PottsCellContainer.java|167| Line is longer than 100 characters (found 104).
src/arcade/potts/agent/cell/PottsCellContainer.java|171| Line is longer than 100 characters (found 104).
src/arcade/potts/agent/cell/PottsCellContainer.java|178| Line is longer than 100 characters (found 102).
src/arcade/potts/agent/cell/PottsCellContainer.java|182| Line is longer than 100 characters (found 102).
src/arcade/potts/agent/cell/PottsCellContainer.java|189| Line is longer than 100 characters (found 104).
src/arcade/potts/agent/cell/PottsCellContainer.java|193| Line is longer than 100 characters (found 104).
src/arcade/potts/agent/cell/PottsCellContainer.java|200| Line is longer than 100 characters (found 103).
src/arcade/potts/agent/cell/PottsCellContainer.java|204| Line is longer than 100 characters (found 103).
src/arcade/potts/agent/cell/PottsCellContainer.java|211| Line is longer than 100 characters (found 109).
src/arcade/potts/agent/cell/PottsCellContainer.java|215| Line is longer than 100 characters (found 109).
src/arcade/potts/agent/cell/PottsCellContainer.java|222| Line is longer than 100 characters (found 107).
src/arcade/potts/agent/cell/PottsCellContainer.java|226| Line is longer than 100 characters (found 107).
src/arcade/potts/agent/cell/PottsCellContainer.java|233| Line is longer than 100 characters (found 113).
src/arcade/potts/agent/cell/PottsCellContainer.java|237| Line is longer than 100 characters (found 113).
src/arcade/potts/agent/module/PottsModuleProliferationFlyStem.java|1| File does not end with a newline.
src/arcade/potts/agent/module/PottsModuleProliferationFlyStem.java|13 col 1| Wrong order for 'arcade.potts.util.PottsEnums.Direction' import.
src/arcade/potts/agent/module/PottsModuleProliferation.java|99| Line is longer than 100 characters (found 109).
src/arcade/potts/agent/module/PottsModuleProliferation.java|99 col 86| Comment matches to-do format 'TODO:'.
src/arcade/potts/sim/PottsSeries.java|194 col 15| Comment matches to-do format 'TODO:'.
src/arcade/potts/env/location/PottsLocation.java|273 col 8| Unused @param tag for 'random'.
src/arcade/potts/env/location/PottsLocation.java|274 col 8| Duplicate @return tag.
src/arcade/potts/env/location/PottsLocationContainer.java|7 col 8| Unused import - arcade.core.util.MiniBox.
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:'.
setup/setupInvertTwoStemDaughtersStemDaughterBasalOrBoth.xml|1| File does not end with a newline.
setup/setupSymmetricTwoStemDaughtersStemDaughterApicalOrBoth.xml|1| File does not end with a newline.
setup/setupMUDmutOneStemDaughterStemDaughterRandom.xml|1| File does not end with a newline.
setup/setupWT.xml|1| File does not end with a newline.
setup/setupSymmetricOneStemDaughterStemDaughterApical.xml|1| File does not end with a newline.
setup/setupMUDmutOneStemDaughterStemDaughterLeft.xml|1| File does not end with a newline.
setup/setupMudmutTwoStemDaughtersStemDaughterRandom.xml|1| File does not end with a newline.
setup/setupInvertOneStemDaughterStemDaughterBasal.xml|1| File does not end with a newline.

Filtered Findings (0)

Annotations

Check failure on line 12 in test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java#L12 <com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck>

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

Check failure on line 13 in test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java#L13 <com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck>

Wrong order for 'org.junit.Before' import.
Raw output
/github/workspace/./test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java:13:1: error: Wrong order for 'org.junit.Before' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)

Check failure on line 18 in test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java#L18 <com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck>

Wrong order for 'java.lang.reflect.Field' import.
Raw output
/github/workspace/./test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java:18:1: error: Wrong order for 'java.lang.reflect.Field' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)

Check failure on line 25 in test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java#L25 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>

'VARIABLE_DEF' should be separated from previous line.
Raw output
/github/workspace/./test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java:25:5: error: 'VARIABLE_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)

Check failure on line 26 in test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java#L26 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>

'VARIABLE_DEF' should be separated from previous line.
Raw output
/github/workspace/./test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java:26:5: error: 'VARIABLE_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)

Check failure on line 27 in test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java#L27 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>

'VARIABLE_DEF' should be separated from previous line.
Raw output
/github/workspace/./test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java:27:5: error: 'VARIABLE_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)

Check failure on line 28 in test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java#L28 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>

'VARIABLE_DEF' should be separated from previous line.
Raw output
/github/workspace/./test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java:28:5: error: 'VARIABLE_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)

Check failure on line 29 in test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java#L29 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>

'VARIABLE_DEF' should be separated from previous line.
Raw output
/github/workspace/./test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java:29:5: error: 'VARIABLE_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)

Check failure on line 30 in test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java#L30 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>

'VARIABLE_DEF' should be separated from previous line.
Raw output
/github/workspace/./test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java:30:5: error: 'VARIABLE_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)

Check failure on line 31 in test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java#L31 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>

'VARIABLE_DEF' should be separated from previous line.
Raw output
/github/workspace/./test/arcade/potts/agent/module/PottsModuleProliferationFlyStemTest.java:31:5: error: 'VARIABLE_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)

Check failure on line 14 in src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java#L14 <com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck>

Wrong order for 'ec.util.MersenneTwisterFast' import.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java:14:1: error: Wrong order for 'ec.util.MersenneTwisterFast' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)

Check failure on line 16 in src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java#L16 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java:16:1: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)

Check failure on line 17 in src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java#L17 <LineLength>

Line is longer than 100 characters (found 101).
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java:17:0: error: Line is longer than 100 characters (found 101). (LineLength)

Check failure on line 17 in src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java#L17 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java:17:5: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)

Check failure on line 26 in src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java#L26 <LineLength>

Line is longer than 100 characters (found 107).
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyNeuronWT.java:26:0: error: Line is longer than 100 characters (found 107). (LineLength)

Check failure on line 1 in src/arcade/potts/agent/cell/PottsCellFlyStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L1 <com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck>

File does not end with a newline.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyStem.java:1:0: error: File does not end with a newline. (com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck)

Check failure on line 8 in src/arcade/potts/agent/cell/PottsCellFlyStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L8 <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck>

Using the '.*' form of import should be avoided - arcade.potts.agent.module.*.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyStem.java:8:33: error: Using the '.*' form of import should be avoided - arcade.potts.agent.module.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)

Check failure on line 11 in src/arcade/potts/agent/cell/PottsCellFlyStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L11 <com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck>

Wrong order for 'ec.util.MersenneTwisterFast' import.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyStem.java:11:1: error: Wrong order for 'ec.util.MersenneTwisterFast' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)

Check failure on line 14 in src/arcade/potts/agent/cell/PottsCellFlyStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L14 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyStem.java:14:1: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)

Check failure on line 15 in src/arcade/potts/agent/cell/PottsCellFlyStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L15 <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck>

First sentence should end with a period.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyStem.java:15:0: error: First sentence should end with a period. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck)

Check failure on line 18 in src/arcade/potts/agent/cell/PottsCellFlyStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L18 <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck>

First sentence should end with a period.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyStem.java:18:0: error: First sentence should end with a period. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck)

Check failure on line 29 in src/arcade/potts/agent/cell/PottsCellFlyStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L29 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyStem.java:29:5: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)

Check failure on line 41 in src/arcade/potts/agent/cell/PottsCellFlyStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L41 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyStem.java:41:5: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)

Check failure on line 41 in src/arcade/potts/agent/cell/PottsCellFlyStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L41 <com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck>

'public' modifier out of order with the JLS suggestions.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyStem.java:41:14: error: 'public' modifier out of order with the JLS suggestions. (com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck)

Check failure on line 43 in src/arcade/potts/agent/cell/PottsCellFlyStem.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/agent/cell/PottsCellFlyStem.java#L43 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/arcade/potts/agent/cell/PottsCellFlyStem.java:43:5: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)