SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 3.1.11
Threshold is low
Effort is max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
26 |
4 |
0 |
0 |
it.tidalwave.bluemarine2.ui.audio.explorer.impl.javafx.JavaFxAudioExplorerPresentationDelegate
Bug |
Category |
Details |
Line |
Priority |
Private method it.tidalwave.bluemarine2.ui.audio.explorer.impl.javafx.JavaFxAudioExplorerPresentationDelegate.initialize() is never called |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD |
118 |
Low |
it.tidalwave.bluemarine2.ui.audio.renderer.impl.javafx.JavaFxAudioRendererPresentationDelegate
Bug |
Category |
Details |
Line |
Priority |
Private method it.tidalwave.bluemarine2.ui.audio.renderer.impl.javafx.JavaFxAudioRendererPresentationDelegate.initialize() is never called |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD |
113 |
Low |
it.tidalwave.bluemarine2.ui.audio.renderer.impl.javafx.JavaFxMediaPlayer
Bug |
Category |
Details |
Line |
Priority |
Inconsistent synchronization of it.tidalwave.bluemarine2.ui.audio.renderer.impl.javafx.JavaFxMediaPlayer.media; locked 50% of time |
MT_CORRECTNESS |
IS2_INCONSISTENT_SYNC |
88 |
Medium |
it.tidalwave.bluemarine2.ui.commons.flowcontroller.impl.javafx.JavaFxFlowController
Bug |
Category |
Details |
Line |
Priority |
it.tidalwave.bluemarine2.ui.commons.flowcontroller.impl.javafx.JavaFxFlowController.powerOff() invokes System.exit(...), which shuts down the entire virtual machine |
BAD_PRACTICE |
DM_EXIT |
195 |
Medium |