Checkstyle Errors

The following document contains the results of Checkstyle for severity error.

Summary

Files Errors
612 20983

Files

Files Errors
org/jaxen/BaseXPath.java 237
org/jaxen/Context.java 81
org/jaxen/ContextSupport.java 86
org/jaxen/DefaultNavigator.java 168
org/jaxen/Function.java 14
org/jaxen/FunctionCallException.java 33
org/jaxen/FunctionContext.java 14
org/jaxen/JaxenConstants.java 18
org/jaxen/JaxenException.java 1
org/jaxen/JaxenException.java 40
org/jaxen/JaxenHandler.java 413
org/jaxen/JaxenRuntimeException.java 59
org/jaxen/NamedAccessNavigator.java 11
org/jaxen/NamespaceContext.java 15
org/jaxen/Navigator.java 36
org/jaxen/QualifiedName.java 40
org/jaxen/SimpleFunctionContext.java 38
org/jaxen/SimpleNamespaceContext.java 69
org/jaxen/SimpleVariableContext.java 50
org/jaxen/UnresolvableException.java 18
org/jaxen/UnsupportedAxisException.java 18
org/jaxen/VariableContext.java 17
org/jaxen/XPath.java 31
org/jaxen/XPathFunctionContext.java 94
org/jaxen/XPathSyntaxException.java 50
org/jaxen/dom/DOMXPath.java 17
org/jaxen/dom/DocumentNavigator.java 380
org/jaxen/dom/NamespaceNode.java 251
org/jaxen/dom4j/DocumentNavigator.java 305
org/jaxen/dom4j/Dom4jXPath.java 17
org/jaxen/expr/AdditiveExpr.java 13
org/jaxen/expr/AllNodeStep.java 12
org/jaxen/expr/BinaryExpr.java 20
org/jaxen/expr/CommentNodeStep.java 12
org/jaxen/expr/DefaultAbsoluteLocationPath.java 40
org/jaxen/expr/DefaultAdditiveExpr.java 18
org/jaxen/expr/DefaultAllNodeStep.java 30
org/jaxen/expr/DefaultAndExpr.java 44
org/jaxen/expr/DefaultArithExpr.java 21
org/jaxen/expr/DefaultBinaryExpr.java 46
org/jaxen/expr/DefaultCommentNodeStep.java 30
org/jaxen/expr/DefaultDivExpr.java 35
org/jaxen/expr/DefaultEqualityExpr.java 162
org/jaxen/expr/DefaultEqualsExpr.java 50
org/jaxen/expr/DefaultExpr.java 34
org/jaxen/expr/DefaultFilterExpr.java 102
org/jaxen/expr/DefaultFunctionCallExpr.java 56
org/jaxen/expr/DefaultGreaterThanEqualExpr.java 32
org/jaxen/expr/DefaultGreaterThanExpr.java 33
org/jaxen/expr/DefaultLessThanEqualExpr.java 32
org/jaxen/expr/DefaultLessThanExpr.java 32
org/jaxen/expr/DefaultLiteralExpr.java 32
org/jaxen/expr/DefaultLocationPath.java 39
org/jaxen/expr/DefaultLogicalExpr.java 18
org/jaxen/expr/DefaultMinusExpr.java 29
org/jaxen/expr/DefaultModExpr.java 33
org/jaxen/expr/DefaultMultiplicativeExpr.java 22
org/jaxen/expr/DefaultMultiplyExpr.java 33
org/jaxen/expr/DefaultNameStep.java 146
org/jaxen/expr/DefaultNotEqualsExpr.java 52
org/jaxen/expr/DefaultNumberExpr.java 27
org/jaxen/expr/DefaultOrExpr.java 45
org/jaxen/expr/DefaultPathExpr.java 27
org/jaxen/expr/DefaultPlusExpr.java 36
org/jaxen/expr/DefaultPredicate.java 40
org/jaxen/expr/DefaultProcessingInstructionNodeStep.java 54
org/jaxen/expr/DefaultRelationalExpr.java 143
org/jaxen/expr/DefaultRelativeLocationPath.java 17
org/jaxen/expr/DefaultStep.java 86
org/jaxen/expr/DefaultTextNodeStep.java 30
org/jaxen/expr/DefaultTruthExpr.java 69
org/jaxen/expr/DefaultUnaryExpr.java 36
org/jaxen/expr/DefaultUnionExpr.java 60
org/jaxen/expr/DefaultVariableReferenceExpr.java 41
org/jaxen/expr/DefaultXPathExpr.java 44
org/jaxen/expr/DefaultXPathFactory.java 315
org/jaxen/expr/EqualityExpr.java 18
org/jaxen/expr/Expr.java 29
org/jaxen/expr/FilterExpr.java 26
org/jaxen/expr/FunctionCallExpr.java 33
org/jaxen/expr/IdentitySet.java 21
org/jaxen/expr/LiteralExpr.java 17
org/jaxen/expr/LocationPath.java 24
org/jaxen/expr/LogicalExpr.java 18
org/jaxen/expr/MultiplicativeExpr.java 20
org/jaxen/expr/NameStep.java 28
org/jaxen/expr/NodeComparator.java 52
org/jaxen/expr/NumberExpr.java 14
org/jaxen/expr/PathExpr.java 24
org/jaxen/expr/Predicate.java 27
org/jaxen/expr/PredicateSet.java 83
org/jaxen/expr/Predicated.java 18
org/jaxen/expr/ProcessingInstructionNodeStep.java 15
org/jaxen/expr/RelationalExpr.java 21
org/jaxen/expr/Step.java 34
org/jaxen/expr/TextNodeStep.java 12
org/jaxen/expr/UnaryExpr.java 18
org/jaxen/expr/UnionExpr.java 17
org/jaxen/expr/VariableReferenceExpr.java 22
org/jaxen/expr/XPathExpr.java 29
org/jaxen/expr/XPathFactory.java 134
org/jaxen/expr/iter/IterableAncestorAxis.java 26
org/jaxen/expr/iter/IterableAncestorOrSelfAxis.java 26
org/jaxen/expr/iter/IterableAttributeAxis.java 33
org/jaxen/expr/iter/IterableAxis.java 27
org/jaxen/expr/iter/IterableChildAxis.java 27
org/jaxen/expr/iter/IterableDescendantAxis.java 25
org/jaxen/expr/iter/IterableDescendantOrSelfAxis.java 26
org/jaxen/expr/iter/IterableFollowingAxis.java 25
org/jaxen/expr/iter/IterableFollowingSiblingAxis.java 26
org/jaxen/expr/iter/IterableNamespaceAxis.java 25
org/jaxen/expr/iter/IterableParentAxis.java 25
org/jaxen/expr/iter/IterablePrecedingAxis.java 25
org/jaxen/expr/iter/IterablePrecedingSiblingAxis.java 26
org/jaxen/expr/iter/IterableSelfAxis.java 25
org/jaxen/function/BooleanFunction.java 81
org/jaxen/function/CeilingFunction.java 54
org/jaxen/function/ConcatFunction.java 51
org/jaxen/function/ContainsFunction.java 52
org/jaxen/function/CountFunction.java 42
org/jaxen/function/FalseFunction.java 31
org/jaxen/function/FloorFunction.java 54
org/jaxen/function/IdFunction.java 59
org/jaxen/function/LangFunction.java 81
org/jaxen/function/LastFunction.java 40
org/jaxen/function/LocalNameFunction.java 116
org/jaxen/function/NameFunction.java 123
org/jaxen/function/NamespaceUriFunction.java 108
org/jaxen/function/NormalizeSpaceFunction.java 61
org/jaxen/function/NotFunction.java 1
org/jaxen/function/NotFunction.java 52
org/jaxen/function/NumberFunction.java 125
org/jaxen/function/PositionFunction.java 46
org/jaxen/function/RoundFunction.java 57
org/jaxen/function/StartsWithFunction.java 57
org/jaxen/function/StringFunction.java 123
org/jaxen/function/StringLengthFunction.java 65
org/jaxen/function/SubstringAfterFunction.java 66
org/jaxen/function/SubstringBeforeFunction.java 67
org/jaxen/function/SubstringFunction.java 75
org/jaxen/function/SumFunction.java 52
org/jaxen/function/TranslateFunction.java 1
org/jaxen/function/TranslateFunction.java 119
org/jaxen/function/TrueFunction.java 30
org/jaxen/function/ext/EndsWithFunction.java 34
org/jaxen/function/ext/EvaluateFunction.java 50
org/jaxen/function/ext/LocaleFunctionSupport.java 84
org/jaxen/function/ext/LowerFunction.java 38
org/jaxen/function/ext/UpperFunction.java 37
org/jaxen/function/xslt/DocumentFunction.java 32
org/jaxen/javabean/DocumentNavigator.java 250
org/jaxen/javabean/Element.java 22
org/jaxen/javabean/ElementIterator.java 24
org/jaxen/javabean/JavaBeanXPath.java 74
org/jaxen/jdom/DocumentNavigator.java 381
org/jaxen/jdom/JDOMXPath.java 17
org/jaxen/jdom/XPathNamespace.java 50
org/jaxen/pattern/AnyChildNodeTest.java 47
org/jaxen/pattern/AnyNodeTest.java 41
org/jaxen/pattern/LocationPathPattern.java 238
org/jaxen/pattern/NameTest.java 101
org/jaxen/pattern/NamespaceTest.java 103
org/jaxen/pattern/NoNodeTest.java 44
org/jaxen/pattern/NodeTest.java 10
org/jaxen/pattern/NodeTypeTest.java 90
org/jaxen/pattern/Pattern.java 68
org/jaxen/pattern/PatternHandler.java 226
org/jaxen/pattern/PatternParser.java 259
org/jaxen/pattern/TextNodeTest.java 41
org/jaxen/pattern/UnionPattern.java 117
org/jaxen/saxpath/Axis.java 122
org/jaxen/saxpath/Operator.java 53
org/jaxen/saxpath/SAXPathEventSource.java 8
org/jaxen/saxpath/SAXPathException.java 77
org/jaxen/saxpath/XPathHandler.java 72
org/jaxen/saxpath/XPathReader.java 6
org/jaxen/saxpath/XPathSyntaxException.java 61
org/jaxen/saxpath/base/Token.java 57
org/jaxen/saxpath/base/TokenTypes.java 57
org/jaxen/saxpath/base/Verifier.java 968
org/jaxen/saxpath/base/XPathLexer.java 491
org/jaxen/saxpath/base/XPathReader.java 662
org/jaxen/saxpath/helpers/DefaultXPathHandler.java 119
org/jaxen/saxpath/helpers/XPathReaderFactory.java 60
org/jaxen/util/AncestorAxisIterator.java 23
org/jaxen/util/AncestorOrSelfAxisIterator.java 39
org/jaxen/util/DescendantAxisIterator.java 48
org/jaxen/util/DescendantOrSelfAxisIterator.java 13
org/jaxen/util/FollowingAxisIterator.java 77
org/jaxen/util/FollowingSiblingAxisIterator.java 56
org/jaxen/util/LinkedIterator.java 49
org/jaxen/util/PrecedingAxisIterator.java 72
org/jaxen/util/PrecedingSiblingAxisIterator.java 77
org/jaxen/util/SelfAxisIterator.java 18
org/jaxen/util/SingleObjectIterator.java 39
org/jaxen/util/SingletonList.java 34
org/jaxen/util/StackedIterator.java 88
org/jaxen/xom/DocumentNavigator.java 227
org/jaxen/xom/XOMXPath.java 16
org/w3c/dom/UserDataHandler.java 1
org/w3c/dom/UserDataHandler.java 19
org/w3c/dom/package.html 1
org/jaxen/test/AddNamespaceTest.java 1
org/jaxen/test/AddNamespaceTest.java 29
org/jaxen/test/AncestorOrSelfAxisIteratorTest.java 40
org/jaxen/test/ArithmeticTest.java 37
org/jaxen/test/AxisTest.java 18
org/jaxen/test/BaseTests.java 1
org/jaxen/test/BaseTests.java 17
org/jaxen/test/BaseXPathTest.java 515
org/jaxen/test/BinaryExprTest.java 1
org/jaxen/test/BinaryExprTest.java 18
org/jaxen/test/BooleanTest.java 74
org/jaxen/test/CeilingTest.java 50
org/jaxen/test/ConcatTest.java 25
org/jaxen/test/ConformanceXPathHandler.java 239
org/jaxen/test/ContainsTest.java 104
org/jaxen/test/ContextTest.java 115
org/jaxen/test/CoreTests.java 1
org/jaxen/test/CoreTests.java 20
org/jaxen/test/CountTest.java 63
org/jaxen/test/DOM3NamespaceTest.java 55
org/jaxen/test/DOM4JNavigatorTest.java 43
org/jaxen/test/DOM4JPerformance.java 15
org/jaxen/test/DOM4JTests.java 1
org/jaxen/test/DOM4JTests.java 16
org/jaxen/test/DOM4JXPathTest.java 118
org/jaxen/test/DOMNavigatorTest.java 63
org/jaxen/test/DOMTests.java 1
org/jaxen/test/DOMTests.java 17
org/jaxen/test/DOMXPathTest.java 179
org/jaxen/test/DefaultNamestepTest.java 24
org/jaxen/test/DefaultXPathExprTest.java 32
org/jaxen/test/DefaultXPathFactoryTest.java 17
org/jaxen/test/DescendantAxisIteratorTest.java 41
org/jaxen/test/EqualsTest.java 32
org/jaxen/test/ExprComparator.java 625
org/jaxen/test/ExprTests.java 1
org/jaxen/test/ExprTests.java 17
org/jaxen/test/ExtensionFunctionTest.java 45
org/jaxen/test/FalseTest.java 37
org/jaxen/test/FloorTest.java 57
org/jaxen/test/FollowingAxisIteratorTest.java 40
org/jaxen/test/FollowingSiblingAxisIteratorTest.java 40
org/jaxen/test/FunctionCallExceptionTest.java 24
org/jaxen/test/FunctionContextTest.java 54
org/jaxen/test/FunctionTests.java 1
org/jaxen/test/FunctionTests.java 16
org/jaxen/test/HelpersTests.java 1
org/jaxen/test/HelpersTests.java 17
org/jaxen/test/IdTest.java 67
org/jaxen/test/IterableAxisTest.java 19
org/jaxen/test/JDOMNavigatorTest.java 33
org/jaxen/test/JDOMPerformance.java 15
org/jaxen/test/JDOMTests.java 1
org/jaxen/test/JDOMTests.java 17
org/jaxen/test/JDOMXPathTest.java 119
org/jaxen/test/JavaBeanNavigatorTest.java 50
org/jaxen/test/JavaBeanTests.java 1
org/jaxen/test/JavaBeanTests.java 17
org/jaxen/test/JaxenExceptionTest.java 21
org/jaxen/test/JaxenHandlerTest.java 56
org/jaxen/test/JaxenRuntimeExceptionTest.java 22
org/jaxen/test/JaxenTests.java 1
org/jaxen/test/JaxenTests.java 16
org/jaxen/test/LangTest.java 107
org/jaxen/test/LastTest.java 36
org/jaxen/test/LiteralExprTest.java 1
org/jaxen/test/LiteralExprTest.java 30
org/jaxen/test/LocalNameTest.java 102
org/jaxen/test/MockXPathReader.java 16
org/jaxen/test/ModTest.java 22
org/jaxen/test/NameTest.java 96
org/jaxen/test/NamespaceTest.java 86
org/jaxen/test/NamespaceURITest.java 95
org/jaxen/test/NodesetEqualityTest.java 146
org/jaxen/test/NormalizeSpaceTest.java 52
org/jaxen/test/NotTest.java 67
org/jaxen/test/NumberTest.java 53
org/jaxen/test/PatternHandlerTest.java 54
org/jaxen/test/PatternTests.java 1
org/jaxen/test/PatternTests.java 16
org/jaxen/test/Person.java 29
org/jaxen/test/PositionTest.java 30
org/jaxen/test/PrecedingAxisIteratorTest.java 40
org/jaxen/test/PrecedingSiblingAxisIteratorTest.java 40
org/jaxen/test/PriorityTest.java 109
org/jaxen/test/ProcessingInstructionNodeTest.java 1
org/jaxen/test/ProcessingInstructionNodeTest.java 29
org/jaxen/test/RoundTest.java 51
org/jaxen/test/SAXPathExceptionTest.java 21
org/jaxen/test/SAXPathTests.java 1
org/jaxen/test/SAXPathTests.java 17
org/jaxen/test/SimpleNamespaceContextTest.java 42
org/jaxen/test/SimpleVariableContextTest.java 32
org/jaxen/test/SingleObjectIteratorTest.java 30
org/jaxen/test/SingletonListTest.java 17
org/jaxen/test/StartsWithTest.java 104
org/jaxen/test/StringLengthTest.java 87
org/jaxen/test/StringTest.java 67
org/jaxen/test/SubstringAfterTest.java 116
org/jaxen/test/SubstringBeforeTest.java 116
org/jaxen/test/SubstringTest.java 193
org/jaxen/test/SumTest.java 41
org/jaxen/test/TranslateFunctionTest.java 133
org/jaxen/test/TrueTest.java 29
org/jaxen/test/UnresolvableExceptionTest.java 33
org/jaxen/test/UnsupportedAxisExceptionTest.java 18
org/jaxen/test/UtilTests.java 1
org/jaxen/test/UtilTests.java 17
org/jaxen/test/VariableContextTest.java 36
org/jaxen/test/XOMNavigatorTest.java 27
org/jaxen/test/XOMPerformance.java 16
org/jaxen/test/XOMTests.java 1
org/jaxen/test/XOMTests.java 17
org/jaxen/test/XOMXPathTest.java 47
org/jaxen/test/XPathReaderFactoryTest.java 88
org/jaxen/test/XPathReaderTest.java 238
org/jaxen/test/XPathSyntaxExceptionTest.java 32
org/jaxen/test/XPathTestBase.java 1
org/jaxen/test/XPathTestBase.java 456
org/jaxen/test/package.html 1

