The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.maven.plugins.dnsme.DNSMEUtil.getAlgorithm() is unsynchronized, org.kuali.maven.plugins.dnsme.DNSMEUtil.setAlgorithm(String) is synchronized | MT_CORRECTNESS | UG_SYNC_SET_UNSYNC_GET | 159 | Medium |
org.kuali.maven.plugins.dnsme.DNSMEUtil.getFormat() is unsynchronized, org.kuali.maven.plugins.dnsme.DNSMEUtil.setFormat(String) is synchronized | MT_CORRECTNESS | UG_SYNC_SET_UNSYNC_GET | 151 | Medium |
org.kuali.maven.plugins.dnsme.DNSMEUtil.getTimeZone() is unsynchronized, org.kuali.maven.plugins.dnsme.DNSMEUtil.setTimeZone(TimeZone) is synchronized | MT_CORRECTNESS | UG_SYNC_SET_UNSYNC_GET | 155 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.maven.plugins.dnsme.HttpRequestResult.getResponseHeaders() may expose internal representation by returning HttpRequestResult.responseHeaders | MALICIOUS_CODE | EI_EXPOSE_REP | 54 | Medium |
org.kuali.maven.plugins.dnsme.HttpRequestResult.setResponseHeaders(Header[]) may expose internal representation by storing an externally mutable object into HttpRequestResult.responseHeaders | MALICIOUS_CODE | EI_EXPOSE_REP2 | 58 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.maven.plugins.dnsme.beans.RecordComparator implements Comparator but not Serializable | BAD_PRACTICE | SE_COMPARATOR_SHOULD_BE_SERIALIZABLE | 7 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.kuali.maven.plugins.dnsme.mojo.AddDomainMojo.domainName | CORRECTNESS | UWF_UNWRITTEN_FIELD | 27 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.kuali.maven.plugins.dnsme.mojo.DeleteDomainMojo.domainName | CORRECTNESS | UWF_UNWRITTEN_FIELD | 27 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.kuali.maven.plugins.dnsme.mojo.DeleteRecordMojo.domainName | CORRECTNESS | UWF_UNWRITTEN_FIELD | 41 | Medium |
Unwritten field: org.kuali.maven.plugins.dnsme.mojo.DeleteRecordMojo.recordId | CORRECTNESS | UWF_UNWRITTEN_FIELD | 49 | Medium |
Unwritten field: org.kuali.maven.plugins.dnsme.mojo.DeleteRecordMojo.recordName | CORRECTNESS | UWF_UNWRITTEN_FIELD | 52 | Medium |