The following document contains the results of SpotBugs
SpotBugs Version is 4.2.3
Threshold is
Effort is default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
2985 | 2 | 0 | 0 |
Class | Bugs |
---|---|
org.orekit.files.rinex.navigation.IonosphereKlobucharMessage | 1 |
org.orekit.propagation.events.FieldBooleanDetector$FieldComparator | 1 |
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 |