org/jaxen/BaseXPath.java

Error Line
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 86
Error Missing a Javadoc comment. 88
Error First sentence should end with a period. 93
Error Line has trailing spaces. 95
Error First sentence should end with a period. 96
Error First sentence should end with a period. 99
Error Line has trailing spaces. 101
Error Line has trailing spaces. 102
Error Parameter xpathExpr should be final. 109
Error '{' should be on the previous line. 110
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '}' should be on the same line. 118
Error '{' should be on the previous line. 120
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '}' should be on the same line. 122
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Line is longer than 80 characters. 140
Error Parameter xpathExpr should be final. 140
Error Parameter navigator should be final. 140
Error 'navigator' hides a field. 140
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line has trailing spaces. 155
Error Line has trailing spaces. 156
Error Line has trailing spaces. 161
Error Line has trailing spaces. 164
Error Line has trailing spaces. 165
Error Line is longer than 80 characters. 170
Error Unused @throws tag for 'ClassCastException'. 171
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 173
Error Parameter context should be final. 173
Error '{' should be on the previous line. 174
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 179
Error '{' should be on the previous line. 180
Error '(' is followed by whitespace. 183
Error Line has trailing spaces. 187
Error ')' is preceded with whitespace. 187
Error '{' should be on the previous line. 188
Error Line has trailing spaces. 194
Error Extra HTML tag found: </p> 202
Error Line has trailing spaces. 204
Error Line is longer than 80 characters. 209
Error Method 'selectNodes' is not designed for extension - needs to be abstract, final or empty. 213
Error Parameter node should be final. 213
Error '{' should be on the previous line. 214
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error Extra HTML tag found: </p> 224
Error Line has trailing spaces. 226
Error Line is longer than 80 characters. 231
Error Method 'selectSingleNode' is not designed for extension - needs to be abstract, final or empty. 235
Error Parameter node should be final. 235
Error '{' should be on the previous line. 236
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '{' should be on the previous line. 240
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error Line has trailing spaces. 249
Error Line is longer than 80 characters. 252
Error Method 'valueOf' is not designed for extension - needs to be abstract, final or empty. 255
Error Parameter node should be final. 255
Error '{' should be on the previous line. 256
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error Line has trailing spaces. 261
Error Line is longer than 80 characters. 273
Error Line is longer than 80 characters. 275
Error Line is longer than 80 characters. 276
Error Method 'stringValueOf' is not designed for extension - needs to be abstract, final or empty. 278
Error Parameter node should be final. 278
Error '{' should be on the previous line. 279
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error Line has trailing spaces. 281
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error '{' should be on the previous line. 285
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 290
Error Line is longer than 80 characters. 305
Error Line is longer than 80 characters. 307
Error Line is longer than 80 characters. 308
Error Method 'booleanValueOf' is not designed for extension - needs to be abstract, final or empty. 310
Error Parameter node should be final. 310
Error '{' should be on the previous line. 311
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '(' is followed by whitespace. 313
Error ')' is preceded with whitespace. 313
Error 'if' construct must use '{}'s. 314
Error '(' is followed by whitespace. 314
Error ')' is preceded with whitespace. 314
Error Line is longer than 80 characters. 315
Error '(' is followed by whitespace. 315
Error ')' is preceded with whitespace. 315
Error Line is longer than 80 characters. 329
Error Line is longer than 80 characters. 333
Error Method 'numberValueOf' is not designed for extension - needs to be abstract, final or empty. 335
Error Parameter node should be final. 335
Error '{' should be on the previous line. 336
Error '(' is followed by whitespace. 337
Error ')' is preceded with whitespace. 337
Error '(' is followed by whitespace. 338
Error ')' is preceded with whitespace. 338
Error '(' is followed by whitespace. 339
Error ')' is preceded with whitespace. 340
Error Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. 369
Error Parameter prefix should be final. 369
Error Parameter uri should be final. 370
Error '{' should be on the previous line. 371
Error '(' is followed by whitespace. 373
Error ')' is preceded with whitespace. 373
Error '{' should be on the previous line. 374
Error 'cast' is not followed by whitespace. 375
Error '(' is followed by whitespace. 375
Error ')' is preceded with whitespace. 376
Error Line is longer than 80 characters. 380
Error Line has trailing spaces. 390
Error Method 'setNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 405
Error Parameter namespaceContext should be final. 405
Error '{' should be on the previous line. 406
Error Method 'setFunctionContext' is not designed for extension - needs to be abstract, final or empty. 424
Error Parameter functionContext should be final. 424
Error '{' should be on the previous line. 425
Error Method 'setVariableContext' is not designed for extension - needs to be abstract, final or empty. 443
Error Parameter variableContext should be final. 443
Error '{' should be on the previous line. 444
Error Line is longer than 80 characters. 457
Error Method 'getNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 466
Error '{' should be on the previous line. 467
Error Line is longer than 80 characters. 480
Error Method 'getFunctionContext' is not designed for extension - needs to be abstract, final or empty. 489
Error '{' should be on the previous line. 490
Error Line is longer than 80 characters. 503
Error Line has trailing spaces. 507
Error Method 'getVariableContext' is not designed for extension - needs to be abstract, final or empty. 512
Error '{' should be on the previous line. 513
Error Line has trailing spaces. 516
Error Line has trailing spaces. 517
Error Line has trailing spaces. 532
Error Method 'getRootExpr' is not designed for extension - needs to be abstract, final or empty. 532
Error '{' should be on the previous line. 533
Error Line has trailing spaces. 536
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 541
Error '{' should be on the previous line. 542
Error Method 'debug' is not designed for extension - needs to be abstract, final or empty. 550
Error '{' should be on the previous line. 551
Error Line has trailing spaces. 554
Error Line has trailing spaces. 561
Error Line has trailing spaces. 565
Error Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 570
Error Parameter node should be final. 570
Error '{' should be on the previous line. 571
Error '(' is followed by whitespace. 572
Error ')' is preceded with whitespace. 572
Error '{' should be on the previous line. 573
Error '(' is followed by whitespace. 577
Error ')' is preceded with whitespace. 577
Error '(' is followed by whitespace. 579
Error ')' is preceded with whitespace. 579
Error '{' should be on the previous line. 580
Error '(' is followed by whitespace. 581
Error ')' is preceded with whitespace. 581
Error '}' should be on the same line. 582
Error '{' should be on the previous line. 584
Error '(' is followed by whitespace. 586
Error ')' is preceded with whitespace. 586
Error Method 'getContextSupport' is not designed for extension - needs to be abstract, final or empty. 599
Error '{' should be on the previous line. 600
Error '(' is followed by whitespace. 601
Error ')' is preceded with whitespace. 601
Error '{' should be on the previous line. 602
Error Line has trailing spaces. 603
Error '(' is followed by whitespace. 603
Error Line has trailing spaces. 607
Error Line has trailing spaces. 614
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 619
Error '{' should be on the previous line. 620
Error Line has trailing spaces. 623
Error Line has trailing spaces. 624
Error Method 'createFunctionContext' is not designed for extension - needs to be abstract, final or empty. 636
Error '{' should be on the previous line. 637
Error Line has trailing spaces. 640
Error Method 'createNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 645
Error '{' should be on the previous line. 646
Error Line has trailing spaces. 649
Error Method 'createVariableContext' is not designed for extension - needs to be abstract, final or empty. 654
Error '{' should be on the previous line. 655
Error Line has trailing spaces. 658
Error Line has trailing spaces. 660
Error Extra HTML tag found: </p> 666
Error Line is longer than 80 characters. 672
Error Method 'selectNodesForContext' is not designed for extension - needs to be abstract, final or empty. 675
Error Parameter context should be final. 675
Error '(' is followed by whitespace. 677
Error ')' is preceded with whitespace. 677
Error Line has trailing spaces. 679
Error Line has trailing spaces. 681
Error Extra HTML tag found: </p> 689
Error Line is longer than 80 characters. 695
Error Line is longer than 80 characters. 699
Error Method 'selectSingleNodeForContext' is not designed for extension - needs to be abstract, final or empty. 699
Error Parameter context should be final. 699
Error '(' is followed by whitespace. 701
Error ')' is preceded with whitespace. 701
Error '(' is followed by whitespace. 703
Error ')' is preceded with whitespace. 703
Error '{' should be on the previous line. 704
Error '(' is followed by whitespace. 708
Error ')' is preceded with whitespace. 708
Error Line has trailing spaces. 710

