The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
2 | 4 | 0 | 0 |
Class | Bugs |
---|---|
gate.mimir.measurements.MeasurementAnnotationHelper | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
gate.mimir.measurements.MeasurementAnnotationHelper.DEFAULT_FLOAT_FEATURES should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 94 | Medium |
gate.mimir.measurements.MeasurementAnnotationHelper.DEFAULT_NOMINAL_FEATURES should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 91 | Medium |
Exception is caught when Exception is not thrown in gate.mimir.measurements.MeasurementAnnotationHelper.init(AtomicAnnotationIndex) | STYLE | REC_CATCH_EXCEPTION | 184 | Low |
The field gate.mimir.measurements.MeasurementAnnotationHelper.delegateHelperType is transient but isn't set by deserialization | BAD_PRACTICE | SE_TRANSIENT_FIELD_NOT_RESTORED | Low |