PMD Results

The following document contains the results of PMD 3.9.

Files

tempcontroller/base/SystemFactory.java

ViolationLine
Singleton is not thread safe24 - 26

tempcontroller/base/Utilities.java

ViolationLine
Avoid empty catch blocks134
Avoid empty catch blocks178

tempcontroller/gui/PainelPrincipal.java

ViolationLine
Private field 'programacaoTableModel' could be made final; it is only initialized in the declaration or constructor.339
Private field 'controlador' could be made final; it is only initialized in the declaration or constructor.342

tempcontroller/gui/PainelPropriedadesAmostra.java

ViolationLine
Overridable method 'botalCancelActionPerformed' called during object construction43
Private field 'listeners' could be made final; it is only initialized in the declaration or constructor.235
Avoid empty if statements240
An empty statement (semicolon) not part of a loop240
Avoid if (x != y) ..; else ..;304 - 320
Private field 'formatTemperatura' could be made final; it is only initialized in the declaration or constructor.340

tempcontroller/gui/ProgramacaoTableModel.java

ViolationLine
Overridable method 'setProgramacaoAmostragem' called during object construction34