org/jaxen/Context.java

Error Line
Error Line has trailing spaces. 7
Error Line has trailing spaces. 20
Error Line has trailing spaces. 54
Error Line has trailing spaces. 67
Error Line has trailing spaces. 69
Error First sentence should end with a period. 77
Error First sentence should end with a period. 80
Error First sentence should end with a period. 83
Error First sentence should end with a period. 86
Error Parameter contextSupport should be final. 97
Error 'contextSupport' hides a field. 97
Error '{' should be on the previous line. 98
Error Line has trailing spaces. 104
Error Line has trailing spaces. 109
Error Line has trailing spaces. 111
Error Line has trailing spaces. 113
Error Line has trailing spaces. 117
Error Line has trailing spaces. 119
Error Method 'setNodeSet' is not designed for extension - needs to be abstract, final or empty. 125
Error Parameter nodeSet should be final. 125
Error 'nodeSet' hides a field. 125
Error '{' should be on the previous line. 126
Error 'if' construct must use '{}'s. 129
Error Method 'getNodeSet' is not designed for extension - needs to be abstract, final or empty. 138
Error '{' should be on the previous line. 139
Error Method 'setContextSupport' is not designed for extension - needs to be abstract, final or empty. 147
Error Parameter contextSupport should be final. 147
Error 'contextSupport' hides a field. 147
Error '{' should be on the previous line. 148
Error Method 'getContextSupport' is not designed for extension - needs to be abstract, final or empty. 156
Error '{' should be on the previous line. 157
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 165
Error '{' should be on the previous line. 166
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 176
Error Parameter prefix should be final. 176
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Method 'getVariableValue' is not designed for extension - needs to be abstract, final or empty. 191
Error Parameter namespaceURI should be final. 191
Error Parameter prefix should be final. 192
Error Parameter localName should be final. 193
Error '{' should be on the previous line. 195
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 198
Error Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. 211
Error Parameter namespaceURI should be final. 211
Error Parameter prefix should be final. 212
Error Parameter localName should be final. 213
Error '{' should be on the previous line. 215
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 218
Error Line has trailing spaces. 221
Error Line has trailing spaces. 223
Error Method 'setSize' is not designed for extension - needs to be abstract, final or empty. 229
Error Parameter size should be final. 229
Error 'size' hides a field. 229
Error '{' should be on the previous line. 230
Error Method 'getSize' is not designed for extension - needs to be abstract, final or empty. 238
Error '{' should be on the previous line. 239
Error Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. 247
Error Parameter position should be final. 247
Error 'position' hides a field. 247
Error '{' should be on the previous line. 248
Error Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 256
Error '{' should be on the previous line. 257
Error Line has trailing spaces. 261
Error Line has trailing spaces. 263
Error Method 'duplicate' is not designed for extension - needs to be abstract, final or empty. 269
Error '{' should be on the previous line. 270
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error '{' should be on the previous line. 276
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279

