FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Files
| Class | Bugs |
|---|---|
| net.java.truecommons.cio.DecoratingInputSocket | 1 |
| net.java.truecommons.cio.DecoratingOutputSocket | 1 |
net.java.truecommons.cio.DecoratingInputSocket
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| DecoratingInputSocket.socket should be final since net.java.truecommons.cio.DecoratingInputSocket is marked as Immutable. | BAD_PRACTICE | JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS | Not available | Medium |
net.java.truecommons.cio.DecoratingOutputSocket
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| DecoratingOutputSocket.socket should be final since net.java.truecommons.cio.DecoratingOutputSocket is marked as Immutable. | BAD_PRACTICE | JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS | Not available | Medium |