The following document contains the results of PMD 4.3.
Violation | Line |
---|---|
Consider simply returning the value vs storing it in local variable 'next' | 33 |
Use equals() to compare object references. | 40 |
Violation | Line |
---|---|
Private field 'progressBar' could be made final; it is only initialized in the declaration or constructor. | 35 |
Private field 'textFieldStatus' could be made final; it is only initialized in the declaration or constructor. | 36 |
Violation | Line |
---|---|
Private field 'environnement' could be made final; it is only initialized in the declaration or constructor. | 75 |
Perhaps 'scrollPane' could be replaced by a local variable. | 87 |
Perhaps 'scrollPane_1' could be replaced by a local variable. | 88 |
Overridable method 'showDialog' called during object construction | 113 |
Avoid if (x != y) ..; else ..; | 405 - 409 |
These nested if statements could be combined | 532 - 540 |