The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
gov.nasa.pds.registry.util.DateParam | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
gov.nasa.pds.registry.util.DateParam.getDate() may expose internal representation by returning DateParam.date | MALICIOUS_CODE | EI_EXPOSE_REP | 52 | Medium |
Call to method of static java.text.DateFormat in new gov.nasa.pds.registry.util.DateParam(String) | MT_CORRECTNESS | STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE | 43 | Medium |