PMD Results

The following document contains the results of PMD 6.49.0.

Violations By Priority

Priority 1

org/mycore/datamodel/niofs/ifs2/MCRFileSystemUtils.java

Rule Violation Line
DoubleCheckedLocking Double checked locking is not thread safe in Java. 86102

Priority 4

org/mycore/datamodel/niofs/ifs2/MCRDirectoryStreamHelper.java

Rule Violation Line
UselessParentheses Useless parentheses. 66

Files

org/mycore/datamodel/niofs/ifs2/MCRDirectoryStreamHelper.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 66

org/mycore/datamodel/niofs/ifs2/MCRFileSystemUtils.java

Rule Violation Priority Line
DoubleCheckedLocking Double checked locking is not thread safe in Java. 1 86102