FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Summary
Classes |
Bugs |
Errors |
Missing Classes |
9 |
9 |
0 |
0 |
net.anyflow.lannister.pluginexample.ExampleAuthenticator
Bug |
Category |
Details |
Line |
Priority |
net.anyflow.lannister.pluginexample.ExampleAuthenticator.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
27 |
Medium |
net.anyflow.lannister.pluginexample.ExampleAuthorizer
Bug |
Category |
Details |
Line |
Priority |
net.anyflow.lannister.pluginexample.ExampleAuthorizer.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
27 |
Medium |
net.anyflow.lannister.pluginexample.ExampleConnectEventListener
Bug |
Category |
Details |
Line |
Priority |
net.anyflow.lannister.pluginexample.ExampleConnectEventListener.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
28 |
Medium |
net.anyflow.lannister.pluginexample.ExampleDeliveredEventListener
Bug |
Category |
Details |
Line |
Priority |
net.anyflow.lannister.pluginexample.ExampleDeliveredEventListener.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
29 |
Medium |
net.anyflow.lannister.pluginexample.ExampleDisconnectEventListener
Bug |
Category |
Details |
Line |
Priority |
net.anyflow.lannister.pluginexample.ExampleDisconnectEventListener.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
13 |
Medium |
net.anyflow.lannister.pluginexample.ExamplePublishEventListener
Bug |
Category |
Details |
Line |
Priority |
net.anyflow.lannister.pluginexample.ExamplePublishEventListener.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
28 |
Medium |
net.anyflow.lannister.pluginexample.ExampleServiceChecker
Bug |
Category |
Details |
Line |
Priority |
net.anyflow.lannister.pluginexample.ExampleServiceChecker.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
27 |
Medium |
net.anyflow.lannister.pluginexample.ExampleSubscribeEventListener
Bug |
Category |
Details |
Line |
Priority |
net.anyflow.lannister.pluginexample.ExampleSubscribeEventListener.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
29 |
Medium |
net.anyflow.lannister.pluginexample.ExampleUnsubscribeEventListener
Bug |
Category |
Details |
Line |
Priority |
net.anyflow.lannister.pluginexample.ExampleUnsubscribeEventListener.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL |
29 |
Medium |