PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 3
model - com/jsql/model/injection/strategy/blind/AbstractInjectionBit.java
| Rule | Violation | Line |
|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 127–129 |
| EmptyCatchBlock | Avoid empty catch blocks | 184–187 |
model - com/jsql/util/ProxyUtil.java
| Rule | Violation | Line |
|---|---|---|
| AvoidUsingHardCodedIP | Do not hard code the IP address ${variableName} | 102 |
| AvoidUsingHardCodedIP | Do not hard code the IP address ${variableName} | 105 |
model - com/jsql/util/SoapUtil.java
| Rule | Violation | Line |
|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 135–137 |
view - com/jsql/view/swing/tab/TabResults.java
| Rule | Violation | Line |
|---|---|---|
| AvoidUsingHardCodedIP | Do not hard code the IP address ${variableName} | 296 |
view - com/jsql/view/swing/tree/model/NodeModelTable.java
| Rule | Violation | Line |
|---|---|---|
| UnusedPrivateMethod | Avoid unused private methods such as 'addCustomLoadItems(JPopupMenuCustomExtract)'. | 97 |
Files
model - com/jsql/model/injection/strategy/blind/AbstractInjectionBit.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 127–129 |
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 184–187 |
model - com/jsql/util/ProxyUtil.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| AvoidUsingHardCodedIP | Do not hard code the IP address ${variableName} | 3 | 102 |
| AvoidUsingHardCodedIP | Do not hard code the IP address ${variableName} | 3 | 105 |
model - com/jsql/util/SoapUtil.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 135–137 |
view - com/jsql/view/swing/tab/TabResults.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| AvoidUsingHardCodedIP | Do not hard code the IP address ${variableName} | 3 | 296 |
view - com/jsql/view/swing/tree/model/NodeModelTable.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnusedPrivateMethod | Avoid unused private methods such as 'addCustomLoadItems(JPopupMenuCustomExtract)'. | 3 | 97 |
