| Rule | 
Violation | 
Priority | 
Line | 
| ImmutableField | 
Private field 'numRows' could be made final; it is only initialized in the declaration or constructor. | 
3 | 
42 | 
| ImmutableField | 
Private field 'numCols' could be made final; it is only initialized in the declaration or constructor. | 
3 | 
46 | 
| ImmutableField | 
Private field 'numSamples' could be made final; it is only initialized in the declaration or constructor. | 
3 | 
50 | 
| ImmutableField | 
Private field 'outputFile' could be made final; it is only initialized in the declaration or constructor. | 
3 | 
54 | 
| RedundantFieldInitializer | 
Avoid using redundant field initializer for 'outputFile' | 
3 | 
54 |