PMD Results

The following document contains the results of PMD

Files

net/sf/seleniumassist/tools/click/BasePage.java

ViolationLine
Each class should declare at least one constructor19

net/sf/seleniumassist/tools/click/BasePageMenu.java

ViolationLine
Each class should declare at least one constructor13

net/sf/seleniumassist/tools/click/BasePagePlain.java

ViolationLine
Each class should declare at least one constructor11

net/sf/seleniumassist/tools/click/ScriptGenControls.java

ViolationLine
Each class should declare at least one constructor21

net/sf/seleniumassist/tools/click/ScriptGenFrame.java

ViolationLine
Each class should declare at least one constructor10

net/sf/seleniumassist/tools/click/ScriptView.java

ViolationLine
Each class should declare at least one constructor23

net/sf/seleniumassist/tools/click/SuiteGen.java

ViolationLine
Each class should declare at least one constructor21
A method should have only one exit point, and that should be the last statement in the method29
A method should have only one exit point, and that should be the last statement in the method67

net/sf/seleniumassist/tools/click/SuiteView.java

ViolationLine
Each class should declare at least one constructor8

net/sf/seleniumassist/tools/click/Utilities.java

ViolationLine
Each class should declare at least one constructor6

net/sf/seleniumassist/tools/domain/SeleniumTest.java

ViolationLine
It is a good practice to call super() in a constructor17

net/sf/seleniumassist/tools/service/ScriptService.java

ViolationLine
Each class should declare at least one constructor9
Avoid modifiers which are implied by the context10
Avoid modifiers which are implied by the context11

net/sf/seleniumassist/tools/service/ScriptServiceImpl.java

ViolationLine
Each class should declare at least one constructor14
A method should have only one exit point, and that should be the last statement in the method29

net/sf/seleniumassist/tools/service/SimpleTextParserImpl.java

ViolationLine
Each class should declare at least one constructor34

net/sf/seleniumassist/tools/service/TestParser.java

ViolationLine
Each class should declare at least one constructor5
Avoid modifiers which are implied by the context7

net/sf/seleniumassist/util/SuiteGenerator.java

ViolationLine
Each class should declare at least one constructor11