Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
670380

Files

FilesIWE
nl/tudelft/simulation/dsol/animation/Editable.java 030
nl/tudelft/simulation/dsol/eventlists/RedBlackTree.java 030
nl/tudelft/simulation/dsol/formalisms/dess/DifferentialEquation.java 030
nl/tudelft/simulation/dsol/formalisms/dess/DifferentialEquationInterface.java 010
nl/tudelft/simulation/dsol/simulators/DEVSSimulator.java 0240
nl/tudelft/simulation/dsol/statistics/Persistent.java 030
nl/tudelft/simulation/dsol/statistics/Tally.java 010

nl/tudelft/simulation/dsol/animation/Editable.java

ErrorLine
Warning Expected @param tag for 'bounds'. 122
Warning Expected @param tag for 'location'. 130
Warning Expected @param tag for 'vertices'. 138

nl/tudelft/simulation/dsol/eventlists/RedBlackTree.java

ErrorLine
Warning Parameter entry should be final. 520
Warning Parameter entry should be final. 581
Warning Parameter entry should be final. 650

nl/tudelft/simulation/dsol/formalisms/dess/DifferentialEquation.java

ErrorLine
Warning Parameter timeStep should be final. 118
Warning Parameter x should be final. 164
Warning Parameter y should be final. 164

nl/tudelft/simulation/dsol/formalisms/dess/DifferentialEquationInterface.java

ErrorLine
Warning interfaces should describe a type and hence have methods. 29

nl/tudelft/simulation/dsol/simulators/DEVSSimulator.java

ErrorLine
Warning Parameter relativeDelay should be final. 128
Warning Parameter source should be final. 128
Warning Parameter target should be final. 129
Warning Parameter method should be final. 129
Warning Parameter args should be final. 129
Warning Parameter relativeDelay should be final. 141
Warning Parameter priority should be final. 141
Warning Parameter source should be final. 142
Warning Parameter target should be final. 142
Warning Parameter method should be final. 142
Warning Parameter args should be final. 142
Warning Parameter relativeDelay should be final. 155
Warning Parameter timeUnit should be final. 155
Warning Parameter source should be final. 156
Warning Parameter target should be final. 156
Warning Parameter method should be final. 156
Warning Parameter args should be final. 156
Warning Parameter relativeDelay should be final. 171
Warning Parameter timeUnit should be final. 171
Warning Parameter priority should be final. 172
Warning Parameter source should be final. 172
Warning Parameter target should be final. 172
Warning Parameter method should be final. 172
Warning Parameter args should be final. 173

nl/tudelft/simulation/dsol/statistics/Persistent.java

ErrorLine
Warning 'if' is not followed by whitespace. 99
Warning '=' is not preceded with whitespace. 118
Warning '=' is not followed by whitespace. 118

nl/tudelft/simulation/dsol/statistics/Tally.java

ErrorLine
Warning 'if' is not followed by whitespace. 95