The following document contains the results of SpotBugs
SpotBugs Version is 4.2.3
Threshold is
Effort is default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
3158 | 3 | 0 | 0 |
Class | Bugs |
---|---|
org.orekit.files.ccsds.definitions.CenterName | 1 |
org.orekit.files.rinex.navigation.IonosphereKlobucharMessage | 1 |
org.orekit.propagation.events.FieldBooleanDetector$FieldComparator | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Class org.orekit.files.ccsds.definitions.CenterName defines non-transient non-serializable instance field celestialBodyGetter | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Rough value of Math.PI found: 3.1415926535898 | BAD_PRACTICE | CNT_ROUGH_CONSTANT_VALUE | 32 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.orekit.propagation.events.FieldBooleanDetector$FieldComparator implements Comparator but not Serializable | BAD_PRACTICE | SE_COMPARATOR_SHOULD_BE_SERIALIZABLE | 319-321 | Medium |