Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /builds/orekit/orekit-tutorials/checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 111 | 0 | 0 | 34 |
Files
Details
org/orekit/tutorials/KeyValueFileParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | FinalLocalVariable | Variable 'list' should be declared final. | 124 |
org/orekit/tutorials/estimation/common/AbstractOrbitDetermination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 36, expected level should be 32. | 1487 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 36, expected level should be 32. | 1493 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 36, expected level should be 32. | 1497 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 32, expected level should be one of the following: 28, 60, 63. | 1607 |
org/orekit/tutorials/estimation/common/KalmanOrbitDeterminationObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 117 | |
| coding | FinalLocalVariable | Variable 'header' should be declared final. | 146 | |
| coding | FinalLocalVariable | Variable 'line' should be declared final. | 172 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 226 |
org/orekit/tutorials/estimation/common/OrbitDeterminationObserver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 113 |
org/orekit/tutorials/estimation/performance/MeasurementGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | FinalLocalVariable | Variable 'duration' should be declared final. | 427 |
org/orekit/tutorials/propagation/PropagationInNonInertialFrame.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'record def modifier' has incorrect indentation level 8, expected level should be 4. | 183 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 8. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 12. | 198 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 8. | 204 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 8. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 12. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 12. | 212 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 12. | 213 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 8. | 222 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 8. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 12. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 12. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 12. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 12. | 239 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 8. | 240 | |
| indentation | Indentation | 'record def rcurly' has incorrect indentation level 8, expected level should be 4. | 241 |
org/orekit/tutorials/propagation/TrackCorridor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'record def modifier' has incorrect indentation level 8, expected level should be 4. | 303 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 308 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 309 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 310 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 311 | |
| indentation | Indentation | 'record def rcurly' has incorrect indentation level 8, expected level should be 4. | 316 |
CS GROUP
Orekit Tutorials