PMD Results

The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 1

de/dlr/bt/stc/source/mqtt/MqttFactory.java
Rule Violation Line
DoubleCheckedLocking Double checked locking is not thread safe in Java. 1827

Priority 3

de/dlr/bt/stc/App.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 117118
de/dlr/bt/stc/opcuaserver/KeyStoreLoader.java
Rule Violation Line
AvoidUsingHardCodedIP Do not hard code the IP address 70
de/dlr/bt/stc/opcuaserver/UAServer.java
Rule Violation Line
AvoidUsingHardCodedIP Do not hard code the IP address 47
de/dlr/bt/stc/source/opcua/KeyStoreLoader.java
Rule Violation Line
AvoidUsingHardCodedIP Do not hard code the IP address 59
de/dlr/bt/stc/source/opcua/MiloClient.java
Rule Violation Line
UnnecessarySemicolon Unnecessary semicolon 143
EmptyCatchBlock Avoid empty catch blocks 392394
de/dlr/bt/stc/source/rsi/util/RSISender.java
Rule Violation Line
AvoidUsingHardCodedIP Do not hard code the IP address 25

Priority 4

de/dlr/bt/stc/source/opcua/MiloSource.java
Rule Violation Line
UselessParentheses Useless parentheses. 160161

Files

de/dlr/bt/stc/App.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 117118

de/dlr/bt/stc/opcuaserver/KeyStoreLoader.java

Rule Violation Priority Line
AvoidUsingHardCodedIP Do not hard code the IP address 3 70

de/dlr/bt/stc/opcuaserver/UAServer.java

Rule Violation Priority Line
AvoidUsingHardCodedIP Do not hard code the IP address 3 47

de/dlr/bt/stc/source/mqtt/MqttFactory.java

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

de/dlr/bt/stc/source/opcua/KeyStoreLoader.java

Rule Violation Priority Line
AvoidUsingHardCodedIP Do not hard code the IP address 3 59

de/dlr/bt/stc/source/opcua/MiloClient.java

Rule Violation Priority Line
UnnecessarySemicolon Unnecessary semicolon 3 143
EmptyCatchBlock Avoid empty catch blocks 3 392394

de/dlr/bt/stc/source/opcua/MiloSource.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 160161

de/dlr/bt/stc/source/rsi/util/RSISender.java

Rule Violation Priority Line
AvoidUsingHardCodedIP Do not hard code the IP address 3 25