PMD Results

The following document contains the results of PMD 5.1.2.

Files

info/magnolia/dam/preview/imageprovider/MultiGeneratorImageProvider.java

Violation Line
Avoid unused private fields such as 'contentConnector'. 66
Useless parentheses. 113

info/magnolia/dam/preview/jcodec/InputStreamSeekableChannel.java

Violation Line
Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped. 97
Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped. 101

info/magnolia/dam/preview/xuggle/XuggleCaptureFrames.java

Violation Line
Avoid empty while statements 7173