org/jaxen/ContextSupport.java

Error Line
Error Line has trailing spaces. 7
Error Line has trailing spaces. 20
Error Line has trailing spaces. 41
Error Line has trailing spaces. 59
Error Line has trailing spaces. 65
Error Line has trailing spaces. 71
Error Line has trailing spaces. 78
Error '{' should be on the previous line. 82
Error Parameter namespaceContext should be final. 93
Error 'namespaceContext' hides a field. 93
Error Parameter functionContext should be final. 94
Error 'functionContext' hides a field. 94
Error Parameter variableContext should be final. 95
Error 'variableContext' hides a field. 95
Error Parameter navigator should be final. 96
Error 'navigator' hides a field. 96
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Method 'setNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 113
Error Parameter namespaceContext should be final. 113
Error 'namespaceContext' hides a field. 113
Error '{' should be on the previous line. 114
Error Method 'getNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 122
Error '{' should be on the previous line. 123
Error Method 'setFunctionContext' is not designed for extension - needs to be abstract, final or empty. 131
Error Parameter functionContext should be final. 131
Error 'functionContext' hides a field. 131
Error '{' should be on the previous line. 132
Error Method 'getFunctionContext' is not designed for extension - needs to be abstract, final or empty. 140
Error '{' should be on the previous line. 141
Error Method 'setVariableContext' is not designed for extension - needs to be abstract, final or empty. 149
Error Parameter variableContext should be final. 149
Error 'variableContext' hides a field. 149
Error '{' should be on the previous line. 150
Error Method 'getVariableContext' is not designed for extension - needs to be abstract, final or empty. 158
Error '{' should be on the previous line. 159
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 167
Error '{' should be on the previous line. 168
Error Line has trailing spaces. 172
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 180
Error Parameter prefix should be final. 180
Error '{' should be on the previous line. 181
Error Line has trailing spaces. 182
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on the previous line. 189
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error Method 'getVariableValue' is not designed for extension - needs to be abstract, final or empty. 206
Error '(' is followed by whitespace. 206
Error Parameter namespaceURI should be final. 206
Error Parameter prefix should be final. 207
Error Parameter localName should be final. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 210
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '{' should be on the previous line. 214
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '}' should be on the same line. 216
Error '{' should be on the previous line. 218
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. 233
Error '(' is followed by whitespace. 233
Error Parameter namespaceURI should be final. 233
Error Parameter prefix should be final. 234
Error Parameter localName should be final. 235
Error ')' is preceded with whitespace. 235
Error '{' should be on the previous line. 237
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error '{' should be on the previous line. 241
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '}' should be on the same line. 243
Error '{' should be on the previous line. 245
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error Line has trailing spaces. 249

