The following document contains the results of PMD 5.0.2.
Violation | Line |
---|---|
Found non-transient, non-static member. Please mark as transient or provide accessors. | 39 |
Found non-transient, non-static member. Please mark as transient or provide accessors. | 47 |
Line too long | 64 |
Avoid using redundant field initializer for 'skipProcessing' | 69 |
Private field 'skipProcessing' could be made final; it is only initialized in the declaration or constructor. | 69 |
Found non-transient, non-static member. Please mark as transient or provide accessors. | 69 |
Local variable 'file' could be declared final | 83 |
Local variable 'outputFile' could be declared final | 95 |
Local variable 'extensions' could be declared final | 107 |
Local variable 'files' could be declared final | 108 |
Local variable 'processor' could be declared final | 109 |
Local variable 'formatFile' could be declared final | 110 |
Local variable 'output' could be declared final | 115 |