PMD Results
The following document contains the results of PMD 7.7.0.
Violations By Priority
Priority 3
org/eclipse/aether/named/ipc/IpcClient.java
| Rule | Violation | Line | 
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–442 | 
| CollapsibleIfStatements | This if statement could be combined with its parent | 126–128 | 
| UnusedLocalVariable | Avoid unused local variables such as 'lock'. | 132 | 
Priority 4
org/eclipse/aether/named/ipc/IpcServer.java
| Rule | Violation | Line | 
|---|---|---|
| UselessParentheses | Useless parentheses. | 374 | 
org/eclipse/aether/named/ipc/SocketFamily.java
| Rule | Violation | Line | 
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'SocketFamily': 'inet' is already in scope because it is declared in an enclosing type | 118 | 
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'SocketFamily': 'unix' is already in scope because it is declared in an enclosing type | 120 | 
Files
org/eclipse/aether/named/ipc/IpcClient.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–442 | 
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 126–128 | 
| UnusedLocalVariable | Avoid unused local variables such as 'lock'. | 3 | 132 | 
org/eclipse/aether/named/ipc/IpcServer.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 374 | 
org/eclipse/aether/named/ipc/SocketFamily.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'SocketFamily': 'inet' is already in scope because it is declared in an enclosing type | 4 | 118 | 
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'SocketFamily': 'unix' is already in scope because it is declared in an enclosing type | 4 | 120 | 


