FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.1.1

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
3208011

Files

ClassBugs
tempcontroller.base.AmostragemSimples1
tempcontroller.base.Utilities3
tempcontroller.gui.PainelPrincipal2
tempcontroller.gui.PainelPropriedadesAmostra1
tempcontroller.gui.ProgramacaoTableModel1

tempcontroller.base.AmostragemSimples

BugCategoryDetailsLine
Method tempcontroller.base.AmostragemSimples.clone() may return null, but is declared @NonNullCORRECTNESSNP_NONNULL_RETURN_VIOLATION132

tempcontroller.base.Utilities

BugCategoryDetailsLine
Dead store to parteDecimal in method tempcontroller.base.Utilities.parseTemperatura(String)STYLEDLS_DEAD_LOCAL_STORE125
Method tempcontroller.base.Utilities.parseTemperatura(String) catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caughtSTYLEREC_CATCH_EXCEPTION134
Method tempcontroller.base.Utilities.parseTempo(String) catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caughtSTYLEREC_CATCH_EXCEPTION178

tempcontroller.gui.PainelPrincipal

BugCategoryDetailsLine
Call to swing method in tempcontroller.gui.PainelPrincipal.main(String[]) needs to be performed in Swing event threadBAD_PRACTICESW_SWING_METHODS_INVOKED_IN_SWING_THREAD42
Call to swing method in tempcontroller.gui.PainelPrincipal.main(String[]) needs to be performed in Swing event threadBAD_PRACTICESW_SWING_METHODS_INVOKED_IN_SWING_THREAD44

tempcontroller.gui.PainelPropriedadesAmostra

BugCategoryDetailsLine
Useless control flow to next line in tempcontroller.gui.PainelPropriedadesAmostra.showDialog(java.awt.Component)CORRECTNESSUCF_USELESS_CONTROL_FLOW_NEXT_LINE240

tempcontroller.gui.ProgramacaoTableModel

BugCategoryDetailsLine
tempcontroller.gui.ProgramacaoTableModel is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONIDNot available