SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.2.3

Threshold is

Effort is default

Summary

Classes Bugs Errors Missing Classes
2984 8 0 11

Files

Class Bugs
org.orekit.files.ccsds.ndm.adm.apm.EulerKey 1
org.orekit.files.ccsds.ndm.cdm.CdmHeaderKey 1
org.orekit.files.ccsds.ndm.odm.ocm.OrbitPhysicalPropertiesKey 1
org.orekit.files.ccsds.ndm.odm.omm.OmmTleKey 1
org.orekit.files.ccsds.ndm.odm.omm.XmlSubStructureKey 1
org.orekit.files.rinex.navigation.IonosphereKlobucharMessage 2
org.orekit.propagation.events.FieldBooleanDetector$FieldComparator 1

org.orekit.files.ccsds.ndm.adm.apm.EulerKey

Bug Category Details Line Priority
Class org.orekit.files.ccsds.ndm.adm.apm.EulerKey defines non-transient non-serializable instance field processor BAD_PRACTICE SE_BAD_FIELD Not available Medium

org.orekit.files.ccsds.ndm.cdm.CdmHeaderKey

Bug Category Details Line Priority
Class org.orekit.files.ccsds.ndm.cdm.CdmHeaderKey defines non-transient non-serializable instance field processor BAD_PRACTICE SE_BAD_FIELD Not available Medium

org.orekit.files.ccsds.ndm.odm.ocm.OrbitPhysicalPropertiesKey

Bug Category Details Line Priority
Class org.orekit.files.ccsds.ndm.odm.ocm.OrbitPhysicalPropertiesKey defines non-transient non-serializable instance field processor BAD_PRACTICE SE_BAD_FIELD Not available Medium

org.orekit.files.ccsds.ndm.odm.omm.OmmTleKey

Bug Category Details Line Priority
Class org.orekit.files.ccsds.ndm.odm.omm.OmmTleKey defines non-transient non-serializable instance field processor BAD_PRACTICE SE_BAD_FIELD Not available Medium

org.orekit.files.ccsds.ndm.odm.omm.XmlSubStructureKey

Bug Category Details Line Priority
Class org.orekit.files.ccsds.ndm.odm.omm.XmlSubStructureKey defines non-transient non-serializable instance field processor BAD_PRACTICE SE_BAD_FIELD Not available Medium

org.orekit.files.rinex.navigation.IonosphereKlobucharMessage

Bug Category Details Line Priority
Rough value of Math.PI found: 3.1415926535898 BAD_PRACTICE CNT_ROUGH_CONSTANT_VALUE 32 Medium
org.orekit.files.rinex.navigation.IonosphereKlobucharMessage.S_PER_SC_N should be package protected MALICIOUS_CODE MS_PKGPROTECT 33 Medium

org.orekit.propagation.events.FieldBooleanDetector$FieldComparator

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