Checkstyle Results
The following document contains the results of Checkstyle 9.3 with /builds/orekit/orekit-tutorials/checkstyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
97 |
0 |
0 |
49 |
Details
org/orekit/tutorials/bodies/DEFile.java
Severity |
Category |
Rule |
Message |
Line |
Error |
coding |
FinalLocalVariable |
Variable 'deNum' should be declared final. |
414 |
org/orekit/tutorials/estimation/TLEBasedOrbitDetermination.java
Severity |
Category |
Rule |
Message |
Line |
Error |
coding |
FinalLocalVariable |
Variable 'estimatedTLE' should be declared final. |
122 |
org/orekit/tutorials/estimation/common/AbstractOrbitDetermination.java
Severity |
Category |
Rule |
Message |
Line |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1347 |
Error |
whitespace |
WhitespaceAfter |
',' is not followed by whitespace. |
1347 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1348 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1349 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1350 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1351 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1552 |
Error |
whitespace |
WhitespaceAfter |
',' is not followed by whitespace. |
1552 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1553 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1554 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1555 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1556 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1570 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1571 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1572 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1573 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1574 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1588 |
Error |
indentation |
Indentation |
'array initialization' child has incorrect indentation level 32, expected level should be one of the following: 28, 59, 62. |
1589 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1590 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1592 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1593 |
org/orekit/tutorials/estimation/common/AbstractOrbitDeterminationEngine.java
Severity |
Category |
Rule |
Message |
Line |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1247 |
Error |
whitespace |
WhitespaceAfter |
',' is not followed by whitespace. |
1247 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1248 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1249 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1250 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1251 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1342 |
Error |
whitespace |
WhitespaceAfter |
',' is not followed by whitespace. |
1342 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1343 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1344 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1345 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1346 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1360 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1361 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1362 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1363 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1364 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1378 |
Error |
indentation |
Indentation |
'array initialization' child has incorrect indentation level 28, expected level should be one of the following: 24, 55, 58. |
1379 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1380 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1382 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
1383 |
org/orekit/tutorials/propagation/DSSTPropagation.java
Severity |
Category |
Rule |
Message |
Line |
Error |
coding |
FinalLocalVariable |
Variable 'WARNING' should be declared final. |
232 |
org/orekit/tutorials/propagation/StateTransitionMatrixPropagation.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'isotropicDrag'. |
130 |
org/orekit/tutorials/propagation/cr3bp/ManifoldTransfer.java
Severity |
Category |
Rule |
Message |
Line |
Error |
coding |
FinalLocalVariable |
Variable 'dDim' should be declared final. |
103 |