The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.jackrabbit.webdav.client.methods.XmlRequestEntity | 1 |
org.apache.maven.wagon.providers.webdav.WebDavWagon | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in new org.apache.jackrabbit.webdav.client.methods.XmlRequestEntity(Document): java.io.ByteArrayOutputStream.toString() | I18N | DM_DEFAULT_ENCODING | 75 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference in org.apache.maven.wagon.providers.webdav.WebDavWagon.putDirectory(File, String) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 194 | Medium |