FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|
| 19 | 9 | 0 | 0 |
net.sf.webphotos.netbeans.project.WebPhotosProject$WebPhotosCopyOperation
| Bug | Category | Details | Line | Priority |
|---|
| Should net.sf.webphotos.netbeans.project.WebPhotosProject$WebPhotosCopyOperation be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 164-184 | Medium |
net.sf.webphotos.netbeans.project.WebPhotosProject$WebPhotosDeleteOperation
| Bug | Category | Details | Line | Priority |
|---|
| Should net.sf.webphotos.netbeans.project.WebPhotosProject$WebPhotosDeleteOperation be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 136-155 | Medium |
net.sf.webphotos.netbeans.project.WebPhotosProject$WebPhotosProjectInformation
| Bug | Category | Details | Line | Priority |
|---|
| Load of known null value in net.sf.webphotos.netbeans.project.WebPhotosProject$WebPhotosProjectInformation.addPropertyChangeListener(PropertyChangeListener) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 214 | Medium |
| Load of known null value in net.sf.webphotos.netbeans.project.WebPhotosProject$WebPhotosProjectInformation.removePropertyChangeListener(PropertyChangeListener) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 220 | Medium |
net.sf.webphotos.netbeans.project.WebPhotosProjectFactory
| Bug | Category | Details | Line | Priority |
|---|
| net.sf.webphotos.netbeans.project.WebPhotosProjectFactory.PROJECT_ARCHIVES should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 35 | Medium |
net.sf.webphotos.netbeans.project.empty.EmptyWebPhotosProjectWizardIterator
| Bug | Category | Details | Line | Priority |
|---|
| net.sf.webphotos.netbeans.project.empty.EmptyWebPhotosProjectWizardIterator.initialize(WizardDescriptor) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 128 | Medium |
| net.sf.webphotos.netbeans.project.empty.EmptyWebPhotosProjectWizardIterator.name() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 145 | Medium |
| exceptional return value of java.io.File.mkdirs() ignored in net.sf.webphotos.netbeans.project.empty.EmptyWebPhotosProjectWizardIterator.instantiate() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 85 | Medium |