org/jaxen/DefaultNavigator.java

Error Line
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 85
Error First sentence should end with a period. 87
Error Line has trailing spaces. 88
Error Line is longer than 80 characters. 93
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter contextNode should be final. 93
Error Expected @param tag for 'contextNode'. 93
Error Line is longer than 80 characters. 101
Error Method 'getDescendantAxisIterator' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error Parameter contextNode should be final. 101
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 104
Error First sentence should end with a period. 107
Error Line has trailing spaces. 108
Error Line is longer than 80 characters. 113
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 113
Error Parameter contextNode should be final. 113
Error Expected @param tag for 'contextNode'. 113
Error Expected @throws tag for 'UnsupportedAxisException'. 113
Error Line is longer than 80 characters. 118
Error Method 'getAncestorAxisIterator' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Parameter contextNode should be final. 118
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 121
Error Line is longer than 80 characters. 125
Error Method 'getFollowingSiblingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Parameter contextNode should be final. 125
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 128
Error Line is longer than 80 characters. 132
Error Method 'getPrecedingSiblingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 132
Error Missing a Javadoc comment. 132
Error Parameter contextNode should be final. 132
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 135
Error Line is longer than 80 characters. 138
Error Method 'getFollowingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 138
Error Missing a Javadoc comment. 138
Error Parameter contextNode should be final. 138
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 141
Error Line is longer than 80 characters. 147
Error Method 'getPrecedingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error Parameter contextNode should be final. 147
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 150
Error Line has trailing spaces. 155
Error Line has trailing spaces. 157
Error Line is longer than 80 characters. 162
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 162
Error Parameter contextNode should be final. 162
Error Expected @param tag for 'contextNode'. 162
Error Expected @throws tag for 'UnsupportedAxisException'. 162
Error Line has trailing spaces. 167
Error Line has trailing spaces. 169
Error Line is longer than 80 characters. 174
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 174
Error Parameter contextNode should be final. 174
Error Expected @param tag for 'contextNode'. 174
Error Expected @throws tag for 'UnsupportedAxisException'. 174
Error Line is longer than 80 characters. 179
Error Method 'getSelfAxisIterator' is not designed for extension - needs to be abstract, final or empty. 179
Error Missing a Javadoc comment. 179
Error Parameter contextNode should be final. 179
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error Line is longer than 80 characters. 184
Error Method 'getDescendantOrSelfAxisIterator' is not designed for extension - needs to be abstract, final or empty. 184
Error Missing a Javadoc comment. 184
Error Parameter contextNode should be final. 184
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 187
Error Line is longer than 80 characters. 190
Error Method 'getAncestorOrSelfAxisIterator' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error Parameter contextNode should be final. 190
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 193
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 196
Error Missing a Javadoc comment. 196
Error Parameter contextNode should be final. 196
Error '{' should be on the previous line. 197
Error Line has trailing spaces. 200
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 201
Error Missing a Javadoc comment. 201
Error Parameter prefix should be final. 201
Error Parameter element should be final. 201
Error '{' should be on the previous line. 202
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 206
Error Missing a Javadoc comment. 206
Error Parameter obj should be final. 206
Error '{' should be on the previous line. 207
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 211
Error Missing a Javadoc comment. 211
Error Parameter obj should be final. 211
Error '{' should be on the previous line. 212
Error Method 'getNodeType' is not designed for extension - needs to be abstract, final or empty. 216
Error Missing a Javadoc comment. 216
Error Parameter node should be final. 216
Error '{' should be on the previous line. 217
Error Line has trailing spaces. 218
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '{' should be on the previous line. 219
Error '}' should be on the same line. 221
Error Line has trailing spaces. 222
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error '{' should be on the previous line. 223
Error '}' should be on the same line. 225
Error Line has trailing spaces. 226
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '{' should be on the previous line. 227
Error '}' should be on the same line. 229
Error Line has trailing spaces. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '{' should be on the previous line. 231
Error '}' should be on the same line. 233
Error Line has trailing spaces. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '{' should be on the previous line. 235
Error '}' should be on the same line. 237
Error Line has trailing spaces. 238
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '{' should be on the previous line. 239
Error '}' should be on the same line. 241
Error Line has trailing spaces. 242
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '{' should be on the previous line. 243
Error '}' should be on the same line. 245
Error Line has trailing spaces. 250
Error Line has trailing spaces. 252
Error Line is longer than 80 characters. 259
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 259
Error Parameter contextNode should be final. 259
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error '{' should be on the previous line. 263
Error Line has trailing spaces. 271
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 279
Error Parameter url should be final. 279
Error '{' should be on the previous line. 280
Error Method 'getElementById' is not designed for extension - needs to be abstract, final or empty. 294
Error Parameter contextNode should be final. 294
Error Parameter elementId should be final. 294
Error '{' should be on the previous line. 295
Error Line has trailing spaces. 298

org/jaxen/Function.java

Error Line
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 63
Error '{' should be on the previous line. 71
Error Line has trailing spaces. 77
Error Line has trailing spaces. 81

org/jaxen/FunctionCallException.java

Error Line
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 51
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 64
Error Line has trailing spaces. 70
Error Parameter message should be final. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line has trailing spaces. 79
Error Parameter nestedException should be final. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line has trailing spaces. 89
Error Parameter message should be final. 93
Error Parameter nestedException should be final. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Line has trailing spaces. 96
Error Line has trailing spaces. 102
Error Line has trailing spaces. 104
Error Method 'getNestedException' is not designed for extension - needs to be abstract, final or empty. 107
Error Line has trailing spaces. 110

org/jaxen/FunctionContext.java

Error Line
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 64
Error Line is longer than 80 characters. 65
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 91

org/jaxen/JaxenConstants.java

Error Line
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 56
Error Class JaxenConstants should be declared as final. 59
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 61
Error Missing a Javadoc comment. 62
Error '{' is not followed by whitespace. 62
Error '}' is not preceded with whitespace. 62
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 72
Error Line is longer than 80 characters. 74
Error Line has trailing spaces. 75

org/jaxen/JaxenException.java

Error Line
Error File does not end with a newline. 0

org/jaxen/JaxenException.java

Error Line
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Missing a Javadoc comment. 66
Error Variable 'javaVersion' must be private and have accessor methods. 66
Error '1.4' is a magic number. 66
Error Line has trailing spaces. 67
Error '3' is a magic number. 71
Error '}' should be on the same line. 73
Error Must have at least one statement. 74
Error Line has trailing spaces. 79
Error '(' is followed by whitespace. 85
Error Parameter message should be final. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 95
Error Parameter rootCause should be final. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error Line has trailing spaces. 99
Error Line has trailing spaces. 103
Error Parameter message should be final. 107
Error Parameter nestedException should be final. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line has trailing spaces. 110

org/jaxen/JaxenHandler.java

