The following document contains the results of FindBugs Report
FindBugs Version is 1.3.8
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 104 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.atlassian.gadgets.directory.spi.ExternalGadgetSpec | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Redundant nullcheck of id, which is known to be non-null in new com.atlassian.gadgets.directory.spi.ExternalGadgetSpec(ExternalGadgetSpecId, URI) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 34 | Low |
| Redundant nullcheck of specUri, which is known to be non-null in new com.atlassian.gadgets.directory.spi.ExternalGadgetSpec(ExternalGadgetSpecId, URI) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 38 | Low |