SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.8.6
Threshold is low
Effort is max
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 14 | 1 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| it.tidalwave.thesefoolishthings.examples.jpafinderexample.impl.JpaFinder | 1 |
it.tidalwave.thesefoolishthings.examples.jpafinderexample.impl.JpaFinder
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exception thrown in class it.tidalwave.thesefoolishthings.examples.jpafinderexample.impl.JpaFinder at new it.tidalwave.thesefoolishthings.examples.jpafinderexample.impl.JpaFinder(Class, Function, TxManager) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 99 | Medium |
TheseFoolishThings :: Examples :: Finder :: JPA Finder