Error Line
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Line has trailing spaces. 78
Error Variable 'simplified' must be private and have accessor methods. 82
Error Line has trailing spaces. 85
Error Line is longer than 80 characters. 85
Error Line has trailing spaces. 87
Error Variable 'stack' must be private and have accessor methods. 90
Error First sentence should end with a period. 92
Error '{' should be on the previous line. 95
Error Line has trailing spaces. 99
Error Method 'setXPathFactory' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter xpathFactory should be final. 105
Error 'xpathFactory' hides a field. 105
Error '{' should be on the previous line. 106
Error Method 'getXPathFactory' is not designed for extension - needs to be abstract, final or empty. 115
Error '{' should be on the previous line. 116
Error Method 'getXPathExpr' is not designed for extension - needs to be abstract, final or empty. 129
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line has trailing spaces. 141
Error Method 'getXPathExpr' is not designed for extension - needs to be abstract, final or empty. 146
Error Parameter shouldSimplify should be final. 146
Error '{' should be on the previous line. 147
Error '(' is followed by whitespace. 148
Error '!' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error Method 'startXPath' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157
Error '{' should be on the previous line. 158
Error Line has trailing spaces. 162
Error Method 'endXPath' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Method 'startPathExpr' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error '{' should be on the previous line. 170
Error Method 'endPathExpr' is not designed for extension - needs to be abstract, final or empty. 174
Error Missing a Javadoc comment. 174
Error '{' should be on the previous line. 175
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error '}' should be on the same line. 199
Error '{' should be on the previous line. 201
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error '{' should be on the previous line. 205
Error '}' should be on the same line. 208
Error '{' should be on the previous line. 210
Error '(' is followed by whitespace. 217
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 218
Error ')' is preceded with whitespace. 218
Error Method 'startAbsoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 221
Error Missing a Javadoc comment. 221
Error '{' should be on the previous line. 222
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error Method 'endAbsoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 228
Error Missing a Javadoc comment. 228
Error '{' should be on the previous line. 229
Error Method 'startRelativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 233
Error Missing a Javadoc comment. 233
Error '{' should be on the previous line. 234
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error Method 'endRelativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 240
Error Missing a Javadoc comment. 240
Error '{' should be on the previous line. 241
Error Line has trailing spaces. 245
Error Method 'endLocationPath' is not designed for extension - needs to be abstract, final or empty. 245
Error Missing a Javadoc comment. 245
Error '{' should be on the previous line. 246
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 250
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error Method 'addSteps' is not designed for extension - needs to be abstract, final or empty. 255
Error Missing a Javadoc comment. 255
Error Parameter locationPath should be final. 255
Error Parameter stepIter should be final. 256
Error '{' should be on the previous line. 257
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error '{' should be on the previous line. 259
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error Method 'startNameStep' is not designed for extension - needs to be abstract, final or empty. 264
Error Missing a Javadoc comment. 264
Error Parameter axis should be final. 264
Error Parameter prefix should be final. 265
Error Parameter localName should be final. 266
Error '{' should be on the previous line. 267
Error '(' is followed by whitespace. 270
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 272
Error ')' is preceded with whitespace. 272
Error Line has trailing spaces. 275
Error Method 'endNameStep' is not designed for extension - needs to be abstract, final or empty. 275
Error Missing a Javadoc comment. 275
Error '{' should be on the previous line. 276
Error Line has trailing spaces. 279
Error Method 'startTextNodeStep' is not designed for extension - needs to be abstract, final or empty. 280
Error Missing a Javadoc comment. 280
Error Parameter axis should be final. 280
Error '{' should be on the previous line. 281
Error Line has trailing spaces. 284
Error '(' is followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error ')' is preceded with whitespace. 285
Error Line has trailing spaces. 287
Error Method 'endTextNodeStep' is not designed for extension - needs to be abstract, final or empty. 288
Error Missing a Javadoc comment. 288
Error '{' should be on the previous line. 289
Error Method 'startCommentNodeStep' is not designed for extension - needs to be abstract, final or empty. 293
Error Missing a Javadoc comment. 293
Error Parameter axis should be final. 293
Error '{' should be on the previous line. 294
Error '(' is followed by whitespace. 297
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error ')' is preceded with whitespace. 297
Error Method 'endCommentNodeStep' is not designed for extension - needs to be abstract, final or empty. 300
Error Missing a Javadoc comment. 300
Error '{' should be on the previous line. 301
Error Line has trailing spaces. 304
Error Method 'startAllNodeStep' is not designed for extension - needs to be abstract, final or empty. 305
Error Missing a Javadoc comment. 305
Error Parameter axis should be final. 305
Error '{' should be on the previous line. 306
Error '(' is followed by whitespace. 309
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error ')' is preceded with whitespace. 309
Error Method 'endAllNodeStep' is not designed for extension - needs to be abstract, final or empty. 312
Error Missing a Javadoc comment. 312
Error '{' should be on the previous line. 313
Error Method 'startProcessingInstructionNodeStep' is not designed for extension - needs to be abstract, final or empty. 317
Error Missing a Javadoc comment. 317
Error Parameter axis should be final. 317
Error Line is longer than 80 characters. 318
Error Parameter name should be final. 318
Error '(' is followed by whitespace. 322
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 323
Error ')' is preceded with whitespace. 323
Error Line has trailing spaces. 325
Error Method 'endProcessingInstructionNodeStep' is not designed for extension - needs to be abstract, final or empty. 326
Error Missing a Javadoc comment. 326
Error '{' should be on the previous line. 327
Error Method 'endStep' is not designed for extension - needs to be abstract, final or empty. 331
Error Missing a Javadoc comment. 331
Error '{' should be on the previous line. 332
Error '(' is followed by whitespace. 335
Error ')' is preceded with whitespace. 336
Error '(' is followed by whitespace. 338
Error ')' is preceded with whitespace. 338
Error Line has trailing spaces. 340
Error Method 'startPredicate' is not designed for extension - needs to be abstract, final or empty. 341
Error Missing a Javadoc comment. 341
Error '{' should be on the previous line. 342
Error Line has trailing spaces. 345
Error Method 'endPredicate' is not designed for extension - needs to be abstract, final or empty. 346
Error Missing a Javadoc comment. 346
Error '{' should be on the previous line. 347
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 348
Error '(' is followed by whitespace. 352
Error ')' is preceded with whitespace. 352
Error Line has trailing spaces. 355
Error Method 'startFilterExpr' is not designed for extension - needs to be abstract, final or empty. 355
Error Missing a Javadoc comment. 355
Error '{' should be on the previous line. 356
Error Method 'endFilterExpr' is not designed for extension - needs to be abstract, final or empty. 360
Error Missing a Javadoc comment. 360
Error '{' should be on the previous line. 361
Error Line has trailing spaces. 363
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 369
Error '(' is followed by whitespace. 371
Error ')' is preceded with whitespace. 371
Error Method 'addPredicates' is not designed for extension - needs to be abstract, final or empty. 374
Error Missing a Javadoc comment. 374
Error Parameter obj should be final. 374
Error Parameter predIter should be final. 375
Error '{' should be on the previous line. 376
Error '(' is followed by whitespace. 377
Error ')' is preceded with whitespace. 377
Error '{' should be on the previous line. 378
Error '(' is followed by whitespace. 379
Error ')' is preceded with whitespace. 379
Error Method 'returnExpr' is not designed for extension - needs to be abstract, final or empty. 383
Error Missing a Javadoc comment. 383
Error '{' should be on the previous line. 384
Error '(' is followed by whitespace. 387
Error ')' is preceded with whitespace. 387
Error Missing a Javadoc comment. 390
Error '{' should be on the previous line. 391
Error Method 'endOrExpr' is not designed for extension - needs to be abstract, final or empty. 394
Error Missing a Javadoc comment. 394
Error Parameter create should be final. 394
Error '{' should be on the previous line. 395
Error '(' is followed by whitespace. 397
Error ')' is preceded with whitespace. 397
Error '{' should be on the previous line. 398
Error '(' is followed by whitespace. 402
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 403
Error ')' is preceded with whitespace. 403
Error Missing a Javadoc comment. 407
Error '{' should be on the previous line. 408
Error Method 'endAndExpr' is not designed for extension - needs to be abstract, final or empty. 411
Error Missing a Javadoc comment. 411
Error Parameter create should be final. 411
Error '{' should be on the previous line. 412
Error '(' is followed by whitespace. 414
Error ')' is preceded with whitespace. 414
Error '{' should be on the previous line. 415
Error '(' is followed by whitespace. 420
Error '(' is followed by whitespace. 420
Error ')' is preceded with whitespace. 421
Error ')' is preceded with whitespace. 421
Error Missing a Javadoc comment. 425
Error '{' should be on the previous line. 426
Error Method 'endEqualityExpr' is not designed for extension - needs to be abstract, final or empty. 429
Error Missing a Javadoc comment. 429
Error Parameter operator should be final. 429
Error '{' should be on the previous line. 430
Error '(' is followed by whitespace. 432
Error ')' is preceded with whitespace. 432
Error '{' should be on the previous line. 433
Error Line has trailing spaces. 434
Error Line has trailing spaces. 437
Error '(' is followed by whitespace. 438
Error '(' is followed by whitespace. 438
Error ')' is preceded with whitespace. 440
Error ')' is preceded with whitespace. 440
Error Missing a Javadoc comment. 444
Error '{' should be on the previous line. 445
Error Method 'endRelationalExpr' is not designed for extension - needs to be abstract, final or empty. 448
Error Missing a Javadoc comment. 448
Error Parameter operator should be final. 448
Error '{' should be on the previous line. 449
Error '(' is followed by whitespace. 451
Error ')' is preceded with whitespace. 451
Error '{' should be on the previous line. 452
Error '(' is followed by whitespace. 457
Error '(' is followed by whitespace. 457
Error ')' is preceded with whitespace. 459
Error ')' is preceded with whitespace. 459
Error Missing a Javadoc comment. 463
Error '{' should be on the previous line. 464
Error Method 'endAdditiveExpr' is not designed for extension - needs to be abstract, final or empty. 467
Error Missing a Javadoc comment. 467
Error Parameter operator should be final. 467
Error '{' should be on the previous line. 468
Error '(' is followed by whitespace. 470
Error ')' is preceded with whitespace. 470
Error '{' should be on the previous line. 471
Error Line has trailing spaces. 472
Error Line has trailing spaces. 475
Error '(' is followed by whitespace. 476
Error '(' is followed by whitespace. 476
Error ')' is preceded with whitespace. 478
Error ')' is preceded with whitespace. 478
Error Missing a Javadoc comment. 482
Error '{' should be on the previous line. 483
Error Method 'endMultiplicativeExpr' is not designed for extension - needs to be abstract, final or empty. 486
Error Missing a Javadoc comment. 486
Error Parameter operator should be final. 486
Error '{' should be on the previous line. 487
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error '{' should be on the previous line. 490
Error Line has trailing spaces. 494
Error '(' is followed by whitespace. 495
Error '(' is followed by whitespace. 495
Error ')' is preceded with whitespace. 497
Error ')' is preceded with whitespace. 497
Error Missing a Javadoc comment. 501
Error '{' should be on the previous line. 502
Error Method 'endUnaryExpr' is not designed for extension - needs to be abstract, final or empty. 505
Error Missing a Javadoc comment. 505
Error Parameter operator should be final. 505
Error '{' should be on the previous line. 506
Error '(' is followed by whitespace. 508
Error ')' is preceded with whitespace. 508
Error '{' should be on the previous line. 509
Error '(' is followed by whitespace. 510
Error '(' is followed by whitespace. 510
Error ')' is preceded with whitespace. 511
Error ')' is preceded with whitespace. 511
Error Line has trailing spaces. 515
Error Missing a Javadoc comment. 515
Error '{' should be on the previous line. 516
Error Method 'endUnionExpr' is not designed for extension - needs to be abstract, final or empty. 519
Error Missing a Javadoc comment. 519
Error Parameter create should be final. 519
Error '{' should be on the previous line. 520
Error '(' is followed by whitespace. 522
Error ')' is preceded with whitespace. 522
Error '{' should be on the previous line. 523
Error '(' is followed by whitespace. 528
Error '(' is followed by whitespace. 528
Error ')' is preceded with whitespace. 529
Error ')' is preceded with whitespace. 529
Error Method 'number' is not designed for extension - needs to be abstract, final or empty. 533
Error Missing a Javadoc comment. 533
Error Parameter number should be final. 533
Error '{' should be on the previous line. 534
Error '(' is followed by whitespace. 535
Error '(' is followed by whitespace. 535
Error ')' is preceded with whitespace. 535
Error ')' is preceded with whitespace. 535
Error Method 'number' is not designed for extension - needs to be abstract, final or empty. 538
Error Missing a Javadoc comment. 538
Error Parameter number should be final. 538
Error '{' should be on the previous line. 539
Error '(' is followed by whitespace. 540
Error '(' is followed by whitespace. 540
Error ')' is preceded with whitespace. 540
Error ')' is preceded with whitespace. 540
Error Method 'literal' is not designed for extension - needs to be abstract, final or empty. 543
Error Missing a Javadoc comment. 543
Error Parameter literal should be final. 543
Error '{' should be on the previous line. 544
Error '(' is followed by whitespace. 545
Error '(' is followed by whitespace. 545
Error ')' is preceded with whitespace. 545
Error ')' is preceded with whitespace. 545
Error Method 'variableReference' is not designed for extension - needs to be abstract, final or empty. 548
Error Missing a Javadoc comment. 548
Error Parameter prefix should be final. 548
Error Parameter variableName should be final. 549
Error '{' should be on the previous line. 550
Error '(' is followed by whitespace. 551
Error '(' is followed by whitespace. 551
Error ')' is preceded with whitespace. 552
Error ')' is preceded with whitespace. 552
Error Method 'startFunction' is not designed for extension - needs to be abstract, final or empty. 555
Error Missing a Javadoc comment. 555
Error Parameter prefix should be final. 555
Error Parameter functionName should be final. 556
Error '{' should be on the previous line. 557
Error '(' is followed by whitespace. 559
Error '(' is followed by whitespace. 559
Error ')' is preceded with whitespace. 560
Error ')' is preceded with whitespace. 560
Error Method 'endFunction' is not designed for extension - needs to be abstract, final or empty. 563
Error Missing a Javadoc comment. 563
Error '{' should be on the previous line. 564
Error Line is longer than 80 characters. 565
Error '(' is followed by whitespace. 567
Error ')' is preceded with whitespace. 568
Error '(' is followed by whitespace. 570
Error ')' is preceded with whitespace. 570
Error Method 'addParameters' is not designed for extension - needs to be abstract, final or empty. 573
Error Missing a Javadoc comment. 573
Error Parameter function should be final. 573
Error Parameter paramIter should be final. 574
Error '{' should be on the previous line. 575
Error '(' is followed by whitespace. 576
Error ')' is preceded with whitespace. 576
Error '{' should be on the previous line. 577
Error '(' is followed by whitespace. 578
Error ')' is preceded with whitespace. 578
Error Method 'stackSize' is not designed for extension - needs to be abstract, final or empty. 582
Error Missing a Javadoc comment. 582
Error '{' should be on the previous line. 583
Error Method 'push' is not designed for extension - needs to be abstract, final or empty. 587
Error Missing a Javadoc comment. 587
Error Parameter obj should be final. 587
Error '{' should be on the previous line. 588
Error '(' is followed by whitespace. 589
Error ')' is preceded with whitespace. 589
Error Method 'pop' is not designed for extension - needs to be abstract, final or empty. 592
Error Missing a Javadoc comment. 592
Error '{' should be on the previous line. 593
Error Method 'canPop' is not designed for extension - needs to be abstract, final or empty.