The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| info.limpet.rcp.product.Application | 1 |
| info.limpet.rcp.product.ApplicationWorkbenchAdvisor | 1 |
| info.limpet.rcp.wizards.NewFileWizard | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exceptional return value of java.io.File.mkdir() ignored in info.limpet.rcp.product.Application.promptForWorkspace(Shell, ChooseWorkspaceData, boolean) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 372 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| info.limpet.rcp.product.ApplicationWorkbenchAdvisor.getWelcomePerspectiveInfos() may expose internal representation by returning ApplicationWorkbenchAdvisor.welcomePerspectiveInfos | MALICIOUS_CODE | EI_EXPOSE_REP | 979 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in info.limpet.rcp.wizards.NewFileWizard.openContentStream(): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 139 | High |