PMD Results
The following document contains the results of PMD
Files
net/sf/seleniumassist/tools/click/BasePage.java
Violation | Line |
---|
Each class should declare at least one constructor | 19 |
net/sf/seleniumassist/tools/click/BasePageMenu.java
Violation | Line |
---|
Each class should declare at least one constructor | 13 |
net/sf/seleniumassist/tools/click/BasePagePlain.java
Violation | Line |
---|
Each class should declare at least one constructor | 11 |
net/sf/seleniumassist/tools/click/ScriptGenControls.java
Violation | Line |
---|
Each class should declare at least one constructor | 21 |
net/sf/seleniumassist/tools/click/ScriptGenFrame.java
Violation | Line |
---|
Each class should declare at least one constructor | 10 |
net/sf/seleniumassist/tools/click/ScriptView.java
Violation | Line |
---|
Each class should declare at least one constructor | 23 |
net/sf/seleniumassist/tools/click/SuiteGen.java
Violation | Line |
---|
Each class should declare at least one constructor | 21 |
A method should have only one exit point, and that should be the last statement in the method | 29 |
A method should have only one exit point, and that should be the last statement in the method | 67 |
net/sf/seleniumassist/tools/click/SuiteView.java
Violation | Line |
---|
Each class should declare at least one constructor | 8 |
net/sf/seleniumassist/tools/click/Utilities.java
Violation | Line |
---|
Each class should declare at least one constructor | 6 |
net/sf/seleniumassist/tools/domain/SeleniumTest.java
Violation | Line |
---|
It is a good practice to call super() in a constructor | 17 |
net/sf/seleniumassist/tools/service/ScriptService.java
Violation | Line |
---|
Each class should declare at least one constructor | 9 |
Avoid modifiers which are implied by the context | 10 |
Avoid modifiers which are implied by the context | 11 |
net/sf/seleniumassist/tools/service/ScriptServiceImpl.java
Violation | Line |
---|
Each class should declare at least one constructor | 14 |
A method should have only one exit point, and that should be the last statement in the method | 29 |
net/sf/seleniumassist/tools/service/SimpleTextParserImpl.java
Violation | Line |
---|
Each class should declare at least one constructor | 34 |
net/sf/seleniumassist/tools/service/TestParser.java
Violation | Line |
---|
Each class should declare at least one constructor | 5 |
Avoid modifiers which are implied by the context | 7 |
net/sf/seleniumassist/util/SuiteGenerator.java
Violation | Line |
---|
Each class should declare at least one constructor | 11 |