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. |
18–27 |
Priority 3
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/rsi/util/RSISender.java
Rule |
Violation |
Line |
AvoidUsingHardCodedIP |
Do not hard code the IP address |
25 |
Files
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 |
18–27 |
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/MiloSource.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
160–161 |
de/dlr/bt/stc/source/rsi/util/RSISender.java
Rule |
Violation |
Priority |
Line |
AvoidUsingHardCodedIP |
Do not hard code the IP address |
3 |
25 |