Apache Commons logo Commons Compress

PMD Results

The following document contains the results of PMD 7.2.0.

Violations By Priority

Priority 3

org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.java
Rule Violation Line
CheckSkipResult Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped. 334
CheckSkipResult Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped. 424
CheckSkipResult Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped. 487

Files

org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.java

Rule Violation Priority Line
CheckSkipResult Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped. 3 334
CheckSkipResult Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped. 3 424
CheckSkipResult Check the value returned by the skip() method of an InputStream to see if the requested number of bytes has been skipped. 3 487

Suppressed Violations

Filename Rule message Suppression type Reason
org/apache/commons/compress/changes/ChangeSetPerformer.java This if statement could be combined with its parent //nopmd NOSONAR