PMD Results
The following document contains the results of PMD
Files
org/apache/myfaces/orchestra/dynaForm/uri/UriResolver.java
| Violation | Line |
|---|---|
| Avoid empty catch blocks | 132 - 135 |
org/apache/myfaces/orchestra/dynaForm/metadata/impl/ejb/EjbExtractor.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'accessField' | 90 |
| Avoid unused private fields such as 'name' | 91 |
| Avoid unused private fields such as 'embedded' | 92 |
| Avoid unused private fields such as 'id' | 93 |
| Avoid unused private fields such as 'embeddLevel' | 111 |
| These nested if statements could be combined | 406 - 422 |
| These nested if statements could be combined | 554 - 557 |
org/apache/myfaces/orchestra/dynaForm/metadata/impl/ejb/ClassHelperFactory.java
| Violation | Line |
|---|---|
| Avoid empty catch blocks | 49 - 52 |
| Avoid empty catch blocks | 53 - 56 |
| Avoid empty catch blocks | 57 - 60 |
| Avoid empty catch blocks | 61 - 64 |
org/apache/myfaces/orchestra/dynaForm/metadata/impl/ejb/AsmHelper.java
| Violation | Line |
|---|---|
| Avoid empty catch blocks | 92 - 95 |
| Avoid empty catch blocks | 109 - 112 |
org/apache/myfaces/orchestra/dynaForm/jsf/component/DynaConfigsTag.java
| Violation | Line |
|---|---|
| Overriding method merely calls super | 25 - 28 |
org/apache/myfaces/orchestra/dynaForm/jsf/guiBuilder/impl/jsf/JsfGuiBuilderDecorator.java
| Violation | Line |
|---|---|
| Overriding method merely calls super | 336 - 339 |
org/apache/myfaces/orchestra/dynaForm/jsf/guiBuilder/impl/jsf/JsfGuiBuilder.java
| Violation | Line |
|---|---|
| These nested if statements could be combined | 1127 - 1130 |
org/apache/myfaces/orchestra/dynaForm/lib/NullObject.java
| Violation | Line |
|---|---|
| Ensure you override both equals() and hashCode() | 32 |
org/apache/myfaces/orchestra/dynaForm/lib/ObjectSerializationConverter.java
| Violation | Line |
|---|---|
| Avoid empty catch blocks | 75 - 78 |
| Avoid empty catch blocks | 114 - 117 |
org/apache/myfaces/orchestra/conversation/versioning/VersioningConversation.java
| Violation | Line |
|---|---|
| Avoid unused local variables such as 'lastSavePoint' | 116 |