PMD Results

The following document contains the results of PMD 4.1.

Files

com/gridsystems/innergrid/kernel/ixos/Configuration.java

Violation Line
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! 221

com/gridsystems/innergrid/kernel/ixos/filesystem/FileManager.java

Violation Line
Avoid empty catch blocks 449 - 451
These nested if statements could be combined 658 - 662
Avoid empty catch blocks 678
These nested if statements could be combined 777 - 779

com/gridsystems/innergrid/kernel/ixos/filesystem/PermissionsManager.java

Violation Line
Avoid empty catch blocks 268 - 269
Avoid empty catch blocks 876 - 878

com/gridsystems/innergrid/kernel/ixos/filesystem/RepositoryFile.java

Violation Line
Avoid empty catch blocks 350
Avoid empty catch blocks 757 - 760
Avoid empty catch blocks 779
Avoid empty catch blocks 800
Avoid empty catch blocks 822
Avoid empty catch blocks 922

com/gridsystems/innergrid/kernel/ixos/filesystem/RepositoryFilenameFilter.java

Violation Line
These nested if statements could be combined 66 - 68
These nested if statements could be combined 71 - 73

com/gridsystems/innergrid/kernel/ixos/filesystem/ROFileAccessor.java

Violation Line
Avoid empty catch blocks 83 - 84
Avoid empty catch blocks 95

com/gridsystems/innergrid/kernel/ixos/filesystem/RWFileAccessor.java

Violation Line
Avoid empty catch blocks 73
Avoid empty catch blocks 102

com/gridsystems/innergrid/kernel/ixos/filesystem/WOFileAccessor.java

Violation Line
Avoid empty catch blocks 92

com/gridsystems/innergrid/kernel/ixos/filesystem/ZipManager.java

Violation Line
Do not start a literal by 0 unless it's an octal value 55
Avoid empty catch blocks 128 - 129

com/gridsystems/innergrid/kernel/ixos/IxosAuthenticator.java

Violation Line
Avoid empty catch blocks 461

com/gridsystems/innergrid/kernel/ixos/IxosPlugin.java

Violation Line
Avoid empty catch blocks 465

com/gridsystems/innergrid/kernel/ixos/usersystem/AclEntity.java

Violation Line
These nested if statements could be combined 103 - 105

com/gridsystems/innergrid/kernel/ixos/usersystem/UserData.java

Violation Line
These nested if statements could be combined 156 - 158

com/gridsystems/innergrid/kernel/ixos/usersystem/UserRoleList.java

Violation Line
Avoid empty catch blocks 683

com/gridsystems/innergrid/kernel/ixos/usersystem/UserRoleListDAO.java

Violation Line
The null check here is misplaced; if the variable is null therell be a NullPointerException 298