The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.kuali.student.mojo.KsContractMojo | 7 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.kuali.student.mojo.KsContractMojo.findParamsFromMessage(String, URL, Set) is or uses a map or set of URLs, which can be a performance hog | PERFORMANCE | DMI_COLLECTION_OF_URLS | 197 | High |
org.kuali.student.mojo.KsContractMojo.findParamsFromMessage(String, URL, Set) is or uses a map or set of URLs, which can be a performance hog | PERFORMANCE | DMI_COLLECTION_OF_URLS | 197 | High |
org.kuali.student.mojo.KsContractMojo.getExcludeClasses() may expose internal representation by returning KsContractMojo.excludeClasses | MALICIOUS_CODE | EI_EXPOSE_REP | 433 | Medium |
org.kuali.student.mojo.KsContractMojo.setExcludeClasses(String[]) may expose internal representation by storing an externally mutable object into KsContractMojo.excludeClasses | MALICIOUS_CODE | EI_EXPOSE_REP2 | 437 | Medium |
org.kuali.student.mojo.KsContractMojo.execute() ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 164 | Medium |
org.kuali.student.mojo.KsContractMojo.message2Java(ContractReader, String) ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 330 | Medium |
Unwritten field: org.kuali.student.mojo.KsContractMojo.jsessionId | CORRECTNESS | UWF_UNWRITTEN_FIELD | 129 | Medium |