Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
4290014569

Files

FilesIWE
org/jaxen/BaseXPath.java 00257
org/jaxen/Context.java 0074
org/jaxen/ContextSupport.java 0090
org/jaxen/DefaultNavigator.java 00180
org/jaxen/Function.java 0019
org/jaxen/FunctionCallException.java 0084
org/jaxen/FunctionContext.java 0019
org/jaxen/JaxenConstants.java 006
org/jaxen/JaxenException.java 0028
org/jaxen/JaxenHandler.java 00414
org/jaxen/JaxenRuntimeException.java 0013
org/jaxen/NamedAccessNavigator.java 0016
org/jaxen/NamespaceContext.java 0017
org/jaxen/Navigator.java 0019
org/jaxen/QualifiedName.java 0058
org/jaxen/SimpleFunctionContext.java 0042
org/jaxen/SimpleNamespaceContext.java 0061
org/jaxen/SimpleVariableContext.java 0055
org/jaxen/UnresolvableException.java 0021
org/jaxen/UnsupportedAxisException.java 0020
org/jaxen/VariableContext.java 0019
org/jaxen/XPath.java 0034
org/jaxen/XPathFunctionContext.java 0094
org/jaxen/XPathSyntaxException.java 0053
org/jaxen/dom/DOMXPath.java 0021
org/jaxen/dom/DocumentNavigator.java 00252
org/jaxen/dom/NamespaceNode.java 00144
org/jaxen/dom/html/DocumentNavigator.java 0046
org/jaxen/dom/html/HTMLXPath.java 0011
org/jaxen/dom/html/package.html 001
org/jaxen/dom4j/DocumentNavigator.java 00298
org/jaxen/dom4j/Dom4jXPath.java 0021
org/jaxen/expr/AdditiveExpr.java 005
org/jaxen/expr/AllNodeStep.java 0017
org/jaxen/expr/BinaryExpr.java 0019
org/jaxen/expr/CommentNodeStep.java 0017
org/jaxen/expr/DefaultAbsoluteLocationPath.java 0041
org/jaxen/expr/DefaultAdditiveExpr.java 0015
org/jaxen/expr/DefaultAllNodeStep.java 0038
org/jaxen/expr/DefaultAndExpr.java 0049
org/jaxen/expr/DefaultArithExpr.java 0026
org/jaxen/expr/DefaultBinaryExpr.java 0050
org/jaxen/expr/DefaultCommentNodeStep.java 0039
org/jaxen/expr/DefaultDivExpr.java 0041
org/jaxen/expr/DefaultEqualityExpr.java 00168
org/jaxen/expr/DefaultEqualsExpr.java 0057
org/jaxen/expr/DefaultExpr.java 0040
org/jaxen/expr/DefaultFilterExpr.java 00111
org/jaxen/expr/DefaultFunctionCallExpr.java 0057
org/jaxen/expr/DefaultGreaterThanEqualExpr.java 0039
org/jaxen/expr/DefaultGreaterThanExpr.java 0040
org/jaxen/expr/DefaultLessThanEqualExpr.java 0039
org/jaxen/expr/DefaultLessThanExpr.java 0040
org/jaxen/expr/DefaultLiteralExpr.java 0036
org/jaxen/expr/DefaultLocationPath.java 0035
org/jaxen/expr/DefaultLogicalExpr.java 0023
org/jaxen/expr/DefaultMinusExpr.java 0028
org/jaxen/expr/DefaultModExpr.java 0036
org/jaxen/expr/DefaultMultiplicativeExpr.java 0027
org/jaxen/expr/DefaultMultiplyExpr.java 0036
org/jaxen/expr/DefaultNameStep.java 0096
org/jaxen/expr/DefaultNotEqualsExpr.java 0059
org/jaxen/expr/DefaultNumberExpr.java 0029
org/jaxen/expr/DefaultOrExpr.java 0051
org/jaxen/expr/DefaultPathExpr.java 0023
org/jaxen/expr/DefaultPlusExpr.java 0043
org/jaxen/expr/DefaultPredicate.java 0047
org/jaxen/expr/DefaultPredicated.java 0052
org/jaxen/expr/DefaultProcessingInstructionNodeStep.java 0056
org/jaxen/expr/DefaultRelationalExpr.java 00150
org/jaxen/expr/DefaultRelativeLocationPath.java 0028
org/jaxen/expr/DefaultStep.java 0096
org/jaxen/expr/DefaultTextNodeStep.java 0039
org/jaxen/expr/DefaultTruthExpr.java 0082
org/jaxen/expr/DefaultUnaryExpr.java 0042
org/jaxen/expr/DefaultUnionExpr.java 0070
org/jaxen/expr/DefaultVariableReferenceExpr.java 0054
org/jaxen/expr/DefaultXPathExpr.java 0049
org/jaxen/expr/DefaultXPathFactory.java 00326
org/jaxen/expr/EqualityExpr.java 0019
org/jaxen/expr/Expr.java 0020
org/jaxen/expr/FilterExpr.java 0023
org/jaxen/expr/FunctionCallExpr.java 0025
org/jaxen/expr/LiteralExpr.java 0019
org/jaxen/expr/LocationPath.java 0023
org/jaxen/expr/LogicalExpr.java 0019
org/jaxen/expr/MultiplicativeExpr.java 0019
org/jaxen/expr/NameStep.java 0021
org/jaxen/expr/NodeComparator.java 0051
org/jaxen/expr/NumberExpr.java 006
org/jaxen/expr/PathExpr.java 0020
org/jaxen/expr/Predicate.java 0022
org/jaxen/expr/PredicateSet.java 0058
org/jaxen/expr/Predicated.java 0020
org/jaxen/expr/ProcessingInstructionNodeStep.java 0020
org/jaxen/expr/RelationalExpr.java 0020
org/jaxen/expr/Step.java 0041
org/jaxen/expr/TextNodeStep.java 0017
org/jaxen/expr/UnaryExpr.java 0018
org/jaxen/expr/UnionExpr.java 0017
org/jaxen/expr/VariableReferenceExpr.java 0021
org/jaxen/expr/Visitable.java 0018
org/jaxen/expr/Visitor.java 0056
org/jaxen/expr/VisitorSupport.java 0062
org/jaxen/expr/XPathExpr.java 0022
org/jaxen/expr/XPathFactory.java 0078
org/jaxen/expr/iter/IterableAncestorAxis.java 0029
org/jaxen/expr/iter/IterableAncestorOrSelfAxis.java 0030
org/jaxen/expr/iter/IterableAttributeAxis.java 0035
org/jaxen/expr/iter/IterableAxis.java 0034
org/jaxen/expr/iter/IterableChildAxis.java 0034
org/jaxen/expr/iter/IterableDescendantAxis.java 0029
org/jaxen/expr/iter/IterableDescendantOrSelfAxis.java 0031
org/jaxen/expr/iter/IterableFollowingAxis.java 0029
org/jaxen/expr/iter/IterableFollowingSiblingAxis.java 0031
org/jaxen/expr/iter/IterableNamespaceAxis.java 0029
org/jaxen/expr/iter/IterableParentAxis.java 0029
org/jaxen/expr/iter/IterablePrecedingAxis.java 0029
org/jaxen/expr/iter/IterablePrecedingSiblingAxis.java 0031
org/jaxen/expr/iter/IterableSelfAxis.java 0029
org/jaxen/function/BooleanFunction.java 0067
org/jaxen/function/CeilingFunction.java 0037
org/jaxen/function/ConcatFunction.java 0043
org/jaxen/function/ContainsFunction.java 0040
org/jaxen/function/CountFunction.java 0046
org/jaxen/function/FalseFunction.java 0029
org/jaxen/function/FloorFunction.java 0039
org/jaxen/function/IdFunction.java 0041
org/jaxen/function/LangFunction.java 0073
org/jaxen/function/LastFunction.java 0035
org/jaxen/function/LocalNameFunction.java 00102
org/jaxen/function/NameFunction.java 00102
org/jaxen/function/NamespaceUriFunction.java 00100
org/jaxen/function/NormalizeSpaceFunction.java 0045
org/jaxen/function/NotFunction.java 0039
org/jaxen/function/NumberFunction.java 00112
org/jaxen/function/PositionFunction.java 0037
org/jaxen/function/RoundFunction.java 0043
org/jaxen/function/StartsWithFunction.java 0042
org/jaxen/function/StringFunction.java 0083
org/jaxen/function/StringLengthFunction.java 0042
org/jaxen/function/SubstringAfterFunction.java 0046
org/jaxen/function/SubstringBeforeFunction.java 0043
org/jaxen/function/SubstringFunction.java 0029
org/jaxen/function/SumFunction.java 0043
org/jaxen/function/TranslateFunction.java 0089
org/jaxen/function/TrueFunction.java 0029
org/jaxen/function/ext/EndsWithFunction.java 0039
org/jaxen/function/ext/EvaluateFunction.java 0054
org/jaxen/function/ext/LocaleFunctionSupport.java 0089
org/jaxen/function/ext/LowerFunction.java 0043
org/jaxen/function/ext/MatrixConcatFunction.java 00101
org/jaxen/function/ext/UpperFunction.java 0042
org/jaxen/function/xslt/DocumentFunction.java 0037
org/jaxen/javabean/DocumentNavigator.java 00254
org/jaxen/javabean/Element.java 0023
org/jaxen/javabean/ElementIterator.java 0025
org/jaxen/javabean/JavaBeanXPath.java 0078
org/jaxen/jdom/DocumentNavigator.java 00356
org/jaxen/jdom/JDOMXPath.java 0021
org/jaxen/jdom/XPathNamespace.java 0055
org/jaxen/pattern/AnyChildNodeTest.java 0052
org/jaxen/pattern/AnyNodeTest.java 0046
org/jaxen/pattern/LocationPathPattern.java 00243
org/jaxen/pattern/NameTest.java 00106
org/jaxen/pattern/NamespaceTest.java 00108
org/jaxen/pattern/NoNodeTest.java 0049
org/jaxen/pattern/NodeTest.java 0015
org/jaxen/pattern/NodeTypeTest.java 0095
org/jaxen/pattern/Pattern.java 0073
org/jaxen/pattern/PatternHandler.java 00231
org/jaxen/pattern/PatternParser.java 00265
org/jaxen/pattern/TextNodeTest.java 0046
org/jaxen/pattern/UnionPattern.java 00122
org/jaxen/saxpath/Axis.java 00109
org/jaxen/saxpath/Operator.java 0046
org/jaxen/saxpath/SAXPathEventSource.java 005
org/jaxen/saxpath/SAXPathException.java 0059
org/jaxen/saxpath/SAXPathParseException.java 007
org/jaxen/saxpath/XPathHandler.java 0069
org/jaxen/saxpath/XPathReader.java 004
org/jaxen/saxpath/XPathSyntaxException.java 0046
org/jaxen/saxpath/base/DefaultXPathHandler.java 00133
org/jaxen/saxpath/base/Token.java 0054
org/jaxen/saxpath/base/TokenTypes.java 0048
org/jaxen/saxpath/base/Verifier.java 00972
org/jaxen/saxpath/base/XPathLexer.java 00476
org/jaxen/saxpath/base/XPathReader.java 00716
org/jaxen/saxpath/helpers/DefaultXPathHandler.java 00115
org/jaxen/saxpath/helpers/XPathReaderFactory.java 0075
org/jaxen/util/AncestorAxisIterator.java 0023
org/jaxen/util/AncestorOrSelfAxisIterator.java 0025
org/jaxen/util/DescendantAxisIterator.java 0032
org/jaxen/util/DescendantOrSelfAxisIterator.java 008
org/jaxen/util/FollowingAxisIterator.java 0064
org/jaxen/util/FollowingSiblingAxisIterator.java 0054
org/jaxen/util/IdentityHashMap.java 00330
org/jaxen/util/LinkedIterator.java 0055
org/jaxen/util/PrecedingAxisIterator.java 0051
org/jaxen/util/PrecedingSiblingAxisIterator.java 0075
org/jaxen/util/SelfAxisIterator.java 0020
org/jaxen/util/SingleObjectIterator.java 0036
org/jaxen/util/SingletonList.java 0027
org/jaxen/util/StackedIterator.java 0094
org/jaxen/util/XPath2XMLVisitor.java 00116
org/jaxen/xom/DocumentNavigator.java 00228
org/jaxen/xom/XOMXPath.java 0020
org/jaxen/xom/package.html 001

org/jaxen/BaseXPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 87
Error '{' should be on the previous line. 99
Error First sentence should end with a period. 103
Error Line has trailing spaces. 105
Error First sentence should end with a period. 106
Error First sentence should end with a period. 109
Error Line has trailing spaces. 111
Error Line has trailing spaces. 112
Error Parameter xpathExpr should be final. 119
Error '{' should be on the previous line. 120
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '}' should be on the same line. 128
Error '{' should be on the previous line. 130
Error Line is longer than 80 characters. 131
Error '(' is followed by whitespace. 131
Error Line is longer than 80 characters. 132
Error Line is longer than 80 characters. 133
Error ')' is preceded with whitespace. 133
Error '}' should be on the same line. 136
Error '{' should be on the previous line. 138
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line is longer than 80 characters. 154
Error Parameter xpathExpr should be final. 154
Error Parameter navigator should be final. 154
Error 'navigator' hides a field. 154
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line has trailing spaces. 177
Error Line has trailing spaces. 187
Error Line is longer than 80 characters. 188
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 193
Error Parameter node should be final. 193
Error Expected @throws tag for 'JaxenException'. 193
Error '{' should be on the previous line. 194
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 199
Error '{' should be on the previous line. 200
Error '(' is followed by whitespace. 203
Error Line has trailing spaces. 207
Error ')' is preceded with whitespace. 207
Error '{' should be on the previous line. 208
Error Line has trailing spaces. 214
Error Line has trailing spaces. 219
Error Extra HTML tag found: </p> 220
Error Line is longer than 80 characters. 222
Error Method 'selectNodes' is not designed for extension - needs to be abstract, final or empty. 229
Error Parameter node should be final. 229
Error Expected @throws tag for 'JaxenException'. 229
Error '{' should be on the previous line. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error Extra HTML tag found: </p> 241
Error Line is longer than 80 characters. 243
Error Method 'selectSingleNode' is not designed for extension - needs to be abstract, final or empty. 250
Error Parameter node should be final. 250
Error Expected @throws tag for 'JaxenException'. 250
Error '{' should be on the previous line. 251
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '{' should be on the previous line. 255
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error Expected an @return tag. 265
Error Method 'valueOf' is not designed for extension - needs to be abstract, final or empty. 265
Error Parameter node should be final. 265
Error Expected @param tag for 'node'. 265
Error Expected @throws tag for 'JaxenException'. 265
Error '{' should be on the previous line. 266
Error '(' is followed by whitespace. 267
Error ')' is preceded with whitespace. 267
Error Line has trailing spaces. 271
Error Line is longer than 80 characters. 283
Error Method 'stringValueOf' is not designed for extension - needs to be abstract, final or empty. 287
Error Parameter node should be final. 287
Error Expected @throws tag for 'JaxenException'. 287
Error '{' should be on the previous line. 288
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 289
Error Line has trailing spaces. 290
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error '{' should be on the previous line. 294
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 299
Error Line is longer than 80 characters. 314
Error Method 'booleanValueOf' is not designed for extension - needs to be abstract, final or empty. 318
Error Parameter node should be final. 318
Error Expected @throws tag for 'JaxenException'. 318
Error '{' should be on the previous line. 319
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error Line has trailing spaces. 321
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error 'if' construct must use '{}'s. 324
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error Line has trailing spaces. 325
Error Line is longer than 80 characters. 326
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error Line is longer than 80 characters. 340
Error Method 'numberValueOf' is not designed for extension - needs to be abstract, final or empty. 344
Error Parameter node should be final. 344
Error Expected @throws tag for 'JaxenException'. 344
Error '{' should be on the previous line. 345
Error '(' is followed by whitespace. 346
Error ')' is preceded with whitespace. 346
Error Line has trailing spaces. 347
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 348
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 351
Error Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. 379
Error Parameter prefix should be final. 379
Error Parameter uri should be final. 380
Error '{' should be on the previous line. 381
Error '(' is followed by whitespace. 384
Error ')' is preceded with whitespace. 384
Error '{' should be on the previous line. 385
Error 'cast' is not followed by whitespace. 386
Error '(' is followed by whitespace. 386
Error ')' is preceded with whitespace. 387
Error Line is longer than 80 characters. 392
Error Line has trailing spaces. 402
Error Method 'setNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 417
Error Parameter namespaceContext should be final. 417
Error '{' should be on the previous line. 418
Error Method 'setFunctionContext' is not designed for extension - needs to be abstract, final or empty. 436
Error Parameter functionContext should be final. 436
Error '{' should be on the previous line. 437
Error Method 'setVariableContext' is not designed for extension - needs to be abstract, final or empty. 455
Error Parameter variableContext should be final. 455
Error '{' should be on the previous line. 456
Error Line is longer than 80 characters. 469
Error Method 'getNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 478
Error '{' should be on the previous line. 479
Error '(' is followed by whitespace. 481
Error ')' is preceded with whitespace. 481
Error '(' is followed by whitespace. 483
Error ')' is preceded with whitespace. 483
Error Line is longer than 80 characters. 497
Error Method 'getFunctionContext' is not designed for extension - needs to be abstract, final or empty. 506
Error '{' should be on the previous line. 507
Error '(' is followed by whitespace. 509
Error ')' is preceded with whitespace. 509
Error '(' is followed by whitespace. 511
Error ')' is preceded with whitespace. 511
Error Line is longer than 80 characters. 525
Error Line has trailing spaces. 529
Error Method 'getVariableContext' is not designed for extension - needs to be abstract, final or empty. 534
Error '{' should be on the previous line. 535
Error '(' is followed by whitespace. 537
Error ')' is preceded with whitespace. 537
Error '(' is followed by whitespace. 539
Error ')' is preceded with whitespace. 539
Error Line has trailing spaces. 543
Error Line has trailing spaces. 544
Error Line has trailing spaces. 559
Error Method 'getRootExpr' is not designed for extension - needs to be abstract, final or empty. 559
Error '{' should be on the previous line. 560
Error Line has trailing spaces. 563
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 568
Error '{' should be on the previous line. 569
Error Method 'debug' is not designed for extension - needs to be abstract, final or empty. 579
Error '{' should be on the previous line. 580
Error Line has trailing spaces. 583
Error Line has trailing spaces. 590
Error Line has trailing spaces. 594
Error Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 599
Error Parameter node should be final. 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 '(' is followed by whitespace. 606
Error ')' is preceded with whitespace. 606
Error '(' is followed by whitespace. 608
Error ')' is preceded with whitespace. 608
Error '{' should be on the previous line. 609
Error '(' is followed by whitespace. 610
Error ')' is preceded with whitespace. 610
Error '}' should be on the same line. 611
Error '{' should be on the previous line. 613
Error '(' is followed by whitespace. 616
Error ')' is preceded with whitespace. 616
Error Method 'getContextSupport' is not designed for extension - needs to be abstract, final or empty. 629
Error '{' should be on the previous line. 630
Error '(' is followed by whitespace. 631
Error ')' is preceded with whitespace. 631
Error '{' should be on the previous line. 632
Error Line has trailing spaces. 633
Error '(' is followed by whitespace. 633
Error Line has trailing spaces. 637
Error Line has trailing spaces. 644
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 649
Error '{' should be on the previous line. 650
Error Line has trailing spaces. 653
Error Line has trailing spaces. 654
Error Method 'createFunctionContext' is not designed for extension - needs to be abstract, final or empty. 666
Error '{' should be on the previous line. 667
Error Line has trailing spaces. 670
Error Method 'createNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 675
Error '{' should be on the previous line. 676
Error Line has trailing spaces. 679
Error Method 'createVariableContext' is not designed for extension - needs to be abstract, final or empty. 684
Error '{' should be on the previous line. 685
Error Line has trailing spaces. 688
Error Line has trailing spaces. 690
Error Extra HTML tag found: </p> 694
Error Method 'selectNodesForContext' is not designed for extension - needs to be abstract, final or empty. 702
Error Parameter context should be final. 702
Error Expected @throws tag for 'JaxenException'. 702
Error '(' is followed by whitespace. 704
Error ')' is preceded with whitespace. 704
Error Line has trailing spaces. 706
Error Line has trailing spaces. 708
Error Line has trailing spaces. 714
Error Extra HTML tag found: </p> 715
Error Line is longer than 80 characters. 724
Error Method 'selectSingleNodeForContext' is not designed for extension - needs to be abstract, final or empty. 724
Error Parameter context should be final. 724
Error Expected @throws tag for 'JaxenException'. 724
Error '(' is followed by whitespace. 726
Error ')' is preceded with whitespace. 726
Error '(' is followed by whitespace. 728
Error ')' is preceded with whitespace. 728
Error '{' should be on the previous line. 729
Error '(' is followed by whitespace. 733
Error ')' is preceded with whitespace. 733
Error Line has trailing spaces. 735

org/jaxen/Context.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 7
Error Line has trailing spaces. 15
Error Line has trailing spaces. 20
Error Line has trailing spaces. 25
Error Line has trailing spaces. 30
Error Line has trailing spaces. 33
Error '{' should be on the previous line. 79
Error Parameter contextSupport should be final. 104
Error 'contextSupport' hides a field. 104
Error '{' should be on the previous line. 105
Error Line has trailing spaces. 109
Error Method 'setNodeSet' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter nodeSet should be final. 118
Error 'nodeSet' hides a field. 118
Error '{' should be on the previous line. 119
Error Method 'getNodeSet' is not designed for extension - needs to be abstract, final or empty. 127
Error '{' should be on the previous line. 128
Error Method 'setContextSupport' is not designed for extension - needs to be abstract, final or empty. 136
Error Parameter contextSupport should be final. 136
Error 'contextSupport' hides a field. 136
Error '{' should be on the previous line. 137
Error Method 'getContextSupport' is not designed for extension - needs to be abstract, final or empty. 145
Error '{' should be on the previous line. 146
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 154
Error '{' should be on the previous line. 155
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 165
Error Parameter prefix should be final. 165
Error '{' should be on the previous line. 166
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error Method 'getVariableValue' is not designed for extension - needs to be abstract, final or empty. 180
Error Parameter namespaceURI should be final. 180
Error Parameter prefix should be final. 181
Error Parameter localName should be final. 182
Error '{' should be on the previous line. 184
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 187
Error Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. 200
Error Parameter namespaceURI should be final. 200
Error Parameter prefix should be final. 201
Error Parameter localName should be final. 202
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 207
Error Line has trailing spaces. 210
Error Line has trailing spaces. 212
Error Method 'setSize' is not designed for extension - needs to be abstract, final or empty. 218
Error Parameter size should be final. 218
Error 'size' hides a field. 218
Error '{' should be on the previous line. 219
Error Method 'getSize' is not designed for extension - needs to be abstract, final or empty. 227
Error '{' should be on the previous line. 228
Error Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. 236
Error Parameter position should be final. 236
Error 'position' hides a field. 236
Error '{' should be on the previous line. 237
Error Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 245
Error '{' should be on the previous line. 246
Error Line has trailing spaces. 250
Error Line has trailing spaces. 252
Error Method 'duplicate' is not designed for extension - needs to be abstract, final or empty. 258
Error '{' should be on the previous line. 259
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error '{' should be on the previous line. 265
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error '(' is followed by whitespace. 267
Error ')' is preceded with whitespace. 267
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268

org/jaxen/ContextSupport.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 7
Error Line has trailing spaces. 15
Error Line has trailing spaces. 20
Error Line has trailing spaces. 25
Error Line has trailing spaces. 30
Error Line has trailing spaces. 33
Error Line has trailing spaces. 53
Error '{' should be on the previous line. 70
Error Line has trailing spaces. 77
Error Line has trailing spaces. 83
Error Line has trailing spaces. 90
Error '{' should be on the previous line. 94
Error Parameter namespaceContext should be final. 105
Error 'namespaceContext' hides a field. 105
Error Parameter functionContext should be final. 106
Error 'functionContext' hides a field. 106
Error Parameter variableContext should be final. 107
Error 'variableContext' hides a field. 107
Error Parameter navigator should be final. 108
Error 'navigator' hides a field. 108
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Method 'setNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 125
Error Parameter namespaceContext should be final. 125
Error 'namespaceContext' hides a field. 125
Error '{' should be on the previous line. 126
Error Method 'getNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 134
Error '{' should be on the previous line. 135
Error Method 'setFunctionContext' is not designed for extension - needs to be abstract, final or empty. 143
Error Parameter functionContext should be final. 143
Error 'functionContext' hides a field. 143
Error '{' should be on the previous line. 144
Error Method 'getFunctionContext' is not designed for extension - needs to be abstract, final or empty. 152
Error '{' should be on the previous line. 153
Error Method 'setVariableContext' is not designed for extension - needs to be abstract, final or empty. 161
Error Parameter variableContext should be final. 161
Error 'variableContext' hides a field. 161
Error '{' should be on the previous line. 162
Error Method 'getVariableContext' is not designed for extension - needs to be abstract, final or empty. 170
Error '{' should be on the previous line. 171
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 179
Error '{' should be on the previous line. 180
Error Line has trailing spaces. 184
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 192
Error Parameter prefix should be final. 192
Error '{' should be on the previous line. 193
Error Line has trailing spaces. 194
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '{' should be on the previous line. 201
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error Method 'getVariableValue' is not designed for extension - needs to be abstract, final or empty. 218
Error '(' is followed by whitespace. 218
Error Parameter namespaceURI should be final. 218
Error Parameter prefix should be final. 219
Error Parameter localName should be final. 220
Error ')' is preceded with whitespace. 220
Error '{' should be on the previous line. 222
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '}' should be on the same line. 228
Error '{' should be on the previous line. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. 245
Error '(' is followed by whitespace. 245
Error Parameter namespaceURI should be final. 245
Error Parameter prefix should be final. 246
Error Parameter localName should be final. 247
Error ')' is preceded with whitespace. 247
Error '{' should be on the previous line. 249
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 253
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '}' should be on the same line. 255
Error '{' should be on the previous line. 257
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258

org/jaxen/DefaultNavigator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 99
Error First sentence should end with a period. 100
Error Expected an @return tag. 102
Error Line is longer than 80 characters. 102
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter contextNode should be final. 102
Error Expected @param tag for 'contextNode'. 102
Error Expected @throws tag for 'UnsupportedAxisException'. 102
Error Line is longer than 80 characters. 107
Error Method 'getDescendantAxisIterator' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Parameter contextNode should be final. 107
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 110
Error First sentence should end with a period. 113
Error Expected an @return tag. 115
Error Line is longer than 80 characters. 115
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 115
Error Parameter contextNode should be final. 115
Error Expected @param tag for 'contextNode'. 115
Error Expected @throws tag for 'UnsupportedAxisException'. 115
Error Line is longer than 80 characters. 120
Error Method 'getAncestorAxisIterator' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Parameter contextNode should be final. 120
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 123
Error First sentence should end with a period. 126
Error Expected an @return tag. 128
Error Line is longer than 80 characters. 128
Error Method 'getFollowingSiblingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 128
Error Parameter contextNode should be final. 128
Error Expected @param tag for 'contextNode'. 128
Error Expected @throws tag for 'UnsupportedAxisException'. 128
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 131
Error First sentence should end with a period. 134
Error Expected an @return tag. 136
Error Line is longer than 80 characters. 136
Error Method 'getPrecedingSiblingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 136
Error Parameter contextNode should be final. 136
Error Expected @param tag for 'contextNode'. 136
Error Expected @throws tag for 'UnsupportedAxisException'. 136
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 139
Error First sentence should end with a period. 142
Error Expected an @return tag. 144
Error Line is longer than 80 characters. 144
Error Method 'getFollowingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 144
Error Parameter contextNode should be final. 144
Error Expected @param tag for 'contextNode'. 144
Error Expected @throws tag for 'UnsupportedAxisException'. 144
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 147
Error First sentence should end with a period. 152
Error Expected an @return tag. 154
Error Line is longer than 80 characters. 154
Error Method 'getPrecedingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 154
Error Parameter contextNode should be final. 154
Error Expected @param tag for 'contextNode'. 154
Error Expected @throws tag for 'UnsupportedAxisException'. 154
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 157
Error First sentence should end with a period. 162
Error Expected an @return tag. 164
Error Line is longer than 80 characters. 164
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 164
Error Parameter contextNode should be final. 164
Error Expected @param tag for 'contextNode'. 164
Error Expected @throws tag for 'UnsupportedAxisException'. 164
Error First sentence should end with a period. 169
Error Expected an @return tag. 171
Error Line is longer than 80 characters. 171
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 171
Error Parameter contextNode should be final. 171
Error Expected @param tag for 'contextNode'. 171
Error Expected @throws tag for 'UnsupportedAxisException'. 171
Error Line is longer than 80 characters. 176
Error Method 'getSelfAxisIterator' is not designed for extension - needs to be abstract, final or empty. 176
Error Missing a Javadoc comment. 176
Error Parameter contextNode should be final. 176
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line is longer than 80 characters. 181
Error Method 'getDescendantOrSelfAxisIterator' is not designed for extension - needs to be abstract, final or empty. 181
Error Missing a Javadoc comment. 181
Error Parameter contextNode should be final. 181
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 184
Error Line is longer than 80 characters. 187
Error Method 'getAncestorOrSelfAxisIterator' is not designed for extension - needs to be abstract, final or empty. 187
Error Missing a Javadoc comment. 187
Error Parameter contextNode should be final. 187
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 190
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 193
Error Missing a Javadoc comment. 193
Error Parameter contextNode should be final. 193
Error '{' should be on the previous line. 194
Error Line has trailing spaces. 197
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 198
Error Missing a Javadoc comment. 198
Error Parameter prefix should be final. 198
Error Parameter element should be final. 198
Error '{' should be on the previous line. 199
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 203
Error Missing a Javadoc comment. 203
Error Parameter obj should be final. 203
Error '{' should be on the previous line. 204
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 208
Error Missing a Javadoc comment. 208
Error Parameter obj should be final. 208
Error '{' should be on the previous line. 209
Error Method 'getNodeType' is not designed for extension - needs to be abstract, final or empty. 213
Error Missing a Javadoc comment. 213
Error Parameter node should be final. 213
Error '{' should be on the previous line. 214
Error Line has trailing spaces. 215
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 216
Error '}' should be on the same line. 218
Error Line has trailing spaces. 219
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error '{' should be on the previous line. 220
Error '}' should be on the same line. 222
Error Line has trailing spaces. 223
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 224
Error '}' should be on the same line. 226
Error Line has trailing spaces. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error '}' should be on the same line. 230
Error Line has trailing spaces. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error '}' should be on the same line. 234
Error Line has trailing spaces. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error '{' should be on the previous line. 236
Error '}' should be on the same line. 238
Error Line has trailing spaces. 243
Error Line is longer than 80 characters. 244
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 244
Error Missing a Javadoc comment. 244
Error Parameter contextNode should be final. 244
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error '{' should be on the previous line. 248
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 254
Error Missing a Javadoc comment. 254
Error Parameter url should be final. 254
Error '{' should be on the previous line. 255
Error Method 'getElementById' is not designed for extension - needs to be abstract, final or empty. 269
Error Parameter contextNode should be final. 269
Error Parameter elementId should be final. 269
Error '{' should be on the previous line. 270

org/jaxen/Function.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 77
Error '{' should be on the previous line. 85
Error Expected an @return tag. 92
Error Expected @throws tag for 'FunctionCallException'. 93

org/jaxen/FunctionCallException.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 70
Error '{' should be on the previous line. 78
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 81
Error Parameter message should be final. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Missing a Javadoc comment. 85
Error Parameter nestedException should be final. 85
Error 'nestedException' hides a field. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Missing a Javadoc comment. 90
Error Parameter message should be final. 90
Error Parameter nestedException should be final. 90
Error 'nestedException' hides a field. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error '(' is followed by whitespace. 95
Error Parameter s should be final. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line has trailing spaces. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 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 Line has trailing spaces. 103
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error '(' is followed by whitespace. 104
Error Parameter w should be final. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line has trailing spaces. 112
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Line has trailing spaces. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line has trailing spaces. 121
Error Method 'fillInStackTrace' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Line has trailing spaces. 124
Error Line has trailing spaces. 129
Error Line has trailing spaces. 131
Error Line is longer than 80 characters. 131
Error Method 'getNestedException' is not designed for extension - needs to be abstract, final or empty. 132
Error Missing a Javadoc comment. 132

org/jaxen/FunctionContext.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 78
Error Line is longer than 80 characters. 79
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 105

org/jaxen/JaxenConstants.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error '{' should be on the previous line. 72
Error Line is longer than 80 characters. 73
Error Missing a Javadoc comment. 73
Error Line is longer than 80 characters. 74
Error Missing a Javadoc comment. 74

org/jaxen/JaxenException.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 80
Error Parameter message should be final. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 90
Error Parameter rootCause should be final. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92

org/jaxen/JaxenHandler.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 89
Error Missing a Javadoc comment. 90
Error Missing a Javadoc comment. 91
Error Missing a Javadoc comment. 92
Error Variable 'simplified' must be private and have accessor methods. 92
Error Missing a Javadoc comment. 94
Error Variable 'stack' must be private and have accessor methods. 94
Error '{' should be on the previous line. 99
Error Line has trailing spaces. 103
Error Method 'setXPathFactory' is not designed for extension - needs to be abstract, final or empty. 109
Error Parameter xpathFactory should be final. 109
Error 'xpathFactory' hides a field. 109
Error '{' should be on the previous line. 110
Error Method 'getXPathFactory' is not designed for extension - needs to be abstract, final or empty. 119
Error '{' should be on the previous line. 120
Error Method 'getXPathExpr' is not designed for extension - needs to be abstract, final or empty. 133
Error '{' should be on the previous line. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Method 'getXPathExpr' is not designed for extension - needs to be abstract, final or empty. 148
Error Parameter shouldSimplify should be final. 148
Error Expected @param tag for 'shouldSimplify'. 148
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 150
Error '!' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 151
Error Method 'startXPath' is not designed for extension - needs to be abstract, final or empty. 160
Error Missing a Javadoc comment. 160
Error '{' should be on the previous line. 161
Error Line has trailing spaces. 166
Error Method 'endXPath' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error '{' should be on the previous line. 168
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error Method 'startPathExpr' is not designed for extension - needs to be abstract, final or empty. 175
Error Missing a Javadoc comment. 175
Error '{' should be on the previous line. 176
Error Method 'endPathExpr' is not designed for extension - needs to be abstract, final or empty. 181
Error Missing a Javadoc comment. 181
Error '{' should be on the previous line. 182
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error '{' should be on the previous line. 206
Error '}' should be on the same line. 209
Error '{' should be on the previous line. 211
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '{' should be on the previous line. 215
Error '}' should be on the same line. 218
Error '{' should be on the previous line. 220
Error '(' is followed by whitespace. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 228
Error ')' is preceded with whitespace. 228
Error Method 'startAbsoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 231
Error Missing a Javadoc comment. 231
Error '{' should be on the previous line. 232
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error Method 'endAbsoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 239
Error Missing a Javadoc comment. 239
Error '{' should be on the previous line. 240
Error Method 'startRelativeLocationPath' 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. 250
Error ')' is preceded with whitespace. 250
Error Method 'endRelativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 253
Error Missing a Javadoc comment. 253
Error '{' should be on the previous line. 254
Error Method 'endLocationPath' is not designed for extension - needs to be abstract, final or empty. 259
Error Missing a Javadoc comment. 259
Error '{' should be on the previous line. 260
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 264
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error Method 'addSteps' is not designed for extension - needs to be abstract, final or empty. 269
Error Missing a Javadoc comment. 269
Error Parameter locationPath should be final. 269
Error Parameter stepIter should be final. 270
Error '{' should be on the previous line. 271
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error '{' should be on the previous line. 273
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error Method 'startNameStep' is not designed for extension - needs to be abstract, final or empty. 278
Error Missing a Javadoc comment. 278
Error Parameter axis should be final. 278
Error Parameter prefix should be final. 279
Error Parameter localName should be final. 280
Error '{' should be on the previous line. 281
Error Line is longer than 80 characters. 282
Error '(' is followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 287
Error ')' is preceded with whitespace. 287
Error Method 'endNameStep' is not designed for extension - needs to be abstract, final or empty. 290
Error Missing a Javadoc comment. 290
Error '{' should be on the previous line. 291
Error Line has trailing spaces. 295
Error Method 'startTextNodeStep' is not designed for extension - needs to be abstract, final or empty. 296
Error Missing a Javadoc comment. 296
Error Parameter axis should be final. 296
Error '{' should be on the previous line. 297
Error Line has trailing spaces. 300
Error '(' is followed by whitespace. 301
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error ')' is preceded with whitespace. 301
Error Line has trailing spaces. 303
Error Method 'endTextNodeStep' is not designed for extension - needs to be abstract, final or empty. 304
Error Missing a Javadoc comment. 304
Error '{' should be on the previous line. 305
Error Method 'startCommentNodeStep' is not designed for extension - needs to be abstract, final or empty. 310
Error Missing a Javadoc comment. 310
Error Parameter axis should be final. 310
Error '{' should be on the previous line. 311
Error '(' is followed by whitespace. 315
Error '(' is followed by whitespace. 315
Error ')' is preceded with whitespace. 315
Error ')' is preceded with whitespace. 315
Error Method 'endCommentNodeStep' is not designed for extension - needs to be abstract, final or empty. 318
Error Missing a Javadoc comment. 318
Error '{' should be on the previous line. 319
Error Line has trailing spaces. 323
Error Method 'startAllNodeStep' is not designed for extension - needs to be abstract, final or empty. 324
Error Missing a Javadoc comment. 324
Error Parameter axis should be final. 324
Error '{' should be on the previous line. 325
Error '(' is followed by whitespace. 329
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error ')' is preceded with whitespace. 329
Error Method 'endAllNodeStep' is not designed for extension - needs to be abstract, final or empty. 332
Error Missing a Javadoc comment. 332
Error '{' should be on the previous line. 333
Error Method 'startProcessingInstructionNodeStep' is not designed for extension - needs to be abstract, final or empty. 338
Error Missing a Javadoc comment. 338
Error Parameter axis should be final. 338
Error Line is longer than 80 characters. 339
Error Parameter name should be final. 339
Error '(' is followed by whitespace. 344
Error '(' is followed by whitespace. 344
Error ')' is preceded with whitespace. 345
Error ')' is preceded with whitespace. 345
Error Line has trailing spaces. 347
Error Method 'endProcessingInstructionNodeStep' is not designed for extension - needs to be abstract, final or empty. 348
Error Missing a Javadoc comment. 348
Error '{' should be on the previous line. 349
Error Method 'endStep' is not designed for extension - needs to be abstract, final or empty. 354
Error Missing a Javadoc comment. 354
Error '{' should be on the previous line. 355
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 359
Error '(' is followed by whitespace. 361
Error ')' is preceded with whitespace. 361
Error Line has trailing spaces. 363
Error Method 'startPredicate' is not designed for extension - needs to be abstract, final or empty. 364
Error Missing a Javadoc comment. 364
Error '{' should be on the previous line. 365
Error Line has trailing spaces. 369
Error Method 'endPredicate' is not designed for extension - needs to be abstract, final or empty. 370
Error Missing a Javadoc comment. 370
Error '{' should be on the previous line. 371
Error '(' is followed by whitespace. 373
Error ')' is preceded with whitespace. 373
Error '(' is followed by whitespace. 377
Error ')' is preceded with whitespace. 377
Error Method 'startFilterExpr' is not designed for extension - needs to be abstract, final or empty. 380
Error Missing a Javadoc comment. 380
Error '{' should be on the previous line. 381
Error Method 'endFilterExpr' is not designed for extension - needs to be abstract, final or empty. 386
Error Missing a Javadoc comment. 386
Error '{' should be on the previous line. 387
Error Line has trailing spaces. 390
Error '(' is followed by whitespace. 391
Error ')' is preceded with whitespace. 391
Error '(' is followed by whitespace. 395
Error ')' is preceded with whitespace. 396
Error '(' is followed by whitespace. 398
Error ')' is preceded with whitespace. 398
Error Method 'addPredicates' is not designed for extension - needs to be abstract, final or empty. 401
Error Missing a Javadoc comment. 401
Error Parameter obj should be final. 401
Error Parameter predIter should be final. 402
Error '{' should be on the previous line. 403
Error '(' is followed by whitespace. 404
Error ')' is preceded with whitespace. 404
Error '{' should be on the previous line. 405
Error '(' is followed by whitespace. 406
Error ')' is preceded with whitespace. 406
Error Method 'returnExpr' is not designed for extension - needs to be abstract, final or empty. 410
Error Missing a Javadoc comment. 410
Error '{' should be on the previous line. 411
Error '(' is followed by whitespace. 414
Error ')' is preceded with whitespace. 414
Error Missing a Javadoc comment. 417
Error '{' should be on the previous line. 418
Error Method 'endOrExpr' is not designed for extension - needs to be abstract, final or empty. 422
Error Missing a Javadoc comment. 422
Error Parameter create should be final. 422
Error '{' should be on the previous line. 423
Error '(' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error '{' should be on the previous line. 427
Error '(' is followed by whitespace. 432
Error '(' is followed by whitespace. 432
Error ')' is preceded with whitespace. 433
Error ')' is preceded with whitespace. 433
Error Missing a Javadoc comment. 437
Error '{' should be on the previous line. 438
Error Method 'endAndExpr' is not designed for extension - needs to be abstract, final or empty. 442
Error Missing a Javadoc comment. 442
Error Parameter create should be final. 442
Error '{' should be on the previous line. 443
Error '(' is followed by whitespace. 446
Error ')' is preceded with whitespace. 446
Error '{' should be on the previous line. 447
Error '(' is followed by whitespace. 453
Error '(' is followed by whitespace. 453
Error ')' is preceded with whitespace. 454
Error ')' is preceded with whitespace. 454
Error Missing a Javadoc comment. 458
Error '{' should be on the previous line. 459
Error Method 'endEqualityExpr' is not designed for extension - needs to be abstract, final or empty. 463
Error Missing a Javadoc comment. 463
Error Parameter operator should be final. 463
Error '{' should be on the previous line. 464
Error '(' is followed by whitespace. 467
Error ')' is preceded with whitespace. 467
Error '{' should be on the previous line. 468
Error Line has trailing spaces. 470
Error Line has trailing spaces. 473
Error '(' is followed by whitespace. 474
Error '(' is followed by whitespace. 474
Error ')' is preceded with whitespace. 476
Error ')' is preceded with whitespace. 476
Error Missing a Javadoc comment. 480
Error '{' should be on the previous line. 481
Error Method 'endRelationalExpr' is not designed for extension - needs to be abstract, final or empty. 485
Error Missing a Javadoc comment. 485
Error Parameter operator should be final. 485
Error '{' should be on the previous line. 486
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error '{' should be on the previous line. 490
Error '(' is followed by whitespace. 496
Error '(' is followed by whitespace. 496
Error ')' is preceded with whitespace. 498
Error ')' is preceded with whitespace. 498
Error Missing a Javadoc comment. 502
Error '{' should be on the previous line. 503
Error Method 'endAdditiveExpr' is not designed for extension - needs to be abstract, final or empty. 507
Error Missing a Javadoc comment. 507
Error Parameter operator should be final. 507
Error '{' should be on the previous line. 508
Error '(' is followed by whitespace. 511
Error ')' is preceded with whitespace. 511
Error '{' should be on the previous line. 512
Error Line has trailing spaces. 514
Error Line has trailing spaces. 517
Error '(' is followed by whitespace. 518
Error '(' is followed by whitespace. 518
Error ')' is preceded with whitespace. 520
Error ')' is preceded with whitespace. 520
Error Missing a Javadoc comment. 524
Error '{' should be on the previous line. 525
Error Method 'endMultiplicativeExpr' is not designed for extension - needs to be abstract, final or empty. 529
Error Missing a Javadoc comment. 529
Error Parameter operator should be final. 529
Error '{' should be on the previous line. 530
Error '(' is followed by whitespace. 533
Error ')' is preceded with whitespace. 533
Error '{' should be on the previous line. 534
Error Line has trailing spaces. 539
Error '(' is followed by whitespace. 540
Error '(' is followed by whitespace. 540
Error ')' is preceded with whitespace. 542
Error ')' is preceded with whitespace. 542
Error Missing a Javadoc comment. 546
Error '{' should be on the previous line. 547
Error Method 'endUnaryExpr' is not designed for extension - needs to be abstract, final or empty. 551
Error Missing a Javadoc comment. 551
Error Parameter operator should be final. 551
Error '{' should be on the previous line. 552
Error '(' is followed by whitespace. 555
Error ')' is preceded with whitespace. 555
Error '{' should be on the previous line. 556
Error '(' is followed by whitespace. 557
Error '(' is followed by whitespace. 557
Error ')' is preceded with whitespace. 558
Error ')' is preceded with whitespace. 558
Error Missing a Javadoc comment. 562
Error '{' should be on the previous line. 563
Error Method 'endUnionExpr' is not designed for extension - needs to be abstract, final or empty. 567
Error Missing a Javadoc comment. 567
Error Parameter create should be final. 567
Error '{' should be on the previous line. 568
Error '(' is followed by whitespace. 570
Error ')' is preceded with whitespace. 570
Error '{' should be on the previous line. 571
Error '(' is followed by whitespace. 576
Error '(' is followed by whitespace. 576
Error ')' is preceded with whitespace. 577
Error ')' is preceded with whitespace. 577
Error Method 'number' is not designed for extension - needs to be abstract, final or empty. 581
Error Missing a Javadoc comment. 581
Error Parameter number should be final. 581
Error '{' should be on the previous line. 582
Error '(' is followed by whitespace. 584
Error '(' is followed by whitespace. 584
Error ')' is preceded with whitespace. 584
Error ')' is preceded with whitespace. 584
Error Method 'number' is not designed for extension - needs to be abstract, final or empty. 587
Error Missing a Javadoc comment. 587
Error Parameter number should be final. 587
Error '{' should be on the previous line. 588
Error '(' is followed by whitespace. 590
Error '(' is followed by whitespace. 590
Error ')' is preceded with whitespace. 590
Error ')' is preceded with whitespace. 590
Error Method 'literal' is not designed for extension - needs to be abstract, final or empty. 593
Error Missing a Javadoc comment. 593
Error Parameter literal should be final. 593
Error '{' should be on the previous line. 594
Error '(' is followed by whitespace. 595
Error '(' is followed by whitespace. 595
Error ')' is preceded with whitespace. 595
Error ')' is preceded with whitespace. 595
Error Method 'variableReference' is not designed for extension - needs to be abstract, final or empty. 598
Error Missing a Javadoc comment. 598
Error Parameter prefix should be final. 598
Error Parameter variableName should be final. 599
Error '{' should be on the previous line. 600
Error '(' is followed by whitespace. 601
Error '(' is followed by whitespace. 601
Error ')' is preceded with whitespace. 602
Error ')' is preceded with whitespace. 602
Error Method 'startFunction' is not designed for extension - needs to be abstract, final or empty. 605
Error Missing a Javadoc comment. 605
Error Parameter prefix should be final. 605
Error Parameter functionName should be final. 606
Error '{' should be on the previous line. 607
Error '(' is followed by whitespace. 609
Error '(' is followed by whitespace. 609
Error ')' is preceded with whitespace. 610
Error ')' is preceded with whitespace. 610
Error Method 'endFunction' is not designed for extension - needs to be abstract, final or empty. 613
Error Missing a Javadoc comment. 613
Error '{' should be on the previous line. 614
Error Line is longer than 80 characters. 615
Error '(' is followed by whitespace. 617
Error ')' is preceded with whitespace. 618
Error '(' is followed by whitespace. 620
Error ')' is preceded with whitespace. 620
Error Method 'addParameters' is not designed for extension - needs to be abstract, final or empty. 623
Error Missing a Javadoc comment. 623
Error Parameter function should be final. 623
Error Parameter paramIter should be final. 624
Error '{' should be on the previous line. 625
Error '(' is followed by whitespace. 626
Error ')' is preceded with whitespace. 626
Error '{' should be on the previous line. 627
Error '(' is followed by whitespace. 628
Error ')' is preceded with whitespace. 628
Error Method 'stackSize' is not designed for extension - needs to be abstract, final or empty. 632
Error Missing a Javadoc comment. 632
Error '{' should be on the previous line. 633
Error Method 'push' is not designed for extension - needs to be abstract, final or empty. 637
Error Missing a Javadoc comment. 637
Error Parameter obj should be final. 637
Error '{' should be on the previous line. 638
Error '(' is followed by whitespace. 639
Error ')' is preceded with whitespace. 639
Error Line is longer than 80 characters. 641
Error Method 'pop' is not designed for extension - needs to be abstract, final or empty. 644
Error Missing a Javadoc comment. 644
Error '{' should be on the previous line. 645
Error Line is longer than 80 characters. 646
Error Method 'canPop' is not designed for extension - needs to be abstract, final or empty. 650
Error Missing a Javadoc comment. 650
Error '{' should be on the previous line. 651
Error '(' is followed by whitespace. 652
Error ')' is preceded with whitespace. 652
Error Method 'pushFrame' is not designed for extension - needs to be abstract, final or empty. 655
Error Missing a Javadoc comment. 655
Error '{' should be on the previous line. 656
Error '(' is followed by whitespace. 657
Error ')' is preceded with whitespace. 657
Error Method 'popFrame' is not designed for extension - needs to be abstract, final or empty. 661
Error Missing a Javadoc comment. 661
Error '{' should be on the previous line. 662
Error Method 'peekFrame' is not designed for extension - needs to be abstract, final or empty. 667
Error Missing a Javadoc comment. 667
Error '{' should be on the previous line. 668

org/jaxen/JaxenRuntimeException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line is longer than 80 characters. 65
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 72
Error Parameter jaxenException should be final. 72
Error 'jaxenException' hides a field. 72
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 78
Error Parameter message should be final. 78
Error Method 'getJaxenException' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error '{' should be on the previous line. 83

org/jaxen/NamedAccessNavigator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line has trailing spaces. 5
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error Line has trailing spaces. 23
Error Line has trailing spaces. 28
Error Line has trailing spaces. 31
Error Line has trailing spaces. 50
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 73
Error Line is longer than 80 characters. 76
Error Line has trailing spaces. 82
Error Line is longer than 80 characters. 97
Error Line is longer than 80 characters. 98
Error Line is longer than 80 characters. 101
Error Line has trailing spaces. 107

org/jaxen/NamespaceContext.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 90
Error Line has trailing spaces. 91

org/jaxen/Navigator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line is longer than 80 characters. 4
Error '{' should be on the previous line. 84
Error Line is longer than 80 characters. 115
Error Line is longer than 80 characters. 179
Error First sentence should end with a period. 260
Error Line has trailing spaces. 280
Error Line is longer than 80 characters. 293
Error Line has trailing spaces. 300
Error Line has trailing spaces. 307
Error Line has trailing spaces. 315
Error Line has trailing spaces. 331
Error Line has trailing spaces. 388
Error Line has trailing spaces. 397
Error Line has trailing spaces. 406
Error Line has trailing spaces. 415
Error Line is longer than 80 characters. 428
Error Line has trailing spaces. 489
Error Line is longer than 80 characters. 518

org/jaxen/QualifiedName.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error '(' is followed by whitespace. 82
Error Parameter namespaceURI should be final. 82
Error 'namespaceURI' hides a field. 82
Error Parameter localName should be final. 82
Error 'localName' hides a field. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error Missing a Javadoc comment. 88
Error '{' should be on the previous line. 89
Error Missing a Javadoc comment. 93
Error '{' should be on the previous line. 94
Error Missing a Javadoc comment. 98
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 100
Error '^' should be on a new line. 100
Error '(' is followed by whitespace. 101
Error Avoid inline conditionals. 101
Error ')' is preceded with whitespace. 101
Error ')' is preceded with whitespace. 101
Error Missing a Javadoc comment. 104
Error '(' is followed by whitespace. 104
Error Parameter o should be final. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error 'if' construct must use '{}'s. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line has trailing spaces. 108
Error 'cast' is not followed by whitespace. 109
Error Line has trailing spaces. 110
Error 'if' construct must use '{}'s. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 112
Error '&&' should be on a new line. 112
Error ')' is preceded with whitespace. 113
Error 'else' construct must use '{}'s. 114
Error '(' is followed by whitespace. 115
Error '&&' should be on a new line. 115
Error ')' is preceded with whitespace. 116

org/jaxen/SimpleFunctionContext.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 80
Error '{' should be on the previous line. 91
Error Method 'registerFunction' is not designed for extension - needs to be abstract, final or empty. 123
Error Parameter namespaceURI should be final. 123
Error Parameter localName should be final. 124
Error Parameter function should be final. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 128
Error Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. 131
Error Missing a Javadoc comment. 131
Error Parameter namespaceURI should be final. 131
Error Parameter prefix should be final. 132
Error Parameter localName should be final. 133
Error ')' is preceded with whitespace. 133
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '}' should be on the same line. 140
Error '(' is followed by whitespace. 142
Error '+' should be on a new line. 142
Error ')' is preceded with whitespace. 143

org/jaxen/SimpleNamespaceContext.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 83
Error Parameter namespaces should be final. 83
Error 'namespaces' hides a field. 83
Error '{' should be on the previous line. 84
Error Method 'addElementNamespaces' is not designed for extension - needs to be abstract, final or empty. 98
Error '(' is followed by whitespace. 98
Error Parameter nav should be final. 98
Error Parameter element should be final. 98
Error ')' is preceded with whitespace. 98
Error Expected @throws tag for 'UnsupportedAxisException'. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line has trailing spaces. 111
Error Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Parameter prefix should be final. 113
Error Parameter namespaceUri should be final. 113
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 116
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error Parameter prefix should be final. 119
Error '{' should be on the previous line. 120
Error '(' is followed by whitespace. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123

org/jaxen/SimpleVariableContext.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 80
Error '{' should be on the previous line. 91
Error Line has trailing spaces. 98
Error Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 112
Error '(' is followed by whitespace. 112
Error Parameter namespaceURI should be final. 112
Error Parameter localName should be final. 113
Error Parameter value should be final. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 117
Error Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 132
Error '(' is followed by whitespace. 132
Error Parameter localName should be final. 132
Error Parameter value should be final. 133
Error ')' is preceded with whitespace. 133
Error '{' should be on the previous line. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Method 'getVariableValue' is not designed for extension - needs to be abstract, final or empty. 138
Error Missing a Javadoc comment. 138
Error '(' is followed by whitespace. 138
Error Parameter namespaceURI should be final. 138
Error Parameter prefix should be final. 139
Error Parameter localName should be final. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '}' should be on the same line. 148
Error '{' should be on the previous line. 150
Error '(' is followed by whitespace. 151
Error '+' should be on a new line. 151
Error ')' is preceded with whitespace. 152

org/jaxen/UnresolvableException.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter message should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74

org/jaxen/UnsupportedAxisException.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 76
Error Parameter msg should be final. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83

org/jaxen/VariableContext.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 94
Error Redundant 'public' modifier. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 121

org/jaxen/XPath.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 7
Error Line has trailing spaces. 15
Error Line has trailing spaces. 20
Error Line has trailing spaces. 25
Error Line has trailing spaces. 30
Error Line has trailing spaces. 33
Error Line is longer than 80 characters. 51
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 70
Error Line has trailing spaces. 92
Error Line has trailing spaces. 102
Error Line has trailing spaces. 103
Error Line has trailing spaces. 113
Error Line has trailing spaces. 117
Error Line has trailing spaces. 131
Error Line is longer than 80 characters. 153
Error Line has trailing spaces. 162
Error Line is longer than 80 characters. 175
Error Line has trailing spaces. 184
Error Line is longer than 80 characters. 197
Error Line is longer than 80 characters. 225
Error Line is longer than 80 characters. 241
Error Extra HTML tag found: </p> 246
Error Line is longer than 80 characters. 250
Error Line has trailing spaces. 260
Error Line has trailing spaces. 295
Error Line is longer than 80 characters. 353
Error Line is longer than 80 characters. 373
Error Line is longer than 80 characters. 393
Error Line has trailing spaces. 399
Error Line has trailing spaces. 403
Error Line has trailing spaces. 405

org/jaxen/XPathFunctionContext.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 111
Error '{' should be on the previous line. 130
Error '{' should be on the previous line. 134
Error Line is longer than 80 characters. 137
Error '{' should be on the previous line. 145
Error '{' should be on the previous line. 156
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 160
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 164
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 168
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 172
Error Line has trailing spaces. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 176
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 180
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 184
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 188
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 192
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 196
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 200
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 204
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 208
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 212
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 216
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 220
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 224
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 228
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 232
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 236
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 240
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 244
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 248
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 252
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 256
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 260
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 264
Error Line has trailing spaces. 265
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 268
Error Line has trailing spaces. 269
Error '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 277
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 281
Error Line has trailing spaces. 282
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 285
Error Line has trailing spaces. 286
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 289
Error Line has trailing spaces. 290
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 293
Error Line has trailing spaces. 294

org/jaxen/XPathSyntaxException.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 74
Error Missing a Javadoc comment. 81
Error Parameter e should be final. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Parameter xpath should be final. 95
Error 'xpath' hides a field. 95
Error Parameter position should be final. 96
Error 'position' hides a field. 96
Error Parameter message should be final. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 109
Error '{' should be on the previous line. 110
Error Method 'getXPath' is not designed for extension - needs to be abstract, final or empty. 118
Error '{' should be on the previous line. 119
Error Method 'getPositionMarker' is not designed for extension - needs to be abstract, final or empty. 135
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 141
Error ';' is preceded with whitespace. 141
Error ';' is preceded with whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error Line has trailing spaces. 149
Error Method 'getMultilineMessage' is not designed for extension - needs to be abstract, final or empty. 163
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172

org/jaxen/dom/DOMXPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 87
Error Parameter xpathExpr should be final. 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. 100

org/jaxen/dom/DocumentNavigator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line is longer than 80 characters. 4
Error '{' should be on the previous line. 108
Error Line has trailing spaces. 110
Error 'static' modifier out of order with the JLS suggestions. 118
Error Line has trailing spaces. 122
Error '{' should be on the previous line. 132
Error '{' should be on the previous line. 142
Error Line has trailing spaces. 147
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 159
Error Parameter contextNode should be final. 159
Error '{' should be on the previous line. 160
Error 'cast' is not followed by whitespace. 161
Error Parameter node should be final. 162
Error '{' should be on the previous line. 163
Error Parameter node should be final. 166
Error '{' should be on the previous line. 167
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 180
Error Parameter contextNode should be final. 180
Error '{' should be on the previous line. 181
Error 'cast' is not followed by whitespace. 182
Error Parameter n should be final. 186
Error '{' should be on the previous line. 187
Error 'cast' is not followed by whitespace. 189
Error Parameter n should be final. 191
Error Parameter n should be final. 197
Error '{' should be on the previous line. 198
Error Parameter n should be final. 201
Error Method 'getFollowingSiblingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 215
Error Parameter contextNode should be final. 215
Error '{' should be on the previous line. 216
Error 'cast' is not followed by whitespace. 217
Error Parameter node should be final. 218
Error '{' should be on the previous line. 219
Error Parameter node should be final. 222
Error Method 'getPrecedingSiblingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 235
Error Parameter contextNode should be final. 235
Error '{' should be on the previous line. 236
Error 'cast' is not followed by whitespace. 237
Error Parameter node should be final. 238
Error '{' should be on the previous line. 239
Error Parameter node should be final. 242
Error Method 'getFollowingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 255
Error Parameter contextNode should be final. 255
Error '{' should be on the previous line. 256
Error 'cast' is not followed by whitespace. 257
Error Parameter node should be final. 258
Error '{' should be on the previous line. 259
Error 'if' construct must use '{}'s. 260
Error 'if' construct must use '{}'s. 264
Error 'else' construct must use '{}'s. 266
Error Parameter node should be final. 270
Error 'if' construct must use '{}'s. 271
Error 'if' construct must use '{}'s. 275
Error 'if' construct must use '{}'s. 277
Error 'else' construct must use '{}'s. 279
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 293
Error Parameter contextNode should be final. 293
Error '{' should be on the previous line. 294
Error 'cast' is not followed by whitespace. 296
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 314
Error Parameter contextNode should be final. 314
Error '{' should be on the previous line. 315
Error Comment matches to-do format 'TODO:'. 325
Error 'cast' is not followed by whitespace. 327
Error 'cast' is not followed by whitespace. 337
Error 'if' construct must use '{}'s. 341
Error 'cast' is not followed by whitespace. 351
Error 'cast' is not followed by whitespace. 357
Error 'if' construct must use '{}'s. 358
Error Expected an @return tag. 369
Error Line is longer than 80 characters. 369
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 369
Error Parameter xpath should be final. 369
Error Expected @param tag for 'xpath'. 369
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 369
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 380
Error Parameter contextNode should be final. 380
Error '{' should be on the previous line. 381
Error 'if' construct must use '{}'s. 382
Error 'else' construct must use '{}'s. 384
Error 'cast' is not followed by whitespace. 385
Error Method 'getElementNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 396
Error Parameter object should be final. 396
Error '{' should be on the previous line. 397
Error 'cast' is not followed by whitespace. 398
Error Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. 410
Error Parameter object should be final. 410
Error '{' should be on the previous line. 411
Error 'cast' is not followed by whitespace. 412
Error 'if' construct must use '{}'s. 413
Error 'cast' is not followed by whitespace. 413
Error Method 'getElementQName' is not designed for extension - needs to be abstract, final or empty. 425
Error Parameter object should be final. 425
Error '{' should be on the previous line. 426
Error 'cast' is not followed by whitespace. 427
Error 'if' construct must use '{}'s. 428
Error 'cast' is not followed by whitespace. 429
Error Expected an @return tag. 439
Error Method 'getAttributeNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 439
Error Parameter object should be final. 439
Error '{' should be on the previous line. 440
Error 'cast' is not followed by whitespace. 441
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 453
Error Parameter object should be final. 453
Error '{' should be on the previous line. 454
Error 'cast' is not followed by whitespace. 455
Error 'if' construct must use '{}'s. 456
Error 'cast' is not followed by whitespace. 457
Error Method 'getAttributeQName' is not designed for extension - needs to be abstract, final or empty. 469
Error Parameter object should be final. 469
Error '{' should be on the previous line. 470
Error 'cast' is not followed by whitespace. 471
Error 'if' construct must use '{}'s. 472
Error 'cast' is not followed by whitespace. 473
Error Method 'isDocument' is not designed for extension - needs to be abstract, final or empty. 484
Error Parameter object should be final. 484
Error '{' should be on the previous line. 485
Error '&&' should be on a new line. 486
Error 'cast' is not followed by whitespace. 487
Error Method 'isNamespace' is not designed for extension - needs to be abstract, final or empty. 497
Error Parameter object should be final. 497
Error '{' should be on the previous line. 498
Error Method 'isElement' is not designed for extension - needs to be abstract, final or empty. 509
Error Parameter object should be final. 509
Error '{' should be on the previous line. 510
Error '&&' should be on a new line. 511
Error 'cast' is not followed by whitespace. 512
Error Line has trailing spaces. 517
Error Line has trailing spaces. 519
Error Method 'isAttribute' is not designed for extension - needs to be abstract, final or empty. 524
Error Parameter object should be final. 524
Error '{' should be on the previous line. 525
Error '&&' should be on a new line. 526
Error 'cast' is not followed by whitespace. 527
Error Line is longer than 80 characters. 528
Error '!' is followed by whitespace. 528
Error Method 'isComment' is not designed for extension - needs to be abstract, final or empty. 538
Error Parameter object should be final. 538
Error '{' should be on the previous line. 539
Error '&&' should be on a new line. 540
Error 'cast' is not followed by whitespace. 541
Error Method 'isText' is not designed for extension - needs to be abstract, final or empty. 551
Error Parameter object should be final. 551
Error '{' should be on the previous line. 552
Error 'cast' is not followed by whitespace. 554
Error Method 'isProcessingInstruction' is not designed for extension - needs to be abstract, final or empty. 573
Error Parameter object should be final. 573
Error '{' should be on the previous line. 574
Error '&&' should be on a new line. 575
Error 'cast' is not followed by whitespace. 576
Error Method 'getElementStringValue' is not designed for extension - needs to be abstract, final or empty. 587
Error Parameter object should be final. 587
Error '{' should be on the previous line. 588
Error 'if' construct must use '{}'s. 589
Error 'cast' is not followed by whitespace. 590
Error 'else' construct must use '{}'s. 591
Error Parameter node should be final. 603
Error Parameter buffer should be final. 603
Error '{' should be on the previous line. 604
Error 'for' construct must use '{}'s. 610
Error Method 'getAttributeStringValue' is not designed for extension - needs to be abstract, final or empty. 624
Error Parameter object should be final. 624
Error '{' should be on the previous line. 625
Error 'if' construct must use '{}'s. 626
Error 'cast' is not followed by whitespace. 627
Error 'else' construct must use '{}'s. 628
Error Method 'getTextStringValue' is not designed for extension - needs to be abstract, final or empty. 639
Error Parameter object should be final. 639
Error '{' should be on the previous line. 640
Error 'if' construct must use '{}'s. 641
Error 'cast' is not followed by whitespace. 642
Error 'else' construct must use '{}'s. 643
Error Method 'getCommentStringValue' is not designed for extension - needs to be abstract, final or empty. 655
Error Parameter object should be final. 655
Error '{' should be on the previous line. 656
Error 'if' construct must use '{}'s. 657
Error 'cast' is not followed by whitespace. 658
Error 'else' construct must use '{}'s. 659
Error Method 'getNamespaceStringValue' is not designed for extension - needs to be abstract, final or empty. 671
Error Parameter object should be final. 671
Error '{' should be on the previous line. 672
Error 'if' construct must use '{}'s. 673
Error 'cast' is not followed by whitespace. 674
Error 'else' construct must use '{}'s. 675
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 686
Error Parameter object should be final. 686
Error '{' should be on the previous line. 687
Error 'if' construct must use '{}'s. 688
Error 'cast' is not followed by whitespace. 689
Error 'else' construct must use '{}'s. 690
Error Expected an @return tag. 697
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 697
Error Parameter prefix should be final. 697
Error Expected @param tag for 'prefix'. 697
Error Parameter element should be final. 697
Error Expected @param tag for 'element'. 697
Error 'cast' is not followed by whitespace. 701
Error 'if' construct must use '{}'s. 702
Error First sentence should end with a period. 708
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 716
Error Parameter uri should be final. 716
Error '{' should be on the previous line. 717
Error '{' should be on the previous line. 719
Error Line is longer than 80 characters. 720
Error '(' is followed by whitespace. 723
Error ')' is preceded with whitespace. 723
Error '}' should be on the same line. 724
Error '{' should be on the previous line. 726
Error Line is longer than 80 characters. 727
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 731
Error Missing a Javadoc comment. 731
Error Parameter obj should be final. 731
Error '{' should be on the previous line. 732
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 738
Error Missing a Javadoc comment. 738
Error Parameter obj should be final. 738
Error '{' should be on the previous line. 739
Error Line has trailing spaces. 745
Error '{' should be on the previous line. 764
Error Parameter contextNode should be final. 772
Error '{' should be on the previous line. 773
Error 'while' construct must use '{}'s. 775
Error '{' should be on the previous line. 784
Error '{' should be on the previous line. 793
Error 'if' construct must use '{}'s. 794
Error '{' should be on the previous line. 808
Error Parameter contextNode should be final. 823
Error Parameter contextNode should be final. 837
Error Parameter node should be final. 847
Error 'node' hides a field. 847
Error '{' should be on the previous line. 848
Error 'if' construct must use '{}'s. 850
Error Missing a Javadoc comment. 865
Error Line has trailing spaces. 869
Error '{' should be on the previous line. 879
Error Parameter parent should be final. 886
Error '{' should be on the previous line. 887
Error '{' should be on the previous line. 897
Error '{' should be on the previous line. 906
Error 'if' construct must use '{}'s. 908
Error 'else' construct must use '{}'s. 910
Error '{' should be on the previous line. 919
Error Missing a Javadoc comment. 924
Error Missing a Javadoc comment. 925
Error Method 'getElementById' is not designed for extension - needs to be abstract, final or empty. 946
Error Parameter object should be final. 946
Error Parameter elementId should be final. 946
Error '{' should be on the previous line. 947
Error 'cast' is not followed by whitespace. 948
Error 'if' construct must use '{}'s. 949
Error 'else' construct must use '{}'s. 951

org/jaxen/dom/NamespaceNode.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Extra HTML tag found: </p> 97
Error '{' should be on the previous line. 114
Error Line has trailing spaces. 116
Error 'static' modifier out of order with the JLS suggestions. 126
Error Line has trailing spaces. 129
Error Parameter parent should be final. 142
Error 'parent' hides a field. 142
Error Parameter name should be final. 142
Error 'name' hides a field. 142
Error Parameter value should be final. 142
Error 'value' hides a field. 142
Error '{' should be on the previous line. 143
Error Parameter parent should be final. 157
Error 'parent' hides a field. 157
Error Parameter attribute should be final. 157
Error '{' should be on the previous line. 158
Error 'name' hides a field. 159
Error Line has trailing spaces. 160
Error '}' should be on the same line. 163
Error '6' is a magic number. 165
Error Line has trailing spaces. 172
Error Method 'getNodeName' is not designed for extension - needs to be abstract, final or empty. 183
Error '{' should be on the previous line. 184
Error Method 'getNodeValue' is not designed for extension - needs to be abstract, final or empty. 194
Error '{' should be on the previous line. 195
Error Method 'setNodeValue' is not designed for extension - needs to be abstract, final or empty. 206
Error Parameter value should be final. 206
Error 'value' hides a field. 206
Error Redundant throws: 'DOMException' is unchecked exception. 206
Error '{' should be on the previous line. 207
Error Method 'getNodeType' is not designed for extension - needs to be abstract, final or empty. 217
Error '{' should be on the previous line. 218
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 232
Error '{' should be on the previous line. 233
Error Method 'getChildNodes' is not designed for extension - needs to be abstract, final or empty. 243
Error '{' should be on the previous line. 244
Error Method 'getFirstChild' is not designed for extension - needs to be abstract, final or empty. 254
Error '{' should be on the previous line. 255
Error Method 'getLastChild' is not designed for extension - needs to be abstract, final or empty. 265
Error '{' should be on the previous line. 266
Error Method 'getPreviousSibling' is not designed for extension - needs to be abstract, final or empty. 276
Error '{' should be on the previous line. 277
Error Method 'getNextSibling' is not designed for extension - needs to be abstract, final or empty. 287
Error '{' should be on the previous line. 288
Error Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. 298
Error '{' should be on the previous line. 299
Error Method 'getOwnerDocument' is not designed for extension - needs to be abstract, final or empty. 309
Error '{' should be on the previous line. 310
Error Avoid inline conditionals. 312
Error Expected an @return tag. 322
Error Method 'insertBefore' is not designed for extension - needs to be abstract, final or empty. 322
Error Parameter newChild should be final. 322
Error Expected @param tag for 'newChild'. 322
Error Parameter refChild should be final. 322
Error Expected @param tag for 'refChild'. 322
Error Redundant throws: 'DOMException' is unchecked exception. 323
Error '{' should be on the previous line. 324
Error Expected an @return tag. 336
Error Method 'replaceChild' is not designed for extension - needs to be abstract, final or empty. 336
Error Parameter newChild should be final. 336
Error Expected @param tag for 'newChild'. 336
Error Parameter oldChild should be final. 336
Error Expected @param tag for 'oldChild'. 336
Error Redundant throws: 'DOMException' is unchecked exception. 337
Error '{' should be on the previous line. 338
Error Expected an @return tag. 350
Error Method 'removeChild' is not designed for extension - needs to be abstract, final or empty. 350
Error Parameter oldChild should be final. 350
Error Expected @param tag for 'oldChild'. 350
Error Redundant throws: 'DOMException' is unchecked exception. 351
Error '{' should be on the previous line. 352
Error Expected an @return tag. 364
Error Method 'appendChild' is not designed for extension - needs to be abstract, final or empty. 364
Error Parameter newChild should be final. 364
Error Expected @param tag for 'newChild'. 364
Error Redundant throws: 'DOMException' is unchecked exception. 365
Error '{' should be on the previous line. 366
Error Method 'hasChildNodes' is not designed for extension - needs to be abstract, final or empty. 377
Error '{' should be on the previous line. 378
Error Method 'cloneNode' is not designed for extension - needs to be abstract, final or empty. 390
Error Parameter deep should be final. 390
Error '{' should be on the previous line. 391
Error '{' should be on the previous line. 403
Error Method 'isSupported' is not designed for extension - needs to be abstract, final or empty. 415
Error Parameter feature should be final. 415
Error Parameter version should be final. 415
Error '{' should be on the previous line. 416
Error Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. 429
Error '{' should be on the previous line. 430
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 443
Error '{' should be on the previous line. 444
Error Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. 455
Error Parameter prefix should be final. 455
Error Redundant throws: 'DOMException' is unchecked exception. 456
Error '{' should be on the previous line. 457
Error Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 467
Error '{' should be on the previous line. 468
Error Method 'hasAttributes' is not designed for extension - needs to be abstract, final or empty. 478
Error '{' should be on the previous line. 479
Error Redundant throws: 'DOMException' is unchecked exception. 489
Error '{' should be on the previous line. 490
Error Line has trailing spaces. 496
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 510
Error '{' should be on the previous line. 511
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 526
Error Parameter o should be final. 526
Error '{' should be on the previous line. 527
Error 'if' construct must use '{}'s. 528
Error 'if' construct must use '{}'s. 529
Error 'cast' is not followed by whitespace. 531
Error '&&' should be on a new line. 532
Error '&&' should be on a new line. 533
Error Parameter o should be final. 548
Error '{' should be on the previous line. 549
Error Avoid inline conditionals. 550
Error Parameter a should be final. 562
Error Parameter b should be final. 562
Error '{' should be on the previous line. 563
Error '||' should be on a new line. 564
Error Line has trailing spaces. 568
Error Missing a Javadoc comment. 573
Error Missing a Javadoc comment. 574
Error Missing a Javadoc comment. 575
Error Line has trailing spaces. 578
Error '{' should be on the previous line. 592
Error '{' should be on the previous line. 598
Error Parameter index should be final. 606
Error '{' should be on the previous line. 607
Error Line has trailing spaces. 610

org/jaxen/dom/html/DocumentNavigator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error '{' should be on the previous line. 95
Error 'static' modifier out of order with the JLS suggestions. 104
Error Missing a Javadoc comment. 107
Error 'static' modifier out of order with the JLS suggestions. 107
Error Missing a Javadoc comment. 110
Error '{' should be on the previous line. 120
Error Line has trailing spaces. 126
Error Parameter toLowerCase should be final. 129
Error 'toLowerCase' hides a field. 129
Error '{' should be on the previous line. 130
Error Line has trailing spaces. 136
Error Method 'isToLowerCase' is not designed for extension - needs to be abstract, final or empty. 139
Error '{' should be on the previous line. 140
Error Parameter toLowerCase should be final. 149
Error Expected @param tag for 'toLowerCase'. 149
Error '{' should be on the previous line. 150
Error 'if' construct must use '{}'s. 151
Error Expected an @return tag. 162
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 162
Error Parameter xpath should be final. 162
Error Expected @param tag for 'xpath'. 162
Error Expected @throws tag for 'SAXPathException'. 162
Error '{' should be on the previous line. 163
Error First sentence should end with a period. 167
Error Method 'getHTMLNodeName' is not designed for extension - needs to be abstract, final or empty. 177
Error Parameter node should be final. 177
Error Parameter name should be final. 177
Error '{' should be on the previous line. 178
Error '{' should be on the previous line. 183
Error 'if' construct must use '{}'s. 184
Error 'else' construct must use '{}'s. 185
Error Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error Parameter object should be final. 190
Error '{' should be on the previous line. 191
Error 'cast' is not followed by whitespace. 192
Error Method 'getElementQName' is not designed for extension - needs to be abstract, final or empty. 195
Error Missing a Javadoc comment. 195
Error Parameter object should be final. 195
Error '{' should be on the previous line. 196
Error 'cast' is not followed by whitespace. 197
Error Expected an @return tag. 206
Error Parameter node should be final. 206
Error Expected @param tag for 'node'. 206

org/jaxen/dom/html/HTMLXPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error '{' should be on the previous line. 101
Error Line is longer than 80 characters. 112
Error Parameter xpathExpr should be final. 112
Error Parameter toLowerCase should be final. 112
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Parameter xpathExpr should be final. 124
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 126

org/jaxen/dom/html/package.html

ErrorLine
Error Missing package documentation file.0

org/jaxen/dom4j/DocumentNavigator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 91
Error Line is longer than 80 characters. 104
Error Line has trailing spaces. 106
Error Missing a Javadoc comment. 107
Error '{' should be on the previous line. 112
Error Expected an @return tag. 120
Error '{' should be on the previous line. 121
Error Method 'isElement' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Parameter obj should be final. 125
Error '{' should be on the previous line. 126
Error Method 'isComment' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Parameter obj should be final. 130
Error '{' should be on the previous line. 131
Error Method 'isText' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error Parameter obj should be final. 135
Error '{' should be on the previous line. 136
Error Line has trailing spaces. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 139
Error Method 'isAttribute' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Parameter obj should be final. 142
Error '{' should be on the previous line. 143
Error Method 'isProcessingInstruction' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error Parameter obj should be final. 147
Error '{' should be on the previous line. 148
Error Method 'isDocument' is not designed for extension - needs to be abstract, final or empty. 152
Error Missing a Javadoc comment. 152
Error Parameter obj should be final. 152
Error '{' should be on the previous line. 153
Error Method 'isNamespace' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157
Error Parameter obj should be final. 157
Error '{' should be on the previous line. 158
Error Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error Parameter obj should be final. 162
Error '{' should be on the previous line. 163
Error Method 'getElementNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error Parameter obj should be final. 169
Error '{' should be on the previous line. 170
Error Line has trailing spaces. 172
Error 'if' construct must use '{}'s. 174
Error '(' is followed by whitespace. 174
Error 'else' construct must use '{}'s. 176
Error Method 'getElementQName' is not designed for extension - needs to be abstract, final or empty. 180
Error Missing a Javadoc comment. 180
Error Parameter obj should be final. 180
Error '{' should be on the previous line. 181
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 187
Error Missing a Javadoc comment. 187
Error Parameter obj should be final. 187
Error '{' should be on the previous line. 188
Error Method 'getAttributeNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194
Error Parameter obj should be final. 194
Error '{' should be on the previous line. 195
Error 'if' construct must use '{}'s. 199
Error '(' is followed by whitespace. 199
Error 'else' construct must use '{}'s. 201
Error Method 'getAttributeQName' is not designed for extension - needs to be abstract, final or empty. 205
Error Missing a Javadoc comment. 205
Error Parameter obj should be final. 205
Error '{' should be on the previous line. 206
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 212
Error Missing a Javadoc comment. 212
Error Parameter contextNode should be final. 212
Error '{' should be on the previous line. 213
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 216
Error Line is longer than 80 characters. 231
Error Line is longer than 80 characters. 232
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 236
Error Line is longer than 80 characters. 237
Error Parameter contextNode should be final. 237
Error Parameter localName should be final. 237
Error Parameter namespacePrefix should be final. 237
Error Parameter namespaceURI should be final. 237
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error Line is longer than 80 characters. 241
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error Expression can be simplified. 246
Error Expression can be simplified. 250
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 260
Error Missing a Javadoc comment. 260
Error Parameter contextNode should be final. 260
Error '{' should be on the previous line. 261
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error '{' should be on the previous line. 263
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error '{' should be on the previous line. 272
Error Line has trailing spaces. 275
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 279
Error Missing a Javadoc comment. 279
Error Parameter contextNode should be final. 279
Error '{' should be on the previous line. 280
Error '(' is followed by whitespace. 281
Error '!' is followed by whitespace. 281
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error ')' is preceded with whitespace. 281
Error '{' should be on the previous line. 282
Error Line is longer than 80 characters. 296
Error Line is longer than 80 characters. 297
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 301
Error Line is longer than 80 characters. 302
Error Parameter contextNode should be final. 302
Error Parameter localName should be final. 302
Error Parameter namespacePrefix should be final. 302
Error Parameter namespaceURI should be final. 302
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error Line is longer than 80 characters. 306
Error Line has trailing spaces. 314
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 315
Error Missing a Javadoc comment. 315
Error Parameter contextNode should be final. 315
Error '{' should be on the previous line. 316
Error '(' is followed by whitespace. 317
Error '!' is followed by whitespace. 317
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error ')' is preceded with whitespace. 317
Error '{' should be on the previous line. 318
Error Line is longer than 80 characters. 325
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error Line is longer than 80 characters. 329
Error '(' is followed by whitespace. 329
Error ';' is followed by whitespace. 329
Error '(' is followed by whitespace. 335
Error ';' is followed by whitespace. 335
Error '{' should be on the previous line. 336
Error '{' should be on the previous line. 339
Error '(' is followed by whitespace. 341
Error '!' is followed by whitespace. 341
Error '(' is followed by whitespace. 341
Error ')' is preceded with whitespace. 341
Error ')' is preceded with whitespace. 341
Error '(' is followed by whitespace. 342
Error ')' is preceded with whitespace. 342
Error '(' is followed by whitespace. 343
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error ')' is preceded with whitespace. 343
Error '(' is followed by whitespace. 348
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 348
Error ')' is preceded with whitespace. 348
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 352
Error Missing a Javadoc comment. 352
Error Parameter contextNode should be final. 352
Error '{' should be on the previous line. 353
Error Line has trailing spaces. 354
Error '(' is followed by whitespace. 354
Error ')' is preceded with whitespace. 354
Error '{' should be on the previous line. 355
Error '}' should be on the same line. 357
Error Line has trailing spaces. 358
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 358
Error '{' should be on the previous line. 359
Error Expected an @return tag. 369
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 369
Error Parameter xpath should be final. 369
Error Expected @param tag for 'xpath'. 369
Error Expected @throws tag for 'SAXPathException'. 369
Error '{' should be on the previous line. 370
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 374
Error Missing a Javadoc comment. 374
Error Parameter contextNode should be final. 374
Error '{' should be on the previous line. 375
Error Line has trailing spaces. 376
Error '(' is followed by whitespace. 376
Error ')' is preceded with whitespace. 376
Error '{' should be on the previous line. 377
Error Line has trailing spaces. 380
Error '(' is followed by whitespace. 380
Error ')' is preceded with whitespace. 380
Error '{' should be on the previous line. 381
Error Line has trailing spaces. 387
Error Method 'getTextStringValue' is not designed for extension - needs to be abstract, final or empty. 392
Error Missing a Javadoc comment. 392
Error Parameter obj should be final. 392
Error '{' should be on the previous line. 393
Error '(' is followed by whitespace. 394
Error ')' is preceded with whitespace. 394
Error Method 'getElementStringValue' is not designed for extension - needs to be abstract, final or empty. 397
Error Missing a Javadoc comment. 397
Error Parameter obj should be final. 397
Error '{' should be on the previous line. 398
Error '(' is followed by whitespace. 399
Error ')' is preceded with whitespace. 399
Error Method 'getAttributeStringValue' is not designed for extension - needs to be abstract, final or empty. 402
Error Missing a Javadoc comment. 402
Error Parameter obj should be final. 402
Error '{' should be on the previous line. 403
Error '(' is followed by whitespace. 404
Error ')' is preceded with whitespace. 404
Error Missing a Javadoc comment. 407
Error Parameter node should be final. 407
Error '{' should be on the previous line. 408
Error Method 'getNamespaceStringValue' is not designed for extension - needs to be abstract, final or empty. 412
Error Missing a Javadoc comment. 412
Error Parameter obj should be final. 412
Error '{' should be on the previous line. 413
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 419
Error Missing a Javadoc comment. 419
Error Parameter obj should be final. 419
Error '{' should be on the previous line. 420
Error Method 'getCommentStringValue' is not designed for extension - needs to be abstract, final or empty. 426
Error Missing a Javadoc comment. 426
Error Parameter obj should be final. 426
Error '{' should be on the previous line. 427
Error Line has trailing spaces. 432
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 433
Error Missing a Javadoc comment. 433
Error Parameter prefix should be final. 433
Error Parameter context should be final. 433
Error '{' should be on the previous line. 434
Error Line has trailing spaces. 436
Error '(' is followed by whitespace. 436
Error ')' is preceded with whitespace. 436
Error '{' should be on the previous line. 437
Error '}' should be on the same line. 439
Error '(' is followed by whitespace. 440
Error ')' is preceded with whitespace. 440
Error '{' should be on the previous line. 441
Error '(' is followed by whitespace. 445
Error ')' is preceded with whitespace. 445
Error '{' should be on the previous line. 446
Error '(' is followed by whitespace. 447
Error ')' is preceded with whitespace. 447
Error Line has trailing spaces. 449
Error '(' is followed by whitespace. 449
Error ')' is preceded with whitespace. 449
Error '{' should be on the previous line. 450
Error Line has trailing spaces. 456
Error Line has trailing spaces. 457
Error Method 'getNodeType' is not designed for extension - needs to be abstract, final or empty. 457
Error Missing a Javadoc comment. 457
Error Parameter node should be final. 457
Error '{' should be on the previous line. 458
Error '(' is followed by whitespace. 459
Error ')' is preceded with whitespace. 459
Error '{' should be on the previous line. 460
Error Line has trailing spaces. 465
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 466
Error Missing a Javadoc comment. 466
Error Parameter uri should be final. 466
Error '{' should be on the previous line. 467
Error '{' should be on the previous line. 469
Error '(' is followed by whitespace. 470
Error ')' is preceded with whitespace. 470
Error '}' should be on the same line. 471
Error '{' should be on the previous line. 473
Error Line is longer than 80 characters. 474
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 478
Error Missing a Javadoc comment. 478
Error Parameter obj should be final. 478
Error '{' should be on the previous line. 479
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 485
Error Missing a Javadoc comment. 485
Error Parameter obj should be final. 485
Error '{' should be on the previous line. 486
Error Line has trailing spaces. 491
Error Line has trailing spaces. 493
Error Line is longer than 80 characters. 493
Error Method 'getSAXReader' is not designed for extension - needs to be abstract, final or empty. 494
Error Missing a Javadoc comment. 494
Error '{' should be on the previous line. 495
Error Line has trailing spaces. 496
Error '(' is followed by whitespace. 496
Error ')' is preceded with whitespace. 496
Error '{' should be on the previous line. 497
Error '(' is followed by whitespace. 499
Error ')' is preceded with whitespace. 499
Error Line has trailing spaces. 503
Error Method 'setSAXReader' is not designed for extension - needs to be abstract, final or empty. 504
Error Missing a Javadoc comment. 504
Error Parameter reader should be final. 504
Error 'reader' hides a field. 504
Error '{' should be on the previous line. 505
Error Line has trailing spaces. 508

org/jaxen/dom4j/Dom4jXPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 91
Error Parameter xpathExpr should be final. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line has trailing spaces. 103

org/jaxen/expr/AdditiveExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64
Error Missing a Javadoc comment. 65

org/jaxen/expr/AllNodeStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64

org/jaxen/expr/BinaryExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 69

org/jaxen/expr/CommentNodeStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64

org/jaxen/expr/DefaultAbsoluteLocationPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 74
Error '{' should be on the previous line. 75
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error Line has trailing spaces. 83
Error Method 'isAbsolute' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error '{' should be on the previous line. 84
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error '{' should be on the previous line. 89
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Parameter context should be final. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Parameter visitor should be final. 120
Error '{' should be on the previous line. 121

org/jaxen/expr/DefaultAdditiveExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line is longer than 80 characters. 63
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 65
Error '(' is followed by whitespace. 65
Error Parameter lhs should be final. 65
Error Parameter rhs should be final. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 69
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Line is longer than 80 characters. 74

org/jaxen/expr/DefaultAllNodeStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 71
Error Parameter axis should be final. 71
Error Parameter predicateSet should be final. 71
Error '{' should be on the previous line. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error '{' should be on the previous line. 82
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Parameter node should be final. 86
Error Parameter contextSupport should be final. 87
Error '{' should be on the previous line. 88
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error Parameter visitor should be final. 91
Error '{' should be on the previous line. 92

org/jaxen/expr/DefaultAndExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 71
Error Parameter lhs should be final. 71
Error Parameter rhs should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 75
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 83
Error '{' should be on the previous line. 84
Error Missing a Javadoc comment. 88
Error Parameter context should be final. 88
Error '{' should be on the previous line. 89
Error Line is longer than 80 characters. 91
Error '(' is followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error Line is longer than 80 characters. 98
Error '(' is followed by whitespace. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 101
Error Missing a Javadoc comment. 107
Error Parameter visitor should be final. 107
Error '{' should be on the previous line. 108

org/jaxen/expr/DefaultArithExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 68
Error Parameter lhs should be final. 68
Error Parameter rhs should be final. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 72
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76

org/jaxen/expr/DefaultBinaryExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Parameter lhs should be final. 71
Error 'lhs' hides a field. 71
Error Parameter rhs should be final. 72
Error 'rhs' hides a field. 72
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 83
Error '{' should be on the previous line. 84
Error Missing a Javadoc comment. 88
Error Parameter lhs should be final. 88
Error 'lhs' hides a field. 88
Error '{' should be on the previous line. 89
Error Missing a Javadoc comment. 93
Error Parameter rhs should be final. 93
Error 'rhs' hides a field. 93
Error '{' should be on the previous line. 94
Error Missing a Javadoc comment. 98
Error Missing a Javadoc comment. 100
Error '{' should be on the previous line. 101
Error Line is longer than 80 characters. 102
Error Missing a Javadoc comment. 105
Error '{' should be on the previous line. 106
Error Line is longer than 80 characters. 107
Error Missing a Javadoc comment. 110
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113

org/jaxen/expr/DefaultCommentNodeStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 70
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 72
Error Parameter axis should be final. 72
Error Parameter predicateSet should be final. 72
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error '{' should be on the previous line. 78
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error '{' should be on the previous line. 83
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Parameter node should be final. 87
Error Parameter contextSupport should be final. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error Parameter visitor should be final. 94
Error '{' should be on the previous line. 95

org/jaxen/expr/DefaultDivExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 69
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Parameter lhs should be final. 71
Error Parameter rhs should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 75
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 83
Error Parameter context should be final. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Missing a Javadoc comment. 94
Error Parameter visitor should be final. 94
Error '{' should be on the previous line. 95

org/jaxen/expr/DefaultEqualityExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 75
Error Line is longer than 80 characters. 75
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 77
Error '(' is followed by whitespace. 77
Error Parameter lhs should be final. 77
Error Parameter rhs should be final. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Missing a Javadoc comment. 82
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 86
Error Missing a Javadoc comment. 87
Error '(' is followed by whitespace. 87
Error Parameter context should be final. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line has trailing spaces. 91
Error 'if' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error Line has trailing spaces. 96
Error 'if' is not followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '}' should be on the same line. 102
Error '(' is followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error Line has trailing spaces. 107
Error Line is longer than 80 characters. 107
Error '(' is followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error ')' is preceded with whitespace. 107
Error '}' should be on the same line. 108
Error '{' should be on the previous line. 110
Error Line has trailing spaces. 111
Error Line is longer than 80 characters. 111
Error '(' is followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line has trailing spaces. 113
Error '}' should be on the same line. 113
Error '{' should be on the previous line. 115
Error Line is longer than 80 characters. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Avoid inline conditionals. 116
Error Line has trailing spaces. 117
Error Line has trailing spaces. 119
Error Missing a Javadoc comment. 120
Error '(' is followed by whitespace. 120
Error Parameter lhsSet should be final. 120
Error Parameter rhsSet should be final. 120
Error Parameter nav should be final. 120
Error ')' is preceded with whitespace. 120
Error '{' should be on the previous line. 121
Error 'if' is not followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 126
Error 'for' is not followed by whitespace. 127
Error '(' is followed by whitespace. 127
Error ';' is followed by whitespace. 127
Error '{' should be on the previous line. 128
Error Line has trailing spaces. 130
Error 'for' is not followed by whitespace. 131
Error '(' is followed by whitespace. 131
Error ';' is followed by whitespace. 131
Error '{' should be on the previous line. 132
Error Line has trailing spaces. 134
Error 'if' is not followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error Line has trailing spaces. 141
Error Line has trailing spaces. 144
Error Missing a Javadoc comment. 145
Error '(' is followed by whitespace. 145
Error Parameter lhs should be final. 145
Error Parameter rhs should be final. 145
Error Parameter nav should be final. 145
Error ')' is preceded with whitespace. 145
Error 'if' is not followed by whitespace. 147
Error '(' is followed by whitespace. 147
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error ')' is preceded with whitespace. 147
Error Line has trailing spaces. 148
Error '{' should be on the previous line. 148
Error '(' is followed by whitespace. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error ')' is preceded with whitespace. 150
Error '}' should be on the same line. 151
Error 'if' is not followed by whitespace. 152
Error '(' is followed by whitespace. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 153
Error '(' is followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 155
Error '(' is followed by whitespace. 156
Error Line has trailing spaces. 157
Error Line is longer than 80 characters. 157
Error ')' is preceded with whitespace. 157
Error ')' is preceded with whitespace. 157
Error '}' should be on the same line. 158
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 162
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line has trailing spaces. 167
Error Missing a Javadoc comment. 168
Error '(' is followed by whitespace. 168
Error Parameter lhs should be final. 168
Error Parameter rhs should be final. 168
Error ')' is preceded with whitespace. 168

org/jaxen/expr/DefaultEqualsExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 68
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error '(' is followed by whitespace. 70
Error Parameter lhs should be final. 70
Error Parameter rhs should be final. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 84
Error Missing a Javadoc comment. 85
Error '(' is followed by whitespace. 85
Error Parameter lhs should be final. 85
Error Parameter rhs should be final. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error 'if' is not followed by whitespace. 87
Error '(' is followed by whitespace. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error Line is longer than 80 characters. 89
Error 'if' is not followed by whitespace. 89
Error '(' is followed by whitespace. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Missing a Javadoc comment. 97
Error Parameter visitor should be final. 97
Error '{' should be on the previous line. 98

org/jaxen/expr/DefaultExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error '{' should be on the previous line. 75
Error Missing a Javadoc comment. 79
Error 'public' modifier out of order with the JLS suggestions. 79
Error Parameter obj should be final. 79
Error '{' should be on the previous line. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error 'cast' is not followed by whitespace. 88
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Missing a Javadoc comment. 94
Error 'public' modifier out of order with the JLS suggestions. 94
Error Parameter obj should be final. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97

org/jaxen/expr/DefaultFilterExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 71
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 76
Error Parameter predicateSet should be final. 76
Error '{' should be on the previous line. 77
Error Missing a Javadoc comment. 81
Error Parameter expr should be final. 81
Error 'expr' hides a field. 81
Error Parameter predicateSet should be final. 81
Error '{' should be on the previous line. 82
Error Method 'addPredicate' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Parameter predicate should be final. 87
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Method 'getPredicates' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error Method 'getPredicateSet' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error '{' should be on the previous line. 98
Error Method 'getExpr' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error '{' should be on the previous line. 103
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error '{' should be on the previous line. 108
Error Line is longer than 80 characters. 109
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error '{' should be on the previous line. 124
Error Line has trailing spaces. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error First sentence should end with a period. 140
Error Line is longer than 80 characters. 140
Error Expected an @return tag. 142
Error Line has trailing spaces. 142
Error Method 'asBoolean' is not designed for extension - needs to be abstract, final or empty. 142
Error Parameter context should be final. 142
Error Expected @param tag for 'context'. 142
Error Expected @throws tag for 'JaxenException'. 142
Error '{' should be on the previous line. 143
Error Line has trailing spaces. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '}' should be on the same line. 148
Error '{' should be on the previous line. 150
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error Line has trailing spaces. 156
Error Line has trailing spaces. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '{' should be on the previous line. 158
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error Line has trailing spaces. 164
Error '(' is followed by whitespace. 164
Error Line has trailing spaces. 165
Error Line has trailing spaces. 168
Error Line has trailing spaces. 171
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 172
Error Missing a Javadoc comment. 172
Error Parameter context should be final. 172
Error '{' should be on the previous line. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line has trailing spaces. 175
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '{' should be on the previous line. 177
Error Line is longer than 80 characters. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 179
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 185
Error Missing a Javadoc comment. 185
Error Parameter visitor should be final. 185
Error '{' should be on the previous line. 186

org/jaxen/expr/DefaultFunctionCallExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line is longer than 80 characters. 72
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 78
Error Parameter prefix should be final. 78
Error 'prefix' hides a field. 78
Error Parameter functionName should be final. 78
Error 'functionName' hides a field. 78
Error '{' should be on the previous line. 79
Error Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter parameter should be final. 85
Error '{' should be on the previous line. 86
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error '{' should be on the previous line. 92
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error '{' should be on the previous line. 97
Error Method 'getFunctionName' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error '{' should be on the previous line. 102
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error '{' should be on the previous line. 108
Error 'prefix' hides a field. 110
Error '&&' should be on a new line. 112
Error '{' should be on the previous line. 114
Error '{' should be on the previous line. 130
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error '{' should be on the previous line. 141
Error '{' should be on the previous line. 148
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 160
Error Missing a Javadoc comment. 160
Error '{' should be on the previous line. 161
Error 'prefix' hides a field. 162
Error '{' should be on the previous line. 165
Error Line is longer than 80 characters. 166
Error Line is longer than 80 characters. 169
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 172
Error Missing a Javadoc comment. 172
Error Parameter context should be final. 172
Error '{' should be on the previous line. 173
Error Method 'evaluateParams' is not designed for extension - needs to be abstract, final or empty. 185
Error Missing a Javadoc comment. 185
Error Parameter context should be final. 185
Error '{' should be on the previous line. 186
Error '{' should be on the previous line. 193
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 203
Error Missing a Javadoc comment. 203
Error Parameter visitor should be final. 203
Error '{' should be on the previous line. 204

org/jaxen/expr/DefaultGreaterThanEqualExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Missing a Javadoc comment. 66
Error '(' is followed by whitespace. 66
Error Parameter lhs should be final. 66
Error Parameter rhs should be final. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 76
Error '(' is followed by whitespace. 76
Error Parameter lhs should be final. 76
Error Parameter rhs should be final. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Missing a Javadoc comment. 80
Error Parameter visitor should be final. 80
Error '{' should be on the previous line. 81

org/jaxen/expr/DefaultGreaterThanExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Missing a Javadoc comment. 66
Error '(' is followed by whitespace. 66
Error Parameter lhs should be final. 66
Error Parameter rhs should be final. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 76
Error '(' is followed by whitespace. 76
Error Parameter lhs should be final. 76
Error Parameter rhs should be final. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Line has trailing spaces. 80
Error Missing a Javadoc comment. 81
Error Parameter visitor should be final. 81
Error '{' should be on the previous line. 82

org/jaxen/expr/DefaultLessThanEqualExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Missing a Javadoc comment. 66
Error '(' is followed by whitespace. 66
Error Parameter lhs should be final. 66
Error Parameter rhs should be final. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 76
Error '(' is followed by whitespace. 76
Error Parameter lhs should be final. 76
Error Parameter rhs should be final. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Missing a Javadoc comment. 80
Error Parameter visitor should be final. 80
Error '{' should be on the previous line. 81

org/jaxen/expr/DefaultLessThanExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Missing a Javadoc comment. 66
Error '(' is followed by whitespace. 66
Error Parameter lhs should be final. 66
Error Parameter rhs should be final. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 76
Error '(' is followed by whitespace. 76
Error Parameter lhs should be final. 76
Error Parameter rhs should be final. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Line has trailing spaces. 79
Error Missing a Javadoc comment. 80
Error Parameter visitor should be final. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 83

org/jaxen/expr/DefaultLiteralExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 72
Error Parameter literal should be final. 72
Error 'literal' hides a field. 72
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 77
Error '{' should be on the previous line. 78
Error Missing a Javadoc comment. 82
Error '{' should be on the previous line. 83
Error Missing a Javadoc comment. 87
Error '{' should be on the previous line. 88
Error Missing a Javadoc comment. 92
Error Parameter context should be final. 92
Error '{' should be on the previous line. 93
Error Line has trailing spaces. 96
Error Missing a Javadoc comment. 97
Error Parameter visitor should be final. 97
Error '{' should be on the previous line. 98
Error Line has trailing spaces. 100

org/jaxen/expr/DefaultLocationPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 73
Error '{' should be on the previous line. 74
Error Missing a Javadoc comment. 75
Error Line has trailing spaces. 76
Error Missing a Javadoc comment. 77
Error '{' should be on the previous line. 78
Error Missing a Javadoc comment. 82
Error Parameter step should be final. 82
Error '{' should be on the previous line. 83
Error Missing a Javadoc comment. 87
Error '{' should be on the previous line. 88
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error '{' should be on the previous line. 97
Error Missing a Javadoc comment. 104
Error '{' should be on the previous line. 105
Error '{' should be on the previous line. 109
Error '{' should be on the previous line. 112
Error Missing a Javadoc comment. 119
Error '{' should be on the previous line. 120
Error '{' should be on the previous line. 124
Error '{' should be on the previous line. 127
Error Missing a Javadoc comment. 134
Error '{' should be on the previous line. 135
Error Missing a Javadoc comment. 139
Error Parameter context should be final. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '{' should be on the previous line. 148
Error Line has trailing spaces. 162
Error Line is longer than 80 characters. 164
Error Line has trailing spaces. 166

org/jaxen/expr/DefaultLogicalExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 66
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 68
Error Parameter lhs should be final. 68
Error Parameter rhs should be final. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 72

org/jaxen/expr/DefaultMinusExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 71
Error Parameter lhs should be final. 71
Error Parameter rhs should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 75
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 83
Error Parameter context should be final. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Missing a Javadoc comment. 94
Error Parameter visitor should be final. 94
Error '{' should be on the previous line. 95

org/jaxen/expr/DefaultModExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 67
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 69
Error '(' is followed by whitespace. 69
Error Parameter lhs should be final. 69
Error Parameter rhs should be final. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 73
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Missing a Javadoc comment. 81
Error '(' is followed by whitespace. 81
Error Parameter context should be final. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Missing a Javadoc comment. 92
Error '(' is followed by whitespace. 92
Error Parameter visitor should be final. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94

org/jaxen/expr/DefaultMultiplicativeExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 69
Error Parameter lhs should be final. 69
Error Parameter rhs should be final. 70
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 73
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Line is longer than 80 characters. 78

org/jaxen/expr/DefaultMultiplyExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 67
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 69
Error '(' is followed by whitespace. 69
Error Parameter lhs should be final. 69
Error Parameter rhs should be final. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 73
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Missing a Javadoc comment. 81
Error '(' is followed by whitespace. 81
Error Parameter context should be final. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Missing a Javadoc comment. 93
Error '(' is followed by whitespace. 93
Error Parameter visitor should be final. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95

org/jaxen/expr/DefaultNameStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line has trailing spaces. 5
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error Line has trailing spaces. 23
Error Line has trailing spaces. 28
Error Line has trailing spaces. 31
Error Line has trailing spaces. 63
Error First sentence should end with a period. 77
Error 'static' modifier out of order with the JLS suggestions. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error First sentence should end with a period. 94
Error First sentence should end with a period. 97
Error Line has trailing spaces. 102
Error Line has trailing spaces. 107
Error Parameter axis should be final. 108
Error Parameter prefix should be final. 109
Error 'prefix' hides a field. 109
Error Parameter localName should be final. 110
Error 'localName' hides a field. 110
Error Parameter predicateSet should be final. 111
Error Line has trailing spaces. 122
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 125
Error Line has trailing spaces. 131
Error Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 134
Error Line has trailing spaces. 140
Error Method 'isMatchesAnyName' is not designed for extension - needs to be abstract, final or empty. 143
Error Line has trailing spaces. 149
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 152
Error '64' is a magic number. 153
Error Expected an @return tag. 166
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 166
Error Parameter context should be final. 166
Error Expected @param tag for 'context'. 166
Error Expected @throws tag for 'JaxenException'. 166
Error Line is longer than 80 characters. 175
Error Line has trailing spaces. 176
Error Line is longer than 80 characters. 177
Error Expression can be simplified. 185
Error Line has trailing spaces. 195
Error Line is longer than 80 characters. 197
Error Line has trailing spaces. 198
Error Expression can be simplified. 202
Error Line has trailing spaces. 215
Error Line is longer than 80 characters. 217
Error Line has trailing spaces. 225
Error Line is longer than 80 characters. 232
Error Expression can be simplified. 233
Error Line is longer than 80 characters. 246
Error Line has trailing spaces. 249
Error Expression can be simplified. 255
Error Line is longer than 80 characters. 271
Error Line has trailing spaces. 275
Error Line has trailing spaces. 278
Error Line has trailing spaces. 281
Error Line is longer than 80 characters. 286
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 286
Error Parameter node should be final. 286
Error Parameter contextSupport should be final. 286
Error Expected @throws tag for 'JaxenException'. 286
Error Line has trailing spaces. 287
Error Line has trailing spaces. 296
Error '}' should be on the same line. 296
Error Line has trailing spaces. 299
Error '}' should be on the same line. 299
Error Line has trailing spaces. 306
Error Line has trailing spaces. 307
Error '}' should be on the same line. 307
Error Line has trailing spaces. 310
Error Line has trailing spaces. 311
Error '}' should be on the same line. 311
Error Line has trailing spaces. 318
Error '}' should be on the same line. 318
Error Line is longer than 80 characters. 326
Error Line contains a tab character. 326
Error '+' is not preceded with whitespace. 326
Error '+' is not followed by whitespace. 326
Error '+' is not preceded with whitespace. 326
Error '+' is not followed by whitespace. 326
Error Line has trailing spaces. 328
Error '}' should be on the same line. 328
Error Line has trailing spaces. 338
Error Line has trailing spaces. 351
Error Parameter uri should be final. 355
Error Line has trailing spaces. 361
Error Method 'matchesNamespaceURIs' is not designed for extension - needs to be abstract, final or empty. 366
Error Parameter uri1 should be final. 366
Error Parameter uri2 should be final. 366
Error Line has trailing spaces. 381
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 384
Error Parameter visitor should be final. 384
Error Line has trailing spaces. 387
Error Line has trailing spaces. 390
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 393
Error Line is longer than 80 characters. 394

org/jaxen/expr/DefaultNotEqualsExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 68
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error '(' is followed by whitespace. 70
Error Parameter lhs should be final. 70
Error Parameter rhs should be final. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 84
Error Missing a Javadoc comment. 85
Error '(' is followed by whitespace. 85
Error Parameter lhs should be final. 85
Error Parameter rhs should be final. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error 'if' is not followed by whitespace. 87
Error '(' is followed by whitespace. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 89
Error Line is longer than 80 characters. 90
Error 'if' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line has trailing spaces. 94
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Missing a Javadoc comment. 99
Error Parameter visitor should be final. 99
Error '{' should be on the previous line. 100
Error Line has trailing spaces. 102

org/jaxen/expr/DefaultNumberExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 72
Error '(' is followed by whitespace. 72
Error Parameter number should be final. 72
Error 'number' hides a field. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 77
Error '{' should be on the previous line. 78
Error Missing a Javadoc comment. 82
Error '{' should be on the previous line. 83
Error Missing a Javadoc comment. 87
Error '{' should be on the previous line. 88
Error Missing a Javadoc comment. 92
Error '(' is followed by whitespace. 92
Error Parameter context should be final. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error Missing a Javadoc comment. 97
Error '(' is followed by whitespace. 97
Error Parameter visitor should be final. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99

org/jaxen/expr/DefaultOrExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 73
Error Parameter lhs should be final. 73
Error Parameter rhs should be final. 74
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 77
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Missing a Javadoc comment. 85
Error '{' should be on the previous line. 86
Error Missing a Javadoc comment. 90
Error Parameter context should be final. 90
Error '{' should be on the previous line. 91
Error Line is longer than 80 characters. 93
Error '(' is followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error Line is longer than 80 characters. 100
Error '(' is followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error Missing a Javadoc comment. 109
Error Parameter visitor should be final. 109
Error '{' should be on the previous line. 110
Error Line has trailing spaces. 112

org/jaxen/expr/DefaultPathExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 74
Error Parameter filterExpr should be final. 74
Error 'filterExpr' hides a field. 74
Error Parameter locationPath should be final. 75
Error 'locationPath' hides a field. 75
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 85
Error Parameter filterExpr should be final. 85
Error 'filterExpr' hides a field. 85
Error Missing a Javadoc comment. 90
Error Missing a Javadoc comment. 95
Error Line is longer than 80 characters. 97
Error Missing a Javadoc comment. 104
Error Missing a Javadoc comment. 119
Error Missing a Javadoc comment. 144
Error Parameter context should be final. 144
Error Missing a Javadoc comment. 158
Error Parameter visitor should be final. 158

org/jaxen/expr/DefaultPlusExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 71
Error Parameter lhs should be final. 71
Error Parameter rhs should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 75
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 83
Error Parameter context should be final. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Missing a Javadoc comment. 94
Error Parameter visitor should be final. 94
Error '{' should be on the previous line. 95
Error Line has trailing spaces. 97

org/jaxen/expr/DefaultPredicate.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Parameter expr should be final. 73
Error 'expr' hides a field. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 83
Error Parameter expr should be final. 83
Error 'expr' hides a field. 83
Error '{' should be on the previous line. 84
Error Missing a Javadoc comment. 88
Error '{' should be on the previous line. 89
Error Missing a Javadoc comment. 93
Error '{' should be on the previous line. 94
Error Missing a Javadoc comment. 98
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Missing a Javadoc comment. 103
Error Parameter context should be final. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Missing a Javadoc comment. 107
Error Parameter visitor should be final. 107
Error '{' should be on the previous line. 108
Error Line has trailing spaces. 110

org/jaxen/expr/DefaultPredicated.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 74
Error '{' should be on the previous line. 75
Error Missing a Javadoc comment. 79
Error '{' should be on the previous line. 80
Error Missing a Javadoc comment. 84
Error Parameter predicate should be final. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Missing a Javadoc comment. 89
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 96
Error 'cast' is not followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Missing a Javadoc comment. 102
Error '{' should be on the previous line. 103
Error 'while' is not followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error Missing a Javadoc comment. 120
Error '{' should be on the previous line. 121
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126

org/jaxen/expr/DefaultProcessingInstructionNodeStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 59
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error Parameter axis should be final. 75
Error Parameter name should be final. 76
Error 'name' hides a field. 76
Error Parameter predicateSet should be final. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error '{' should be on the previous line. 85
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter node should be final. 89
Error Parameter support should be final. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error 'name' hides a field. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 101
Error '}' should be on the same line. 103
Error '{' should be on the previous line. 105
Error Line is longer than 80 characters. 106
Error '(' is followed by whitespace. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line has trailing spaces. 112
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Parameter visitor should be final. 113
Error '{' should be on the previous line. 114

org/jaxen/expr/DefaultRelationalExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 73
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error '(' is followed by whitespace. 75
Error Parameter lhs should be final. 75
Error Parameter rhs should be final. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Line has trailing spaces. 79
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Missing a Javadoc comment. 85
Error '(' is followed by whitespace. 85
Error Parameter context 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. 88
Error ')' is preceded with whitespace. 88
Error 'if' is not followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error 'if' is not followed by whitespace. 96
Error '(' is followed by whitespace. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error 'if' is not followed by whitespace. 98
Error '(' is followed by whitespace. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line has trailing spaces. 99
Error '{' should be on the previous line. 99
Error Line has trailing spaces. 100
Error Line is longer than 80 characters. 100
Error '(' is followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error ')' is preceded with whitespace. 100
Error '}' should be on the same line. 101
Error '{' should be on the previous line. 103
Error Line has trailing spaces. 104
Error Line is longer than 80 characters. 104
Error '(' is followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line has trailing spaces. 107
Error Line is longer than 80 characters. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Avoid inline conditionals. 108
Error Missing a Javadoc comment. 111
Error '(' is followed by whitespace. 111
Error Parameter lhsSet should be final. 111
Error Parameter rhsSet should be final. 111
Error Parameter nav should be final. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error Line is longer than 80 characters. 113
Error 'if' is not followed by whitespace. 113
Error '(' is followed by whitespace. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line has trailing spaces. 116
Error Line has trailing spaces. 117
Error 'for' is not followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ';' is followed by whitespace. 118
Error '{' should be on the previous line. 119
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error 'for' is not followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error ';' is followed by whitespace. 122
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 125
Error 'if' is not followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error Line has trailing spaces. 131
Error Line has trailing spaces. 132
Error Line has trailing spaces. 135
Error Missing a Javadoc comment. 136
Error '(' is followed by whitespace. 136
Error Parameter lhs should be final. 136
Error Parameter rhs should be final. 136
Error Parameter nav should be final. 136
Error ')' is preceded with whitespace. 136
Error 'if' is not followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error Line has trailing spaces. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line has trailing spaces. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line has trailing spaces. 145
Error 'if' is not followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 147
Error Line has trailing spaces. 150
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error Line has trailing spaces. 153
Error Line has trailing spaces. 154
Error Missing a Javadoc comment. 154
Error '(' is followed by whitespace. 154
Error Parameter lhs should be final. 154
Error Parameter rhs should be final. 154
Error ')' is preceded with whitespace. 154

org/jaxen/expr/DefaultRelativeLocationPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 76
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter visitor should be final. 77
Error '{' should be on the previous line. 78

org/jaxen/expr/DefaultStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 81
Error 'static' modifier out of order with the JLS suggestions. 81
Error Missing a Javadoc comment. 83
Error Parameter axis should be final. 83
Error 'axis' hides a field. 83
Error Parameter predicates should be final. 83
Error 'predicates' hides a field. 83
Error '{' should be on the previous line. 84
Error Method 'addPredicate' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter predicate should be final. 89
Error '{' should be on the previous line. 90
Error Method 'getPredicates' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error '{' should be on the previous line. 95
Error Method 'getPredicateSet' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error '{' should be on the previous line. 100
Error Method 'getAxis' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error '{' should be on the previous line. 105
Error Method 'getIterableAxis' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error '{' should be on the previous line. 110
Error Method 'getAxisName' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error '{' should be on the previous line. 115
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error '{' should be on the previous line. 120
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error '{' should be on the previous line. 125
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error '{' should be on the previous line. 130
Error Method 'axisIterator' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error Parameter contextNode should be final. 134
Error Parameter support should be final. 134
Error '{' should be on the previous line. 136
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Parameter context should be final. 140
Error '{' should be on the previous line. 141
Error Line has trailing spaces. 149
Error '(' is followed by whitespace. 150
Error ';' is preceded with whitespace. 150
Error ';' is preceded with whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 156
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error '(' is followed by whitespace. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error ')' is preceded with whitespace. 164
Error '{' should be on the previous line. 165
Error '(' is followed by whitespace. 166
Error '!' is followed by whitespace. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error ')' is preceded with whitespace. 174

org/jaxen/expr/DefaultTextNodeStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter axis should be final. 72
Error Parameter predicateSet should be final. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter node should be final. 77
Error Parameter support should be final. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error '{' should be on the previous line. 86
Error Line has trailing spaces. 89
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 90
Error Missing a Javadoc comment. 90
Error Parameter visitor should be final. 90
Error '{' should be on the previous line. 91

org/jaxen/expr/DefaultTruthExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 68
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error Parameter lhs should be final. 70
Error Parameter rhs should be final. 71
Error '{' should be on the previous line. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 74
Error Missing a Javadoc comment. 77
Error '{' should be on the previous line. 78
Error Missing a Javadoc comment. 82
Error Parameter lhs should be final. 82
Error Parameter rhs should be final. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 87
Error Missing a Javadoc comment. 90
Error Parameter lhs should be final. 90
Error Parameter rhs should be final. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 95
Error Missing a Javadoc comment. 98
Error Parameter obj should be final. 98
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line has trailing spaces. 102
Error Missing a Javadoc comment. 103
Error '(' is followed by whitespace. 103
Error Parameter set should be final. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error Missing a Javadoc comment. 108
Error Parameter lhs should be final. 108
Error Parameter rhs should be final. 109
Error '{' should be on the previous line. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 113
Error Missing a Javadoc comment. 116
Error Parameter lhs should be final. 116
Error Parameter rhs should be final. 117
Error '{' should be on the previous line. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 121
Error Missing a Javadoc comment. 124
Error Parameter lhs should be final. 124
Error Parameter rhs should be final. 125
Error '{' should be on the previous line. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 129
Error Missing a Javadoc comment. 132
Error Parameter obj should be final. 132
Error '{' should be on the previous line. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Missing a Javadoc comment. 137
Error Parameter obj should be final. 137
Error '{' should be on the previous line. 138
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Missing a Javadoc comment. 142
Error Parameter obj should be final. 142
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144

org/jaxen/expr/DefaultUnaryExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 74
Error Parameter expr should be final. 74
Error 'expr' hides a field. 74
Error '{' should be on the previous line. 75
Error Missing a Javadoc comment. 79
Error '{' should be on the previous line. 80
Error Missing a Javadoc comment. 84
Error '{' should be on the previous line. 85
Error Missing a Javadoc comment. 89
Error '{' should be on the previous line. 90
Error Missing a Javadoc comment. 94
Error '{' should be on the previous line. 95
Error Missing a Javadoc comment. 101
Error Parameter context should be final. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Missing a Javadoc comment. 108
Error Parameter visitor should be final. 108
Error '{' should be on the previous line. 109

org/jaxen/expr/DefaultUnionExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Missing a Javadoc comment. 78
Error Parameter lhs should be final. 78
Error Parameter rhs should be final. 79
Error '{' should be on the previous line. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 82
Error Method 'getOperator' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error '{' should be on the previous line. 86
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 90
Error Missing a Javadoc comment. 90
Error '{' should be on the previous line. 91
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Parameter context should be final. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line has trailing spaces. 102
Error Line has trailing spaces. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line has trailing spaces. 107
Error Line has trailing spaces. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '{' should be on the previous line. 111
Error Line has trailing spaces. 113
Error '(' is followed by whitespace. 114
Error '!' is followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line has trailing spaces. 120
Error Line is longer than 80 characters. 121
Error Line has trailing spaces. 122
Error '}' should be on the same line. 124
Error Line is longer than 80 characters. 126
Error Line has trailing spaces. 129
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Parameter visitor should be final. 130
Error '{' should be on the previous line. 131
Error Line has trailing spaces. 134

org/jaxen/expr/DefaultVariableReferenceExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 69
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 74
Error Parameter prefix should be final. 74
Error 'prefix' hides a field. 74
Error Parameter variableName should be final. 75
Error 'variableName' hides a field. 75
Error '{' should be on the previous line. 76
Error Missing a Javadoc comment. 81
Error '{' should be on the previous line. 82
Error Missing a Javadoc comment. 86
Error '{' should be on the previous line. 87
Error Missing a Javadoc comment. 91
Error '{' should be on the previous line. 92
Error 'prefix' hides a field. 93
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error Line is longer than 80 characters. 97
Error Line is longer than 80 characters. 100
Error Missing a Javadoc comment. 103
Error '{' should be on the previous line. 104
Error 'prefix' hides a field. 105
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error Missing a Javadoc comment. 115
Error Parameter context should be final. 115
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 123
Error Line has trailing spaces. 125
Error Missing a Javadoc comment. 126
Error Parameter visitor should be final. 126
Error '{' should be on the previous line. 127

org/jaxen/expr/DefaultXPathExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error Parameter rootExpr should be final. 75
Error 'rootExpr' hides a field. 75
Error '{' should be on the previous line. 76
Error Method 'getRootExpr' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Method 'setRootExpr' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter rootExpr should be final. 85
Error 'rootExpr' hides a field. 85
Error '{' should be on the previous line. 86
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 90
Error Missing a Javadoc comment. 90
Error '{' should be on the previous line. 91
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error '{' should be on the previous line. 96
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Method 'asList' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Parameter context should be final. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109

org/jaxen/expr/DefaultXPathFactory.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 81
Error '{' should be on the previous line. 82
Error Method 'createXPath' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error '(' is followed by whitespace. 83
Error Parameter rootExpr should be final. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Method 'createPathExpr' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error '(' is followed by whitespace. 88
Error Parameter filterExpr should be final. 88
Error Line is longer than 80 characters. 89
Error Parameter locationPath should be final. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 92
Error Method 'createRelativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error '{' should be on the previous line. 96
Error Method 'createAbsoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error '{' should be on the previous line. 101
Error Method 'createOrExpr' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error '(' is followed by whitespace. 105
Error Parameter lhs should be final. 105
Error Parameter rhs should be final. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 109
Error Method 'createAndExpr' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error '(' is followed by whitespace. 112
Error Parameter lhs should be final. 112
Error Parameter rhs should be final. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 116
Error Method 'createEqualityExpr' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error '(' is followed by whitespace. 119
Error Parameter lhs should be final. 119
Error Parameter rhs should be final. 120
Error Line is longer than 80 characters. 121
Error Parameter equalityOperator should be final. 121
Error ')' is preceded with whitespace. 121
Error switch without "default" clause. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error Avoid nested blocks. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 128
Error Avoid nested blocks. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 133
Error Line is longer than 80 characters. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error Method 'createRelationalExpr' is not designed for extension - needs to be abstract, final or empty. 139
Error Missing a Javadoc comment. 139
Error '(' is followed by whitespace. 139
Error Parameter lhs should be final. 139
Error Parameter rhs should be final. 140
Error Line is longer than 80 characters. 141
Error Parameter relationalOperator should be final. 141
Error ')' is preceded with whitespace. 141
Error switch without "default" clause. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '{' should be on the previous line. 144
Error Avoid nested blocks. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 148
Error Avoid nested blocks. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 153
Error Avoid nested blocks. 156
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 158
Error Avoid nested blocks. 161
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 163
Error Line is longer than 80 characters. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error Method 'createAdditiveExpr' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error '(' is followed by whitespace. 169
Error Parameter lhs should be final. 169
Error Parameter rhs should be final. 170
Error Line is longer than 80 characters. 171
Error Parameter additiveOperator should be final. 171
Error ')' is preceded with whitespace. 171
Error switch without "default" clause. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '{' should be on the previous line. 174
Error Avoid nested blocks. 176
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 178
Error Avoid nested blocks. 181
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 183
Error Line is longer than 80 characters. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error Method 'createMultiplicativeExpr' is not designed for extension - needs to be abstract, final or empty. 189
Error Missing a Javadoc comment. 189
Error '(' is followed by whitespace. 189
Error Parameter lhs should be final. 189
Error Parameter rhs should be final. 190
Error Line is longer than 80 characters. 191
Error Parameter multiplicativeOperator should be final. 191
Error ')' is preceded with whitespace. 191
Error switch without "default" clause. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '{' should be on the previous line. 194
Error Avoid nested blocks. 196
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 198
Error Avoid nested blocks. 201
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 203
Error Avoid nested blocks. 206
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 208
Error Line is longer than 80 characters. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error Method 'createUnaryExpr' is not designed for extension - needs to be abstract, final or empty. 214
Error Missing a Javadoc comment. 214
Error '(' is followed by whitespace. 214
Error Parameter expr should be final. 214
Error Parameter unaryOperator should be final. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 216
Error switch without "default" clause. 217
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '{' should be on the previous line. 218
Error Avoid nested blocks. 220
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error Method 'createUnionExpr' is not designed for extension - needs to be abstract, final or empty. 227
Error Missing a Javadoc comment. 227
Error '(' is followed by whitespace. 227
Error Parameter lhs should be final. 227
Error Parameter rhs should be final. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 231
Error Method 'createFilterExpr' is not designed for extension - needs to be abstract, final or empty. 234
Error Missing a Javadoc comment. 234
Error '(' is followed by whitespace. 234
Error Parameter expr should be final. 234
Error ')' is preceded with whitespace. 234
Error '{' should be on the previous line. 235
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error Method 'createFunctionCallExpr' is not designed for extension - needs to be abstract, final or empty. 239
Error Missing a Javadoc comment. 239
Error '(' is followed by whitespace. 239
Error Parameter prefix should be final. 239
Error Line is longer than 80 characters. 240
Error Parameter functionName should be final. 240
Error ')' is preceded with whitespace. 240
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 243
Error Method 'createNumberExpr' is not designed for extension - needs to be abstract, final or empty. 246
Error Missing a Javadoc comment. 246
Error '(' is followed by whitespace. 246
Error Parameter number should be final. 246
Error ')' is preceded with whitespace. 246
Error '{' should be on the previous line. 247
Error '(' is followed by whitespace. 249
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error ')' is preceded with whitespace. 249
Error Method 'createNumberExpr' is not designed for extension - needs to be abstract, final or empty. 252
Error Missing a Javadoc comment. 252
Error '(' is followed by whitespace. 252
Error Parameter number should be final. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 253
Error '(' is followed by whitespace. 254
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error ')' is preceded with whitespace. 254
Error Method 'createLiteralExpr' is not designed for extension - needs to be abstract, final or empty. 257
Error Missing a Javadoc comment. 257
Error '(' is followed by whitespace. 257
Error Parameter literal should be final. 257
Error ')' is preceded with whitespace. 257
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error Method 'createVariableReferenceExpr' is not designed for extension - needs to be abstract, final or empty. 262
Error Missing a Javadoc comment. 262
Error '(' is followed by whitespace. 262
Error Parameter prefix should be final. 262
Error Line is longer than 80 characters. 263
Error Parameter variable should be final. 263
Error ')' is preceded with whitespace. 263
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 266
Error Method 'createNameStep' is not designed for extension - needs to be abstract, final or empty. 269
Error Missing a Javadoc comment. 269
Error '(' is followed by whitespace. 269
Error Parameter axis should be final. 269
Error Parameter prefix should be final. 270
Error Parameter localName should be final. 271
Error ')' is preceded with whitespace. 271
Error '{' should be on the previous line. 272
Error '(' is followed by whitespace. 273
Error ')' is preceded with whitespace. 273
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 277
Error Method 'createTextNodeStep' is not designed for extension - needs to be abstract, final or empty. 280
Error Missing a Javadoc comment. 280
Error '(' is followed by whitespace. 280
Error Parameter axis should be final. 280
Error ')' is preceded with whitespace. 280
Error '{' should be on the previous line. 281
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error Method 'createCommentNodeStep' is not designed for extension - needs to be abstract, final or empty. 286
Error Missing a Javadoc comment. 286
Error '(' is followed by whitespace. 286
Error Parameter axis should be final. 286
Error ')' is preceded with whitespace. 286
Error '{' should be on the previous line. 287
Error '(' is followed by whitespace. 288
Error ')' is preceded with whitespace. 288
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 289
Error Method 'createAllNodeStep' is not designed for extension - needs to be abstract, final or empty. 292
Error Missing a Javadoc comment. 292
Error '(' is followed by whitespace. 292
Error Parameter axis should be final. 292
Error ')' is preceded with whitespace. 292
Error '{' should be on the previous line. 293
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error '(' is followed by whitespace. 295
Error ')' is preceded with whitespace. 295
Error Method 'createProcessingInstructionNodeStep' is not designed for extension - needs to be abstract, final or empty. 298
Error Missing a Javadoc comment. 298
Error '(' is followed by whitespace. 298
Error Parameter axis should be final. 298
Error Line is longer than 80 characters. 299
Error Parameter piName should be final. 299
Error ')' is preceded with whitespace. 299
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 304
Error Method 'createPredicate' is not designed for extension - needs to be abstract, final or empty. 307
Error Missing a Javadoc comment. 307
Error '(' is followed by whitespace. 307
Error Parameter predicateExpr should be final. 307
Error ')' is preceded with whitespace. 307
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error Method 'getIterableAxis' is not designed for extension - needs to be abstract, final or empty. 312
Error Missing a Javadoc comment. 312
Error '(' is followed by whitespace. 312
Error Parameter axis should be final. 312
Error ')' is preceded with whitespace. 312
Error '{' should be on the previous line. 313
Error switch without "default" clause. 315
Error '(' is followed by whitespace. 315
Error ')' is preceded with whitespace. 315
Error '{' should be on the previous line. 316
Error Avoid nested blocks. 318
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error Avoid nested blocks. 323
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error Avoid nested blocks. 328
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error Avoid nested blocks. 333
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 334
Error Avoid nested blocks. 338
Error '(' is followed by whitespace. 339
Error ')' is preceded with whitespace. 339
Error Avoid nested blocks. 343
Error '(' is followed by whitespace. 344
Error ')' is preceded with whitespace. 344
Error Avoid nested blocks. 348
Error '(' is followed by whitespace. 349
Error ')' is preceded with whitespace. 349
Error Avoid nested blocks. 353
Error '(' is followed by whitespace. 354
Error ')' is preceded with whitespace. 354
Error Avoid nested blocks. 358
Error '(' is followed by whitespace. 359
Error ')' is preceded with whitespace. 359
Error Avoid nested blocks. 363
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error Avoid nested blocks. 368
Error '(' is followed by whitespace. 369
Error ')' is preceded with whitespace. 369
Error Avoid nested blocks. 373
Error '(' is followed by whitespace. 374
Error ')' is preceded with whitespace. 374
Error Avoid nested blocks. 378
Error '(' is followed by whitespace. 379
Error ')' is preceded with whitespace. 379
Error Method 'createPredicateSet' is not designed for extension - needs to be abstract, final or empty. 386
Error Missing a Javadoc comment. 386
Error '{' should be on the previous line. 387

org/jaxen/expr/EqualityExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 62
Error '{' is not preceded with whitespace. 62
Error Missing a Javadoc comment. 63
Error Redundant 'public' modifier. 63

org/jaxen/expr/Expr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 86

org/jaxen/expr/FilterExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Expected an @return tag. 75
Error Redundant 'public' modifier. 75
Error Expected @param tag for 'context'. 75
Error Expected @throws tag for 'JaxenException'. 75
Error Line has trailing spaces. 76
Error Redundant 'public' modifier. 79

org/jaxen/expr/FunctionCallExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 67
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 69
Error Redundant 'public' modifier. 69
Error Missing a Javadoc comment. 70
Error Redundant 'public' modifier. 70
Error Missing a Javadoc comment. 71
Error Redundant 'public' modifier. 71
Error Missing a Javadoc comment. 72
Error Redundant 'public' modifier. 72

org/jaxen/expr/LiteralExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 68
Error Redundant 'public' modifier. 68

org/jaxen/expr/LocationPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 74
Error Line has trailing spaces. 75
Error Missing a Javadoc comment. 76
Error Redundant 'public' modifier. 76

org/jaxen/expr/LogicalExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 63
Error '{' is not preceded with whitespace. 63
Error Missing a Javadoc comment. 64
Error Redundant 'public' modifier. 64

org/jaxen/expr/MultiplicativeExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 63
Error '{' is not preceded with whitespace. 63
Error Missing a Javadoc comment. 64
Error Redundant 'public' modifier. 64

org/jaxen/expr/NameStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Missing a Javadoc comment. 66
Error Redundant 'public' modifier. 66
Error Missing a Javadoc comment. 67
Error Redundant 'public' modifier. 67

org/jaxen/expr/NodeComparator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error Line has trailing spaces. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 75
Error Parameter navigator should be final. 75
Error 'navigator' hides a field. 75
Error Line has trailing spaces. 78
Error Missing a Javadoc comment. 79
Error Parameter o1 should be final. 79
Error Parameter o2 should be final. 79
Error Line has trailing spaces. 80
Error 'if' construct must use '{}'s. 81
Error Line has trailing spaces. 82
Error Line is longer than 80 characters. 85
Error '}' should be on the same line. 86
Error Line has trailing spaces. 95
Error Line has trailing spaces. 98
Error 'if' construct must use '{}'s. 103
Error Line has trailing spaces. 104
Error 'if' construct must use '{}'s. 109
Error Line has trailing spaces. 110
Error Line has trailing spaces. 121
Error '}' should be on the same line. 122
Error Line has trailing spaces. 127
Error Missing a Javadoc comment. 129
Error Parameter o should be final. 129
Error Line has trailing spaces. 133
Error Missing a Javadoc comment. 133
Error Parameter sib1 should be final. 133
Error Parameter sib2 should be final. 133
Error 'if' construct must use '{}'s. 139
Error Line has trailing spaces. 142
Error Missing a Javadoc comment. 145
Error Parameter o should be final. 145
Error Line has trailing spaces. 149
Error Line has trailing spaces. 154
Error Line has trailing spaces. 156

org/jaxen/expr/NumberExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64
Error Missing a Javadoc comment. 65
Error Redundant 'public' modifier. 65

org/jaxen/expr/PathExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71

org/jaxen/expr/Predicate.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 79

org/jaxen/expr/PredicateSet.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Method 'addPredicate' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter predicate should be final. 85
Error '{' should be on the previous line. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Method 'getPredicates' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error '{' should be on the previous line. 96
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '{' should be on the previous line. 120
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Method 'evaluateAsBoolean' is not designed for extension - needs to be abstract, final or empty. 131
Error Missing a Javadoc comment. 131
Error Parameter contextNodeSet should be final. 131
Error Line is longer than 80 characters. 132
Error Parameter support should be final. 132
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '!' is followed by whitespace. 136
Error Line is longer than 80 characters. 139
Error Method 'evaluatePredicates' is not designed for extension - needs to be abstract, final or empty. 139
Error Missing a Javadoc comment. 139
Error Parameter contextNodeSet should be final. 139
Error Parameter support should be final. 139
Error 'while' is not followed by whitespace. 150
Error Line is longer than 80 characters. 152
Error 'cast' is not followed by whitespace. 152
Error Line has trailing spaces. 154
Error Line has trailing spaces. 157
Error Line is longer than 80 characters. 158
Error Method 'applyPredicate' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error Parameter predicate should be final. 158
Error Parameter nodes2Filter should be final. 158
Error Parameter support should be final. 158
Error '}' should be on the same line. 184

org/jaxen/expr/Predicated.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 73

org/jaxen/expr/ProcessingInstructionNodeStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 59
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64
Error Missing a Javadoc comment. 65
Error Redundant 'public' modifier. 65

org/jaxen/expr/RelationalExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 61
Error Missing a Javadoc comment. 62
Error '{' is not preceded with whitespace. 62
Error Missing a Javadoc comment. 63
Error Redundant 'public' modifier. 63

org/jaxen/expr/Step.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 79
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 88
Error Expected an @return tag. 89
Error Expected @param tag for 'node'. 89
Error Expected @param tag for 'contextSupport'. 90
Error Expected @throws tag for 'JaxenException'. 90
Error Missing a Javadoc comment. 92
Error Missing a Javadoc comment. 94
Error Redundant 'public' modifier. 100
Error Line has trailing spaces. 104
Error Expected an @return tag. 105
Error Expected @param tag for 'contextNode'. 105
Error Line is longer than 80 characters. 106
Error Expected @param tag for 'support'. 106
Error Expected @throws tag for 'UnsupportedAxisException'. 106
Error Expected an @return tag. 112
Error Expected @param tag for 'context'. 112
Error Expected @throws tag for 'JaxenException'. 112

org/jaxen/expr/TextNodeStep.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64

org/jaxen/expr/UnaryExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 68

org/jaxen/expr/UnionExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67

org/jaxen/expr/VariableReferenceExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 68
Error Redundant 'public' modifier. 68
Error Missing a Javadoc comment. 69
Error Redundant 'public' modifier. 69

org/jaxen/expr/Visitable.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Redundant 'public' modifier. 63

org/jaxen/expr/Visitor.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error Redundant 'public' modifier. 64
Error Missing a Javadoc comment. 65
Error Redundant 'public' modifier. 65
Error Missing a Javadoc comment. 66
Error Redundant 'public' modifier. 66
Error Missing a Javadoc comment. 67
Error Redundant 'public' modifier. 67
Error Missing a Javadoc comment. 68
Error Redundant 'public' modifier. 68
Error Missing a Javadoc comment. 69
Error Redundant 'public' modifier. 69
Error Missing a Javadoc comment. 70
Error Redundant 'public' modifier. 70
Error Missing a Javadoc comment. 71
Error Redundant 'public' modifier. 71
Error Missing a Javadoc comment. 72
Error Redundant 'public' modifier. 72
Error Missing a Javadoc comment. 73
Error Redundant 'public' modifier. 73
Error Missing a Javadoc comment. 74
Error Redundant 'public' modifier. 74
Error Missing a Javadoc comment. 75
Error Redundant 'public' modifier. 75
Error Missing a Javadoc comment. 76
Error Redundant 'public' modifier. 76
Error Missing a Javadoc comment. 77
Error Redundant 'public' modifier. 77
Error Missing a Javadoc comment. 79
Error Redundant 'public' modifier. 79
Error Missing a Javadoc comment. 80
Error Redundant 'public' modifier. 80
Error Missing a Javadoc comment. 81
Error Redundant 'public' modifier. 81
Error Missing a Javadoc comment. 82
Error Redundant 'public' modifier. 82
Error Missing a Javadoc comment. 83
Error Redundant 'public' modifier. 83
Error Missing a Javadoc comment. 84
Error Redundant 'public' modifier. 84

org/jaxen/expr/VisitorSupport.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Parameter path should be final. 63
Error Missing a Javadoc comment. 65
Error Parameter path should be final. 65
Error Missing a Javadoc comment. 67
Error Parameter expr should be final. 67
Error Missing a Javadoc comment. 69
Error Parameter expr should be final. 69
Error Missing a Javadoc comment. 71
Error Parameter expr should be final. 71
Error Missing a Javadoc comment. 73
Error Parameter expr should be final. 73
Error Missing a Javadoc comment. 75
Error Parameter expr should be final. 75
Error Missing a Javadoc comment. 77
Error Parameter expr should be final. 77
Error Missing a Javadoc comment. 79
Error Parameter expr should be final. 79
Error Missing a Javadoc comment. 81
Error Parameter expr should be final. 81
Error Missing a Javadoc comment. 83
Error Parameter expr should be final. 83
Error Missing a Javadoc comment. 85
Error Parameter expr should be final. 85
Error Missing a Javadoc comment. 87
Error Parameter expr should be final. 87
Error Missing a Javadoc comment. 89
Error Parameter expr should be final. 89
Error Missing a Javadoc comment. 91
Error Parameter step should be final. 91
Error '{' is not preceded with whitespace. 91
Error Missing a Javadoc comment. 93
Error Parameter step should be final. 93
Error '{' is not preceded with whitespace. 93
Error Missing a Javadoc comment. 95
Error Parameter step should be final. 95
Error '{' is not preceded with whitespace. 95
Error Missing a Javadoc comment. 97
Error Parameter step should be final. 97
Error '{' is not preceded with whitespace. 97
Error Missing a Javadoc comment. 99
Error Parameter step should be final. 99
Error '{' is not preceded with whitespace. 99
Error Missing a Javadoc comment. 101
Error Parameter predicate should be final. 101
Error '{' is not preceded with whitespace. 101

org/jaxen/expr/XPathExpr.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 79

org/jaxen/expr/XPathFactory.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 65
Error '{' should be on the previous line. 66
Error Missing a Javadoc comment. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Missing a Javadoc comment. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 70
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 77
Error Missing a Javadoc comment. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 80
Error Missing a Javadoc comment. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 84
Error Missing a Javadoc comment. 86
Error '(' is followed by whitespace. 86
Error Line is longer than 80 characters. 88
Error ')' is preceded with whitespace. 88
Error Missing a Javadoc comment. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 92
Error Missing a Javadoc comment. 94
Error '(' is followed by whitespace. 94
Error Line is longer than 80 characters. 96
Error ')' is preceded with whitespace. 96
Error Missing a Javadoc comment. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 99
Error Missing a Javadoc comment. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 102
Error Missing a Javadoc comment. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Missing a Javadoc comment. 106
Error '(' is followed by whitespace. 106
Error Line is longer than 80 characters. 107
Error ')' is preceded with whitespace. 107
Error Missing a Javadoc comment. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Missing a Javadoc comment. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Missing a Javadoc comment. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Missing a Javadoc comment. 115
Error '(' is followed by whitespace. 115
Error Line is longer than 80 characters. 116
Error ')' is preceded with whitespace. 116
Error Missing a Javadoc comment. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 120
Error Missing a Javadoc comment. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Missing a Javadoc comment. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Missing a Javadoc comment. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Missing a Javadoc comment. 128
Error '(' is followed by whitespace. 128
Error Line is longer than 80 characters. 129
Error ')' is preceded with whitespace. 129
Error Missing a Javadoc comment. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Missing a Javadoc comment. 133

org/jaxen/expr/iter/IterableAncestorAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/expr/iter/IterableAncestorOrSelfAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error Line is longer than 80 characters. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/expr/iter/IterableAttributeAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line has trailing spaces. 5
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error Line has trailing spaces. 23
Error Line has trailing spaces. 28
Error Line has trailing spaces. 31
Error Line has trailing spaces. 56
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Parameter value should be final. 68
Error Line has trailing spaces. 74
Error Expected an @return tag. 78
Error Line is longer than 80 characters. 78
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 78
Error Parameter contextNode should be final. 78
Error Parameter support should be final. 78
Error Expected @throws tag for 'UnsupportedAxisException'. 78
Error Line is longer than 80 characters. 83
Error Line has trailing spaces. 84
Error Line is longer than 80 characters. 88
Error Expected an @return tag. 91
Error Method 'namedAccessIterator' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter contextNode should be final. 92
Error Parameter support should be final. 93
Error Parameter localName should be final. 94
Error Parameter namespacePrefix should be final. 95
Error Parameter namespaceURI should be final. 96
Error Expected @throws tag for 'UnsupportedAxisException'. 97
Error Line has trailing spaces. 98
Error Line is longer than 80 characters. 99
Error Line is longer than 80 characters. 100
Error Line has trailing spaces. 105
Error Method 'supportsNamedAccess' is not designed for extension - needs to be abstract, final or empty. 109
Error Parameter support should be final. 109

org/jaxen/expr/iter/IterableAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line has trailing spaces. 5
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error Line has trailing spaces. 23
Error Line has trailing spaces. 28
Error Line has trailing spaces. 31
Error Line has trailing spaces. 56
Error Line has trailing spaces. 62
Error First sentence should end with a period. 63
Error Line has trailing spaces. 68
Error Parameter axisValue should be final. 71
Error Expected @param tag for 'axisValue'. 71
Error Line has trailing spaces. 77
Error Method 'value' is not designed for extension - needs to be abstract, final or empty. 80
Error Line has trailing spaces. 86
Error Expected an @return tag. 90
Error Line is longer than 80 characters. 90
Error Parameter contextNode should be final. 90
Error Parameter support should be final. 90
Error Expected @throws tag for 'UnsupportedAxisException'. 90
Error Line is longer than 80 characters. 98
Error Expected an @return tag. 101
Error Method 'namedAccessIterator' is not designed for extension - needs to be abstract, final or empty. 101
Error Parameter contextNode should be final. 102
Error Parameter support should be final. 103
Error Parameter localName should be final. 104
Error Parameter namespacePrefix should be final. 105
Error Parameter namespaceURI should be final. 106
Error Expected @throws tag for 'UnsupportedAxisException'. 107
Error Line has trailing spaces. 108
Error Line has trailing spaces. 114
Error Method 'supportsNamedAccess' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter support should be final. 118

org/jaxen/expr/iter/IterableChildAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line has trailing spaces. 5
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error Line has trailing spaces. 23
Error Line has trailing spaces. 28
Error Line has trailing spaces. 31
Error Line has trailing spaces. 56
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Parameter value should be final. 68
Error Line has trailing spaces. 74
Error Expected an @return tag. 78
Error Line is longer than 80 characters. 78
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 78
Error Parameter contextNode should be final. 78
Error Parameter support should be final. 78
Error Expected @throws tag for 'UnsupportedAxisException'. 78
Error Line has trailing spaces. 84
Error Line is longer than 80 characters. 88
Error Expected an @return tag. 91
Error Method 'namedAccessIterator' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter contextNode should be final. 92
Error Parameter support should be final. 93
Error Parameter localName should be final. 94
Error Parameter namespacePrefix should be final. 95
Error Parameter namespaceURI should be final. 96
Error Expected @throws tag for 'UnsupportedAxisException'. 97
Error Line has trailing spaces. 98
Error Line is longer than 80 characters. 99
Error Line is longer than 80 characters. 100
Error Line has trailing spaces. 105
Error Method 'supportsNamedAccess' is not designed for extension - needs to be abstract, final or empty. 109
Error Parameter support should be final. 109

org/jaxen/expr/iter/IterableDescendantAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/expr/iter/IterableDescendantOrSelfAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 59
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error Line is longer than 80 characters. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/expr/iter/IterableFollowingAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/expr/iter/IterableFollowingSiblingAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 59
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error Line is longer than 80 characters. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/expr/iter/IterableNamespaceAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/expr/iter/IterableParentAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/expr/iter/IterablePrecedingAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/expr/iter/IterablePrecedingSiblingAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 59
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error Line is longer than 80 characters. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/expr/iter/IterableSelfAxis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Parameter value should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter contextNode should be final. 77
Error Line is longer than 80 characters. 78
Error Parameter support should be final. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80

org/jaxen/function/BooleanFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Missing a Javadoc comment. 91
Error Parameter obj should be final. 91
Error Parameter nav should be final. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error Line has trailing spaces. 96
Error Line has trailing spaces. 97
Error Line is longer than 80 characters. 97
Error '{' should be on the previous line. 99
Error Line has trailing spaces. 102
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error '}' should be on the same line. 114
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '{' should be on the previous line. 120
Error '}' should be on the same line. 124
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 128
Error 'cast' is not followed by whitespace. 128
Error Avoid inline conditionals. 129
Error ')' is preceded with whitespace. 130
Error '}' should be on the same line. 131
Error Line has trailing spaces. 132
Error '{' should be on the previous line. 133
Error Line has trailing spaces. 134
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error Avoid inline conditionals. 136

org/jaxen/function/CeilingFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 86
Error Missing a Javadoc comment. 92
Error Parameter obj should be final. 92
Error Parameter nav should be final. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error ')' is preceded with whitespace. 98

org/jaxen/function/ConcatFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 73
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 74
Error Line has trailing spaces. 75
Error '{' should be on the previous line. 79
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter context should be final. 81
Error Parameter args should be final. 82
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 87
Error Line is longer than 80 characters. 90
Error Missing a Javadoc comment. 93
Error Parameter list should be final. 93
Error Parameter nav should be final. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line has trailing spaces. 106

org/jaxen/function/ContainsFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 71
Error Line has trailing spaces. 72
Error Line is longer than 80 characters. 72
Error Line has trailing spaces. 73
Error '{' should be on the previous line. 77
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Parameter context should be final. 79
Error Parameter args should be final. 80
Error '{' should be on the previous line. 81
Error '{' should be on the previous line. 83
Error ')' is preceded with whitespace. 86
Error Missing a Javadoc comment. 92
Error Parameter strArg should be final. 92
Error Parameter matchArg should be final. 93
Error Line has trailing spaces. 94
Error Parameter nav should be final. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 102
Error '(' is followed by whitespace. 102
Error Avoid inline conditionals. 103

org/jaxen/function/CountFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 72
Error '{' should be on the previous line. 76
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Parameter context should be final. 78
Error Parameter args should be final. 79
Error '{' should be on the previous line. 80
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Missing a Javadoc comment. 89
Error Parameter obj should be final. 89
Error '{' should be on the previous line. 90
Error 'if' is not followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 95
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 98
Error 'cast' is not followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line has trailing spaces. 100
Error Line is longer than 80 characters. 101
Error Line has trailing spaces. 102

org/jaxen/function/FalseFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 71
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error '{' should be on the previous line. 77
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Parameter context should be final. 79
Error Parameter args should be final. 80
Error '{' should be on the previous line. 81
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Line has trailing spaces. 92
Error '{' should be on the previous line. 96

org/jaxen/function/FloorFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Missing a Javadoc comment. 92
Error Parameter obj should be final. 92
Error Parameter nav should be final. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error ')' is preceded with whitespace. 98

org/jaxen/function/IdFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error '{' should be on the previous line. 82
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter context should be final. 84
Error Parameter args should be final. 84
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Missing a Javadoc comment. 94
Error Parameter contextNodes should be final. 94
Error Parameter arg should be final. 94
Error Parameter nav should be final. 94
Error '{' should be on the previous line. 95
Error 'if' construct must use '{}'s. 96
Error Line has trailing spaces. 98
Error 'cast' is not followed by whitespace. 104
Error '(' is followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error ')' is preceded with whitespace. 107

org/jaxen/function/LangFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 76
Error '{' should be on the previous line. 80
Error Missing a Javadoc comment. 81
Error Line has trailing spaces. 82
Error Missing a Javadoc comment. 82
Error Line has trailing spaces. 84
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Parameter context should be final. 86
Error Parameter args should be final. 87
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 90
Error Line is longer than 80 characters. 90
Error Line has trailing spaces. 92
Error Line has trailing spaces. 94
Error ')' is preceded with whitespace. 96
Error '}' should be on the same line. 97
Error 'catch' is not followed by whitespace. 98
Error Line has trailing spaces. 99
Error Line has trailing spaces. 102
Error Line is longer than 80 characters. 105
Error Missing a Javadoc comment. 105
Error Parameter contextNodes should be final. 105
Error Parameter lang should be final. 105
Error Parameter nav should be final. 105
Error '{' should be on the previous line. 107
Error Line is longer than 80 characters. 108
Error Line has trailing spaces. 111
Error Missing a Javadoc comment. 111
Error Parameter node should be final. 111
Error Parameter lang should be final. 111
Error Parameter nav should be final. 112
Error '{' should be on the previous line. 114
Error Line has trailing spaces. 115
Error '!' is followed by whitespace. 117
Error Line has trailing spaces. 120
Error '{' should be on the previous line. 121
Error 'while' is not followed by whitespace. 123
Error '{' should be on the previous line. 124
Error Line has trailing spaces. 126
Error 'if' is not followed by whitespace. 126
Error '&&' should be on a new line. 126
Error '{' should be on the previous line. 128
Error Line has trailing spaces. 129
Error Line has trailing spaces. 137
Error Missing a Javadoc comment. 138
Error Parameter sublang should be final. 138
Error Parameter lang should be final. 138
Error '{' should be on the previous line. 139
Error 'if' is not followed by whitespace. 140
Error '{' should be on the previous line. 141
Error Line has trailing spaces. 145
Error Line has trailing spaces. 146
Error '&&' should be on a new line. 146
Error Line has trailing spaces. 147
Error '&&' should be on a new line. 147

org/jaxen/function/LastFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 72
Error '{' should be on the previous line. 76
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Parameter context should be final. 78
Error Parameter args should be final. 79
Error '{' should be on the previous line. 80
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line has trailing spaces. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Missing a Javadoc comment. 89
Error Parameter context should be final. 89
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91

org/jaxen/function/LocalNameFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error Line has trailing spaces. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 92
Error Line is longer than 80 characters. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Missing a Javadoc comment. 98
Error Parameter list should be final. 98
Error Parameter nav should be final. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error '!' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line has trailing spaces. 102
Error '{' should be on the previous line. 102
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 108
Error '}' should be on the same line. 109
Error '(' is followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error ')' is preceded with whitespace. 110
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '}' should be on the same line. 113
Error '(' is followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '}' should be on the same line. 117
Error '(' is followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '}' should be on the same line. 121
Error '(' is followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '}' should be on the same line. 125
Error '(' is followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error '}' should be on the same line. 129
Error '(' is followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '}' should be on the same line. 133
Error '(' is followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error '}' should be on the same line. 137
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 139

org/jaxen/function/NameFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 92
Error Line is longer than 80 characters. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Missing a Javadoc comment. 98
Error Parameter list should be final. 98
Error Parameter nav should be final. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error '!' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line has trailing spaces. 102
Error '{' should be on the previous line. 102
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 108
Error '}' should be on the same line. 109
Error '(' is followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error ')' is preceded with whitespace. 110
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '}' should be on the same line. 113
Error '(' is followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '}' should be on the same line. 117
Error '(' is followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '}' should be on the same line. 121
Error '(' is followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '}' should be on the same line. 125
Error '(' is followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error '}' should be on the same line. 129
Error '(' is followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '}' should be on the same line. 133
Error '(' is followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error '}' should be on the same line. 137
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 139
Error Line has trailing spaces. 146

org/jaxen/function/NamespaceUriFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 92
Error Line is longer than 80 characters. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Missing a Javadoc comment. 98
Error Parameter list should be final. 98
Error Parameter nav should be final. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error '!' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 108
Error '}' should be on the same line. 109
Error '(' is followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error ')' is preceded with whitespace. 110
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '}' should be on the same line. 113
Error '(' is followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '}' should be on the same line. 117
Error '(' is followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '}' should be on the same line. 121
Error '(' is followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '}' should be on the same line. 125
Error '(' is followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error '}' should be on the same line. 129
Error '(' is followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '}' should be on the same line. 133
Error '(' is followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error '}' should be on the same line. 137
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 139

org/jaxen/function/NormalizeSpaceFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 86
Error Line has trailing spaces. 88
Error Line is longer than 80 characters. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Missing a Javadoc comment. 92
Error Parameter strArg should be final. 92
Error Line has trailing spaces. 93
Error Parameter nav should be final. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 104
Error '{' should be on the previous line. 106
Error '{' should be on the previous line. 108
Error '{' should be on the previous line. 112
Error Line is longer than 80 characters. 115
Error '}' should be on the same line. 116
Error '{' should be on the previous line. 118

org/jaxen/function/NotFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 71
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error '{' should be on the previous line. 77
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Parameter context should be final. 79
Error Parameter args should be final. 80
Error '{' should be on the previous line. 81
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Missing a Javadoc comment. 90
Error Parameter obj should be final. 90
Error Parameter nav should be final. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error ')' is preceded with whitespace. 92
Error Avoid inline conditionals. 93

org/jaxen/function/NumberFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Missing a Javadoc comment. 79
Error 'static' modifier out of order with the JLS suggestions. 79
Error Name 'NaN' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line has trailing spaces. 80
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter context should be final. 81
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Missing a Javadoc comment. 91
Error Parameter obj should be final. 91
Error Parameter nav should be final. 91
Error '{' should be on the previous line. 92
Error 'if' is not followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error '}' should be on the same line. 96
Error '{' should be on the previous line. 98
Error Line has trailing spaces. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '}' should be on the same line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '}' should be on the same line. 106
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '}' should be on the same line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error Line has trailing spaces. 115
Error '{' should be on the previous line. 117
Error Line has trailing spaces. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '}' should be on the same line. 120
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '}' should be on the same line. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error ')' is preceded with whitespace. 128
Error '}' should be on the same line. 129
Error '(' is followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '(' is followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line has trailing spaces. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Line has trailing spaces. 137
Error Missing a Javadoc comment. 138
Error '(' is followed by whitespace. 138
Error Parameter val should be final. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error Line has trailing spaces. 142
Error Missing a Javadoc comment. 143
Error '(' is followed by whitespace. 143
Error Parameter val should be final. 143
Error ')' is preceded with whitespace. 143
Error '{' should be on the previous line. 144
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error Line has trailing spaces. 146

org/jaxen/function/PositionFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 71
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Parameter context should be final. 79
Error Parameter args should be final. 79
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line has trailing spaces. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line has trailing spaces. 88
Error Missing a Javadoc comment. 89
Error Parameter context should be final. 89
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91

org/jaxen/function/RoundFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Missing a Javadoc comment. 92
Error Parameter obj should be final. 92
Error Parameter nav should be final. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error ')' is preceded with whitespace. 110

org/jaxen/function/StartsWithFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 87
Error Line is longer than 80 characters. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Missing a Javadoc comment. 93
Error Parameter strArg should be final. 93
Error Parameter matchArg should be final. 94
Error Parameter nav should be final. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 103
Error Avoid inline conditionals. 104

org/jaxen/function/StringFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 75
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 82
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error Parameter context should be final. 83
Error Parameter args should be final. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 91
Error '}' should be on the same line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line has trailing spaces. 101
Error Missing a Javadoc comment. 102
Error Parameter obj should be final. 102
Error Parameter nav should be final. 103
Error '{' should be on the previous line. 104
Error '{' should be on the previous line. 106
Error Line has trailing spaces. 110
Error '{' should be on the previous line. 114
Error Line has trailing spaces. 117
Error '{' should be on the previous line. 119
Error '{' should be on the previous line. 122
Error Line has trailing spaces. 128
Error '{' should be on the previous line. 130
Error Line is longer than 80 characters. 131
Error '{' should be on the previous line. 134
Error '{' should be on the previous line. 137
Error '}' should be on the same line. 142
Error '{' should be on the previous line. 144
Error '}' should be on the same line. 146
Error '{' should be on the previous line. 148
Error '}' should be on the same line. 150
Error '{' should be on the previous line. 152
Error '}' should be on the same line. 154
Error '{' should be on the previous line. 156
Error '}' should be on the same line. 158
Error '{' should be on the previous line. 160
Error '}' should be on the same line. 162
Error '{' should be on the previous line. 164
Error '}' should be on the same line. 166
Error '{' should be on the previous line. 168
Error '}' should be on the same line. 170
Error '{' should be on the previous line. 172
Error '}' should be on the same line. 176
Error '{' should be on the previous line. 178
Error Missing a Javadoc comment. 184
Error Parameter value should be final. 184
Error '{' should be on the previous line. 185
Error '{' should be on the previous line. 187
Error '-0.0' is a magic number. 190
Error '{' should be on the previous line. 191
Error '{' should be on the previous line. 195
Error '{' should be on the previous line. 199
Error '{' should be on the previous line. 203
Error Missing a Javadoc comment. 209
Error Parameter bool should be final. 209
Error '{' should be on the previous line. 210
Error Avoid inline conditionals. 211

org/jaxen/function/StringLengthFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 86
Error Line has trailing spaces. 87
Error '}' should be on the same line. 87
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 91
Error Line is longer than 80 characters. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Missing a Javadoc comment. 97
Error Parameter obj should be final. 97
Error Parameter nav should be final. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99

org/jaxen/function/SubstringAfterFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 87
Error Line is longer than 80 characters. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Missing a Javadoc comment. 93
Error Parameter strArg should be final. 93
Error Parameter matchArg should be final. 94
Error Parameter nav should be final. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 101
Error Line has trailing spaces. 102
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '+' is not preceded with whitespace. 110
Error '+' is not followed by whitespace. 110

org/jaxen/function/SubstringBeforeFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 73
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 87
Error Line is longer than 80 characters. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Missing a Javadoc comment. 93
Error Parameter strArg should be final. 93
Error Parameter matchArg should be final. 94
Error Parameter nav should be final. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106

org/jaxen/function/SubstringFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line is longer than 80 characters. 69
Error '{' should be on the previous line. 75
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter context should be final. 76
Error Parameter args should be final. 77
Error '{' should be on the previous line. 78
Error '3' is a magic number. 80
Error '{' is not preceded with whitespace. 80
Error Line is longer than 80 characters. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error ')' is preceded with whitespace. 86
Error '{' is not preceded with whitespace. 88
Error '{' is not preceded with whitespace. 94
Error '{' is not preceded with whitespace. 100
Error '3' is a magic number. 107
Error '{' is not preceded with whitespace. 107
Error '{' is not preceded with whitespace. 110
Error ')' is preceded with whitespace. 111
Error '}' should be on the same line. 112
Error '(' is followed by whitespace. 121
Error '{' is not preceded with whitespace. 121
Error 'else' is not preceded with whitespace. 123
Error '}' is not followed by whitespace. 123
Error '{' is not preceded with whitespace. 123
Error '{' is not preceded with whitespace. 127

org/jaxen/function/SumFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error '{' should be on the previous line. 79
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter context should be final. 81
Error Parameter args should be final. 82
Error '{' should be on the previous line. 83
Error '{' should be on the previous line. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Missing a Javadoc comment. 94
Error Parameter obj should be final. 94
Error Parameter nav should be final. 95
Error '{' should be on the previous line. 96
Error '{' should be on the previous line. 101
Error 'cast' is not followed by whitespace. 102
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 107
Error '}' should be on the same line. 111
Error '{' should be on the previous line. 113
Error Line is longer than 80 characters. 114

org/jaxen/function/TranslateFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 75
Error Line is longer than 80 characters. 75
Error Line has trailing spaces. 76
Error Line is longer than 80 characters. 78
Error Line has trailing spaces. 80
Error Line has trailing spaces. 82
Error '{' should be on the previous line. 85
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Parameter context should be final. 87
Error Parameter args should be final. 88
Error '{' should be on the previous line. 89
Error '3' is a magic number. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 95
Error Line is longer than 80 characters. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Missing a Javadoc comment. 101
Error Parameter strArg should be final. 101
Error Parameter fromArg should be final. 102
Error Parameter toArg should be final. 103
Error Parameter nav should be final. 104
Error '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line has trailing spaces. 109
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 115
Error '+' is not preceded with whitespace. 115
Error '+' is not followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '(' is followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error ')' is preceded with whitespace. 116
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '(' is followed by whitespace. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '(' is followed by whitespace. 134
Error '+' is not preceded with whitespace. 134
Error '+' is not followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145

org/jaxen/function/TrueFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 71
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error '{' should be on the previous line. 77
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Parameter context should be final. 79
Error Parameter args should be final. 80
Error '{' should be on the previous line. 81
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Line has trailing spaces. 92
Error '{' should be on the previous line. 96

org/jaxen/function/ext/EndsWithFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 72
Error '{' should be on the previous line. 78
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 80
Error Parameter args should be final. 81
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 87
Error Line is longer than 80 characters. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Missing a Javadoc comment. 93
Error Parameter strArg should be final. 93
Error Parameter matchArg should be final. 94
Error Parameter nav should be final. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 103
Error Avoid inline conditionals. 104

org/jaxen/function/ext/EvaluateFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error '{' should be on the previous line. 81
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error '(' is followed by whitespace. 82
Error Parameter context should be final. 82
Error Parameter args should be final. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '(' is followed by whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Missing a Javadoc comment. 92
Error Parameter context should be final. 92
Error Parameter arg should be final. 92
Error '{' should be on the previous line. 94
Error Line has trailing spaces. 96
Error 'if' construct must use '{}'s. 97
Error Line has trailing spaces. 99
Error 'if' construct must use '{}'s. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error 'cast' is not followed by whitespace. 104
Error 'else' construct must use '{}'s. 105
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '}' should be on the same line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116

org/jaxen/function/ext/LocaleFunctionSupport.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 73
Error '{' should be on the previous line. 82
Error Line has trailing spaces. 84
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Line has trailing spaces. 94
Error Line has trailing spaces. 97
Error Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter value should be final. 97
Error Parameter navigator should be final. 97
Error Expected @param tag for 'navigator'. 97
Error '{' should be on the previous line. 98
Error '{' should be on the previous line. 100
Error '}' should be on the same line. 102
Error 'if' is not followed by whitespace. 103
Error '{' should be on the previous line. 104
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 106
Error '!' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '}' should be on the same line. 110
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line has trailing spaces. 113
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error Line has trailing spaces. 127
Error Method 'findLocale' is not designed for extension - needs to be abstract, final or empty. 129
Error Parameter localeText should be final. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 132
Error '!' is followed by whitespace. 134
Error Line has trailing spaces. 135
Error '{' should be on the previous line. 135
Error '}' should be on the same line. 137
Error Line has trailing spaces. 138
Error '{' should be on the previous line. 139
Error '!' is followed by whitespace. 141
Error '{' should be on the previous line. 142
Error '}' should be on the same line. 144
Error Line has trailing spaces. 145
Error '{' should be on the previous line. 146
Error Line has trailing spaces. 154
Error First sentence should end with a period. 155
Error Line has trailing spaces. 155
Error Line has trailing spaces. 161
Error Method 'findLocaleForLanguage' is not designed for extension - needs to be abstract, final or empty. 163
Error Parameter language should be final. 163
Error Line has trailing spaces. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '{' should be on the previous line. 166
Error Line has trailing spaces. 168
Error '(' is followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 169
Error Line has trailing spaces. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error Line has trailing spaces. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 175
Error Line has trailing spaces. 180

org/jaxen/function/ext/LowerFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 75
Error '{' should be on the previous line. 90
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Parameter context should be final. 92
Error Parameter args should be final. 93
Error '{' should be on the previous line. 94
Error '{' should be on the previous line. 98
Error Line has trailing spaces. 102
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line is longer than 80 characters. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error First sentence should end with a period. 110
Error Line has trailing spaces. 112
Error Expected an @return tag. 118
Error Parameter strArg should be final. 118
Error Parameter locale should be final. 119
Error Parameter nav should be final. 120
Error '{' should be on the previous line. 121
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 124
Error 'if' construct must use '{}'s. 127
Error Line has trailing spaces. 129

org/jaxen/function/ext/MatrixConcatFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 74
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 80
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter context should be final. 81
Error Parameter args should be final. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line has trailing spaces. 87
Error Line has trailing spaces. 88
Error Missing a Javadoc comment. 88
Error Parameter list should be final. 88
Error Parameter nav should be final. 88
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error ')' is preceded with whitespace. 99
Error '}' should be on the same line. 101
Error '(' is followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line has trailing spaces. 107
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '127' is a magic number. 113
Error ';' is followed by whitespace. 115
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '}' should be on the same line. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error Line has trailing spaces. 126
Error Missing a Javadoc comment. 127
Error Missing a Javadoc comment. 128
Error Name 'm_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 128
Error Missing a Javadoc comment. 129
Error Name 'm_maxSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 129
Error Missing a Javadoc comment. 130
Error Name 'm_currIdx' must match pattern '^[a-z][a-zA-Z0-9]*$'. 130
Error Line has trailing spaces. 131
Error Missing a Javadoc comment. 132
Error Parameter _source should be final. 132
Error Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 132
Error Line has trailing spaces. 134
Error '(' is followed by whitespace. 135
Error ';' is followed by whitespace. 135
Error Line has trailing spaces. 143
Error Missing a Javadoc comment. 144
Error Parameter _source should be final. 144
Error Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 144
Error Parameter _maxSize should be final. 144
Error Name '_maxSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 144
Error Line has trailing spaces. 148
Error Method 'hasMoreElements' is not designed for extension - needs to be abstract, final or empty. 149
Error Missing a Javadoc comment. 149
Error Conditional logic can be removed. 150
Error '}' should be on the same line. 152
Error Line has trailing spaces. 157
Error Method 'nextElement' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error '(' is followed by whitespace. 160
Error ';' is followed by whitespace. 160
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '(' is followed by whitespace. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error ')' is preceded with whitespace. 164
Error '}' should be on the same line. 165
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error ')' is preceded with whitespace. 168
Error '}' should be on the same line. 169
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172

org/jaxen/function/ext/UpperFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 75
Error '{' should be on the previous line. 90
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error Parameter context should be final. 91
Error Parameter args should be final. 92
Error '{' should be on the previous line. 93
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 101
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line is longer than 80 characters. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error First sentence should end with a period. 109
Error Line has trailing spaces. 111
Error Expected an @return tag. 117
Error Parameter strArg should be final. 117
Error Parameter locale should be final. 118
Error Parameter nav should be final. 119
Error '{' should be on the previous line. 120
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 123
Error 'if' construct must use '{}'s. 126

org/jaxen/function/xslt/DocumentFunction.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 73
Error '{' should be on the previous line. 79
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter context should be final. 81
Error Parameter args should be final. 82
Error '{' should be on the previous line. 83
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 92
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Missing a Javadoc comment. 98
Error Parameter url should be final. 98
Error Parameter nav should be final. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101

org/jaxen/javabean/DocumentNavigator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line has trailing spaces. 5
Error Line has trailing spaces. 13
Error Line has trailing spaces. 18
Error Line has trailing spaces. 23
Error Line has trailing spaces. 28
Error Line has trailing spaces. 31
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 76
Error '{' should be on the previous line. 87
Error Expected an @return tag. 95
Error '{' should be on the previous line. 96
Error Method 'isElement' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Parameter obj should be final. 100
Error '{' should be on the previous line. 101
Error Method 'isComment' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Parameter obj should be final. 105
Error '{' should be on the previous line. 106
Error Method 'isText' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error Parameter obj should be final. 110
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Method 'isAttribute' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error Parameter obj should be final. 115
Error '{' should be on the previous line. 116
Error Method 'isProcessingInstruction' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Parameter obj should be final. 120
Error '{' should be on the previous line. 121
Error Method 'isDocument' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Parameter obj should be final. 125
Error '{' should be on the previous line. 126
Error Method 'isNamespace' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Parameter obj should be final. 130
Error '{' should be on the previous line. 131
Error Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error Parameter obj should be final. 135
Error '{' should be on the previous line. 136
Error 'cast' is not followed by whitespace. 137
Error Method 'getElementNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Parameter obj should be final. 140
Error '{' should be on the previous line. 141
Error Method 'getElementQName' is not designed for extension - needs to be abstract, final or empty. 145
Error Missing a Javadoc comment. 145
Error Parameter obj should be final. 145
Error '{' should be on the previous line. 146
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Parameter obj should be final. 150
Error '{' should be on the previous line. 151
Error Method 'getAttributeNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error Parameter obj should be final. 155
Error '{' should be on the previous line. 156
Error Method 'getAttributeQName' is not designed for extension - needs to be abstract, final or empty. 160
Error Missing a Javadoc comment. 160
Error Parameter obj should be final. 160
Error '{' should be on the previous line. 161
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error Parameter contextNode should be final. 165
Error '{' should be on the previous line. 166
Error Line is longer than 80 characters. 175
Error Line is longer than 80 characters. 176
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 180
Error Parameter contextNode should be final. 180
Error Parameter localName should be final. 181
Error Parameter namespacePrefix should be final. 182
Error Parameter namespaceURI should be final. 183
Error '{' should be on the previous line. 184
Error 'cast' is not followed by whitespace. 185
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error Line has trailing spaces. 190
Error '{' should be on the previous line. 192
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '}' should be on the same line. 194
Error '{' should be on the previous line. 196
Error '{' should be on the previous line. 198
Error Line is longer than 80 characters. 199
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '}' should be on the same line. 200
Error '{' should be on the previous line. 202
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error '}' should be on the same line. 206
Error '{' should be on the previous line. 208
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '{' should be on the previous line. 215
Error '{' should be on the previous line. 220
Error Line is longer than 80 characters. 221
Error '(' is followed by whitespace. 221
Error 'cast' is not followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error Line has trailing spaces. 222
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 224
Error Line has trailing spaces. 226
Error Line has trailing spaces. 227
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error Line is longer than 80 characters. 230
Error '(' is followed by whitespace. 230
Error 'cast' is not followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Line has trailing spaces. 232
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 234
Error Line has trailing spaces. 237
Error Line is longer than 80 characters. 238
Error '(' is followed by whitespace. 238
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error ')' is preceded with whitespace. 238
Error '}' should be on the same line. 239
Error '{' should be on the previous line. 241
Error Must have at least one statement. 241
Error '}' should be on the same line. 243
Error '{' should be on the previous line. 245
Error Must have at least one statement. 245
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 252
Error Missing a Javadoc comment. 252
Error Parameter contextNode should be final. 252
Error '{' should be on the previous line. 253
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '{' should be on the previous line. 255
Error Line is longer than 80 characters. 256
Error '(' is followed by whitespace. 256
Error 'cast' is not followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 262
Error Missing a Javadoc comment. 262
Error Parameter contextNode should be final. 262
Error '{' should be on the previous line. 263
Error Line is longer than 80 characters. 272
Error Line is longer than 80 characters. 273
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 277
Error Parameter contextNode should be final. 277
Error Parameter localName should be final. 278
Error Parameter namespacePrefix should be final. 279
Error Parameter namespaceURI should be final. 280
Error Line has trailing spaces. 283
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 284
Error Missing a Javadoc comment. 284
Error Parameter contextNode should be final. 284
Error '{' should be on the previous line. 285
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 289
Error Missing a Javadoc comment. 289
Error Parameter contextNode should be final. 289
Error '{' should be on the previous line. 290
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 294
Error Missing a Javadoc comment. 294
Error Parameter contextNode should be final. 294
Error '{' should be on the previous line. 295
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error '{' should be on the previous line. 297
Error 'cast' is not followed by whitespace. 298
Error Method 'getTextStringValue' is not designed for extension - needs to be abstract, final or empty. 304
Error Missing a Javadoc comment. 304
Error Parameter obj should be final. 304
Error '{' should be on the previous line. 305
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error '{' should be on the previous line. 307
Error 'cast' is not followed by whitespace. 308
Error Method 'getElementStringValue' is not designed for extension - needs to be abstract, final or empty. 313
Error Missing a Javadoc comment. 313
Error Parameter obj should be final. 313
Error '{' should be on the previous line. 314
Error '(' is followed by whitespace. 315
Error ')' is preceded with whitespace. 315
Error '{' should be on the previous line. 316
Error 'cast' is not followed by whitespace. 317
Error Method 'getAttributeStringValue' is not designed for extension - needs to be abstract, final or empty. 322
Error Missing a Javadoc comment. 322
Error Parameter obj should be final. 322
Error '{' should be on the previous line. 323
Error Method 'getNamespaceStringValue' is not designed for extension - needs to be abstract, final or empty. 327
Error Missing a Javadoc comment. 327
Error Parameter obj should be final. 327
Error '{' should be on the previous line. 328
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 332
Error Missing a Javadoc comment. 332
Error Parameter obj should be final. 332
Error '{' should be on the previous line. 333
Error Method 'getCommentStringValue' is not designed for extension - needs to be abstract, final or empty. 337
Error Missing a Javadoc comment. 337
Error Parameter obj should be final. 337
Error '{' should be on the previous line. 338
Error Line has trailing spaces. 341
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 342
Error Missing a Javadoc comment. 342
Error Parameter prefix should be final. 342
Error Parameter context should be final. 342
Error '{' should be on the previous line. 343
Error Line has trailing spaces. 346
Error Line has trailing spaces. 347
Error Method 'getNodeType' is not designed for extension - needs to be abstract, final or empty. 347
Error Missing a Javadoc comment. 347
Error Parameter node should be final. 347
Error '{' should be on the previous line. 348
Error Line has trailing spaces. 351
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 352
Error Missing a Javadoc comment. 352
Error Parameter uri should be final. 352
Error '{' should be on the previous line. 353
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 357
Error Missing a Javadoc comment. 357
Error Parameter obj should be final. 357
Error '{' should be on the previous line. 358
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 362
Error Missing a Javadoc comment. 362
Error Parameter obj should be final. 362
Error '{' should be on the previous line. 363
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 367
Error Missing a Javadoc comment. 367
Error Parameter xpath should be final. 367
Error '{' should be on the previous line. 369
Error '(' is followed by whitespace. 370
Error ')' is preceded with whitespace. 370
Error Method 'javacase' is not designed for extension - needs to be abstract, final or empty. 373
Error Missing a Javadoc comment. 373
Error Parameter name should be final. 373
Error '{' should be on the previous line. 374
Error '(' is followed by whitespace. 375
Error ')' is preceded with whitespace. 375
Error '{' should be on the previous line. 376
Error '}' should be on the same line. 378
Error '(' is followed by whitespace. 379
Error ')' is preceded with whitespace. 379
Error '{' should be on the previous line. 380
Error Line has trailing spaces. 382
Error '(' is followed by whitespace. 384
Error ')' is preceded with whitespace. 384
Error '(' is followed by whitespace. 384
Error ')' is preceded with whitespace. 384

org/jaxen/javabean/Element.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 3
Error '{' should be on the previous line. 4
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 6
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 9
Error Parameter parent should be final. 9
Error 'parent' hides a field. 9
Error Parameter name should be final. 10
Error 'name' hides a field. 10
Error Parameter object should be final. 11
Error 'object' hides a field. 11
Error '{' should be on the previous line. 12
Error Method 'getParent' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error '{' should be on the previous line. 19
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error '{' should be on the previous line. 24
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error '{' should be on the previous line. 29

org/jaxen/javabean/ElementIterator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 5
Error '{' should be on the previous line. 7
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Parameter parent should be final. 12
Error 'parent' hides a field. 12
Error Parameter name should be final. 13
Error 'name' hides a field. 13
Error Parameter iterator should be final. 14
Error 'iterator' hides a field. 14
Error '{' should be on the previous line. 15
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error '{' should be on the previous line. 22
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error '{' should be on the previous line. 27
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 30
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error '{' should be on the previous line. 34

org/jaxen/javabean/JavaBeanXPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 93
Error Parameter xpathExpr should be final. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Parameter node should be final. 106
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 122
Error 'cast' is not followed by whitespace. 122
Error ';' is followed by whitespace. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '(' is followed by whitespace. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error ')' is preceded with whitespace. 131
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error Parameter node should be final. 134
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error 'cast' is not followed by whitespace. 141
Error '}' should be on the same line. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '{' should be on the previous line. 144
Error '(' is followed by whitespace. 147
Error 'cast' is not followed by whitespace. 147
Error ';' is followed by whitespace. 148
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 153
Error '(' is followed by whitespace. 154
Error 'cast' is not followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '}' should be on the same line. 155
Error '{' should be on the previous line. 157
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error Line has trailing spaces. 167

org/jaxen/jdom/DocumentNavigator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 87
Error Line is longer than 80 characters. 100
Error '{' should be on the previous line. 105
Error Missing a Javadoc comment. 111
Error '{' should be on the previous line. 112
Error Method 'isElement' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error Parameter obj should be final. 116
Error '{' should be on the previous line. 117
Error Method 'isComment' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Parameter obj should be final. 121
Error '{' should be on the previous line. 122
Error Method 'isText' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error Parameter obj should be final. 126
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 130
Error Method 'isAttribute' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Parameter obj should be final. 133
Error '{' should be on the previous line. 134
Error Method 'isProcessingInstruction' is not designed for extension - needs to be abstract, final or empty. 138
Error Missing a Javadoc comment. 138
Error Parameter obj should be final. 138
Error '{' should be on the previous line. 139
Error Method 'isDocument' is not designed for extension - needs to be abstract, final or empty. 143
Error Missing a Javadoc comment. 143
Error Parameter obj should be final. 143
Error '{' should be on the previous line. 144
Error Method 'isNamespace' is not designed for extension - needs to be abstract, final or empty. 148
Error Missing a Javadoc comment. 148
Error Parameter obj should be final. 148
Error '{' should be on the previous line. 149
Error Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error Parameter obj should be final. 153
Error '{' should be on the previous line. 154
Error Method 'getElementNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 160
Error Missing a Javadoc comment. 160
Error Parameter obj should be final. 160
Error '{' should be on the previous line. 161
Error Line has trailing spaces. 163
Error 'if' construct must use '{}'s. 165
Error Line has trailing spaces. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error 'else' construct must use '{}'s. 167
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 171
Error Missing a Javadoc comment. 171
Error Parameter obj should be final. 171
Error '{' should be on the previous line. 172
Error Method 'getAttributeNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 178
Error Missing a Javadoc comment. 178
Error Parameter obj should be final. 178
Error '{' should be on the previous line. 179
Error 'if' construct must use '{}'s. 183
Error Line has trailing spaces. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error 'else' construct must use '{}'s. 185
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 189
Error Missing a Javadoc comment. 189
Error Parameter contextNode should be final. 189
Error '{' should be on the previous line. 190
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 192
Error 'cast' is not followed by whitespace. 193
Error '}' should be on the same line. 194
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error 'cast' is not followed by whitespace. 197
Error Line is longer than 80 characters. 208
Error Line is longer than 80 characters. 209
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 213
Error Line is longer than 80 characters. 214
Error Parameter contextNode should be final. 214
Error Parameter localName should be final. 214
Error Parameter namespacePrefix should be final. 214
Error Parameter namespaceURI should be final. 214
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error Line is longer than 80 characters. 221
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error Line has trailing spaces. 225
Error Expression can be simplified. 227
Error Line is longer than 80 characters. 231
Error Expression can be simplified. 231
Error Line has trailing spaces. 240
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 241
Error Missing a Javadoc comment. 241
Error Parameter contextNode should be final. 241
Error '{' should be on the previous line. 242
Error '(' is followed by whitespace. 243
Error '!' is followed by whitespace. 243
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error ')' is preceded with whitespace. 243
Error '{' should be on the previous line. 244
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error Line has trailing spaces. 255
Error Line has trailing spaces. 257
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error 'if' construct must use '{}'s. 259
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error Line has trailing spaces. 262
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error 'cast' is not followed by whitespace. 267
Error 'if' construct must use '{}'s. 268
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 269
Error 'cast' is not followed by whitespace. 273
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 284
Error Missing a Javadoc comment. 284
Error Parameter contextNode should be final. 284
Error '{' should be on the previous line. 285
Error '(' is followed by whitespace. 288
Error ')' is preceded with whitespace. 288
Error '{' should be on the previous line. 289
Error '}' should be on the same line. 291
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error '{' should be on the previous line. 293
Error 'cast' is not followed by whitespace. 294
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error '{' should be on the previous line. 297
Error '(' is followed by whitespace. 298
Error 'cast' is not followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error '{' should be on the previous line. 299
Error 'cast' is not followed by whitespace. 300
Error '}' should be on the same line. 303
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error '{' should be on the previous line. 305
Error 'cast' is not followed by whitespace. 306
Error '}' should be on the same line. 307
Error '(' is followed by whitespace. 308
Error ')' is preceded with whitespace. 308
Error '{' should be on the previous line. 309
Error 'cast' is not followed by whitespace. 310
Error '}' should be on the same line. 311
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '{' should be on the previous line. 313
Error 'cast' is not followed by whitespace. 314
Error '}' should be on the same line. 315
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error '{' should be on the previous line. 317
Error 'cast' is not followed by whitespace. 318
Error '}' should be on the same line. 319
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error '{' should be on the previous line. 321
Error 'cast' is not followed by whitespace. 322
Error Line has trailing spaces. 324
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error '{' should be on the previous line. 326
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 333
Error Missing a Javadoc comment. 333
Error Parameter contextNode should be final. 333
Error '{' should be on the previous line. 334
Error '(' is followed by whitespace. 335
Error '!' is followed by whitespace. 335
Error '(' is followed by whitespace. 335
Error ')' is preceded with whitespace. 335
Error ')' is preceded with whitespace. 335
Error '{' should be on the previous line. 336
Error Line is longer than 80 characters. 350
Error Line is longer than 80 characters. 351
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 355
Error Line is longer than 80 characters. 356
Error Parameter contextNode should be final. 356
Error Parameter localName should be final. 356
Error Parameter namespacePrefix should be final. 356
Error Parameter namespaceURI should be final. 356
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 358
Error Line has trailing spaces. 360
Error Line is longer than 80 characters. 360
Error Avoid inline conditionals. 360
Error ':' should be on a new line. 360
Error Line is longer than 80 characters. 361
Error Expected an @return tag. 373
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 373
Error Parameter xpath should be final. 373
Error Expected @param tag for 'xpath'. 373
Error Expected @throws tag for 'SAXPathException'. 373
Error '{' should be on the previous line. 374
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 378
Error Missing a Javadoc comment. 378
Error Parameter contextNode should be final. 378
Error '{' should be on the previous line. 379
Error '(' is followed by whitespace. 380
Error ')' is preceded with whitespace. 380
Error '{' should be on the previous line. 381
Error Method 'getElementQName' is not designed for extension - needs to be abstract, final or empty. 390
Error Missing a Javadoc comment. 390
Error Parameter obj should be final. 390
Error '{' should be on the previous line. 391
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error '{' should be on the previous line. 397
Error Method 'getAttributeQName' is not designed for extension - needs to be abstract, final or empty. 404
Error Missing a Javadoc comment. 404
Error Parameter obj should be final. 404
Error '{' should be on the previous line. 405
Error '(' is followed by whitespace. 410
Error '(' is followed by whitespace. 410
Error ')' is preceded with whitespace. 410
Error ')' is preceded with whitespace. 410
Error '{' should be on the previous line. 411
Error Method 'getNamespaceStringValue' is not designed for extension - needs to be abstract, final or empty. 418
Error Missing a Javadoc comment. 418
Error Parameter obj should be final. 418
Error '{' should be on the previous line. 419
Error Line has trailing spaces. 429
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 432
Error Missing a Javadoc comment. 432
Error Parameter obj should be final. 432
Error '{' should be on the previous line. 433
Error Method 'getTextStringValue' is not designed for extension - needs to be abstract, final or empty. 445
Error Missing a Javadoc comment. 445
Error Parameter obj should be final. 445
Error '{' should be on the previous line. 446
Error '(' is followed by whitespace. 447
Error ')' is preceded with whitespace. 447
Error '{' should be on the previous line. 448
Error 'cast' is not followed by whitespace. 449
Error '(' is followed by whitespace. 452
Error ')' is preceded with whitespace. 452
Error '{' should be on the previous line. 453
Error 'cast' is not followed by whitespace. 454
Error Method 'getAttributeStringValue' is not designed for extension - needs to be abstract, final or empty. 460
Error Missing a Javadoc comment. 460
Error Parameter obj should be final. 460
Error '{' should be on the previous line. 461
Error Method 'getElementStringValue' is not designed for extension - needs to be abstract, final or empty. 467
Error Missing a Javadoc comment. 467
Error Parameter obj should be final. 467
Error '{' should be on the previous line. 468
Error '(' is followed by whitespace. 477
Error ')' is preceded with whitespace. 477
Error '{' should be on the previous line. 478
Error '(' is followed by whitespace. 481
Error ')' is preceded with whitespace. 481
Error '{' should be on the previous line. 482
Error '(' is followed by whitespace. 483
Error 'cast' is not followed by whitespace. 483
Error ')' is preceded with whitespace. 483
Error '}' should be on the same line. 484
Error '(' is followed by whitespace. 485
Error ')' is preceded with whitespace. 485
Error '{' should be on the previous line. 486
Error '(' is followed by whitespace. 487
Error 'cast' is not followed by whitespace. 487
Error ')' is preceded with whitespace. 487
Error '}' should be on the same line. 488
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error '{' should be on the previous line. 490
Error '(' is followed by whitespace. 491
Error '(' is followed by whitespace. 491
Error ')' is preceded with whitespace. 491
Error ')' is preceded with whitespace. 491
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 498
Error Missing a Javadoc comment. 498
Error Parameter obj should be final. 498
Error '{' should be on the previous line. 499
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 505
Error Missing a Javadoc comment. 505
Error Parameter obj should be final. 505
Error '{' should be on the previous line. 506
Error Method 'getCommentStringValue' is not designed for extension - needs to be abstract, final or empty. 512
Error Missing a Javadoc comment. 512
Error Parameter obj should be final. 512
Error '{' should be on the previous line. 513
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 519
Error Missing a Javadoc comment. 519
Error Parameter prefix should be final. 519
Error Parameter context should be final. 519
Error '{' should be on the previous line. 520
Error Line has trailing spaces. 522
Error '(' is followed by whitespace. 522
Error ')' is preceded with whitespace. 522
Error '{' should be on the previous line. 523
Error '}' should be on the same line. 525
Error '(' is followed by whitespace. 526
Error ')' is preceded with whitespace. 526
Error '{' should be on the previous line. 527
Error 'cast' is not followed by whitespace. 528
Error 'cast' is not followed by whitespace. 528
Error '}' should be on the same line. 529
Error '(' is followed by whitespace. 530
Error ')' is preceded with whitespace. 530
Error '{' should be on the previous line. 531
Error 'cast' is not followed by whitespace. 532
Error '}' should be on the same line. 533
Error '(' is followed by whitespace. 534
Error ')' is preceded with whitespace. 534
Error '{' should be on the previous line. 535
Error 'cast' is not followed by whitespace. 536
Error '}' should be on the same line. 537
Error '(' is followed by whitespace. 538
Error ')' is preceded with whitespace. 538
Error '{' should be on the previous line. 539
Error 'cast' is not followed by whitespace. 540
Error 'cast' is not followed by whitespace. 540
Error '}' should be on the same line. 541
Error '(' is followed by whitespace. 542
Error ')' is preceded with whitespace. 542
Error '{' should be on the previous line. 543
Error 'cast' is not followed by whitespace. 544
Error 'cast' is not followed by whitespace. 544
Error '(' is followed by whitespace. 547
Error ')' is preceded with whitespace. 547
Error '{' should be on the previous line. 548
Error '(' is followed by whitespace. 549
Error ')' is preceded with whitespace. 549
Error Line has trailing spaces. 551
Error '(' is followed by whitespace. 551
Error ')' is preceded with whitespace. 551
Error '{' should be on the previous line. 552
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 559
Error Missing a Javadoc comment. 559
Error Parameter url should be final. 559
Error '{' should be on the previous line. 560
Error '{' should be on the previous line. 562
Error Line has trailing spaces. 564
Error '(' is followed by whitespace. 565
Error ')' is preceded with whitespace. 565
Error '}' should be on the same line. 566
Error '{' should be on the previous line. 568
Error '(' is followed by whitespace. 569
Error ')' is preceded with whitespace. 569

org/jaxen/jdom/JDOMXPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 90
Error Parameter xpathExpr should be final. 98
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line has trailing spaces. 102

org/jaxen/jdom/XPathNamespace.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 74
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 77
Error '(' is followed by whitespace. 82
Error Parameter jdomNamespace should be final. 82
Error 'jdomNamespace' hides a field. 82
Error Expected @param tag for 'jdomNamespace'. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 90
Error Parameter jdomElement should be final. 90
Error 'jdomElement' hides a field. 90
Error Expected @param tag for 'jdomElement'. 90
Error Parameter jdomNamespace should be final. 90
Error 'jdomNamespace' hides a field. 90
Error Expected @param tag for 'jdomNamespace'. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error Line has trailing spaces. 96
Error Expected an @return tag. 100
Error Method 'getJDOMElement' is not designed for extension - needs to be abstract, final or empty. 100
Error '{' should be on the previous line. 101
Error Method 'setJDOMElement' is not designed for extension - needs to be abstract, final or empty. 107
Error '(' is followed by whitespace. 107
Error Parameter jdomElement should be final. 107
Error 'jdomElement' hides a field. 107
Error Expected @param tag for 'jdomElement'. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error Expected an @return tag. 115
Error Method 'getJDOMNamespace' is not designed for extension - needs to be abstract, final or empty. 115
Error '{' should be on the previous line. 116
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error '{' should be on the previous line. 121
Error '(' is followed by whitespace. 122
Error '+' should be on a new line. 122
Error '+' should be on a new line. 123
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 126

org/jaxen/pattern/AnyChildNodeTest.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 83
Error Line has trailing spaces. 86
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 86
Error '(' is followed by whitespace. 86
Error Parameter node should be final. 86
Error Expected @param tag for 'node'. 86
Error Parameter context should be final. 86
Error Expected @param tag for 'context'. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 92
Error Line has trailing spaces. 93
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error '{' should be on the previous line. 94
Error '-0.5' is a magic number. 95
Error Line has trailing spaces. 98
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error '{' should be on the previous line. 99
Error Line has trailing spaces. 102
Error Line has trailing spaces. 103
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error '{' should be on the previous line. 104
Error Line has trailing spaces. 107

org/jaxen/pattern/AnyNodeTest.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Class AnyNodeTest should be declared as final. 71
Error Missing a Javadoc comment. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 79
Error Missing a Javadoc comment. 80
Error '{' is not followed by whitespace. 80
Error '}' is not preceded with whitespace. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 84
Error '(' is followed by whitespace. 84
Error Parameter node should be final. 84
Error Expected @param tag for 'node'. 84
Error Parameter context should be final. 84
Error Expected @param tag for 'context'. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error Line has trailing spaces. 88
Error Line has trailing spaces. 89
Error Missing a Javadoc comment. 89
Error '{' should be on the previous line. 90
Error '-0.5' is a magic number. 91
Error Line has trailing spaces. 94
Error Missing a Javadoc comment. 94
Error '{' should be on the previous line. 95
Error Line has trailing spaces. 98
Error Line has trailing spaces. 99
Error Missing a Javadoc comment. 99
Error '{' should be on the previous line. 100

org/jaxen/pattern/LocationPathPattern.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 84
Error Line has trailing spaces. 86
Error First sentence should end with a period. 87
Error Line has trailing spaces. 89
Error First sentence should end with a period. 90
Error Line has trailing spaces. 92
Error First sentence should end with a period. 93
Error First sentence should end with a period. 96
Error Line has trailing spaces. 98
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error Missing a Javadoc comment. 100
Error '{' should be on the previous line. 101
Error Line has trailing spaces. 104
Error Missing a Javadoc comment. 104
Error Parameter nodeTest should be final. 104
Error 'nodeTest' hides a field. 104
Error '{' should be on the previous line. 105
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error '{' should be on the previous line. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
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 previous line. 122
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error Line has trailing spaces. 135
Error First sentence should end with a period. 136
Error Line has trailing spaces. 138
Error Method 'addFilter' is not designed for extension - needs to be abstract, final or empty. 138
Error Parameter filter should be final. 138
Error Expected @param tag for 'filter'. 138
Error '{' should be on the previous line. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line has trailing spaces. 146
Error Line has trailing spaces. 150
Error Method 'setParentPattern' is not designed for extension - needs to be abstract, final or empty. 150
Error Parameter parentPattern should be final. 150
Error 'parentPattern' hides a field. 150
Error Expected @param tag for 'parentPattern'. 150
Error '{' should be on the previous line. 151
Error Line has trailing spaces. 154
Error Line has trailing spaces. 158
Error Method 'setAncestorPattern' is not designed for extension - needs to be abstract, final or empty. 158
Error Parameter ancestorPattern should be final. 158
Error 'ancestorPattern' hides a field. 158
Error Expected @param tag for 'ancestorPattern'. 158
Error '{' should be on the previous line. 159
Error Line has trailing spaces. 162
Error First sentence should end with a period. 163
Error Method 'setNodeTest' is not designed for extension - needs to be abstract, final or empty. 165
Error Parameter nodeTest should be final. 165
Error 'nodeTest' hides a field. 165
Error Expected @param tag for 'nodeTest'. 165
Error Expected @throws tag for 'JaxenException'. 165
Error '{' should be on the previous line. 166
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '{' should be on the previous line. 168
Error Line has trailing spaces. 170
Error '}' should be on the same line. 170
Error Line has trailing spaces. 171
Error '{' should be on the previous line. 172
Error Line is longer than 80 characters. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Line has trailing spaces. 176
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 179
Error '(' is followed by whitespace. 179
Error Parameter node should be final. 179
Error Expected @param tag for 'node'. 179
Error Parameter context should be final. 179
Error Expected @param tag for 'context'. 179
Error ')' is preceded with whitespace. 179
Error Expected @throws tag for 'JaxenException'. 179
Error Line has trailing spaces. 183
Error '!' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error Line has trailing spaces. 193
Error Line has trailing spaces. 194
Error '{' should be on the previous line. 195
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error Line has trailing spaces. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '{' should be on the previous line. 198
Error Line has trailing spaces. 201
Error '(' is followed by whitespace. 201
Error '!' is followed by whitespace. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error ')' is preceded with whitespace. 201
Error '{' should be on the previous line. 202
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 210
Error '(' is followed by whitespace. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error ')' is preceded with whitespace. 211
Error '{' should be on the previous line. 212
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 216
Error '(' is followed by whitespace. 219
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error ')' is preceded with whitespace. 219
Error '{' should be on the previous line. 220
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error Line has trailing spaces. 226
Error Line has trailing spaces. 227
Error '{' should be on the previous line. 228
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error Line has trailing spaces. 232
Error Line has trailing spaces. 237
Error ';' is followed by whitespace. 237
Error '{' should be on the previous line. 238
Error '(' is followed by whitespace. 241
Error '!' is followed by whitespace. 241
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error ')' is preceded with whitespace. 241
Error '{' should be on the previous line. 242
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error Line has trailing spaces. 255
Error Line has trailing spaces. 256
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 256
Error Missing a Javadoc comment. 256
Error '{' should be on the previous line. 257
Error Line has trailing spaces. 258
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error '{' should be on the previous line. 259
Error '0.5' is a magic number. 260
Error Line has trailing spaces. 266
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 266
Error Missing a Javadoc comment. 266
Error '{' should be on the previous line. 267
Error Line has trailing spaces. 270
Error Line has trailing spaces. 271
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 271
Error Missing a Javadoc comment. 271
Error '{' should be on the previous line. 272
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error '{' should be on the previous line. 275
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error Line has trailing spaces. 278
Error '{' should be on the previous line. 279
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error '{' should be on the previous line. 282
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error Line has trailing spaces. 287
Error '{' should be on the previous line. 288
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error '{' should be on the previous line. 291
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error Line has trailing spaces. 297
Error Line has trailing spaces. 298
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error '{' should be on the previous line. 299
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error Line has trailing spaces. 301
Error ';' is followed by whitespace. 301
Error '{' should be on the previous line. 302
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error Line has trailing spaces. 307
Error Line has trailing spaces. 310
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 311
Error Missing a Javadoc comment. 311
Error '{' should be on the previous line. 312
Error Line has trailing spaces. 313
Error Line is longer than 80 characters. 313
Error Line has trailing spaces. 314
Error Line has trailing spaces. 317
Error Method 'isAbsolute' is not designed for extension - needs to be abstract, final or empty. 318
Error Missing a Javadoc comment. 318
Error '{' should be on the previous line. 319
Error Line has trailing spaces. 322
Error Method 'setAbsolute' is not designed for extension - needs to be abstract, final or empty. 323
Error Missing a Javadoc comment. 323
Error Parameter absolute should be final. 323
Error 'absolute' hides a field. 323
Error '{' should be on the previous line. 324
Error Line has trailing spaces. 327
Error Method 'hasAnyNodeTest' is not designed for extension - needs to be abstract, final or empty. 328
Error Missing a Javadoc comment. 328
Error '{' should be on the previous line. 329
Error Line has trailing spaces. 332

org/jaxen/pattern/NameTest.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 73
Error First sentence should end with a period. 74
Error Line has trailing spaces. 76
Error First sentence should end with a period. 77
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error Missing a Javadoc comment. 80
Error Parameter name should be final. 80
Error 'name' hides a field. 80
Error Parameter nodeType should be final. 80
Error 'nodeType' hides a field. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 85
Error Line has trailing spaces. 88
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 88
Error '(' is followed by whitespace. 88
Error Parameter node should be final. 88
Error Expected @param tag for 'node'. 88
Error Parameter context should be final. 88
Error Expected @param tag for 'context'. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error Line has trailing spaces. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error Line has trailing spaces. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error ')' is preceded with whitespace. 94
Error '}' should be on the same line. 95
Error Line has trailing spaces. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 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 followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error ')' is preceded with whitespace. 99
Error '}' should be on the same line. 100
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error ')' is preceded with whitespace. 105
Error '}' should be on the same line. 106
Error '(' is followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line has trailing spaces. 115
Error Line has trailing spaces. 116
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error '{' should be on the previous line. 117
Error Line has trailing spaces. 122
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 126
Error Line has trailing spaces. 127
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 127
Error Missing a Javadoc comment. 127
Error '{' should be on the previous line. 128
Error Line has trailing spaces. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error '}' should be on the same line. 132
Error Line has trailing spaces. 133
Error '{' should be on the previous line. 134
Error Line has trailing spaces. 138
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 139
Error Missing a Javadoc comment. 139
Error '{' should be on the previous line. 140
Error Line is longer than 80 characters. 141

org/jaxen/pattern/NamespaceTest.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 73
Error First sentence should end with a period. 74
Error Line has trailing spaces. 76
Error First sentence should end with a period. 77
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error Missing a Javadoc comment. 80
Error Parameter prefix should be final. 80
Error 'prefix' hides a field. 80
Error Parameter nodeType should be final. 80
Error 'nodeType' hides a field. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 89
Error Line has trailing spaces. 92
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 92
Error '(' is followed by whitespace. 92
Error Parameter node should be final. 92
Error Expected @param tag for 'node'. 92
Error Parameter context should be final. 92
Error Expected @param tag for 'context'. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 96
Error Line has trailing spaces. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error Line has trailing spaces. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error ')' is preceded with whitespace. 100
Error '}' should be on the same line. 101
Error Line has trailing spaces. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line has trailing spaces. 109
Error Line has trailing spaces. 110
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error '{' should be on the previous line. 111
Error '-0.25' is a magic number. 112
Error Line has trailing spaces. 116
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error '{' should be on the previous line. 117
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error '{' should be on the previous line. 122
Error Line has trailing spaces. 125
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error '{' should be on the previous line. 127
Error Line is longer than 80 characters. 128
Error Line has trailing spaces. 130
Error First sentence should end with a period. 131
Error Expected an @return tag. 133
Error Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 133
Error Parameter node should be final. 133
Error Expected @param tag for 'node'. 133
Error Parameter context should be final. 133
Error Expected @param tag for 'context'. 133
Error '{' should be on the previous line. 134
Error Line is longer than 80 characters. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error Line is longer than 80 characters. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error Line has trailing spaces. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 141

org/jaxen/pattern/NoNodeTest.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 83
Error Line has trailing spaces. 86
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 86
Error '(' is followed by whitespace. 86
Error Parameter node should be final. 86
Error Expected @param tag for 'node'. 86
Error Parameter context should be final. 86
Error Expected @param tag for 'context'. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error '{' should be on the previous line. 92
Error '-0.5' is a magic number. 93
Error Line has trailing spaces. 96
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 101
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error '{' should be on the previous line. 102

org/jaxen/pattern/NodeTest.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58

org/jaxen/pattern/NodeTypeTest.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 67
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error Missing a Javadoc comment. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Missing a Javadoc comment. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error Missing a Javadoc comment. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line has trailing spaces. 82
Error Line has trailing spaces. 83
Error Missing a Javadoc comment. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Missing a Javadoc comment. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Line has trailing spaces. 88
Error Line has trailing spaces. 89
Error Missing a Javadoc comment. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Missing a Javadoc comment. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 94
Error Line has trailing spaces. 95
Error Missing a Javadoc comment. 96
Error Line has trailing spaces. 97
Error Line has trailing spaces. 98
Error Missing a Javadoc comment. 98
Error Parameter nodeType should be final. 98
Error 'nodeType' hides a field. 98
Error '{' should be on the previous line. 99
Error Line has trailing spaces. 102
Error Line has trailing spaces. 105
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 105
Error '(' is followed by whitespace. 105
Error Parameter node should be final. 105
Error Expected @param tag for 'node'. 105
Error Parameter context should be final. 105
Error Expected @param tag for 'context'. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line has trailing spaces. 109
Error Line has trailing spaces. 110
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error '{' should be on the previous line. 111
Error '-0.5' is a magic number. 112
Error Line has trailing spaces. 116
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error '{' should be on the previous line. 117
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error '{' should be on the previous line. 122
Error Line has trailing spaces. 123
Error switch without "default" clause. 123
Error '{' should be on the previous line. 124
Error Line has trailing spaces. 142
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 143
Error Missing a Javadoc comment. 143
Error '{' should be on the previous line. 144

org/jaxen/pattern/Pattern.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 76
Error First sentence should end with a period. 78
Error First sentence should end with a period. 80
Error First sentence should end with a period. 82
Error First sentence should end with a period. 84
Error First sentence should end with a period. 88
Error First sentence should end with a period. 90
Error First sentence should end with a period. 92
Error First sentence should end with a period. 94
Error Line has trailing spaces. 98
Error First sentence should end with a period. 99
Error Line has trailing spaces. 102
Error First sentence should end with a period. 103
Error Line has trailing spaces. 105
Error First sentence should end with a period. 106
Error First sentence should end with a period. 109
Error Line has trailing spaces. 111
Error First sentence should end with a period. 112
Error Line has trailing spaces. 114
Error Line has trailing spaces. 115
Error Line is longer than 80 characters. 118
Error '(' is followed by whitespace. 118
Error Parameter node should be final. 118
Error Expected @param tag for 'node'. 118
Error Parameter context should be final. 118
Error Expected @param tag for 'context'. 118
Error ')' is preceded with whitespace. 118
Error Expected @throws tag for 'JaxenException'. 118
Error Line has trailing spaces. 119
Error Line has trailing spaces. 122
Error Line has trailing spaces. 123
Error Expected an @return tag. 125
Error Line has trailing spaces. 125
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 125
Error '{' should be on the previous line. 126
Error '0.5' is a magic number. 127
Error Line has trailing spaces. 129
Error Line has trailing spaces. 138
Error Method 'getUnionPatterns' is not designed for extension - needs to be abstract, final or empty. 138
Error '{' should be on the previous line. 139
Error Line has trailing spaces. 143
Error Line has trailing spaces. 147
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 147
Error '{' should be on the previous line. 148
Error Line has trailing spaces. 153
Error Line has trailing spaces. 156
Error Line has trailing spaces. 162
Error Method 'getMatchesNodeName' is not designed for extension - needs to be abstract, final or empty. 162
Error '{' should be on the previous line. 163
Error Line has trailing spaces. 166
Error Line has trailing spaces. 167
Error Line has trailing spaces. 168
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error '{' should be on the previous line. 169
Error Line has trailing spaces. 172
Error First sentence should end with a period. 173
Error Expected an @return tag. 175

org/jaxen/pattern/PatternHandler.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 80
Error Missing a Javadoc comment. 81
Error Line has trailing spaces. 82
Error Missing a Javadoc comment. 83
Error '{' should be on the previous line. 84
Error Line has trailing spaces. 86
Error Method 'getPattern' is not designed for extension - needs to be abstract, final or empty. 96
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Method 'getPattern' is not designed for extension - needs to be abstract, final or empty. 111
Error Parameter shouldSimplify should be final. 111
Error Expected @param tag for 'shouldSimplify'. 111
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error '!' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error Line has trailing spaces. 123
Error Line has trailing spaces. 124
Error Line has trailing spaces. 125
Error Method 'endXPath' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line has trailing spaces. 131
Error Method 'endPathExpr' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error '{' should be on the previous line. 136
Error Line has trailing spaces. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Line has trailing spaces. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line has trailing spaces. 157
Error Line has trailing spaces. 163
Error Line has trailing spaces. 171
Error Line has trailing spaces. 177
Error Method 'startAbsoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 185
Error Missing a Javadoc comment. 185
Error '{' should be on the previous line. 186
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error Line has trailing spaces. 192
Error Method 'endAbsoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 193
Error Missing a Javadoc comment. 193
Error '{' should be on the previous line. 194
Error Method 'startRelativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 199
Error Missing a Javadoc comment. 199
Error '{' should be on the previous line. 200
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Method 'endRelativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 207
Error Missing a Javadoc comment. 207
Error '{' should be on the previous line. 208
Error Method 'endLocationPath' is not designed for extension - needs to be abstract, final or empty. 213
Error Missing a Javadoc comment. 213
Error '{' should be on the previous line. 214
Error Line has trailing spaces. 215
Error Line has trailing spaces. 217
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error Line is longer than 80 characters. 220
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error '(' is followed by whitespace. 223
Error '!' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 224
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 Line has trailing spaces. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error Line is longer than 80 characters. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error Line has trailing spaces. 234
Error '}' should be on the same line. 234
Error '{' should be on the previous line. 236
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '}' should be on the same line. 239
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 Line has trailing spaces. 244
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error '{' should be on the previous line. 245
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error Line has trailing spaces. 254
Error Method 'startNameStep' is not designed for extension - needs to be abstract, final or empty. 255
Error Missing a Javadoc comment. 255
Error Parameter axis should be final. 255
Error Parameter prefix should be final. 256
Error Parameter localName should be final. 257
Error '{' should be on the previous line. 258
Error Line is longer than 80 characters. 259
Error Line has trailing spaces. 262
Error Line has trailing spaces. 263
Error switch without "default" clause. 263
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error '{' should be on the previous line. 264
Error Line has trailing spaces. 272
Error Line has trailing spaces. 273
Error '(' is followed by whitespace. 273
Error '!' is followed by whitespace. 273
Error '(' is followed by whitespace. 273
Error ')' is preceded with whitespace. 273
Error ')' is preceded with whitespace. 273
Error Line has trailing spaces. 274
Error '{' should be on the previous line. 274
Error '(' is followed by whitespace. 275
Error '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error ')' is preceded with whitespace. 275
Error Line has trailing spaces. 277
Error Line is longer than 80 characters. 277
Error '(' is followed by whitespace. 277
Error '!' is followed by whitespace. 277
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error ')' is preceded with whitespace. 277
Error '(' is followed by whitespace. 279
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error ')' is preceded with whitespace. 279
Error Method 'startTextNodeStep' is not designed for extension - needs to be abstract, final or empty. 283
Error Missing a Javadoc comment. 283
Error Parameter axis should be final. 283
Error '{' should be on the previous line. 284
Error Line has trailing spaces. 287
Error '(' is followed by whitespace. 288
Error '(' is followed by whitespace. 288
Error ')' is preceded with whitespace. 288
Error ')' is preceded with whitespace. 288
Error Line has trailing spaces. 290
Error Method 'startCommentNodeStep' is not designed for extension - needs to be abstract, final or empty. 291
Error Missing a Javadoc comment. 291
Error Parameter axis should be final. 291
Error '{' should be on the previous line. 292
Error '(' is followed by whitespace. 296
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error ')' is preceded with whitespace. 296
Error Method 'startAllNodeStep' is not designed for extension - needs to be abstract, final or empty. 299
Error Missing a Javadoc comment. 299
Error Parameter axis should be final. 299
Error '{' should be on the previous line. 300
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error Method 'startProcessingInstructionNodeStep' is not designed for extension - needs to be abstract, final or empty. 307
Error Missing a Javadoc comment. 307
Error Parameter axis should be final. 307
Error Line is longer than 80 characters. 308
Error Parameter name should be final. 308
Error Line has trailing spaces. 313
Error '(' is followed by whitespace. 314
Error '(' is followed by whitespace. 314
Error ')' is preceded with whitespace. 314
Error ')' is preceded with whitespace. 314
Error Line has trailing spaces. 316
Error Method 'endStep' is not designed for extension - needs to be abstract, final or empty. 317
Error Missing a Javadoc comment. 317
Error '{' should be on the previous line. 318
Error Line has trailing spaces. 320
Error '(' is followed by whitespace. 320
Error '!' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error '{' should be on the previous line. 321
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error Line has trailing spaces. 323
Error '(' is followed by whitespace. 324
Error '!' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error '{' should be on the previous line. 325
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error Line has trailing spaces. 330
Error Missing a Javadoc comment. 332
Error '{' should be on the previous line. 333
Error Method 'endUnionExpr' is not designed for extension - needs to be abstract, final or empty. 337
Error Missing a Javadoc comment. 337
Error Parameter create should be final. 337
Error '{' should be on the previous line. 338
Error '(' is followed by whitespace. 341
Error ')' is preceded with whitespace. 341
Error '{' should be on the previous line. 342
Error '(' is followed by whitespace. 348
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 349
Error ')' is preceded with whitespace. 349
Error Line has trailing spaces. 353
Error Method 'createAbsoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 353
Error Missing a Javadoc comment. 353
Error '{' should be on the previous line. 354
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error Line has trailing spaces. 358
Error Method 'createRelativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 358
Error Missing a Javadoc comment. 358
Error '{' should be on the previous line. 359

org/jaxen/pattern/PatternParser.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error First sentence should end with a period. 91
Error Line has trailing spaces. 96
Error Utility classes should not have a public or default constructor. 96
Error '{' should be on the previous line. 97
Error Missing a Javadoc comment. 98
Error Missing a Javadoc comment. 99
Error Line is longer than 80 characters. 100
Error Missing a Javadoc comment. 100
Error Parameter text should be final. 100
Error Redundant throws: 'JaxenException' is subclass of 'org.jaxen.saxpath.SAXPathException'. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error Line has trailing spaces. 105
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line has trailing spaces. 110
Error '}' should be on the same line. 112
Error '{' should be on the previous line. 114
Error Line has trailing spaces. 117
Error Line has trailing spaces. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Line is longer than 80 characters. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Line has trailing spaces. 126
Error Line has trailing spaces. 127
Error Missing a Javadoc comment. 127
Error Parameter expr should be final. 127
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 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. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '}' should be on the same line. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '}' should be on the same line. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '}' should be on the same line. 150
Error Line has trailing spaces. 151
Error '{' should be on the previous line. 152
Error '(' is followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 155
Error Line has trailing spaces. 159
Error Line is longer than 80 characters. 160
Error Missing a Javadoc comment. 160
Error Parameter locationPath should be final. 160
Error Line has trailing spaces. 162
Error Line has trailing spaces. 165
Error Line has trailing spaces. 169
Error Line is longer than 80 characters. 169
Error '(' is followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error ';' is followed by whitespace. 169
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '}' should be on the same line. 176
Error '{' should be on the previous line. 178
Error Line has trailing spaces. 179
Error '(' is followed by whitespace. 179
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error ')' is preceded with whitespace. 179
Error '{' should be on the previous line. 180
Error Line is longer than 80 characters. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '}' should be on the same line. 186
Error '{' should be on the previous line. 188
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error '{' should be on the previous line. 197
Error Line is longer than 80 characters. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error Line has trailing spaces. 202
Error Line has trailing spaces. 203
Error Line is longer than 80 characters. 204
Error Missing a Javadoc comment. 204
Error Parameter path should be final. 204
Error Parameter step should be final. 204
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '{' should be on the previous line. 207
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error '{' should be on the previous line. 210
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error '}' should be on the same line. 212
Error Line has trailing spaces. 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. 217
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '{' should be on the previous line. 219
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '}' should be on the same line. 221
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error '{' should be on the previous line. 223
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '}' should be on the same line. 225
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '{' should be on the previous line. 227
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '}' should be on the same line. 229
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '{' should be on the previous line. 231
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '}' should be on the same line. 233
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '{' should be on the previous line. 235
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error '{' should be on the previous line. 242
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error '{' should be on the previous line. 246
Error Line has trailing spaces. 247
Error '(' is followed by whitespace. 247
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error ')' is preceded with whitespace. 247
Error '{' should be on the previous line. 248
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '{' should be on the previous line. 250
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error '}' should be on the same line. 252
Error Line has trailing spaces. 253
Error '{' should be on the previous line. 254
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error '}' should be on the same line. 257
Error Line has trailing spaces. 258
Error '{' should be on the previous line. 259
Error '(' is followed by whitespace. 260
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error ')' is preceded with whitespace. 260
Error '}' should be on the same line. 262
Error Line has trailing spaces. 263
Error '{' should be on the previous line. 264
Error '(' is followed by whitespace. 265
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error ')' is preceded with whitespace. 265
Error '}' should be on the same line. 269
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error '{' should be on the previous line. 271
Error '}' should be on the same line. 273
Error Line has trailing spaces. 274
Error '{' should be on the previous line. 275
Error Line has trailing spaces. 276
Error Line is longer than 80 characters. 276
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error Line has trailing spaces. 280
Error Line is longer than 80 characters. 281
Error Missing a Javadoc comment. 281
Error Parameter path should be final. 281
Error Parameter step should be final. 281
Error Line has trailing spaces. 284
Error '(' is followed by whitespace. 284
Error '!' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error '{' should be on the previous line. 285
Error Line is longer than 80 characters. 286
Error '(' is followed by whitespace. 287
Error ';' is followed by whitespace. 287
Error '{' should be on the previous line. 288
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 289
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error Line has trailing spaces. 292
Error Line has trailing spaces. 295
Error Missing a Javadoc comment. 296
Error '(' is followed by whitespace. 296
Error Parameter step should be final. 296
Error ')' is preceded with whitespace. 296
Error '{' should be on the previous line. 297
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error '{' should be on the previous line. 299
Error '}' should be on the same line. 301
Error '(' is followed by whitespace. 303
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error ')' is preceded with whitespace. 303
Error '{' should be on the previous line. 304
Error '!' is followed by whitespace. 305
Error '}' should be on the same line. 306
Error Line has trailing spaces. 307
Error '{' should be on the previous line. 308

org/jaxen/pattern/TextNodeTest.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 78
Error Line has trailing spaces. 81
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 81
Error '(' is followed by whitespace. 81
Error Parameter node should be final. 81
Error Expected @param tag for 'node'. 81
Error Parameter context should be final. 81
Error Expected @param tag for 'context'. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error '{' should be on the previous line. 87
Error '-0.5' is a magic number. 88
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error '{' should be on the previous line. 92
Error Line has trailing spaces. 96
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error '{' should be on the previous line. 97

org/jaxen/pattern/UnionPattern.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84
Error Missing a Javadoc comment. 84
Error Parameter lhs should be final. 84
Error 'lhs' hides a field. 84
Error Parameter rhs should be final. 84
Error 'rhs' hides a field. 84
Error '{' should be on the previous line. 85
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Method 'getLHS' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error Line has trailing spaces. 96
Error Line has trailing spaces. 97
Error Method 'setLHS' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter lhs should be final. 97
Error 'lhs' hides a field. 97
Error '{' should be on the previous line. 98
Error Line has trailing spaces. 102
Error Line has trailing spaces. 103
Error Method 'getRHS' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error '{' should be on the previous line. 104
Error Line has trailing spaces. 107
Error Line has trailing spaces. 108
Error Method 'setRHS' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Parameter rhs should be final. 108
Error 'rhs' hides a field. 108
Error '{' should be on the previous line. 109
Error Line has trailing spaces. 113
Error Line has trailing spaces. 114
Error Line has trailing spaces. 116
Error Line is longer than 80 characters. 116
Error Line has trailing spaces. 117
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 120
Error '(' is followed by whitespace. 120
Error Parameter node should be final. 120
Error Expected @param tag for 'node'. 120
Error Parameter context should be final. 120
Error Expected @param tag for 'context'. 120
Error ')' is preceded with whitespace. 120
Error Expected @throws tag for 'JaxenException'. 120
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Line has trailing spaces. 124
Error Line has trailing spaces. 125
Error Method 'getUnionPatterns' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error '{' should be on the previous line. 126
Error '{' is followed by whitespace. 127
Error Line has trailing spaces. 130
Error Line has trailing spaces. 131
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 131
Error Missing a Javadoc comment. 131
Error '{' should be on the previous line. 132
Error Line has trailing spaces. 137
Error Method 'getMatchesNodeName' is not designed for extension - needs to be abstract, final or empty. 137
Error Missing a Javadoc comment. 137
Error '{' should be on the previous line. 138
Error Line has trailing spaces. 141
Error Line has trailing spaces. 142
Error Line has trailing spaces. 143
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 143
Error Missing a Javadoc comment. 143
Error '{' should be on the previous line. 144
Error Line has trailing spaces. 150
Error Line has trailing spaces. 151
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 151
Error Missing a Javadoc comment. 151
Error '{' should be on the previous line. 152
Error Line has trailing spaces. 155
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 156
Error Missing a Javadoc comment. 156
Error '{' should be on the previous line. 157
Error Line has trailing spaces. 160
Error Line has trailing spaces. 162
Error Line is longer than 80 characters. 162
Error Line has trailing spaces. 163
Error Missing a Javadoc comment. 163
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error Avoid inline conditionals. 167
Error Line has trailing spaces. 168
Error Line has trailing spaces. 171
Error Line has trailing spaces. 173
Error '(' is followed by whitespace. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error ')' is preceded with whitespace. 173
Error '{' should be on the previous line. 174
Error Line has trailing spaces. 177

org/jaxen/saxpath/Axis.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 70
Error Utility classes should not have a public or default constructor. 70
Error '{' should be on the previous line. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 74
Error 'static' modifier out of order with the JLS suggestions. 75
Error First sentence should end with a period. 77
Error 'static' modifier out of order with the JLS suggestions. 78
Error First sentence should end with a period. 80
Error 'static' modifier out of order with the JLS suggestions. 81
Error First sentence should end with a period. 83
Error 'static' modifier out of order with the JLS suggestions. 84
Error First sentence should end with a period. 86
Error 'static' modifier out of order with the JLS suggestions. 87
Error First sentence should end with a period. 89
Error 'static' modifier out of order with the JLS suggestions. 90
Error First sentence should end with a period. 92
Error 'static' modifier out of order with the JLS suggestions. 93
Error First sentence should end with a period. 95
Error 'static' modifier out of order with the JLS suggestions. 96
Error First sentence should end with a period. 98
Error 'static' modifier out of order with the JLS suggestions. 99
Error First sentence should end with a period. 101
Error 'static' modifier out of order with the JLS suggestions. 102
Error First sentence should end with a period. 104
Error 'static' modifier out of order with the JLS suggestions. 105
Error First sentence should end with a period. 107
Error 'static' modifier out of order with the JLS suggestions. 108
Error First sentence should end with a period. 110
Error 'static' modifier out of order with the JLS suggestions. 111
Error First sentence should end with a period. 113
Error 'static' modifier out of order with the JLS suggestions. 114
Error Missing a Javadoc comment. 116
Error Parameter axisNum should be final. 116
Error '{' should be on the previous line. 117
Error switch without "default" clause. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error Missing a Javadoc comment. 163
Error Parameter axisName should be final. 163
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error ')' is preceded with whitespace. 165
Error '{' should be on the previous line. 166
Error '(' is followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error '(' is followed by whitespace. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error '(' is followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error ')' is preceded with whitespace. 180
Error '{' should be on the previous line. 181
Error '(' is followed by whitespace. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 186
Error '(' is followed by whitespace. 190
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error ')' is preceded with whitespace. 190
Error '{' should be on the previous line. 191
Error '(' is followed by whitespace. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error '(' is followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error ')' is preceded with whitespace. 200
Error '{' should be on the previous line. 201
Error '(' is followed by whitespace. 205
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error ')' is preceded with whitespace. 205
Error '{' should be on the previous line. 206
Error '(' is followed by whitespace. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error ')' is preceded with whitespace. 210
Error '{' should be on the previous line. 211
Error '(' is followed by whitespace. 215
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 216
Error '(' is followed by whitespace. 220
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error ')' is preceded with whitespace. 220
Error '{' should be on the previous line. 221
Error '(' is followed by whitespace. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226

org/jaxen/saxpath/Operator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 67
Error interfaces should describe a type and hence have methods. 67
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 69
Error Redundant 'final' modifier. 69
Error 'static' modifier out of order with the JLS suggestions. 69
Error Missing a Javadoc comment. 71
Error Redundant 'final' modifier. 71
Error 'static' modifier out of order with the JLS suggestions. 71
Error Missing a Javadoc comment. 72
Error Redundant 'final' modifier. 72
Error 'static' modifier out of order with the JLS suggestions. 72
Error Line has trailing spaces. 73
Error Missing a Javadoc comment. 75
Error Redundant 'final' modifier. 75
Error 'static' modifier out of order with the JLS suggestions. 75
Error Missing a Javadoc comment. 76
Error Redundant 'final' modifier. 76
Error 'static' modifier out of order with the JLS suggestions. 76
Error Missing a Javadoc comment. 77
Error Redundant 'final' modifier. 77
Error 'static' modifier out of order with the JLS suggestions. 77
Error Missing a Javadoc comment. 78
Error Redundant 'final' modifier. 78
Error 'static' modifier out of order with the JLS suggestions. 78
Error Line has trailing spaces. 79
Error Missing a Javadoc comment. 81
Error Redundant 'final' modifier. 81
Error 'static' modifier out of order with the JLS suggestions. 81
Error Missing a Javadoc comment. 82
Error Redundant 'final' modifier. 82
Error 'static' modifier out of order with the JLS suggestions. 82
Error Missing a Javadoc comment. 85
Error Redundant 'final' modifier. 85
Error 'static' modifier out of order with the JLS suggestions. 85
Error Missing a Javadoc comment. 86
Error Redundant 'final' modifier. 86
Error 'static' modifier out of order with the JLS suggestions. 86
Error Missing a Javadoc comment. 87
Error Redundant 'final' modifier. 87
Error 'static' modifier out of order with the JLS suggestions. 87
Error Missing a Javadoc comment. 90
Error Redundant 'final' modifier. 90
Error 'static' modifier out of order with the JLS suggestions. 90

org/jaxen/saxpath/SAXPathEventSource.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 81
Error Line has trailing spaces. 88

org/jaxen/saxpath/SAXPathException.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error '{' should be on the previous line. 72
Error First sentence should end with a period. 74
Error Parameter msg should be final. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error First sentence should end with a period. 86
Error Parameter src should be final. 90
Error '{' should be on the previous line. 91
Error Line contains a tab character. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line contains a tab character. 93
Error Expected an @return tag. 99
Error Method 'getCause' is not designed for extension - needs to be abstract, final or empty. 99
Error '{' should be on the previous line. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 105
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 107
Error '{' should be on the previous line. 108
Error Line contains a tab character. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line contains a tab character. 113
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 115
Error '(' is followed by whitespace. 115
Error Parameter s should be final. 115
Error Expected @param tag for 's'. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error Line contains a tab character. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line contains a tab character. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 125
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 127
Error Parameter s should be final. 127
Error Expected @param tag for 's'. 127
Error '{' should be on the previous line. 128
Error Line contains a tab character. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line contains a tab character. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line contains a tab character. 133

org/jaxen/saxpath/SAXPathParseException.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error '{' should be on the previous line. 71
Error Parameter msg should be final. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78

org/jaxen/saxpath/XPathHandler.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error '{' should be on the previous line. 86
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 89
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 93
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 97
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 101
Error Line is longer than 80 characters. 103
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 105
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 109
Error Line is longer than 80 characters. 111
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 113
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 117
Error Line is longer than 80 characters. 128
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 128
Error First sentence should end with a period. 130
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 132
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 138
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 142
Error Line is longer than 80 characters. 148
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 148
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 152
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 158
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 162
Error Line is longer than 80 characters. 171
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 171
Error Line is longer than 80 characters. 175
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 175
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 179
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 183
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 187
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 191
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 195
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 203
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 207
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 215
Error Line is longer than 80 characters. 217
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 219
Error Line is longer than 80 characters. 228
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 228
Error Line is longer than 80 characters. 230
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 232
Error Line is longer than 80 characters. 234
Error Line is longer than 80 characters. 241
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 241
Error Line is longer than 80 characters. 243
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 245
Error Line is longer than 80 characters. 254
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 254
Error Line is longer than 80 characters. 256
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 258
Error Line is longer than 80 characters. 260
Error Line is longer than 80 characters. 267
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 267
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 271
Error Line has trailing spaces. 278
Error Line is longer than 80 characters. 281
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 281
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 285
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 293
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 299
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 305
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 311
Error Line is longer than 80 characters. 319
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 319
Error Line is longer than 80 characters. 327
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 327
Error First sentence should end with a period. 329
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 331

org/jaxen/saxpath/XPathReader.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error '{' should be on the previous line. 75
Error Line is longer than 80 characters. 77

org/jaxen/saxpath/XPathSyntaxException.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Parameter xpath should be final. 73
Error 'xpath' hides a field. 73
Error Parameter position should be final. 74
Error 'position' hides a field. 74
Error Parameter message should be final. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error '{' should be on the previous line. 83
Error Method 'getXPath' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error '{' should be on the previous line. 88
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error Method 'getPositionMarker' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 103
Error ';' is preceded with whitespace. 103
Error ';' is preceded with whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error Line has trailing spaces. 111
Error Method 'getMultilineMessage' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123

org/jaxen/saxpath/base/DefaultXPathHandler.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Class DefaultXPathHandler should be declared as final. 69
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Line is longer than 80 characters. 71
Error Missing a Javadoc comment. 71
Error Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 71
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 73
Error '{' is not followed by whitespace. 73
Error '}' is not preceded with whitespace. 73
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 79
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 83
Error Missing a Javadoc comment. 84
Error '{' should be on the previous line. 85
Error Missing a Javadoc comment. 88
Error '{' should be on the previous line. 89
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error Missing a Javadoc comment. 96
Error '{' should be on the previous line. 97
Error Missing a Javadoc comment. 100
Error '{' should be on the previous line. 101
Error Missing a Javadoc comment. 104
Error '{' should be on the previous line. 105
Error Missing a Javadoc comment. 108
Error '{' should be on the previous line. 109
Error Missing a Javadoc comment. 112
Error Parameter axis should be final. 112
Error Parameter prefix should be final. 113
Error Parameter localName should be final. 114
Error '{' should be on the previous line. 115
Error Missing a Javadoc comment. 117
Error Parameter axis should be final. 117
Error '{' should be on the previous line. 118
Error Line has trailing spaces. 120
Error Missing a Javadoc comment. 121
Error '{' should be on the previous line. 122
Error Missing a Javadoc comment. 125
Error Parameter axis should be final. 125
Error '{' should be on the previous line. 126
Error Missing a Javadoc comment. 129
Error '{' should be on the previous line. 130
Error Line has trailing spaces. 132
Error Missing a Javadoc comment. 133
Error Parameter axis should be final. 133
Error '{' should be on the previous line. 134
Error Missing a Javadoc comment. 137
Error '{' should be on the previous line. 138
Error Missing a Javadoc comment. 141
Error Parameter axis should be final. 141
Error Parameter name should be final. 142
Error '{' should be on the previous line. 143
Error Line has trailing spaces. 145
Error Missing a Javadoc comment. 146
Error '{' should be on the previous line. 147
Error Line has trailing spaces. 149
Error Missing a Javadoc comment. 150
Error '{' should be on the previous line. 151
Error Missing a Javadoc comment. 154
Error '{' should be on the previous line. 155
Error Line has trailing spaces. 157
Error Missing a Javadoc comment. 158
Error '{' should be on the previous line. 159
Error Missing a Javadoc comment. 162
Error '{' should be on the previous line. 163
Error Missing a Javadoc comment. 166
Error '{' should be on the previous line. 167
Error Missing a Javadoc comment. 170
Error '{' should be on the previous line. 171
Error Missing a Javadoc comment. 174
Error Parameter create should be final. 174
Error '{' should be on the previous line. 175
Error Missing a Javadoc comment. 178
Error '{' should be on the previous line. 179
Error Missing a Javadoc comment. 182
Error Parameter create should be final. 182
Error '{' should be on the previous line. 183
Error Missing a Javadoc comment. 186
Error '{' should be on the previous line. 187
Error Missing a Javadoc comment. 190
Error Parameter operator should be final. 190
Error '{' should be on the previous line. 191
Error Missing a Javadoc comment. 194
Error '{' should be on the previous line. 195
Error Missing a Javadoc comment. 198
Error Parameter operator should be final. 198
Error '{' should be on the previous line. 199
Error Missing a Javadoc comment. 202
Error '{' should be on the previous line. 203
Error Missing a Javadoc comment. 206
Error Parameter operator should be final. 206
Error '{' should be on the previous line. 207
Error Missing a Javadoc comment. 210
Error '{' should be on the previous line. 211
Error Missing a Javadoc comment. 214
Error Parameter operator should be final. 214
Error '{' should be on the previous line. 215
Error Missing a Javadoc comment. 218
Error '{' should be on the previous line. 219
Error Missing a Javadoc comment. 222
Error Parameter operator should be final. 222
Error '{' should be on the previous line. 223
Error Missing a Javadoc comment. 226
Error '{' should be on the previous line. 227
Error Line has trailing spaces. 229
Error Missing a Javadoc comment. 230
Error Parameter create should be final. 230
Error '{' should be on the previous line. 231
Error Missing a Javadoc comment. 234
Error Parameter number should be final. 234
Error '{' should be on the previous line. 235
Error Missing a Javadoc comment. 238
Error Parameter number should be final. 238
Error '{' should be on the previous line. 239
Error Missing a Javadoc comment. 242
Error Parameter literal should be final. 242
Error '{' should be on the previous line. 243
Error Missing a Javadoc comment. 246
Error Parameter prefix should be final. 246
Error Parameter variableName should be final. 247
Error '{' should be on the previous line. 248
Error Missing a Javadoc comment. 251
Error Parameter prefix should be final. 251
Error Parameter functionName should be final. 252
Error '{' should be on the previous line. 253
Error Missing a Javadoc comment. 256
Error '{' should be on the previous line. 257

org/jaxen/saxpath/base/Token.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 67
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 74
Error Parameter tokenType should be final. 74
Error 'tokenType' hides a field. 74
Error Parameter parseText should be final. 75
Error 'parseText' hides a field. 75
Error Parameter tokenBegin should be final. 76
Error 'tokenBegin' hides a field. 76
Error Parameter tokenEnd should be final. 77
Error 'tokenEnd' hides a field. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Missing a Javadoc comment. 85
Error Parameter tokenType should be final. 85
Error 'tokenType' hides a field. 85
Error '{' should be on the previous line. 86
Error Missing a Javadoc comment. 90
Error '{' should be on the previous line. 91
Error Missing a Javadoc comment. 95
Error Parameter parseText should be final. 95
Error 'parseText' hides a field. 95
Error '{' should be on the previous line. 96
Error Missing a Javadoc comment. 100
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 103
Error Missing a Javadoc comment. 106
Error Parameter tokenBegin should be final. 106
Error 'tokenBegin' hides a field. 106
Error '{' should be on the previous line. 107
Error Missing a Javadoc comment. 111
Error '{' should be on the previous line. 112
Error Missing a Javadoc comment. 116
Error Parameter tokenEnd should be final. 116
Error 'tokenEnd' hides a field. 116
Error '{' should be on the previous line. 117
Error Missing a Javadoc comment. 121
Error '{' should be on the previous line. 122
Error Missing a Javadoc comment. 126
Error '{' should be on the previous line. 127

org/jaxen/saxpath/base/TokenTypes.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 81
Error Missing a Javadoc comment. 83
Error Missing a Javadoc comment. 84
Error Missing a Javadoc comment. 85
Error Missing a Javadoc comment. 86
Error Missing a Javadoc comment. 88
Error Missing a Javadoc comment. 90
Error Missing a Javadoc comment. 91
Error Missing a Javadoc comment. 92
Error Missing a Javadoc comment. 93
Error Missing a Javadoc comment. 94
Error Missing a Javadoc comment. 96
Error Missing a Javadoc comment. 97
Error Missing a Javadoc comment. 98
Error Missing a Javadoc comment. 100
Error Missing a Javadoc comment. 101
Error Missing a Javadoc comment. 103
Error Missing a Javadoc comment. 105
Error Missing a Javadoc comment. 107
Error Missing a Javadoc comment. 108
Error Missing a Javadoc comment. 110
Error Missing a Javadoc comment. 111
Error Missing a Javadoc comment. 113
Error Missing a Javadoc comment. 117
Error Missing a Javadoc comment. 118
Error Missing a Javadoc comment. 119
Error Missing a Javadoc comment. 121
Error '(' is followed by whitespace. 121
Error Parameter tokenType should be final. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error Line is longer than 80 characters. 195

org/jaxen/saxpath/base/Verifier.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 7
Error Line has trailing spaces. 11
Error Line has trailing spaces. 14
Error Line has trailing spaces. 16
Error Line has trailing spaces. 17
Error Line has trailing spaces. 23
Error Line has trailing spaces. 27
Error Line has trailing spaces. 28
Error Line has trailing spaces. 29
Error Line has trailing spaces. 33
Error Line has trailing spaces. 49
Error Line has trailing spaces. 50
Error Line has trailing spaces. 54
Error Line has trailing spaces. 60
Error Utility classes should not have a public or default constructor. 67
Error Line has trailing spaces. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 75
Error Parameter c should be final. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 86
Error Line has trailing spaces. 90
Error Parameter c should be final. 95
Error Line has trailing spaces. 96
Error Line has trailing spaces. 98
Error Method length is 215 lines (max allowed is 150). 108
Error Parameter c should be final. 108
Error Line has trailing spaces. 109
Error Line has trailing spaces. 110
Error 'if' construct must use '{}'s. 114
Error '0x0041' is a magic number. 114
Error '0x005a' is a magic number. 114
Error 'if' construct must use '{}'s. 115
Error '0x0061' is a magic number. 115
Error '0x007A' is a magic number. 115
Error 'if' construct must use '{}'s. 116
Error '0x00C0' is a magic number. 116
Error '0x00D6' is a magic number. 116
Error 'if' construct must use '{}'s. 117
Error '0x00D8' is a magic number. 117
Error '0x00F6' is a magic number. 117
Error 'if' construct must use '{}'s. 118
Error '0x00F8' is a magic number. 118
Error '0x00FF' is a magic number. 118
Error 'if' construct must use '{}'s. 119
Error '0x0100' is a magic number. 119
Error '0x0131' is a magic number. 119
Error 'if' construct must use '{}'s. 120
Error '0x0134' is a magic number. 120
Error '0x013E' is a magic number. 120
Error 'if' construct must use '{}'s. 121
Error '0x0141' is a magic number. 121
Error '0x0148' is a magic number. 121
Error 'if' construct must use '{}'s. 122
Error '0x014A' is a magic number. 122
Error '0x017E' is a magic number. 122
Error 'if' construct must use '{}'s. 123
Error '0x0180' is a magic number. 123
Error '0x01C3' is a magic number. 123
Error 'if' construct must use '{}'s. 124
Error '0x01CD' is a magic number. 124
Error '0x01F0' is a magic number. 124
Error 'if' construct must use '{}'s. 125
Error '0x01F4' is a magic number. 125
Error '0x01F5' is a magic number. 125
Error 'if' construct must use '{}'s. 126
Error '0x01FA' is a magic number. 126
Error '0x0217' is a magic number. 126
Error 'if' construct must use '{}'s. 127
Error '0x0250' is a magic number. 127
Error '0x02A8' is a magic number. 127
Error 'if' construct must use '{}'s. 128
Error '0x02BB' is a magic number. 128
Error '0x02C1' is a magic number. 128
Error 'if' construct must use '{}'s. 129
Error '0x0386' is a magic number. 129
Error 'if' construct must use '{}'s. 130
Error '0x0388' is a magic number. 130
Error '0x038A' is a magic number. 130
Error 'if' construct must use '{}'s. 131
Error '0x038C' is a magic number. 131
Error 'if' construct must use '{}'s. 132
Error '0x038E' is a magic number. 132
Error '0x03A1' is a magic number. 132
Error 'if' construct must use '{}'s. 133
Error '0x03A3' is a magic number. 133
Error '0x03CE' is a magic number. 133
Error 'if' construct must use '{}'s. 134
Error '0x03D0' is a magic number. 134
Error '0x03D6' is a magic number. 134
Error 'if' construct must use '{}'s. 135
Error '0x03DA' is a magic number. 135
Error 'if' construct must use '{}'s. 136
Error '0x03DC' is a magic number. 136
Error 'if' construct must use '{}'s. 137
Error '0x03DE' is a magic number. 137
Error 'if' construct must use '{}'s. 138
Error '0x03E0' is a magic number. 138
Error 'if' construct must use '{}'s. 139
Error '0x03E2' is a magic number. 139
Error '0x03F3' is a magic number. 139
Error 'if' construct must use '{}'s. 140
Error '0x0401' is a magic number. 140
Error '0x040C' is a magic number. 140
Error 'if' construct must use '{}'s. 141
Error '0x040E' is a magic number. 141
Error '0x044F' is a magic number. 141
Error 'if' construct must use '{}'s. 142
Error '0x0451' is a magic number. 142
Error '0x045C' is a magic number. 142
Error 'if' construct must use '{}'s. 143
Error '0x045E' is a magic number. 143
Error '0x0481' is a magic number. 143
Error 'if' construct must use '{}'s. 144
Error '0x0490' is a magic number. 144
Error '0x04C4' is a magic number. 144
Error 'if' construct must use '{}'s. 145
Error '0x04C7' is a magic number. 145
Error '0x04C8' is a magic number. 145
Error 'if' construct must use '{}'s. 146
Error '0x04CB' is a magic number. 146
Error '0x04CC' is a magic number. 146
Error 'if' construct must use '{}'s. 147
Error '0x04D0' is a magic number. 147
Error '0x04EB' is a magic number. 147
Error 'if' construct must use '{}'s. 148
Error '0x04EE' is a magic number. 148
Error '0x04F5' is a magic number. 148
Error 'if' construct must use '{}'s. 149
Error '0x04F8' is a magic number. 149
Error '0x04F9' is a magic number. 149
Error 'if' construct must use '{}'s. 150
Error '0x0531' is a magic number. 150
Error '0x0556' is a magic number. 150
Error 'if' construct must use '{}'s. 151
Error '0x0559' is a magic number. 151
Error 'if' construct must use '{}'s. 152
Error '0x0561' is a magic number. 152
Error '0x0586' is a magic number. 152
Error 'if' construct must use '{}'s. 153
Error '0x05D0' is a magic number. 153
Error '0x05EA' is a magic number. 153
Error 'if' construct must use '{}'s. 154
Error '0x05F0' is a magic number. 154
Error '0x05F2' is a magic number. 154
Error 'if' construct must use '{}'s. 155
Error '0x0621' is a magic number. 155
Error '0x063A' is a magic number. 155
Error 'if' construct must use '{}'s. 156
Error '0x0641' is a magic number. 156
Error '0x064A' is a magic number. 156
Error 'if' construct must use '{}'s. 157
Error '0x0671' is a magic number. 157
Error '0x06B7' is a magic number. 157
Error 'if' construct must use '{}'s. 158
Error '0x06BA' is a magic number. 158
Error '0x06BE' is a magic number. 158
Error 'if' construct must use '{}'s. 159
Error '0x06C0' is a magic number. 159
Error '0x06CE' is a magic number. 159
Error 'if' construct must use '{}'s. 160
Error '0x06D0' is a magic number. 160
Error '0x06D3' is a magic number. 160
Error 'if' construct must use '{}'s. 161
Error '0x06D5' is a magic number. 161
Error 'if' construct must use '{}'s. 162
Error '0x06E5' is a magic number. 162
Error '0x06E6' is a magic number. 162
Error 'if' construct must use '{}'s. 163
Error '0x0905' is a magic number. 163
Error '0x0939' is a magic number. 163
Error 'if' construct must use '{}'s. 164
Error '0x093D' is a magic number. 164
Error 'if' construct must use '{}'s. 165
Error '0x0958' is a magic number. 165
Error '0x0961' is a magic number. 165
Error 'if' construct must use '{}'s. 166
Error '0x0985' is a magic number. 166
Error '0x098C' is a magic number. 166
Error 'if' construct must use '{}'s. 167
Error '0x098F' is a magic number. 167
Error '0x0990' is a magic number. 167
Error 'if' construct must use '{}'s. 168
Error '0x0993' is a magic number. 168
Error '0x09A8' is a magic number. 168
Error 'if' construct must use '{}'s. 169
Error '0x09AA' is a magic number. 169
Error '0x09B0' is a magic number. 169
Error 'if' construct must use '{}'s. 170
Error '0x09B2' is a magic number. 170
Error 'if' construct must use '{}'s. 171
Error '0x09B6' is a magic number. 171
Error '0x09B9' is a magic number. 171
Error 'if' construct must use '{}'s. 172
Error '0x09DC' is a magic number. 172
Error '0x09DD' is a magic number. 172
Error 'if' construct must use '{}'s. 173
Error '0x09DF' is a magic number. 173
Error '0x09E1' is a magic number. 173
Error 'if' construct must use '{}'s. 174
Error '0x09F0' is a magic number. 174
Error '0x09F1' is a magic number. 174
Error 'if' construct must use '{}'s. 175
Error '0x0A05' is a magic number. 175
Error '0x0A0A' is a magic number. 175
Error 'if' construct must use '{}'s. 176
Error '0x0A0F' is a magic number. 176
Error '0x0A10' is a magic number. 176
Error 'if' construct must use '{}'s. 177
Error '0x0A13' is a magic number. 177
Error '0x0A28' is a magic number. 177
Error 'if' construct must use '{}'s. 178
Error '0x0A2A' is a magic number. 178
Error '0x0A30' is a magic number. 178
Error 'if' construct must use '{}'s. 179
Error '0x0A32' is a magic number. 179
Error '0x0A33' is a magic number. 179
Error 'if' construct must use '{}'s. 180
Error '0x0A35' is a magic number. 180
Error '0x0A36' is a magic number. 180
Error 'if' construct must use '{}'s. 181
Error '0x0A38' is a magic number. 181
Error '0x0A39' is a magic number. 181
Error 'if' construct must use '{}'s. 182
Error '0x0A59' is a magic number. 182
Error '0x0A5C' is a magic number. 182
Error 'if' construct must use '{}'s. 183
Error '0x0A5E' is a magic number. 183
Error 'if' construct must use '{}'s. 184
Error '0x0A72' is a magic number. 184
Error '0x0A74' is a magic number. 184
Error 'if' construct must use '{}'s. 185
Error '0x0A85' is a magic number. 185
Error '0x0A8B' is a magic number. 185
Error 'if' construct must use '{}'s. 186
Error '0x0A8D' is a magic number. 186
Error 'if' construct must use '{}'s. 187
Error '0x0A8F' is a magic number. 187
Error '0x0A91' is a magic number. 187
Error 'if' construct must use '{}'s. 188
Error '0x0A93' is a magic number. 188
Error '0x0AA8' is a magic number. 188
Error 'if' construct must use '{}'s. 189
Error '0x0AAA' is a magic number. 189
Error '0x0AB0' is a magic number. 189
Error 'if' construct must use '{}'s. 190
Error '0x0AB2' is a magic number. 190
Error '0x0AB3' is a magic number. 190
Error 'if' construct must use '{}'s. 191
Error '0x0AB5' is a magic number. 191
Error '0x0AB9' is a magic number. 191
Error 'if' construct must use '{}'s. 192
Error '0x0ABD' is a magic number. 192
Error 'if' construct must use '{}'s. 193
Error '0x0AE0' is a magic number. 193
Error 'if' construct must use '{}'s. 194
Error '0x0B05' is a magic number. 194
Error '0x0B0C' is a magic number. 194
Error 'if' construct must use '{}'s. 195
Error '0x0B0F' is a magic number. 195
Error '0x0B10' is a magic number. 195
Error 'if' construct must use '{}'s. 196
Error '0x0B13' is a magic number. 196
Error '0x0B28' is a magic number. 196
Error 'if' construct must use '{}'s. 197
Error '0x0B2A' is a magic number. 197
Error '0x0B30' is a magic number. 197
Error 'if' construct must use '{}'s. 198
Error '0x0B32' is a magic number. 198
Error '0x0B33' is a magic number. 198
Error 'if' construct must use '{}'s. 199
Error '0x0B36' is a magic number. 199
Error '0x0B39' is a magic number. 199
Error 'if' construct must use '{}'s. 200
Error '0x0B3D' is a magic number. 200
Error 'if' construct must use '{}'s. 201
Error '0x0B5C' is a magic number. 201
Error '0x0B5D' is a magic number. 201
Error 'if' construct must use '{}'s. 202
Error '0x0B5F' is a magic number. 202
Error '0x0B61' is a magic number. 202
Error 'if' construct must use '{}'s. 203
Error '0x0B85' is a magic number. 203
Error '0x0B8A' is a magic number. 203
Error 'if' construct must use '{}'s. 204
Error '0x0B8E' is a magic number. 204
Error '0x0B90' is a magic number. 204
Error 'if' construct must use '{}'s. 205
Error '0x0B92' is a magic number. 205
Error '0x0B95' is a magic number. 205
Error 'if' construct must use '{}'s. 206
Error '0x0B99' is a magic number. 206
Error '0x0B9A' is a magic number. 206
Error 'if' construct must use '{}'s. 207
Error '0x0B9C' is a magic number. 207
Error 'if' construct must use '{}'s. 208
Error '0x0B9E' is a magic number. 208
Error '0x0B9F' is a magic number. 208
Error 'if' construct must use '{}'s. 209
Error '0x0BA3' is a magic number. 209
Error '0x0BA4' is a magic number. 209
Error 'if' construct must use '{}'s. 210
Error '0x0BA8' is a magic number. 210
Error '0x0BAA' is a magic number. 210
Error 'if' construct must use '{}'s. 211
Error '0x0BAE' is a magic number. 211
Error '0x0BB5' is a magic number. 211
Error 'if' construct must use '{}'s. 212
Error '0x0BB7' is a magic number. 212
Error '0x0BB9' is a magic number. 212
Error 'if' construct must use '{}'s. 213
Error '0x0C05' is a magic number. 213
Error '0x0C0C' is a magic number. 213
Error 'if' construct must use '{}'s. 214
Error '0x0C0E' is a magic number. 214
Error '0x0C10' is a magic number. 214
Error 'if' construct must use '{}'s. 215
Error '0x0C12' is a magic number. 215
Error '0x0C28' is a magic number. 215
Error 'if' construct must use '{}'s. 216
Error '0x0C2A' is a magic number. 216
Error '0x0C33' is a magic number. 216
Error 'if' construct must use '{}'s. 217
Error '0x0C35' is a magic number. 217
Error '0x0C39' is a magic number. 217
Error 'if' construct must use '{}'s. 218
Error '0x0C60' is a magic number. 218
Error '0x0C61' is a magic number. 218
Error 'if' construct must use '{}'s. 219
Error '0x0C85' is a magic number. 219
Error '0x0C8C' is a magic number. 219
Error 'if' construct must use '{}'s. 220
Error '0x0C8E' is a magic number. 220
Error '0x0C90' is a magic number. 220
Error 'if' construct must use '{}'s. 221
Error '0x0C92' is a magic number. 221
Error '0x0CA8' is a magic number. 221
Error 'if' construct must use '{}'s. 222
Error '0x0CAA' is a magic number. 222
Error '0x0CB3' is a magic number. 222
Error 'if' construct must use '{}'s. 223
Error '0x0CB5' is a magic number. 223
Error '0x0CB9' is a magic number. 223
Error 'if' construct must use '{}'s. 224
Error '0x0CDE' is a magic number. 224
Error 'if' construct must use '{}'s. 225
Error '0x0CE0' is a magic number. 225
Error '0x0CE1' is a magic number. 225
Error 'if' construct must use '{}'s. 226
Error '0x0D05' is a magic number. 226
Error '0x0D0C' is a magic number. 226
Error 'if' construct must use '{}'s. 227
Error '0x0D0E' is a magic number. 227
Error '0x0D10' is a magic number. 227
Error 'if' construct must use '{}'s. 228
Error '0x0D12' is a magic number. 228
Error '0x0D28' is a magic number. 228
Error 'if' construct must use '{}'s. 229
Error '0x0D2A' is a magic number. 229
Error '0x0D39' is a magic number. 229
Error 'if' construct must use '{}'s. 230
Error '0x0D60' is a magic number. 230
Error '0x0D61' is a magic number. 230
Error 'if' construct must use '{}'s. 231
Error '0x0E01' is a magic number. 231
Error '0x0E2E' is a magic number. 231
Error 'if' construct must use '{}'s. 232
Error '0x0E30' is a magic number. 232
Error 'if' construct must use '{}'s. 233
Error '0x0E32' is a magic number. 233
Error '0x0E33' is a magic number. 233
Error 'if' construct must use '{}'s. 234
Error '0x0E40' is a magic number. 234
Error '0x0E45' is a magic number. 234
Error 'if' construct must use '{}'s. 235
Error '0x0E81' is a magic number. 235
Error '0x0E82' is a magic number. 235
Error 'if' construct must use '{}'s. 236
Error '0x0E84' is a magic number. 236
Error 'if' construct must use '{}'s. 237
Error '0x0E87' is a magic number. 237
Error '0x0E88' is a magic number. 237
Error 'if' construct must use '{}'s. 238
Error '0x0E8A' is a magic number. 238
Error 'if' construct must use '{}'s. 239
Error '0x0E8D' is a magic number. 239
Error 'if' construct must use '{}'s. 240
Error '0x0E94' is a magic number. 240
Error '0x0E97' is a magic number. 240
Error 'if' construct must use '{}'s. 241
Error '0x0E99' is a magic number. 241
Error '0x0E9F' is a magic number. 241
Error 'if' construct must use '{}'s. 242
Error '0x0EA1' is a magic number. 242
Error '0x0EA3' is a magic number. 242
Error 'if' construct must use '{}'s. 243
Error '0x0EA5' is a magic number. 243
Error 'if' construct must use '{}'s. 244
Error '0x0EA7' is a magic number. 244
Error 'if' construct must use '{}'s. 245
Error '0x0EAA' is a magic number. 245
Error '0x0EAB' is a magic number. 245
Error 'if' construct must use '{}'s. 246
Error '0x0EAD' is a magic number. 246
Error '0x0EAE' is a magic number. 246
Error 'if' construct must use '{}'s. 247
Error '0x0EB0' is a magic number. 247
Error 'if' construct must use '{}'s. 248
Error '0x0EB2' is a magic number. 248
Error '0x0EB3' is a magic number. 248
Error 'if' construct must use '{}'s. 249
Error '0x0EBD' is a magic number. 249
Error 'if' construct must use '{}'s. 250
Error '0x0EC0' is a magic number. 250
Error '0x0EC4' is a magic number. 250
Error 'if' construct must use '{}'s. 251
Error '0x0F40' is a magic number. 251
Error '0x0F47' is a magic number. 251
Error 'if' construct must use '{}'s. 252
Error '0x0F49' is a magic number. 252
Error '0x0F69' is a magic number. 252
Error 'if' construct must use '{}'s. 253
Error '0x10A0' is a magic number. 253
Error '0x10C5' is a magic number. 253
Error 'if' construct must use '{}'s. 254
Error '0x10D0' is a magic number. 254
Error '0x10F6' is a magic number. 254
Error 'if' construct must use '{}'s. 255
Error '0x1100' is a magic number. 255
Error 'if' construct must use '{}'s. 256
Error '0x1102' is a magic number. 256
Error '0x1103' is a magic number. 256
Error 'if' construct must use '{}'s. 257
Error '0x1105' is a magic number. 257
Error '0x1107' is a magic number. 257
Error 'if' construct must use '{}'s. 258
Error '0x1109' is a magic number. 258
Error 'if' construct must use '{}'s. 259
Error '0x110B' is a magic number. 259
Error '0x110C' is a magic number. 259
Error 'if' construct must use '{}'s. 260
Error '0x110E' is a magic number. 260
Error '0x1112' is a magic number. 260
Error 'if' construct must use '{}'s. 261
Error '0x113C' is a magic number. 261
Error 'if' construct must use '{}'s. 262
Error '0x113E' is a magic number. 262
Error 'if' construct must use '{}'s. 263
Error '0x1140' is a magic number. 263
Error 'if' construct must use '{}'s. 264
Error '0x114C' is a magic number. 264
Error 'if' construct must use '{}'s. 265
Error '0x114E' is a magic number. 265
Error 'if' construct must use '{}'s. 266
Error '0x1150' is a magic number. 266
Error 'if' construct must use '{}'s. 267
Error '0x1154' is a magic number. 267
Error '0x1155' is a magic number. 267
Error 'if' construct must use '{}'s. 268
Error '0x1159' is a magic number. 268
Error 'if' construct must use '{}'s. 269
Error '0x115F' is a magic number. 269
Error '0x1161' is a magic number. 269
Error 'if' construct must use '{}'s. 270
Error '0x1163' is a magic number. 270
Error 'if' construct must use '{}'s. 271
Error '0x1165' is a magic number. 271
Error 'if' construct must use '{}'s. 272
Error '0x1167' is a magic number. 272
Error 'if' construct must use '{}'s. 273
Error '0x1169' is a magic number. 273
Error 'if' construct must use '{}'s. 274
Error '0x116D' is a magic number. 274
Error '0x116E' is a magic number. 274
Error 'if' construct must use '{}'s. 275
Error '0x1172' is a magic number. 275
Error '0x1173' is a magic number. 275
Error 'if' construct must use '{}'s. 276
Error '0x1175' is a magic number. 276
Error 'if' construct must use '{}'s. 277
Error '0x119E' is a magic number. 277
Error 'if' construct must use '{}'s. 278
Error '0x11A8' is a magic number. 278
Error 'if' construct must use '{}'s. 279
Error '0x11AB' is a magic number. 279
Error 'if' construct must use '{}'s. 280
Error '0x11AE' is a magic number. 280
Error '0x11AF' is a magic number. 280
Error 'if' construct must use '{}'s. 281
Error '0x11B7' is a magic number. 281
Error '0x11B8' is a magic number. 281
Error 'if' construct must use '{}'s. 282
Error '0x11BA' is a magic number. 282
Error 'if' construct must use '{}'s. 283
Error '0x11BC' is a magic number. 283
Error '0x11C2' is a magic number. 283
Error 'if' construct must use '{}'s. 284
Error '0x11EB' is a magic number. 284
Error 'if' construct must use '{}'s. 285
Error '0x11F0' is a magic number. 285
Error 'if' construct must use '{}'s. 286
Error '0x11F9' is a magic number. 286
Error 'if' construct must use '{}'s. 287
Error '0x1E00' is a magic number. 287
Error '0x1E9B' is a magic number. 287
Error 'if' construct must use '{}'s. 288
Error '0x1EA0' is a magic number. 288
Error '0x1EF9' is a magic number. 288
Error 'if' construct must use '{}'s. 289
Error '0x1F00' is a magic number. 289
Error '0x1F15' is a magic number. 289
Error 'if' construct must use '{}'s. 290
Error '0x1F18' is a magic number. 290
Error '0x1F1D' is a magic number. 290
Error 'if' construct must use '{}'s. 291
Error '0x1F20' is a magic number. 291
Error '0x1F45' is a magic number. 291
Error 'if' construct must use '{}'s. 292
Error '0x1F48' is a magic number. 292
Error '0x1F4D' is a magic number. 292
Error 'if' construct must use '{}'s. 293
Error '0x1F50' is a magic number. 293
Error '0x1F57' is a magic number. 293
Error 'if' construct must use '{}'s. 294
Error '0x1F59' is a magic number. 294
Error 'if' construct must use '{}'s. 295
Error '0x1F5B' is a magic number. 295
Error 'if' construct must use '{}'s. 296
Error '0x1F5D' is a magic number. 296
Error 'if' construct must use '{}'s. 297
Error '0x1F5F' is a magic number. 297
Error '0x1F7D' is a magic number. 297
Error 'if' construct must use '{}'s. 298
Error '0x1F80' is a magic number. 298
Error '0x1FB4' is a magic number. 298
Error 'if' construct must use '{}'s. 299
Error '0x1FB6' is a magic number. 299
Error '0x1FBC' is a magic number. 299
Error 'if' construct must use '{}'s. 300
Error '0x1FBE' is a magic number. 300
Error 'if' construct must use '{}'s. 301
Error '0x1FC2' is a magic number. 301
Error '0x1FC4' is a magic number. 301
Error 'if' construct must use '{}'s. 302
Error '0x1FC6' is a magic number. 302
Error '0x1FCC' is a magic number. 302
Error 'if' construct must use '{}'s. 303
Error '0x1FD0' is a magic number. 303
Error '0x1FD3' is a magic number. 303
Error 'if' construct must use '{}'s. 304
Error '0x1FD6' is a magic number. 304
Error '0x1FDB' is a magic number. 304
Error 'if' construct must use '{}'s. 305
Error '0x1FE0' is a magic number. 305
Error '0x1FEC' is a magic number. 305
Error 'if' construct must use '{}'s. 306
Error '0x1FF2' is a magic number. 306
Error '0x1FF4' is a magic number. 306
Error 'if' construct must use '{}'s. 307
Error '0x1FF6' is a magic number. 307
Error '0x1FFC' is a magic number. 307
Error 'if' construct must use '{}'s. 308
Error '0x2126' is a magic number. 308
Error 'if' construct must use '{}'s. 309
Error '0x212A' is a magic number. 309
Error '0x212B' is a magic number. 309
Error 'if' construct must use '{}'s. 310
Error '0x212E' is a magic number. 310
Error 'if' construct must use '{}'s. 311
Error '0x2180' is a magic number. 311
Error '0x2182' is a magic number. 311
Error 'if' construct must use '{}'s. 312
Error Line has trailing spaces. 312
Error '0x3007' is a magic number. 312
Error 'if' construct must use '{}'s. 313
Error '0x3021' is a magic number. 313
Error '0x3029' is a magic number. 313
Error 'if' construct must use '{}'s. 314
Error '0x3041' is a magic number. 314
Error '0x3094' is a magic number. 314
Error 'if' construct must use '{}'s. 315
Error '0x30A1' is a magic number. 315
Error '0x30FA' is a magic number. 315
Error 'if' construct must use '{}'s. 316
Error '0x3105' is a magic number. 316
Error '0x312C' is a magic number. 316
Error 'if' construct must use '{}'s. 317
Error '0x4E00' is a magic number. 317
Error '0x9FA5' is a magic number. 317
Error 'if' construct must use '{}'s. 318
Error '0xAC00' is a magic number. 318
Error '0xD7A3' is a magic number. 318
Error Line has trailing spaces. 319
Error Line has trailing spaces. 321
Error Parameter c should be final. 333
Error 'if' construct must use '{}'s. 335
Error '0x0300' is a magic number. 335
Error '0x0345' is a magic number. 335
Error 'if' construct must use '{}'s. 336
Error '0x0360' is a magic number. 336
Error '0x0361' is a magic number. 336
Error 'if' construct must use '{}'s. 337
Error '0x0483' is a magic number. 337
Error '0x0486' is a magic number. 337
Error 'if' construct must use '{}'s. 338
Error '0x0591' is a magic number. 338
Error '0x05A1' is a magic number. 338
Error Line has trailing spaces. 339
Error 'if' construct must use '{}'s. 340
Error '0x05A3' is a magic number. 340
Error '0x05B9' is a magic number. 340
Error 'if' construct must use '{}'s. 341
Error '0x05BB' is a magic number. 341
Error '0x05BD' is a magic number. 341
Error 'if' construct must use '{}'s. 342
Error '0x05BF' is a magic number. 342
Error 'if' construct must use '{}'s. 343
Error '0x05C1' is a magic number. 343
Error '0x05C2' is a magic number. 343
Error Line has trailing spaces. 344
Error 'if' construct must use '{}'s. 345
Error '0x05C4' is a magic number. 345
Error 'if' construct must use '{}'s. 346
Error '0x064B' is a magic number. 346
Error '0x0652' is a magic number. 346
Error 'if' construct must use '{}'s. 347
Error '0x0670' is a magic number. 347
Error 'if' construct must use '{}'s. 348
Error '0x06D6' is a magic number. 348
Error '0x06DC' is a magic number. 348
Error Line has trailing spaces. 349
Error 'if' construct must use '{}'s. 350
Error '0x06DD' is a magic number. 350
Error '0x06DF' is a magic number. 350
Error 'if' construct must use '{}'s. 351
Error '0x06E0' is a magic number. 351
Error '0x06E4' is a magic number. 351
Error 'if' construct must use '{}'s. 352
Error '0x06E7' is a magic number. 352
Error '0x06E8' is a magic number. 352
Error Line has trailing spaces. 353
Error 'if' construct must use '{}'s. 354
Error '0x06EA' is a magic number. 354
Error '0x06ED' is a magic number. 354
Error 'if' construct must use '{}'s. 355
Error '0x0901' is a magic number. 355
Error '0x0903' is a magic number. 355
Error 'if' construct must use '{}'s. 356
Error '0x093C' is a magic number. 356
Error 'if' construct must use '{}'s. 357
Error '0x093E' is a magic number. 357
Error '0x094C' is a magic number. 357
Error Line has trailing spaces. 358
Error 'if' construct must use '{}'s. 359
Error '0x094D' is a magic number. 359
Error 'if' construct must use '{}'s. 360
Error '0x0951' is a magic number. 360
Error '0x0954' is a magic number. 360
Error 'if' construct must use '{}'s. 361
Error '0x0962' is a magic number. 361
Error '0x0963' is a magic number. 361
Error 'if' construct must use '{}'s. 362
Error '0x0981' is a magic number. 362
Error '0x0983' is a magic number. 362
Error Line has trailing spaces. 363
Error 'if' construct must use '{}'s. 364
Error '0x09BC' is a magic number. 364
Error 'if' construct must use '{}'s. 365
Error '0x09BE' is a magic number. 365
Error 'if' construct must use '{}'s. 366
Error '0x09BF' is a magic number. 366
Error 'if' construct must use '{}'s. 367
Error '0x09C0' is a magic number. 367
Error '0x09C4' is a magic number. 367
Error 'if' construct must use '{}'s. 368
Error '0x09C7' is a magic number. 368
Error '0x09C8' is a magic number. 368
Error Line has trailing spaces. 369
Error 'if' construct must use '{}'s. 370
Error '0x09CB' is a magic number. 370
Error '0x09CD' is a magic number. 370
Error 'if' construct must use '{}'s. 371
Error '0x09D7' is a magic number. 371
Error 'if' construct must use '{}'s. 372
Error '0x09E2' is a magic number. 372
Error '0x09E3' is a magic number. 372
Error 'if' construct must use '{}'s. 373
Error '0x0A02' is a magic number. 373
Error 'if' construct must use '{}'s. 374
Error '0x0A3C' is a magic number. 374
Error Line has trailing spaces. 375
Error 'if' construct must use '{}'s. 376
Error '0x0A3E' is a magic number. 376
Error 'if' construct must use '{}'s. 377
Error '0x0A3F' is a magic number. 377
Error 'if' construct must use '{}'s. 378
Error '0x0A40' is a magic number. 378
Error '0x0A42' is a magic number. 378
Error 'if' construct must use '{}'s. 379
Error '0x0A47' is a magic number. 379
Error '0x0A48' is a magic number. 379
Error Line has trailing spaces. 380
Error 'if' construct must use '{}'s. 381
Error '0x0A4B' is a magic number. 381
Error '0x0A4D' is a magic number. 381
Error 'if' construct must use '{}'s. 382
Error '0x0A70' is a magic number. 382
Error '0x0A71' is a magic number. 382
Error 'if' construct must use '{}'s. 383
Error '0x0A81' is a magic number. 383
Error '0x0A83' is a magic number. 383
Error 'if' construct must use '{}'s. 384
Error '0x0ABC' is a magic number. 384
Error Line has trailing spaces. 385
Error 'if' construct must use '{}'s. 386
Error '0x0ABE' is a magic number. 386
Error '0x0AC5' is a magic number. 386
Error 'if' construct must use '{}'s. 387
Error '0x0AC7' is a magic number. 387
Error '0x0AC9' is a magic number. 387
Error 'if' construct must use '{}'s. 388
Error '0x0ACB' is a magic number. 388
Error '0x0ACD' is a magic number. 388
Error Line has trailing spaces. 389
Error 'if' construct must use '{}'s. 390
Error '0x0B01' is a magic number. 390
Error '0x0B03' is a magic number. 390
Error 'if' construct must use '{}'s. 391
Error '0x0B3C' is a magic number. 391
Error 'if' construct must use '{}'s. 392
Error '0x0B3E' is a magic number. 392
Error '0x0B43' is a magic number. 392
Error 'if' construct must use '{}'s. 393
Error '0x0B47' is a magic number. 393
Error '0x0B48' is a magic number. 393
Error Line has trailing spaces. 394
Error 'if' construct must use '{}'s. 395
Error '0x0B4B' is a magic number. 395
Error '0x0B4D' is a magic number. 395
Error 'if' construct must use '{}'s. 396
Error '0x0B56' is a magic number. 396
Error '0x0B57' is a magic number. 396
Error 'if' construct must use '{}'s. 397
Error '0x0B82' is a magic number. 397
Error '0x0B83' is a magic number. 397
Error Line has trailing spaces. 398
Error 'if' construct must use '{}'s. 399
Error '0x0BBE' is a magic number. 399
Error '0x0BC2' is a magic number. 399
Error 'if' construct must use '{}'s. 400
Error '0x0BC6' is a magic number. 400
Error '0x0BC8' is a magic number. 400
Error 'if' construct must use '{}'s. 401
Error '0x0BCA' is a magic number. 401
Error '0x0BCD' is a magic number. 401
Error 'if' construct must use '{}'s. 402
Error '0x0BD7' is a magic number. 402
Error Line has trailing spaces. 403
Error 'if' construct must use '{}'s. 404
Error '0x0C01' is a magic number. 404
Error '0x0C03' is a magic number. 404
Error 'if' construct must use '{}'s. 405
Error '0x0C3E' is a magic number. 405
Error '0x0C44' is a magic number. 405
Error 'if' construct must use '{}'s. 406
Error '0x0C46' is a magic number. 406
Error '0x0C48' is a magic number. 406
Error Line has trailing spaces. 407
Error 'if' construct must use '{}'s. 408
Error '0x0C4A' is a magic number. 408
Error '0x0C4D' is a magic number. 408
Error 'if' construct must use '{}'s. 409
Error '0x0C55' is a magic number. 409
Error '0x0C56' is a magic number. 409
Error 'if' construct must use '{}'s. 410
Error '0x0C82' is a magic number. 410
Error '0x0C83' is a magic number. 410
Error Line has trailing spaces. 411
Error 'if' construct must use '{}'s. 412
Error '0x0CBE' is a magic number. 412
Error '0x0CC4' is a magic number. 412
Error 'if' construct must use '{}'s. 413
Error '0x0CC6' is a magic number. 413
Error '0x0CC8' is a magic number. 413
Error 'if' construct must use '{}'s. 414
Error '0x0CCA' is a magic number. 414
Error '0x0CCD' is a magic number. 414
Error Line has trailing spaces. 415
Error 'if' construct must use '{}'s. 416
Error '0x0CD5' is a magic number. 416
Error '0x0CD6' is a magic number. 416
Error 'if' construct must use '{}'s. 417
Error '0x0D02' is a magic number. 417
Error '0x0D03' is a magic number. 417
Error 'if' construct must use '{}'s. 418
Error '0x0D3E' is a magic number. 418
Error '0x0D43' is a magic number. 418
Error Line has trailing spaces. 419
Error 'if' construct must use '{}'s. 420
Error '0x0D46' is a magic number. 420
Error '0x0D48' is a magic number. 420
Error 'if' construct must use '{}'s. 421
Error '0x0D4A' is a magic number. 421
Error '0x0D4D' is a magic number. 421
Error 'if' construct must use '{}'s. 422
Error '0x0D57' is a magic number. 422
Error 'if' construct must use '{}'s. 423
Error '0x0E31' is a magic number. 423
Error Line has trailing spaces. 424
Error 'if' construct must use '{}'s. 425
Error '0x0E34' is a magic number. 425
Error '0x0E3A' is a magic number. 425
Error 'if' construct must use '{}'s. 426
Error '0x0E47' is a magic number. 426
Error '0x0E4E' is a magic number. 426
Error 'if' construct must use '{}'s. 427
Error '0x0EB1' is a magic number. 427
Error 'if' construct must use '{}'s. 428
Error '0x0EB4' is a magic number. 428
Error '0x0EB9' is a magic number. 428
Error Line has trailing spaces. 429
Error 'if' construct must use '{}'s. 430
Error '0x0EBB' is a magic number. 430
Error '0x0EBC' is a magic number. 430
Error 'if' construct must use '{}'s. 431
Error '0x0EC8' is a magic number. 431
Error '0x0ECD' is a magic number. 431
Error 'if' construct must use '{}'s. 432
Error '0x0F18' is a magic number. 432
Error '0x0F19' is a magic number. 432
Error 'if' construct must use '{}'s. 433
Error '0x0F35' is a magic number. 433
Error Line has trailing spaces. 434
Error 'if' construct must use '{}'s. 435
Error '0x0F37' is a magic number. 435
Error 'if' construct must use '{}'s. 436
Error '0x0F39' is a magic number. 436
Error 'if' construct must use '{}'s. 437
Error '0x0F3E' is a magic number. 437
Error 'if' construct must use '{}'s. 438
Error '0x0F3F' is a magic number. 438
Error 'if' construct must use '{}'s. 439
Error '0x0F71' is a magic number. 439
Error '0x0F84' is a magic number. 439
Error Line has trailing spaces. 440
Error 'if' construct must use '{}'s. 441
Error '0x0F86' is a magic number. 441
Error '0x0F8B' is a magic number. 441
Error 'if' construct must use '{}'s. 442
Error '0x0F90' is a magic number. 442
Error '0x0F95' is a magic number. 442
Error 'if' construct must use '{}'s. 443
Error '0x0F97' is a magic number. 443
Error 'if' construct must use '{}'s. 444
Error '0x0F99' is a magic number. 444
Error '0x0FAD' is a magic number. 444
Error Line has trailing spaces. 445
Error 'if' construct must use '{}'s. 446
Error '0x0FB1' is a magic number. 446
Error '0x0FB7' is a magic number. 446
Error 'if' construct must use '{}'s. 447
Error '0x0FB9' is a magic number. 447
Error 'if' construct must use '{}'s. 448
Error '0x20D0' is a magic number. 448
Error '0x20DC' is a magic number. 448
Error 'if' construct must use '{}'s. 449
Error '0x20E1' is a magic number. 449
Error Line has trailing spaces. 450
Error 'if' construct must use '{}'s. 451
Error '0x302A' is a magic number. 451
Error '0x302F' is a magic number. 451
Error 'if' construct must use '{}'s. 452
Error '0x3099' is a magic number. 452
Error 'if' construct must use '{}'s. 453
Error Line has trailing spaces. 453
Error '0x309A' is a magic number. 453
Error Line has trailing spaces. 454
Error Line has trailing spaces. 456
Error Line has trailing spaces. 458
Error Line has trailing spaces. 460
Error Parameter c should be final. 467
Error 'if' construct must use '{}'s. 469
Error '0x00B6' is a magic number. 469
Error Line has trailing spaces. 471
Error 'if' construct must use '{}'s. 472
Error '0x00B7' is a magic number. 472
Error 'if' construct must use '{}'s. 473
Error '0x02D0' is a magic number. 473
Error 'if' construct must use '{}'s. 474
Error '0x02D1' is a magic number. 474
Error 'if' construct must use '{}'s. 475
Error '0x0387' is a magic number. 475
Error 'if' construct must use '{}'s. 476
Error '0x0640' is a magic number. 476
Error 'if' construct must use '{}'s. 477
Error '0x0E46' is a magic number. 477
Error 'if' construct must use '{}'s. 478
Error '0x0EC6' is a magic number. 478
Error 'if' construct must use '{}'s. 479
Error '0x3005' is a magic number. 479
Error Line has trailing spaces. 480
Error 'if' construct must use '{}'s. 481
Error '0x3031' is a magic number. 481
Error '0x3035' is a magic number. 481
Error 'if' construct must use '{}'s. 482
Error '0x309D' is a magic number. 482
Error '0x309E' is a magic number. 482
Error 'if' construct must use '{}'s. 483
Error '0x30FC' is a magic number. 483
Error '0x30FE' is a magic number. 483
Error Line has trailing spaces. 484
Error Line has trailing spaces. 486
Error Line has trailing spaces. 488
Error Parameter c should be final. 496
Error Line has trailing spaces. 497
Error 'if' construct must use '{}'s. 498
Error '0x0030' is a magic number. 498
Error '0x0039' is a magic number. 498
Error 'if' construct must use '{}'s. 499
Error '0x0660' is a magic number. 499
Error '0x0669' is a magic number. 499
Error 'if' construct must use '{}'s. 500
Error '0x06F0' is a magic number. 500
Error '0x06F9' is a magic number. 500
Error 'if' construct must use '{}'s. 501
Error '0x0966' is a magic number. 501
Error '0x096F' is a magic number. 501
Error Line has trailing spaces. 502
Error 'if' construct must use '{}'s. 503
Error '0x09E6' is a magic number. 503
Error '0x09EF' is a magic number. 503
Error 'if' construct must use '{}'s. 504
Error '0x0A66' is a magic number. 504
Error '0x0A6F' is a magic number. 504
Error 'if' construct must use '{}'s. 505
Error '0x0AE6' is a magic number. 505
Error '0x0AEF' is a magic number. 505
Error Line has trailing spaces. 506
Error 'if' construct must use '{}'s. 507
Error '0x0B66' is a magic number. 507
Error '0x0B6F' is a magic number. 507
Error 'if' construct must use '{}'s. 508
Error '0x0BE7' is a magic number. 508
Error '0x0BEF' is a magic number. 508
Error 'if' construct must use '{}'s. 509
Error '0x0C66' is a magic number. 509
Error '0x0C6F' is a magic number. 509
Error Line has trailing spaces. 510
Error 'if' construct must use '{}'s. 511
Error '0x0CE6' is a magic number. 511
Error '0x0CEF' is a magic number. 511
Error 'if' construct must use '{}'s. 512
Error '0x0D66' is a magic number. 512
Error '0x0D6F' is a magic number. 512
Error 'if' construct must use '{}'s. 513
Error '0x0E50' is a magic number. 513
Error '0x0E59' is a magic number. 513
Error Line has trailing spaces. 514
Error 'if' construct must use '{}'s. 515
Error '0x0ED0' is a magic number. 515
Error '0x0ED9' is a magic number. 515
Error 'if' construct must use '{}'s. 516
Error Line has trailing spaces. 516
Error '0x0F20' is a magic number. 516
Error '0x0F29' is a magic number. 516
Error Line has trailing spaces. 517
Error Line has trailing spaces. 519
Error Line has trailing spaces. 520

org/jaxen/saxpath/base/XPathLexer.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Missing a Javadoc comment. 67
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error Parameter xpath should be final. 75
Error 'xpath' hides a field. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Missing a Javadoc comment. 84
Error Parameter xpath should be final. 84
Error 'xpath' hides a field. 84
Error '{' should be on the previous line. 85
Error Missing a Javadoc comment. 91
Error '{' should be on the previous line. 92
Error Method length is 212 lines (max allowed is 150). 96
Error Missing a Javadoc comment. 96
Error '{' should be on the previous line. 97
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error Avoid nested blocks. 107
Error Line has trailing spaces. 111
Error Avoid nested blocks. 114
Error Line has trailing spaces. 118
Error Avoid nested blocks. 120
Error Avoid nested blocks. 126
Error Line has trailing spaces. 130
Error Avoid nested blocks. 132
Error Line has trailing spaces. 136
Error Avoid nested blocks. 138
Error Line has trailing spaces. 142
Error Avoid nested blocks. 144
Error Line has trailing spaces. 148
Error Avoid nested blocks. 150
Error Line has trailing spaces. 154
Error Avoid nested blocks. 156
Error Line has trailing spaces. 160
Error Avoid nested blocks. 162
Error Line has trailing spaces. 166
Error Avoid nested blocks. 169
Error Line has trailing spaces. 172
Error Avoid nested blocks. 175
Error Line has trailing spaces. 179
Error Avoid nested blocks. 181
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '{' should be on the previous line. 183
Error '}' should be on the same line. 185
Error '{' should be on the previous line. 187
Error Line has trailing spaces. 192
Error Avoid nested blocks. 194
Error Line has trailing spaces. 198
Error Avoid nested blocks. 200
Error Line has trailing spaces. 204
Error Avoid nested blocks. 206
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '{' should be on the previous line. 208
Error '}' should be on the same line. 210
Error '{' should be on the previous line. 212
Error Line has trailing spaces. 217
Error Avoid nested blocks. 219
Error Line has trailing spaces. 223
Error Avoid nested blocks. 225
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '{' should be on the previous line. 227
Error Avoid nested blocks. 238
Error Avoid nested blocks. 243
Error Avoid nested blocks. 261
Error Avoid nested blocks. 270
Error Line has trailing spaces. 274
Error Avoid nested blocks. 276
Error '(' is followed by whitespace. 277
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error ')' is preceded with whitespace. 277
Error '{' should be on the previous line. 278
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error '{' should be on the previous line. 285
Error '{' should be on the previous line. 287
Error '(' is followed by whitespace. 288
Error ')' is preceded with whitespace. 291
Error '}' should be on the same line. 292
Error '{' should be on the previous line. 294
Error '(' is followed by whitespace. 295
Error ')' is preceded with whitespace. 298
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error Line has trailing spaces. 306
Error Missing a Javadoc comment. 310
Error '{' should be on the previous line. 311
Error 'previousToken' hides a field. 314
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error '{' should be on the previous line. 317
Error Line has trailing spaces. 328
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error '{' should be on the previous line. 330
Error Avoid nested blocks. 354
Error Avoid nested blocks. 359
Error '}' should be on the same line. 364
Error '{' should be on the previous line. 366
Error Missing a Javadoc comment. 373
Error '{' should be on the previous line. 374
Error '(' is followed by whitespace. 379
Error ')' is preceded with whitespace. 379
Error '{' should be on the previous line. 380
Error '(' is followed by whitespace. 381
Error '(' is followed by whitespace. 381
Error ')' is preceded with whitespace. 381
Error ')' is preceded with whitespace. 381
Error '{' should be on the previous line. 382
Error '}' should be on the same line. 384
Error '{' should be on the previous line. 386
Error '(' is followed by whitespace. 391
Error ')' is preceded with whitespace. 394
Error Missing a Javadoc comment. 399
Error '{' should be on the previous line. 400
Error switch without "default" clause. 403
Error '(' is followed by whitespace. 403
Error ')' is preceded with whitespace. 403
Error '{' should be on the previous line. 404
Error Avoid nested blocks. 406
Error Avoid nested blocks. 412
Error Avoid nested blocks. 418
Error Avoid nested blocks. 424
Error Missing a Javadoc comment. 433
Error '{' should be on the previous line. 434
Error '(' is followed by whitespace. 437
Error '(' is followed by whitespace. 437
Error ')' is preceded with whitespace. 437
Error '(' is followed by whitespace. 439
Error ')' is preceded with whitespace. 439
Error Line has trailing spaces. 441
Error '(' is followed by whitespace. 441
Error '3' is a magic number. 441
Error ')' is preceded with whitespace. 441
Error '(' is followed by whitespace. 443
Error '!' is followed by whitespace. 443
Error '(' is followed by whitespace. 443
Error '4' is a magic number. 443
Error ')' is preceded with whitespace. 443
Error ')' is preceded with whitespace. 443
Error ')' is preceded with whitespace. 443
Error '{' should be on the previous line. 444
Error '(' is followed by whitespace. 445
Error '+' is not preceded with whitespace. 448
Error '+' is not followed by whitespace. 448
Error '3' is a magic number. 448
Error ')' is preceded with whitespace. 448
Error Missing a Javadoc comment. 458
Error '{' should be on the previous line. 459
Error '(' is followed by whitespace. 462
Error '(' is followed by whitespace. 462
Error ')' is preceded with whitespace. 462
Error '(' is followed by whitespace. 464
Error ')' is preceded with whitespace. 464
Error Line has trailing spaces. 466
Error '(' is followed by whitespace. 466
Error '3' is a magic number. 466
Error ')' is preceded with whitespace. 466
Error '(' is followed by whitespace. 468
Error '!' is followed by whitespace. 468
Error '(' is followed by whitespace. 468
Error '4' is a magic number. 468
Error ')' is preceded with whitespace. 468
Error ')' is preceded with whitespace. 468
Error ')' is preceded with whitespace. 468
Error '{' should be on the previous line. 469
Error '(' is followed by whitespace. 470
Error '+' is not preceded with whitespace. 473
Error '+' is not followed by whitespace. 473
Error '3' is a magic number. 473
Error ')' is preceded with whitespace. 473
Error Missing a Javadoc comment. 483
Error '{' should be on the previous line. 484
Error '(' is followed by whitespace. 487
Error '(' is followed by whitespace. 487
Error ')' is preceded with whitespace. 487
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error '(' is followed by whitespace. 491
Error '3' is a magic number. 491
Error ')' is preceded with whitespace. 491
Error '(' is followed by whitespace. 493
Error '!' is followed by whitespace. 493
Error '(' is followed by whitespace. 493
Error '4' is a magic number. 493
Error ')' is preceded with whitespace. 493
Error ')' is preceded with whitespace. 493
Error ')' is preceded with whitespace. 493
Error '{' should be on the previous line. 494
Error '(' is followed by whitespace. 495
Error '+' is not preceded with whitespace. 498
Error '+' is not followed by whitespace. 498
Error '3' is a magic number. 498
Error ')' is preceded with whitespace. 498
Error Missing a Javadoc comment. 508
Error '{' should be on the previous line. 509
Error '(' is followed by whitespace. 512
Error '(' is followed by whitespace. 512
Error ')' is preceded with whitespace. 512
Error Line has trailing spaces. 514
Error '(' is followed by whitespace. 514
Error ')' is preceded with whitespace. 514
Error '(' is followed by whitespace. 516
Error '!' is followed by whitespace. 516
Error '(' is followed by whitespace. 516
Error '3' is a magic number. 516
Error ')' is preceded with whitespace. 516
Error ')' is preceded with whitespace. 516
Error ')' is preceded with whitespace. 516
Error '{' should be on the previous line. 517
Error '(' is followed by whitespace. 518
Error '+' is not preceded with whitespace. 521
Error '+' is not followed by whitespace. 521
Error ')' is preceded with whitespace. 521
Error Missing a Javadoc comment. 530
Error '{' should be on the previous line. 531
Error 'while' is not followed by whitespace. 536
Error '(' is followed by whitespace. 536
Error ')' is preceded with whitespace. 536
Error '{' should be on the previous line. 537
Error '(' is followed by whitespace. 538
Error ')' is preceded with whitespace. 538
Error '{' should be on the previous line. 539
Error Avoid nested blocks. 541
Error '(' is followed by whitespace. 542
Error ')' is preceded with whitespace. 542
Error '{' should be on the previous line. 543
Error '}' should be on the same line. 546
Error '{' should be on the previous line. 548
Error Line has trailing spaces. 553
Error Avoid nested blocks. 564
Error Avoid nested blocks. 569
Error '(' is followed by whitespace. 577
Error ')' is preceded with whitespace. 577
Error '{' should be on the previous line. 578
Error '(' is followed by whitespace. 579
Error ')' is preceded with whitespace. 582
Error '}' should be on the same line. 583
Error '{' should be on the previous line. 585
Error '(' is followed by whitespace. 586
Error ')' is preceded with whitespace. 589
Error Missing a Javadoc comment. 595
Error '{' should be on the previous line. 596
Error Line has trailing spaces. 598
Error 'while' is not followed by whitespace. 600
Error '(' is followed by whitespace. 600
Error ')' is preceded with whitespace. 600
Error '{' should be on the previous line. 601
Error '(' is followed by whitespace. 602
Error ')' is preceded with whitespace. 602
Error '{' should be on the previous line. 603
Error Avoid nested blocks. 608
Error Line has trailing spaces. 612
Error Avoid nested blocks. 614
Error '(' is followed by whitespace. 620
Error ')' is preceded with whitespace. 623
Error Missing a Javadoc comment. 626
Error '{' should be on the previous line. 627
Error '(' is followed by whitespace. 628
Error '+' is not preceded with whitespace. 631
Error '+' is not followed by whitespace. 631
Error ')' is preceded with whitespace. 631
Error Missing a Javadoc comment. 638
Error '{' should be on the previous line. 639
Error '(' is followed by whitespace. 640
Error '+' is not preceded with whitespace. 643
Error '+' is not followed by whitespace. 643
Error ')' is preceded with whitespace. 643
Error Missing a Javadoc comment. 650
Error '{' should be on the previous line. 651
Error '(' is followed by whitespace. 652
Error '+' is not preceded with whitespace. 655
Error '+' is not followed by whitespace. 655
Error ')' is preceded with whitespace. 655
Error Line has trailing spaces. 657
Error Missing a Javadoc comment. 661
Error '{' should be on the previous line. 662
Error '(' is followed by whitespace. 663
Error '+' is not preceded with whitespace. 666
Error '+' is not followed by whitespace. 666
Error ')' is preceded with whitespace. 666
Error Missing a Javadoc comment. 672
Error '{' should be on the previous line. 673
Error '(' is followed by whitespace. 674
Error '+' is not preceded with whitespace. 677
Error '+' is not followed by whitespace. 677
Error ')' is preceded with whitespace. 677
Error Missing a Javadoc comment. 683
Error '{' should be on the previous line. 684
Error '(' is followed by whitespace. 685
Error '+' is not preceded with whitespace. 688
Error '+' is not followed by whitespace. 688
Error ')' is preceded with whitespace. 688
Error Missing a Javadoc comment. 695
Error '{' should be on the previous line. 696
Error '(' is followed by whitespace. 697
Error '+' is not preceded with whitespace. 700
Error '+' is not followed by whitespace. 700
Error ')' is preceded with whitespace. 700
Error Missing a Javadoc comment. 707
Error '{' should be on the previous line. 708
Error '(' is followed by whitespace. 709
Error '+' is not preceded with whitespace. 712
Error '+' is not followed by whitespace. 712
Error ')' is preceded with whitespace. 712
Error Missing a Javadoc comment. 718
Error '{' should be on the previous line. 719
Error '(' is followed by whitespace. 720
Error '+' is not preceded with whitespace. 723
Error '+' is not followed by whitespace. 723
Error ')' is preceded with whitespace. 723
Error Missing a Javadoc comment. 731
Error '{' should be on the previous line. 732
Error '(' is followed by whitespace. 733
Error ')' is preceded with whitespace. 736
Error Missing a Javadoc comment. 743
Error '{' should be on the previous line. 744
Error '(' is followed by whitespace. 745
Error ')' is preceded with whitespace. 748
Error Missing a Javadoc comment. 756
Error '{' should be on the previous line. 757
Error switch without "default" clause. 760
Error '(' is followed by whitespace. 760
Error ')' is preceded with whitespace. 760
Error '{' should be on the previous line. 761
Error Avoid nested blocks. 763
Error '(' is followed by whitespace. 764
Error ')' is preceded with whitespace. 764
Error '{' should be on the previous line. 765
Error '(' is followed by whitespace. 766
Error ')' is preceded with whitespace. 769
Error '}' should be on the same line. 771
Error '{' should be on the previous line. 773
Error '(' is followed by whitespace. 774
Error Avoid nested blocks. 784
Error '(' is followed by whitespace. 785
Error ')' is preceded with whitespace. 785
Error '{' should be on the previous line. 786
Error '(' is followed by whitespace. 787
Error ')' is preceded with whitespace. 790
Error '}' should be on the same line. 792
Error '{' should be on the previous line. 794
Error '(' is followed by whitespace. 795
Error ')' is preceded with whitespace. 798
Error Line has trailing spaces. 807
Error Missing a Javadoc comment. 810
Error '{' should be on the previous line. 811
Error '(' is followed by whitespace. 812
Error '+' is not preceded with whitespace. 815
Error '+' is not followed by whitespace. 815
Error ')' is preceded with whitespace. 815
Error Line has trailing spaces. 818
Error Missing a Javadoc comment. 822
Error '{' should be on the previous line. 823
Error Line has trailing spaces. 831
Error '(' is followed by whitespace. 832
Error '(' is followed by whitespace. 832
Error ')' is preceded with whitespace. 832
Error ')' is preceded with whitespace. 834
Error '{' should be on the previous line. 835
Error '(' is followed by whitespace. 836
Error ')' is preceded with whitespace. 836
Error '{' should be on the previous line. 837
Error '(' is followed by whitespace. 838
Error ')' is preceded with whitespace. 841
Error Missing a Javadoc comment. 849
Error '{' should be on the previous line. 850
Error '(' is followed by whitespace. 853
Error ')' is preceded with whitespace. 853
Error '{' should be on the previous line. 854
Error Avoid nested blocks. 856
Error '(' is followed by whitespace. 857
Error '+' is not preceded with whitespace. 860
Error '+' is not followed by whitespace. 860
Error ')' is preceded with whitespace. 860
Error ';' is preceded with whitespace. 860
Error Avoid nested blocks. 866
Error '(' is followed by whitespace. 867
Error '+' is not preceded with whitespace. 870
Error '+' is not followed by whitespace. 870
Error ')' is preceded with whitespace. 870
Error Missing a Javadoc comment. 879
Error '{' should be on the previous line. 880
Error '(' is followed by whitespace. 881
Error '+' is not preceded with whitespace. 884
Error '+' is not followed by whitespace. 884
Error ')' is preceded with whitespace. 884
Error Missing a Javadoc comment. 891
Error '{' should be on the previous line. 892
Error '(' is followed by whitespace. 893
Error '+' is not preceded with whitespace. 896
Error '+' is not followed by whitespace. 896
Error ')' is preceded with whitespace. 896
Error Missing a Javadoc comment. 903
Error '{' should be on the previous line. 904
Error '(' is followed by whitespace. 905
Error '+' is not preceded with whitespace. 908
Error '+' is not followed by whitespace. 908
Error ')' is preceded with whitespace. 908
Error Missing a Javadoc comment. 915
Error '{' should be on the previous line. 916
Error '(' is followed by whitespace. 917
Error '+' is not preceded with whitespace. 920
Error '+' is not followed by whitespace. 920
Error ')' is preceded with whitespace. 920
Error Missing a Javadoc comment. 927
Error '{' should be on the previous line. 928
Error '(' is followed by whitespace. 931
Error ')' is preceded with whitespace. 931
Error '{' should be on the previous line. 932
Error Avoid nested blocks. 934
Error '(' is followed by whitespace. 935
Error '+' is not preceded with whitespace. 938
Error '+' is not followed by whitespace. 938
Error ')' is preceded with whitespace. 938
Error Avoid nested blocks. 944
Error '(' is followed by whitespace. 945
Error '+' is not preceded with whitespace. 948
Error '+' is not followed by whitespace. 948
Error ')' is preceded with whitespace. 948
Error Line has trailing spaces. 956
Error Missing a Javadoc comment. 956
Error Name 'LA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 956
Error Parameter i should be final. 956
Error '{' should be on the previous line. 957
Error '(' is followed by whitespace. 958
Error '(' is followed by whitespace. 958
Error ')' is preceded with whitespace. 958
Error ')' is preceded with whitespace. 958
Error '{' should be on the previous line. 959
Error '(' is followed by whitespace. 963
Error ')' is preceded with whitespace. 963
Error Missing a Javadoc comment. 966
Error '{' should be on the previous line. 967
Error Missing a Javadoc comment. 971
Error Parameter i should be final. 971
Error '{' should be on the previous line. 972
Error Missing a Javadoc comment. 976
Error '{' should be on the previous line. 977
Error Missing a Javadoc comment. 981
Error '{' should be on the previous line. 982
Error Missing a Javadoc comment. 986
Error '{' should be on the previous line. 987
Error Missing a Javadoc comment. 991
Error Parameter previousToken should be final. 991
Error 'previousToken' hides a field. 991
Error '{' should be on the previous line. 992
Error Missing a Javadoc comment. 996
Error '{' should be on the previous line. 997
Error Missing a Javadoc comment. 1001
Error Parameter c should be final. 1001
Error '{' should be on the previous line. 1002
Error '(' is followed by whitespace. 1003
Error ')' is preceded with whitespace. 1003
Error Missing a Javadoc comment. 1006
Error Parameter c should be final. 1006
Error '{' should be on the previous line. 1007
Error '(' is followed by whitespace. 1008
Error ')' is preceded with whitespace. 1008

org/jaxen/saxpath/base/XPathReader.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line is longer than 80 characters. 77
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 82
Error Missing a Javadoc comment. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Method 'setXPathHandler' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter handler should be final. 89
Error 'handler' hides a field. 89
Error '{' should be on the previous line. 90
Error Method 'getXPathHandler' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error '{' should be on the previous line. 95
Error Method 'parse' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Parameter xpath should be final. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error Method 'setUpParse' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Parameter xpath should be final. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error Method 'pathExpr' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129
Error Avoid nested blocks. 135
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error Line is longer than 80 characters. 140
Error Avoid nested blocks. 147
Error '(' is followed by whitespace. 149
Error '(' is followed by whitespace. 149
Error '!' is followed by whitespace. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error ')' is preceded with whitespace. 151
Error '(' is followed by whitespace. 153
Error Line has trailing spaces. 155
Error '4' is a magic number. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 156
Error Line has trailing spaces. 158
Error '(' is followed by whitespace. 159
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '}' should be on the same line. 165
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Avoid nested blocks. 176
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error Avoid nested blocks. 182
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error Avoid nested blocks. 187
Error Method 'numberDouble' is not designed for extension - needs to be abstract, final or empty. 195
Error Missing a Javadoc comment. 195
Error '{' should be on the previous line. 196
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '(' is followed by whitespace. 199
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error ')' is preceded with whitespace. 199
Error Method 'numberInteger' is not designed for extension - needs to be abstract, final or empty. 202
Error Missing a Javadoc comment. 202
Error '{' should be on the previous line. 203
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Line has trailing spaces. 205
Error '(' is followed by whitespace. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error ')' is preceded with whitespace. 208
Error '}' should be on the same line. 209
Error '(' is followed by whitespace. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error ')' is preceded with whitespace. 211
Error Line has trailing spaces. 213
Error Method 'literal' is not designed for extension - needs to be abstract, final or empty. 216
Error Missing a Javadoc comment. 216
Error '{' should be on the previous line. 217
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error Method 'functionCall' is not designed for extension - needs to be abstract, final or empty. 223
Error Missing a Javadoc comment. 223
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '}' should be on the same line. 232
Error '{' should be on the previous line. 234
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 241
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error Method 'arguments' is not designed for extension - needs to be abstract, final or empty. 252
Error Missing a Javadoc comment. 252
Error '{' should be on the previous line. 253
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '{' should be on the previous line. 255
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 '}' should be on the same line. 261
Error '{' should be on the previous line. 263
Error Method 'filterExpr' is not designed for extension - needs to be abstract, final or empty. 269
Error Missing a Javadoc comment. 269
Error '{' should be on the previous line. 270
Error switch without "default" clause. 274
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error '{' should be on the previous line. 275
Error Avoid nested blocks. 277
Error Avoid nested blocks. 282
Error Avoid nested blocks. 287
Error Avoid nested blocks. 292
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error '(' is followed by whitespace. 295
Error ')' is preceded with whitespace. 295
Error Avoid nested blocks. 299
Error Avoid nested blocks. 304
Error Method 'variableReference' is not designed for extension - needs to be abstract, final or empty. 315
Error Missing a Javadoc comment. 315
Error '{' should be on the previous line. 316
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error '{' should be on the previous line. 323
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error '}' should be on the same line. 326
Error '{' should be on the previous line. 328
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 335
Error Line is longer than 80 characters. 338
Error Method 'locationPath' is not designed for extension - needs to be abstract, final or empty. 338
Error Missing a Javadoc comment. 338
Error Parameter isAbsolute should be final. 338
Error '(' is followed by whitespace. 340
Error ')' is preceded with whitespace. 340
Error '{' should be on the previous line. 341
Error Avoid nested blocks. 344
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 345
Error '{' should be on the previous line. 346
Error '}' should be on the same line. 348
Error '{' should be on the previous line. 350
Error Avoid nested blocks. 360
Error Avoid nested blocks. 365
Error Method 'absoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 372
Error Missing a Javadoc comment. 372
Error '{' should be on the previous line. 373
Error switch without "default" clause. 376
Error '(' is followed by whitespace. 376
Error ')' is preceded with whitespace. 376
Error '{' should be on the previous line. 377
Error Avoid nested blocks. 379
Error '(' is followed by whitespace. 380
Error ')' is preceded with whitespace. 380
Error switch without "default" clause. 382
Error '(' is followed by whitespace. 382
Error ')' is preceded with whitespace. 382
Error '{' should be on the previous line. 383
Error Avoid nested blocks. 390
Error Avoid nested blocks. 398
Error '(' is followed by whitespace. 399
Error ')' is preceded with whitespace. 399
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 402
Error '(' is followed by whitespace. 403
Error ')' is preceded with whitespace. 403
Error '{' should be on the previous line. 404
Error Avoid nested blocks. 410
Error Line is longer than 80 characters. 415
Error Line has trailing spaces. 421
Error Method 'relativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 425
Error Missing a Javadoc comment. 425
Error '{' should be on the previous line. 426
Error switch without "default" clause. 429
Error '(' is followed by whitespace. 429
Error ')' is preceded with whitespace. 429
Error '{' should be on the previous line. 430
Error Avoid nested blocks. 432
Error '(' is followed by whitespace. 433
Error ')' is preceded with whitespace. 433
Error Avoid nested blocks. 437
Error '(' is followed by whitespace. 438
Error ')' is preceded with whitespace. 438
Error '(' is followed by whitespace. 441
Error ')' is preceded with whitespace. 441
Error Method 'steps' is not designed for extension - needs to be abstract, final or empty. 452
Error Missing a Javadoc comment. 452
Error '{' should be on the previous line. 453
Error '(' is followed by whitespace. 454
Error ')' is preceded with whitespace. 454
Error '{' should be on the previous line. 455
Error Avoid nested blocks. 462
Error Avoid nested blocks. 467
Error Avoid nested blocks. 471
Error Line is longer than 80 characters. 472
Error '(' is followed by whitespace. 472
Error ')' is preceded with whitespace. 472
Error '{' should be on the previous line. 477
Error '(' is followed by whitespace. 478
Error '(' is followed by whitespace. 478
Error '(' is followed by whitespace. 480
Error ')' is preceded with whitespace. 480
Error ')' is preceded with whitespace. 480
Error '{' should be on the previous line. 481
Error switch without "default" clause. 482
Error '(' is followed by whitespace. 482
Error ')' is preceded with whitespace. 482
Error '{' should be on the previous line. 483
Error Avoid nested blocks. 485
Error '(' is followed by whitespace. 486
Error ')' is preceded with whitespace. 486
Error Avoid nested blocks. 490
Error Line is longer than 80 characters. 491
Error '(' is followed by whitespace. 491
Error ')' is preceded with whitespace. 491
Error '(' is followed by whitespace. 494
Error ')' is preceded with whitespace. 494
Error '}' should be on the same line. 498
Error '{' should be on the previous line. 500
Error Line has trailing spaces. 503
Error '(' is followed by whitespace. 504
Error ')' is preceded with whitespace. 504
Error '{' should be on the previous line. 505
Error Avoid nested blocks. 511
Error Avoid nested blocks. 516
Error Line is longer than 80 characters. 517
Error '(' is followed by whitespace. 517
Error ')' is preceded with whitespace. 517
Error '(' is followed by whitespace. 521
Error ')' is preceded with whitespace. 521
Error Method 'step' is not designed for extension - needs to be abstract, final or empty. 524
Error Missing a Javadoc comment. 524
Error '{' should be on the previous line. 525
Error switch without "default" clause. 528
Error '(' is followed by whitespace. 528
Error ')' is preceded with whitespace. 528
Error '{' should be on the previous line. 529
Error Avoid nested blocks. 532
Error Avoid nested blocks. 537
Error Avoid nested blocks. 542
Error '(' is followed by whitespace. 543
Error ')' is preceded with whitespace. 543
Error '{' should be on the previous line. 544
Error '}' should be on the same line. 546
Error '{' should be on the previous line. 548
Error Avoid nested blocks. 554
Error '(' is followed by whitespace. 560
Error ')' is preceded with whitespace. 560
Error Method 'axisSpecifier' 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 switch without "default" clause. 567
Error '(' is followed by whitespace. 567
Error ')' is preceded with whitespace. 567
Error '{' should be on the previous line. 568
Error Avoid nested blocks. 570
Error '(' is followed by whitespace. 571
Error ')' is preceded with whitespace. 571
Error Avoid nested blocks. 576
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 '(' is followed by whitespace. 581
Error ')' is preceded with whitespace. 581
Error '{' should be on the previous line. 582
Error '(' is followed by whitespace. 583
Error ')' is preceded with whitespace. 583
Error '(' is followed by whitespace. 586
Error ')' is preceded with whitespace. 586
Error '(' is followed by whitespace. 587
Error ')' is preceded with whitespace. 587
Error Method 'nodeTest' is not designed for extension - needs to be abstract, final or empty. 596
Error Missing a Javadoc comment. 596
Error Parameter axis should be final. 596
Error '{' should be on the previous line. 597
Error '(' is followed by whitespace. 598
Error ')' is preceded with whitespace. 598
Error '{' should be on the previous line. 599
Error Avoid nested blocks. 601
Error '(' is followed by whitespace. 602
Error ')' is preceded with whitespace. 602
Error '{' should be on the previous line. 603
Error Avoid nested blocks. 605
Error '(' is followed by whitespace. 606
Error ')' is preceded with whitespace. 606
Error Avoid nested blocks. 610
Error '(' is followed by whitespace. 611
Error ')' is preceded with whitespace. 611
Error Avoid nested blocks. 618
Error '(' is followed by whitespace. 619
Error ')' is preceded with whitespace. 619
Error Method 'nodeTypeTest' is not designed for extension - needs to be abstract, final or empty. 627
Error Missing a Javadoc comment. 627
Error Parameter axis should be final. 627
Error '{' should be on the previous line. 628
Error '(' is followed by whitespace. 629
Error ')' is preceded with whitespace. 629
Error '(' is followed by whitespace. 632
Error ')' is preceded with whitespace. 632
Error '(' is followed by whitespace. 634
Error '(' is followed by whitespace. 634
Error ')' is preceded with whitespace. 634
Error ')' is preceded with whitespace. 634
Error '{' should be on the previous line. 635
Error '(' is followed by whitespace. 638
Error ')' is preceded with whitespace. 638
Error '{' should be on the previous line. 639
Error '(' is followed by whitespace. 640
Error ')' is preceded with whitespace. 640
Error '(' is followed by whitespace. 643
Error ')' is preceded with whitespace. 643
Error '(' is followed by whitespace. 645
Error ')' is preceded with whitespace. 646
Error '}' should be on the same line. 651
Error '(' is followed by whitespace. 652
Error '(' is followed by whitespace. 652
Error ')' is preceded with whitespace. 652
Error ')' is preceded with whitespace. 652
Error '{' should be on the previous line. 653
Error '(' is followed by whitespace. 654
Error ')' is preceded with whitespace. 654
Error '(' is followed by whitespace. 656
Error ')' is preceded with whitespace. 656
Error '}' should be on the same line. 661
Error '(' is followed by whitespace. 662
Error '(' is followed by whitespace. 662
Error ')' is preceded with whitespace. 662
Error ')' is preceded with whitespace. 662
Error '{' should be on the previous line. 663
Error '(' is followed by whitespace. 664
Error ')' is preceded with whitespace. 664
Error '(' is followed by whitespace. 666
Error ')' is preceded with whitespace. 666
Error '}' should be on the same line. 671
Error '(' is followed by whitespace. 672
Error '(' is followed by whitespace. 672
Error ')' is preceded with whitespace. 672
Error ')' is preceded with whitespace. 672
Error '{' should be on the previous line. 673
Error '(' is followed by whitespace. 674
Error ')' is preceded with whitespace. 674
Error '(' is followed by whitespace. 676
Error ')' is preceded with whitespace. 676
Error '}' should be on the same line. 681
Error '{' should be on the previous line. 683
Error '(' is followed by whitespace. 684
Error ')' is preceded with whitespace. 684
Error Method 'nameTest' is not designed for extension - needs to be abstract, final or empty. 688
Error Missing a Javadoc comment. 688
Error Parameter axis should be final. 688
Error '{' should be on the previous line. 689
Error switch without "default" clause. 693
Error '(' is followed by whitespace. 693
Error ')' is preceded with whitespace. 693
Error '{' should be on the previous line. 694
Error Avoid nested blocks. 696
Error switch without "default" clause. 697
Error '(' is followed by whitespace. 697
Error ')' is preceded with whitespace. 697
Error '{' should be on the previous line. 698
Error Avoid nested blocks. 700
Error '(' is followed by whitespace. 701
Error ')' is preceded with whitespace. 701
Error '(' is followed by whitespace. 702
Error ')' is preceded with whitespace. 702
Error Line has trailing spaces. 709
Error switch without "default" clause. 710
Error '(' is followed by whitespace. 710
Error ')' is preceded with whitespace. 710
Error '{' should be on the previous line. 711
Error Avoid nested blocks. 713
Error '(' is followed by whitespace. 714
Error ')' is preceded with whitespace. 714
Error Avoid nested blocks. 718
Error '(' is followed by whitespace. 719
Error ')' is preceded with whitespace. 719
Error '(' is followed by whitespace. 725
Error ')' is preceded with whitespace. 725
Error '{' should be on the previous line. 726
Error Line has trailing spaces. 729
Error '(' is followed by whitespace. 730
Error ')' is preceded with whitespace. 732
Error Method 'abbrStep' is not designed for extension - needs to be abstract, final or empty. 739
Error Missing a Javadoc comment. 739
Error '{' should be on the previous line. 740
Error switch without "default" clause. 741
Error '(' is followed by whitespace. 741
Error ')' is preceded with whitespace. 741
Error '{' should be on the previous line. 742
Error Avoid nested blocks. 744
Error '(' is followed by whitespace. 745
Error ')' is preceded with whitespace. 745
Error '(' is followed by whitespace. 746
Error ')' is preceded with whitespace. 746
Error Avoid nested blocks. 752
Error '(' is followed by whitespace. 753
Error ')' is preceded with whitespace. 753
Error '(' is followed by whitespace. 754
Error ')' is preceded with whitespace. 754
Error Method 'predicates' is not designed for extension - needs to be abstract, final or empty. 762
Error Missing a Javadoc comment. 762
Error '{' should be on the previous line. 763
Error ')' is preceded with whitespace. 764
Error '{' should be on the previous line. 765
Error '(' is followed by whitespace. 766
Error ')' is preceded with whitespace. 766
Error '{' should be on the previous line. 767
Error '}' should be on the same line. 769
Error '{' should be on the previous line. 771
Error Line has trailing spaces. 776
Error Method 'predicate' is not designed for extension - needs to be abstract, final or empty. 777
Error Missing a Javadoc comment. 777
Error '{' should be on the previous line. 778
Error Line has trailing spaces. 780
Error '(' is followed by whitespace. 781
Error ')' is preceded with whitespace. 781
Error Line has trailing spaces. 782
Error '(' is followed by whitespace. 785
Error ')' is preceded with whitespace. 785
Error Method 'predicateExpr' is not designed for extension - needs to be abstract, final or empty. 790
Error Missing a Javadoc comment. 790
Error '{' should be on the previous line. 791
Error Method 'expr' is not designed for extension - needs to be abstract, final or empty. 795
Error Missing a Javadoc comment. 795
Error '{' should be on the previous line. 796
Error Method 'orExpr' is not designed for extension - needs to be abstract, final or empty. 800
Error Missing a Javadoc comment. 800
Error '{' should be on the previous line. 801
Error Line has trailing spaces. 803
Error switch without "default" clause. 808
Error '(' is followed by whitespace. 808
Error ')' is preceded with whitespace. 808
Error '{' should be on the previous line. 809
Error Avoid nested blocks. 811
Error '(' is followed by whitespace. 813
Error ')' is preceded with whitespace. 813
Error '(' is followed by whitespace. 819
Error ')' is preceded with whitespace. 819
Error Method 'andExpr' is not designed for extension - needs to be abstract, final or empty. 822
Error Missing a Javadoc comment. 822
Error '{' should be on the previous line. 823
Error switch without "default" clause. 830
Error '(' is followed by whitespace. 830
Error ')' is preceded with whitespace. 830
Error '{' should be on the previous line. 831
Error Avoid nested blocks. 833
Error '(' is followed by whitespace. 835
Error ')' is preceded with whitespace. 835
Error '(' is followed by whitespace. 841
Error ')' is preceded with whitespace. 841
Error Method 'equalityExpr' is not designed for extension - needs to be abstract, final or empty. 844
Error Missing a Javadoc comment. 844
Error '{' should be on the previous line. 845
Error switch without "default" clause. 854
Error '(' is followed by whitespace. 854
Error ')' is preceded with whitespace. 854
Error '{' should be on the previous line. 855
Error Avoid nested blocks. 857
Error '(' is followed by whitespace. 858
Error ')' is preceded with whitespace. 858
Error Avoid nested blocks. 864
Error '(' is followed by whitespace. 865
Error ')' is preceded with whitespace. 865
Error '(' is followed by whitespace. 872
Error ')' is preceded with whitespace. 872
Error switch without "default" clause. 876
Error '(' is followed by whitespace. 876
Error ')' is preceded with whitespace. 876
Error '{' should be on the previous line. 877
Error Avoid nested blocks. 879
Error '(' is followed by whitespace. 880
Error ')' is preceded with whitespace. 880
Error Avoid nested blocks. 886
Error '(' is followed by whitespace. 887
Error ')' is preceded with whitespace. 887
Error '(' is followed by whitespace. 894
Error ')' is preceded with whitespace. 894
Error Method 'relationalExpr' is not designed for extension - needs to be abstract, final or empty. 897
Error Missing a Javadoc comment. 897
Error '{' should be on the previous line. 898
Error switch without "default" clause. 906
Error '(' is followed by whitespace. 906
Error ')' is preceded with whitespace. 906
Error '{' should be on the previous line. 907
Error Avoid nested blocks. 909
Error '(' is followed by whitespace. 910
Error ')' is preceded with whitespace. 910
Error Avoid nested blocks. 916
Error '(' is followed by whitespace. 917
Error ')' is preceded with whitespace. 917
Error Avoid nested blocks. 923
Error '(' is followed by whitespace. 924
Error ')' is preceded with whitespace. 924
Error Avoid nested blocks. 930
Error '(' is followed by whitespace. 931
Error ')' is preceded with whitespace. 931
Error '(' is followed by whitespace. 938
Error ')' is preceded with whitespace. 938
Error switch without "default" clause. 942
Error '(' is followed by whitespace. 942
Error ')' is preceded with whitespace. 942
Error '{' should be on the previous line. 943
Error Avoid nested blocks. 945
Error '(' is followed by whitespace. 946
Error ')' is preceded with whitespace. 946
Error Avoid nested blocks. 952
Error '(' is followed by whitespace. 953
Error ')' is preceded with whitespace. 953
Error Avoid nested blocks. 959
Error '(' is followed by whitespace. 960
Error ')' is preceded with whitespace. 960
Error Avoid nested blocks. 966
Error '(' is followed by whitespace. 967
Error ')' is preceded with whitespace. 967
Error '(' is followed by whitespace. 974
Error ')' is preceded with whitespace. 974
Error Method 'additiveExpr' is not designed for extension - needs to be abstract, final or empty. 977
Error Missing a Javadoc comment. 977
Error '{' should be on the previous line. 978
Error switch without "default" clause. 986
Error '(' is followed by whitespace. 986
Error ')' is preceded with whitespace. 986
Error '{' should be on the previous line. 987
Error Avoid nested blocks. 989
Error '(' is followed by whitespace. 990
Error ')' is preceded with whitespace. 990
Error Avoid nested blocks. 996
Error '(' is followed by whitespace. 997
Error ')' is preceded with whitespace. 997
Error '(' is followed by whitespace. 1004
Error ')' is preceded with whitespace. 1004
Error '(' is followed by whitespace. 1008
Error ')' is preceded with whitespace. 1008
Error '{' should be on the previous line. 1009
Error Avoid nested blocks. 1011
Error '(' is followed by whitespace. 1012
Error ')' is preceded with whitespace. 1012
Error Avoid nested blocks. 1018
Error '(' is followed by whitespace. 1019
Error ')' is preceded with whitespace. 1019
Error Avoid nested blocks. 1025
Error '(' is followed by whitespace. 1031
Error ')' is preceded with whitespace. 1031
Error Method 'multiplicativeExpr' is not designed for extension - needs to be abstract, final or empty. 1034
Error Missing a Javadoc comment. 1034
Error '{' should be on the previous line. 1035
Error switch without "default" clause. 1043
Error '(' is followed by whitespace. 1043
Error ')' is preceded with whitespace. 1043
Error '{' should be on the previous line. 1044
Error Avoid nested blocks. 1046
Error '(' is followed by whitespace. 1047
Error ')' is preceded with whitespace. 1047
Error Line has trailing spaces. 1050
Error Avoid nested blocks. 1053
Error '(' is followed by whitespace. 1054
Error ')' is preceded with whitespace. 1054
Error Avoid nested blocks. 1060
Error '(' is followed by whitespace. 1061
Error ')' is preceded with whitespace. 1061
Error '(' is followed by whitespace. 1068
Error ')' is preceded with whitespace. 1068
Error switch without "default" clause. 1072
Error '(' is followed by whitespace. 1072
Error ')' is preceded with whitespace. 1072
Error '{' should be on the previous line. 1073
Error Avoid nested blocks. 1075
Error '(' is followed by whitespace. 1076
Error ')' is preceded with whitespace. 1076
Error Avoid nested blocks. 1082
Error '(' is followed by whitespace. 1083
Error ')' is preceded with whitespace. 1083
Error Avoid nested blocks. 1089
Error '(' is followed by whitespace. 1090
Error ')' is preceded with whitespace. 1090
Error '(' is followed by whitespace. 1097
Error ')' is preceded with whitespace. 1097
Error Method 'unaryExpr' is not designed for extension - needs to be abstract, final or empty. 1100
Error Missing a Javadoc comment. 1100
Error '{' should be on the previous line. 1101
Error '(' is followed by whitespace. 1106
Error ')' is preceded with whitespace. 1106
Error '{' should be on the previous line. 1107
Error Avoid nested blocks. 1109
Error '(' is followed by whitespace. 1110
Error ')' is preceded with whitespace. 1110
Error Avoid nested blocks. 1116
Error '(' is followed by whitespace. 1122
Error ')' is preceded with whitespace. 1122
Error Method 'unionExpr' is not designed for extension - needs to be abstract, final or empty. 1125
Error Missing a Javadoc comment. 1125
Error '{' should be on the previous line. 1126
Error switch without "default" clause. 1133
Error '(' is followed by whitespace. 1133
Error ')' is preceded with whitespace. 1133
Error '{' should be on the previous line. 1134
Error Avoid nested blocks. 1136
Error '(' is followed by whitespace. 1137
Error ')' is preceded with whitespace. 1137
Error '(' is followed by whitespace. 1144
Error ')' is preceded with whitespace. 1144
Error Method 'match' is not designed for extension - needs to be abstract, final or empty. 1147
Error Missing a Javadoc comment. 1147
Error Parameter tokenType should be final. 1147
Error '{' should be on the previous line. 1148
Error '(' is followed by whitespace. 1151
Error ')' is preceded with whitespace. 1151
Error '(' is followed by whitespace. 1153
Error ')' is preceded with whitespace. 1153
Error '{' should be on the previous line. 1154
Error '(' is followed by whitespace. 1159
Error '(' is followed by whitespace. 1159
Error ')' is preceded with whitespace. 1159
Error ')' is preceded with whitespace. 1159
Error Method 'LA' is not designed for extension - needs to be abstract, final or empty. 1162
Error Missing a Javadoc comment. 1162
Error Name 'LA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1162
Error Parameter position should be final. 1162
Error '{' should be on the previous line. 1163
Error Method 'LT' is not designed for extension - needs to be abstract, final or empty. 1167
Error Missing a Javadoc comment. 1167
Error Name 'LT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1167
Error Parameter position should be final. 1167
Error '{' should be on the previous line. 1168
Error '(' is followed by whitespace. 1169
Error '(' is followed by whitespace. 1169
Error ')' is preceded with whitespace. 1169
Error ')' is preceded with whitespace. 1169
Error '{' should be on the previous line. 1170
Error '(' is followed by whitespace. 1171
Error ';' is preceded with whitespace. 1171
Error ';' is preceded with whitespace. 1171
Error ')' is preceded with whitespace. 1171
Error '{' should be on the previous line. 1172
Error '(' is followed by whitespace. 1173
Error ')' is preceded with whitespace. 1173
Error '(' is followed by whitespace. 1177
Error ')' is preceded with whitespace. 1177
Error Method 'isNodeTypeName' is not designed for extension - needs to be abstract, final or empty. 1180
Error Missing a Javadoc comment. 1180
Error Parameter name should be final. 1180
Error '{' should be on the previous line. 1181
Error '(' is followed by whitespace. 1184
Error '(' is followed by whitespace. 1184
Error ')' is preceded with whitespace. 1184
Error '(' is followed by whitespace. 1186
Error ')' is preceded with whitespace. 1186
Error '(' is followed by whitespace. 1188
Error ')' is preceded with whitespace. 1188
Error '(' is followed by whitespace. 1190
Error ')' is preceded with whitespace. 1190
Error ')' is preceded with whitespace. 1190
Error '{' should be on the previous line. 1191
Error Method 'createSyntaxException' is not designed for extension - needs to be abstract, final or empty. 1198
Error Missing a Javadoc comment. 1198
Error Parameter message should be final. 1198
Error '{' should be on the previous line. 1199
Error '(' is followed by whitespace. 1203
Error ')' is preceded with whitespace. 1205
Error Line is longer than 80 characters. 1208
Error Method 'throwInvalidAxis' is not designed for extension - needs to be abstract, final or empty. 1208
Error Missing a Javadoc comment. 1208
Error Parameter invalidAxis should be final. 1208
Error Line is longer than 80 characters. 1213
Error '(' is followed by whitespace. 1215
Error ')' is preceded with whitespace. 1217
Error Method 'throwUnexpected' is not designed for extension - needs to be abstract, final or empty. 1220
Error Missing a Javadoc comment. 1220
Error '{' should be on the previous line. 1221
Error Line is longer than 80 characters. 1222
Error '(' is followed by whitespace. 1222
Error ')' is preceded with whitespace. 1222

org/jaxen/saxpath/helpers/DefaultXPathHandler.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 71
Error '{' should be on the previous line. 84
Error Missing a Javadoc comment. 85
Error '{' should be on the previous line. 86
Error Missing a Javadoc comment. 89
Error '{' should be on the previous line. 90
Error Missing a Javadoc comment. 93
Error '{' should be on the previous line. 94
Error Missing a Javadoc comment. 97
Error '{' should be on the previous line. 98
Error Missing a Javadoc comment. 101
Error '{' should be on the previous line. 102
Error Line is longer than 80 characters. 105
Error Missing a Javadoc comment. 105
Error Line is longer than 80 characters. 109
Error Missing a Javadoc comment. 109
Error Line is longer than 80 characters. 113
Error Missing a Javadoc comment. 113
Error Line is longer than 80 characters. 117
Error Missing a Javadoc comment. 117
Error Missing a Javadoc comment. 121
Error Parameter axis should be final. 121
Error Parameter prefix should be final. 122
Error Line is longer than 80 characters. 123
Error Parameter localName should be final. 123
Error Missing a Javadoc comment. 127
Error '{' should be on the previous line. 128
Error Line is longer than 80 characters. 131
Error Missing a Javadoc comment. 131
Error Parameter axis should be final. 131
Error Missing a Javadoc comment. 134
Error '{' should be on the previous line. 135
Error Line is longer than 80 characters. 138
Error Missing a Javadoc comment. 138
Error Parameter axis should be final. 138
Error Missing a Javadoc comment. 142
Error '{' should be on the previous line. 143
Error Line is longer than 80 characters. 146
Error Missing a Javadoc comment. 146
Error Parameter axis should be final. 146
Error Missing a Javadoc comment. 150
Error '{' should be on the previous line. 151
Error Missing a Javadoc comment. 154
Error Parameter axis should be final. 154
Error Line is longer than 80 characters. 155
Error Parameter name should be final. 155
Error Line is longer than 80 characters. 158
Error Missing a Javadoc comment. 158
Error Missing a Javadoc comment. 162
Error '{' should be on the previous line. 163
Error Missing a Javadoc comment. 166
Error '{' should be on the previous line. 167
Error Missing a Javadoc comment. 170
Error '{' should be on the previous line. 171
Error Missing a Javadoc comment. 174
Error '{' should be on the previous line. 175
Error Missing a Javadoc comment. 178
Error '{' should be on the previous line. 179
Error Line is longer than 80 characters. 182
Error Missing a Javadoc comment. 182
Error Parameter create should be final. 182
Error Missing a Javadoc comment. 186
Error '{' should be on the previous line. 187
Error Line is longer than 80 characters. 190
Error Missing a Javadoc comment. 190
Error Parameter create should be final. 190
Error Missing a Javadoc comment. 194
Error '{' should be on the previous line. 195
Error Line is longer than 80 characters. 198
Error Missing a Javadoc comment. 198
Error Parameter operator should be final. 198
Error Missing a Javadoc comment. 202
Error Line is longer than 80 characters. 206
Error Missing a Javadoc comment. 206
Error Parameter operator should be final. 206
Error Missing a Javadoc comment. 210
Error '{' should be on the previous line. 211
Error Line is longer than 80 characters. 214
Error Missing a Javadoc comment. 214
Error Parameter operator should be final. 214
Error Line is longer than 80 characters. 218
Error Missing a Javadoc comment. 218
Error Line is longer than 80 characters. 222
Error Missing a Javadoc comment. 222
Error Parameter operator should be final. 222
Error Missing a Javadoc comment. 226
Error '{' should be on the previous line. 227
Error Line is longer than 80 characters. 230
Error Missing a Javadoc comment. 230
Error Parameter operator should be final. 230
Error Missing a Javadoc comment. 234
Error '{' should be on the previous line. 235
Error Line is longer than 80 characters. 238
Error Missing a Javadoc comment. 238
Error Parameter create should be final. 238
Error Missing a Javadoc comment. 242
Error Parameter number should be final. 242
Error '{' should be on the previous line. 243
Error Missing a Javadoc comment. 246
Error Parameter number should be final. 246
Error Line is longer than 80 characters. 250
Error Missing a Javadoc comment. 250
Error Parameter literal should be final. 250
Error Missing a Javadoc comment. 254
Error Parameter prefix should be final. 254
Error Line is longer than 80 characters. 255
Error Parameter variableName should be final. 255
Error Missing a Javadoc comment. 259
Error Parameter prefix should be final. 259
Error Line is longer than 80 characters. 260
Error Parameter functionName should be final. 260
Error Missing a Javadoc comment. 264
Error '{' should be on the previous line. 265

org/jaxen/saxpath/helpers/XPathReaderFactory.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Utility classes should not have a public or default constructor. 81
Error '{' should be on the previous line. 82
Error Line is longer than 80 characters. 87
Error First sentence should end with a period. 89
Error Name 'USE_DEFAULT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error '{' should be on the previous line. 105
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '}' should be on the same line. 113
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error '}' should be on the same line. 126
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error Line is longer than 80 characters. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '}' should be on the same line. 132
Error '{' should be on the previous line. 134
Error Line is longer than 80 characters. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line has trailing spaces. 142
Error Expected an @return tag. 154
Error Line is longer than 80 characters. 154
Error Parameter className should be final. 154
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 165
Error Line is longer than 80 characters. 167
Error ')' is preceded with whitespace. 167
Error Line has trailing spaces. 168
Error Line has trailing spaces. 171
Error '(' is followed by whitespace. 172
Error '!' is followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error Line has trailing spaces. 174
Error '(' is followed by whitespace. 174
Error Line is longer than 80 characters. 175
Error ')' is preceded with whitespace. 175
Error '}' should be on the same line. 177
Error '{' should be on the previous line. 179
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '{' should be on the previous line. 184
Error '}' should be on the same line. 186
Error '{' should be on the previous line. 188
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '}' should be on the same line. 190
Error '{' should be on the previous line. 192
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error '{' should be on the previous line. 197
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error Line has trailing spaces. 200

org/jaxen/util/AncestorAxisIterator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 71
Error Parameter contextNode should be final. 71
Error Parameter navigator should be final. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 75

org/jaxen/util/AncestorOrSelfAxisIterator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line is longer than 80 characters. 4
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 76
Error Parameter contextNode should be final. 76
Error 'contextNode' hides a field. 76
Error Parameter navigator should be final. 77
Error 'navigator' hides a field. 77
Error '{' should be on the previous line. 78
Error Line is longer than 80 characters. 79
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error '{' should be on the previous line. 85
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error '{' should be on the previous line. 90
Error '{' should be on the previous line. 92
Error '}' should be on the same line. 99
Error '{' should be on the previous line. 101
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error '{' should be on the previous line. 107

org/jaxen/util/DescendantAxisIterator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line is longer than 80 characters. 4
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 79
Error Parameter contextNode should be final. 79
Error Line is longer than 80 characters. 80
Error Parameter navigator should be final. 80
Error 'navigator' hides a field. 80
Error Missing a Javadoc comment. 85
Error Parameter navigator should be final. 85
Error 'navigator' hides a field. 85
Error Parameter iterator should be final. 86
Error '{' should be on the previous line. 87
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error '{' should be on the previous line. 95
Error '{' should be on the previous line. 97
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error '{' should be on the previous line. 106
Error '{' should be on the previous line. 108
Error '{' should be on the previous line. 110
Error '}' should be on the same line. 117
Error '{' should be on the previous line. 119
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error '{' should be on the previous line. 125

org/jaxen/util/DescendantOrSelfAxisIterator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line is longer than 80 characters. 4
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Parameter navigator should be final. 69
Error '{' should be on the previous line. 70

org/jaxen/util/FollowingAxisIterator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line is longer than 80 characters. 4
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 74
Error Line has trailing spaces. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 82
Error Parameter contextNode should be final. 82
Error 'contextNode' hides a field. 82
Error Line is longer than 80 characters. 83
Error Parameter navigator should be final. 83
Error 'navigator' hides a field. 83
Error Missing a Javadoc comment. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error '!' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error Line is longer than 80 characters. 103
Error Missing a Javadoc comment. 108
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error '{' should be on the previous line. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error Line is longer than 80 characters. 125
Error '}' should be on the same line. 127
Error '{' should be on the previous line. 129
Error '}' should be on the same line. 132
Error '{' should be on the previous line. 134
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 139
Error Missing a Javadoc comment. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error '!' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error '(' is followed by whitespace. 143
Error '!' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '{' should be on the previous line. 144
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 152
Error Missing a Javadoc comment. 152
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 152
Error '{' should be on the previous line. 153
Error '(' is followed by whitespace. 154
Error '!' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '{' should be on the previous line. 155
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error Redundant throws: 'UnsupportedOperationException' is unchecked exception. 162
Error '{' should be on the previous line. 163

org/jaxen/util/FollowingSiblingAxisIterator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 73
Error '{' should be on the previous line. 74
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 79
Error Parameter contextNode should be final. 79
Error 'contextNode' hides a field. 79
Error Line is longer than 80 characters. 80
Error Parameter navigator should be final. 80
Error 'navigator' hides a field. 80
Error Missing a Javadoc comment. 87
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error 'if' construct must use '{}'s. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '}' should be on the same line. 100
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error '{' should be on the previous line. 108
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 112
Error '{' should be on the previous line. 113
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error Redundant throws: 'UnsupportedOperationException' is unchecked exception. 117
Error '{' should be on the previous line. 118

org/jaxen/util/IdentityHashMap.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 76
Error Array brackets at illegal position. 81
Error Line has trailing spaces. 113
Error Line has trailing spaces. 114
Error Unused @throws tag for 'IllegalArgumentException'. 118
Error Parameter initialCapacity should be final. 121
Error Parameter loadFactor should be final. 121
Error 'loadFactor' hides a field. 121
Error 'if' construct must use '{}'s. 122
Error '+' is not preceded with whitespace. 123
Error '+' should be on a new line. 123
Error 'if' construct must use '{}'s. 125
Error '+' is not preceded with whitespace. 126
Error '+' should be on a new line. 126
Error 'if' construct must use '{}'s. 128
Error '==' is not preceded with whitespace. 128
Error '==' is not followed by whitespace. 128
Error 'cast' is not followed by whitespace. 132
Error Unused @throws tag for 'IllegalArgumentException'. 140
Error Parameter initialCapacity should be final. 143
Error '0.75f' is a magic number. 144
Error '11' is a magic number. 152
Error '0.75f' is a magic number. 152
Error Parameter t should be final. 163
Error '*' is not preceded with whitespace. 164
Error '*' is not followed by whitespace. 164
Error '11' is a magic number. 164
Error '0.75f' is a magic number. 164
Error First sentence should end with a period. 168
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 173
Error First sentence should end with a period. 177
Error Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 182
Error Method 'containsValue' is not designed for extension - needs to be abstract, final or empty. 194
Error Parameter value should be final. 194
Error Array brackets at illegal position. 195
Error '==' is not preceded with whitespace. 197
Error '==' is not followed by whitespace. 197
Error 'for' construct must use '{}'s. 198
Error ';' is preceded with whitespace. 198
Error ';' is preceded with whitespace. 198
Error 'for' construct must use '{}'s. 199
Error ';' is preceded with whitespace. 199
Error ';' is preceded with whitespace. 199
Error 'if' construct must use '{}'s. 200
Error '==' is not preceded with whitespace. 200
Error '==' is not followed by whitespace. 200
Error 'for' construct must use '{}'s. 203
Error ';' is preceded with whitespace. 203
Error ';' is preceded with whitespace. 203
Error 'for' construct must use '{}'s. 204
Error ';' is preceded with whitespace. 204
Error ';' is preceded with whitespace. 204
Error 'if' construct must use '{}'s. 205
Error Line is longer than 80 characters. 213
Error Line has trailing spaces. 215
Error Line is longer than 80 characters. 216
Error Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. 220
Error Parameter key should be final. 220
Error Array brackets at illegal position. 221
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '0x7FFFFFFF' is a magic number. 225
Error 'for' construct must use '{}'s. 226
Error 'if' construct must use '{}'s. 228
Error '==' is not preceded with whitespace. 228
Error '==' is not followed by whitespace. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error ')' is preceded with whitespace. 228
Error 'for' construct must use '{}'s. 231
Error 'if' construct must use '{}'s. 232
Error '==' is not preceded with whitespace. 232
Error '==' is not followed by whitespace. 232
Error Line is longer than 80 characters. 243
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 249
Error Parameter key should be final. 249
Error Array brackets at illegal position. 250
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '0x7FFFFFFF' is a magic number. 255
Error 'for' construct must use '{}'s. 256
Error 'if' construct must use '{}'s. 258
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error ')' is preceded with whitespace. 258
Error 'for' construct must use '{}'s. 261
Error 'if' construct must use '{}'s. 262
Error '==' is not preceded with whitespace. 262
Error '==' is not followed by whitespace. 262
Error Line is longer than 80 characters. 270
Error Array brackets at illegal position. 276
Error Array brackets at illegal position. 279
Error 'cast' is not followed by whitespace. 282
Error ';' is preceded with whitespace. 285
Error ';' is preceded with whitespace. 285
Error ';' is preceded with whitespace. 286
Error ';' is preceded with whitespace. 286
Error ';' is followed by whitespace. 286
Error '0x7FFFFFFF' is a magic number. 290
Error Line is longer than 80 characters. 304
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 309
Error Parameter key should be final. 309
Error Parameter value should be final. 309
Error Line has trailing spaces. 312
Error Line has trailing spaces. 313
Error Array brackets at illegal position. 316
Error '(' is followed by whitespace. 321
Error ')' is preceded with whitespace. 321
Error '0x7FFFFFFF' is a magic number. 322
Error ';' is preceded with whitespace. 323
Error ';' is preceded with whitespace. 323
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error ')' is preceded with whitespace. 324
Error ';' is preceded with whitespace. 331
Error ';' is preceded with whitespace. 331
Error '0x7FFFFFFF' is a magic number. 346
Error Line is longer than 80 characters. 360
Error Line is longer than 80 characters. 362
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 365
Error Parameter key should be final. 365
Error Array brackets at illegal position. 366
Error '(' is followed by whitespace. 370
Error ')' is preceded with whitespace. 370
Error '0x7FFFFFFF' is a magic number. 371
Error '(' is followed by whitespace. 376
Error ')' is preceded with whitespace. 376
Error ')' is preceded with whitespace. 376
Error 'if' construct must use '{}'s. 378
Error 'else' construct must use '{}'s. 380
Error 'if' construct must use '{}'s. 394
Error 'else' construct must use '{}'s. 396
Error Line has trailing spaces. 412
Error Method 'putAll' is not designed for extension - needs to be abstract, final or empty. 418
Error Parameter t should be final. 418
Error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 429
Error Array brackets at illegal position. 430
Error 'for' construct must use '{}'s. 432
Error ';' is followed by whitespace. 432
Error Line is longer than 80 characters. 438
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 443
Error Line has trailing spaces. 444
Error 'cast' is not followed by whitespace. 445
Error ';' is preceded with whitespace. 447
Error ';' is preceded with whitespace. 447
Error ';' is followed by whitespace. 447
Error Line has trailing spaces. 448
Error Avoid inline conditionals. 449
Error 'cast' is not followed by whitespace. 449
Error Line has trailing spaces. 456
Error Missing a Javadoc comment. 464
Error Missing a Javadoc comment. 465
Error Missing a Javadoc comment. 466
Error Line is longer than 80 characters. 472
Error Line is longer than 80 characters. 473
Error Line is longer than 80 characters. 474
Error Method 'keySet' is not designed for extension - needs to be abstract, final or empty. 479
Error Parameter o should be final. 488
Error Parameter o should be final. 491
Error Line is longer than 80 characters. 510
Error Line is longer than 80 characters. 511
Error Method 'values' is not designed for extension - needs to be abstract, final or empty. 515
Error '==' is not preceded with whitespace. 516
Error '==' is not followed by whitespace. 516
Error Parameter o should be final. 524
Error Line is longer than 80 characters. 542
Error Line is longer than 80 characters. 543
Error Method 'entrySet' is not designed for extension - needs to be abstract, final or empty. 548
Error '==' is not preceded with whitespace. 549
Error '==' is not followed by whitespace. 549
Error Parameter o should be final. 555
Error 'if' construct must use '{}'s. 556
Error 'cast' is not followed by whitespace. 558
Error Array brackets at illegal position. 560
Error Line is longer than 80 characters. 562
Error '==' is not preceded with whitespace. 562
Error '==' is not followed by whitespace. 562
Error Avoid inline conditionals. 562
Error '(' is followed by whitespace. 562
Error ')' is preceded with whitespace. 562
Error ')' is preceded with whitespace. 562
Error '0x7FFFFFFF' is a magic number. 563
Error 'for' construct must use '{}'s. 565
Error 'if' construct must use '{}'s. 566
Error '==' is not preceded with whitespace. 566
Error '==' is not followed by whitespace. 566
Error Parameter o should be final. 571
Error 'if' construct must use '{}'s. 572
Error 'cast' is not followed by whitespace. 574
Error Array brackets at illegal position. 576
Error Line is longer than 80 characters. 578
Error '==' is not preceded with whitespace. 578
Error '==' is not followed by whitespace. 578
Error Avoid inline conditionals. 578
Error '(' is followed by whitespace. 578
Error ')' is preceded with whitespace. 578
Error ')' is preceded with whitespace. 578
Error '0x7FFFFFFF' is a magic number. 579
Error '==' is not preceded with whitespace. 583
Error '==' is not followed by whitespace. 583
Error 'if' construct must use '{}'s. 585
Error 'else' construct must use '{}'s. 587
Error Missing a Javadoc comment. 611
Error Parameter type should be final. 611
Error Missing a Javadoc comment. 623
Error Variable 'hash' must be private and have accessor methods. 623
Error Missing a Javadoc comment. 624
Error Variable 'key' must be private and have accessor methods. 624
Error Missing a Javadoc comment. 625
Error Variable 'value' must be private and have accessor methods. 625
Error Missing a Javadoc comment. 626
Error Variable 'next' must be private and have accessor methods. 626
Error Missing a Javadoc comment. 628
Error Parameter hash should be final. 628
Error 'hash' hides a field. 628
Error Parameter key should be final. 628
Error 'key' hides a field. 628
Error Parameter value should be final. 628
Error 'value' hides a field. 628
Error Parameter next should be final. 628
Error 'next' hides a field. 628
Error Missing a Javadoc comment. 635
Error '==' is not preceded with whitespace. 637
Error '==' is not followed by whitespace. 637
Error Avoid inline conditionals. 637
Error 'cast' is not followed by whitespace. 637
Error Line has trailing spaces. 640
Error Missing a Javadoc comment. 642
Error Missing a Javadoc comment. 646
Error Missing a Javadoc comment. 650
Error Parameter value should be final. 650
Error 'value' hides a field. 650
Error Missing a Javadoc comment. 656
Error Parameter o should be final. 656
Error 'if' construct must use '{}'s. 657
Error 'cast' is not followed by whitespace. 659
Error '==' is not preceded with whitespace. 661
Error '==' is not followed by whitespace. 661
Error Avoid inline conditionals. 661
Error '==' is not preceded with whitespace. 661
Error '==' is not followed by whitespace. 661
Error '&&' should be on a new line. 661
Error '==' is not preceded with whitespace. 662
Error '==' is not followed by whitespace. 662
Error Avoid inline conditionals. 662
Error '==' is not preceded with whitespace. 662
Error '==' is not followed by whitespace. 662
Error Missing a Javadoc comment. 665
Error '==' is not preceded with whitespace. 666
Error '==' is not followed by whitespace. 666
Error Avoid inline conditionals. 666
Error Missing a Javadoc comment. 669
Error '+' is not preceded with whitespace. 670
Error '+' is not followed by whitespace. 670
Error '+' is not preceded with whitespace. 670
Error '+' is not followed by whitespace. 670
Error Missing a Javadoc comment. 675
Error Missing a Javadoc comment. 676
Error Missing a Javadoc comment. 677
Error Line has trailing spaces. 678
Error Missing a Javadoc comment. 679
Error Missing a Javadoc comment. 680
Error Variable 'table' must be private and have accessor methods. 680
Error Missing a Javadoc comment. 681
Error Variable 'index' must be private and have accessor methods. 681
Error Missing a Javadoc comment. 682
Error Variable 'entry' must be private and have accessor methods. 682
Error Missing a Javadoc comment. 683
Error Variable 'lastReturned' must be private and have accessor methods. 683
Error Missing a Javadoc comment. 684
Error Variable 'type' must be private and have accessor methods. 684
Error Missing a Javadoc comment. 693
Error Parameter type should be final. 693
Error 'type' hides a field. 693
Error Missing a Javadoc comment. 697
Error Array brackets at illegal position. 700
Error 'while' construct must use '{}'s. 702
Error Missing a Javadoc comment. 709
Error 'if' construct must use '{}'s. 710
Error Array brackets at illegal position. 715
Error 'while' construct must use '{}'s. 718
Error Line has trailing spaces. 718
Error Avoid inline conditionals. 726
Error Avoid inline conditionals. 726
Error Missing a Javadoc comment. 731
Error 'if' construct must use '{}'s. 732
Error 'if' construct must use '{}'s. 734
Error 'index' hides a field. 738
Error '0x7FFFFFFF' is a magic number. 738
Error 'if' construct must use '{}'s. 745
Error 'else' construct must use '{}'s. 747
Error Line is longer than 80 characters. 759
Error Line is longer than 80 characters. 762
Error Line is longer than 80 characters. 766
Error Parameter s should be final. 769
Error Expected @param tag for 's'. 769
Error Expected @throws tag for 'IOException'. 770
Error '{' should be on the previous line. 771
Error '-' is not preceded with whitespace. 782
Error '-' is not followed by whitespace. 782
Error Missing a Javadoc comment. 793
Error Line is longer than 80 characters. 796
Error Parameter s should be final. 799
Error Expected @param tag for 's'. 799
Error Expected @throws tag for 'IOException'. 800
Error Expected @throws tag for 'ClassNotFoundException'. 800
Error '{' should be on the previous line. 801
Error '=' is not preceded with whitespace. 813
Error '=' is not followed by whitespace. 813
Error '<' is not preceded with whitespace. 813
Error '<' is not followed by whitespace. 813
Error Method 'capacity' is not designed for extension - needs to be abstract, final or empty. 820
Error Missing a Javadoc comment. 820
Error Method 'loadFactor' is not designed for extension - needs to be abstract, final or empty. 824
Error Missing a Javadoc comment. 824

org/jaxen/util/LinkedIterator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error Method 'addIterator' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter i should be final. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error '{' should be on the previous line. 87
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error 'cast' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '(' is followed by whitespace. 94
Error '!' is followed by whitespace. 94
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error '}' should be on the same line. 101
Error '{' should be on the previous line. 103
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 112
Error '!' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error 'cast' is not followed by whitespace. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error '{' should be on the previous line. 121

org/jaxen/util/PrecedingAxisIterator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line is longer than 80 characters. 4
Error Line is longer than 80 characters. 83
Error Line is longer than 80 characters. 84
Error Line is longer than 80 characters. 85
Error Line is longer than 80 characters. 86
Error Line is longer than 80 characters. 89
Error '{' should be on the previous line. 93
Error Missing a Javadoc comment. 94
Error Missing a Javadoc comment. 95
Error Missing a Javadoc comment. 96
Error Missing a Javadoc comment. 97
Error Missing a Javadoc comment. 99
Error Missing a Javadoc comment. 101
Error Parameter contextNode should be final. 101
Error Line is longer than 80 characters. 102
Error Parameter navigator should be final. 102
Error 'navigator' hides a field. 102
Error Line is longer than 80 characters. 105
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error '{' should be on the previous line. 113
Error '{' should be on the previous line. 115
Error '{' should be on the previous line. 117
Error '{' should be on the previous line. 119
Error '{' should be on the previous line. 121
Error '{' should be on the previous line. 123
Error Line is longer than 80 characters. 127
Error '}' should be on the same line. 131
Error '{' should be on the previous line. 133
Error '}' should be on the same line. 138
Error '{' should be on the previous line. 140
Error Missing a Javadoc comment. 145
Error Parameter node should be final. 145
Error '{' should be on the previous line. 146
Error '{' should be on the previous line. 148
Error '{' should be on the previous line. 153
Error '{' should be on the previous line. 155
Error '}' should be on the same line. 160
Error '{' should be on the previous line. 162
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 167
Error '{' should be on the previous line. 168
Error '{' should be on the previous line. 170
Error '{' should be on the previous line. 174
Error '{' should be on the previous line. 177
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 188
Error Missing a Javadoc comment. 188
Error Redundant throws: 'UnsupportedOperationException' is unchecked exception. 188
Error '{' should be on the previous line. 189

org/jaxen/util/PrecedingSiblingAxisIterator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 59
Error Missing a Javadoc comment. 74
Error '{' should be on the previous line. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 82
Error Parameter contextNode should be final. 82
Error 'contextNode' hides a field. 82
Error Line is longer than 80 characters. 83
Error Parameter navigator should be final. 83
Error 'navigator' hides a field. 83
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error Missing a Javadoc comment. 95
Error '{' should be on the previous line. 96
Error Line has trailing spaces. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line has trailing spaces. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line has trailing spaces. 114
Error Line has trailing spaces. 116
Error '}' should be on the same line. 117
Error Line has trailing spaces. 121
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 129
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 131
Error '!' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '{' should be on the previous line. 132
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error '}' should be on the same line. 140
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error Redundant throws: 'UnsupportedOperationException' is unchecked exception. 147
Error '{' should be on the previous line. 148

org/jaxen/util/SelfAxisIterator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 69
Error Parameter node should be final. 69
Error '{' should be on the previous line. 70

org/jaxen/util/SingleObjectIterator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Parameter object should be final. 73
Error 'object' hides a field. 73
Error '{' should be on the previous line. 74
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error '{' should be on the previous line. 80
Error '!' is followed by whitespace. 81
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error '{' should be on the previous line. 96

org/jaxen/util/SingletonList.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 75
Error Line has trailing spaces. 76
Error Missing a Javadoc comment. 77
Error Parameter element should be final. 77
Error 'element' hides a field. 77
Error Line has trailing spaces. 80
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter index should be final. 85
Error 'if' is not followed by whitespace. 86

org/jaxen/util/StackedIterator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 75
Error Line has trailing spaces. 76
Error Line is longer than 80 characters. 76
Error '{' should be on the previous line. 80
Error Missing a Javadoc comment. 82
Error Missing a Javadoc comment. 83
Error Missing a Javadoc comment. 85
Error Missing a Javadoc comment. 87
Error Parameter contextNode should be final. 87
Error Parameter navigator should be final. 88
Error 'navigator' hides a field. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 94
Error Missing a Javadoc comment. 97
Error '{' should be on the previous line. 98
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Parameter contextNode should be final. 103
Error Parameter navigator should be final. 104
Error 'navigator' hides a field. 104
Error '{' should be on the previous line. 105
Error Line has trailing spaces. 107
Error Method 'internalCreateIterator' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error Parameter contextNode should be final. 111
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 135
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 137
Error '!' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error '(' is followed by whitespace. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error ')' is preceded with whitespace. 145
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Redundant throws: 'UnsupportedOperationException' is unchecked exception. 150
Error '{' should be on the previous line. 151
Error Missing a Javadoc comment. 155
Error 'protected' modifier out of order with the JLS suggestions. 155
Error Parameter contextNode should be final. 155
Error Method 'pushIterator' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157
Error Parameter iter should be final. 157
Error '{' should be on the previous line. 158
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error Missing a Javadoc comment. 165
Error '{' should be on the previous line. 166
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '{' should be on the previous line. 168
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error '{' should be on the previous line. 183

org/jaxen/util/XPath2XMLVisitor.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Variable 'printer' must be private and have accessor methods. 32
Error Missing a Javadoc comment. 33
Error Variable 'tabIndex' must be private and have accessor methods. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 39
Error Parameter printer should be final. 39
Error 'printer' hides a field. 39
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter expr should be final. 43
Error '{' is not preceded with whitespace. 45
Error '{' is not preceded with whitespace. 48
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter expr should be final. 53
Error '{' is not preceded with whitespace. 57
Error 'cast' is not followed by whitespace. 58
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Parameter expr should be final. 63
Error '+' is not preceded with whitespace. 64
Error Method 'printLhsRhs' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Parameter lhs should be final. 69
Error Parameter rhs should be final. 69
Error '{' is not preceded with whitespace. 69
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Parameter expr should be final. 79
Error '+' is not preceded with whitespace. 80
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter expr should be final. 84
Error '{' is not preceded with whitespace. 87
Error '{' is not preceded with whitespace. 91
Error 'cast' is not followed by whitespace. 92
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter expr should be final. 97
Error '+' is not preceded with whitespace. 98
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error Parameter expr should be final. 102
Error '+' is not preceded with whitespace. 103
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Parameter expr should be final. 107
Error '+' is not preceded with whitespace. 108
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Parameter expr should be final. 112
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error Parameter expr should be final. 117
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error Parameter expr should be final. 122
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error Parameter expr should be final. 126
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Parameter expr should be final. 130
Error Line is longer than 80 characters. 131
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Parameter expr should be final. 133
Error '{' is not preceded with whitespace. 133
Error '+' should be on a new line. 134
Error '{' is not preceded with whitespace. 140
Error 'cast' is not followed by whitespace. 141
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 148
Error Missing a Javadoc comment. 148
Error Parameter step should be final. 148
Error '{' is not preceded with whitespace. 148
Error '+' is not preceded with whitespace. 149
Error '+' should be on a new line. 149
Error 'while' is not followed by whitespace. 153
Error '{' is not preceded with whitespace. 153
Error 'cast' is not followed by whitespace. 154
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 160
Error Missing a Javadoc comment. 160
Error Parameter step should be final. 160
Error '{' is not preceded with whitespace. 160
Error '+' should be on a new line. 161
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error Parameter step should be final. 169
Error '{' is not preceded with whitespace. 169
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 176
Error Missing a Javadoc comment. 176
Error Parameter step should be final. 176
Error '{' is not preceded with whitespace. 176
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 183
Error Missing a Javadoc comment. 183
Error Parameter step should be final. 183
Error '{' is not preceded with whitespace. 183
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error Parameter predicate should be final. 190
Error '{' is not preceded with whitespace. 190
Error Method 'printLn' is not designed for extension - needs to be abstract, final or empty. 199
Error Missing a Javadoc comment. 199
Error Parameter str should be final. 199
Error '{' is not preceded with whitespace. 199
Error Method 'handlePredicates' is not designed for extension - needs to be abstract, final or empty. 209
Error Missing a Javadoc comment. 209
Error Parameter predicates should be final. 209
Error '{' is not preceded with whitespace. 209
Error '{' is not preceded with whitespace. 210
Error 'while' is not followed by whitespace. 212
Error '{' is not preceded with whitespace. 212
Error 'cast' is not followed by whitespace. 213

org/jaxen/xom/DocumentNavigator.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error '{' should be on the previous line. 102
Error Method 'isAttribute' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Parameter o should be final. 103
Error Method 'isComment' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Parameter o should be final. 107
Error Method 'isDocument' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error Parameter o should be final. 111
Error Method 'isElement' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error Parameter o should be final. 115
Error Method 'isNamespace' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error Parameter o should be final. 119
Error Method 'isProcessingInstruction' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Parameter o should be final. 123
Error Method 'isText' is not designed for extension - needs to be abstract, final or empty. 127
Error Missing a Javadoc comment. 127
Error Parameter o should be final. 127
Error Line has trailing spaces. 132
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Parameter o should be final. 133
Error Avoid inline conditionals. 134
Error 'cast' is not followed by whitespace. 134
Error Method 'getAttributeNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 137
Error Missing a Javadoc comment. 137
Error Parameter o should be final. 137
Error Avoid inline conditionals. 138
Error 'cast' is not followed by whitespace. 138
Error Method 'getAttributeQName' is not designed for extension - needs to be abstract, final or empty. 141
Error Missing a Javadoc comment. 141
Error Parameter o should be final. 141
Error Avoid inline conditionals. 142
Error 'cast' is not followed by whitespace. 142
Error Method 'getAttributeStringValue' is not designed for extension - needs to be abstract, final or empty. 145
Error Missing a Javadoc comment. 145
Error Parameter o should be final. 145
Error Avoid inline conditionals. 146
Error 'cast' is not followed by whitespace. 146
Error Line has trailing spaces. 150
Error Method 'getCommentStringValue' is not designed for extension - needs to be abstract, final or empty. 151
Error Missing a Javadoc comment. 151
Error Parameter o should be final. 151
Error Avoid inline conditionals. 152
Error 'cast' is not followed by whitespace. 152
Error Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error Parameter o should be final. 155
Error Avoid inline conditionals. 156
Error 'cast' is not followed by whitespace. 156
Error Method 'getElementNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 159
Error Missing a Javadoc comment. 159
Error Parameter o should be final. 159
Error Avoid inline conditionals. 160
Error 'cast' is not followed by whitespace. 160
Error Method 'getElementQName' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error Parameter o should be final. 163
Error Avoid inline conditionals. 164
Error 'cast' is not followed by whitespace. 164
Error Method 'getElementStringValue' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error Parameter o should be final. 167
Error Avoid inline conditionals. 168
Error 'cast' is not followed by whitespace. 168
Error Line has trailing spaces. 172
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 173
Error Missing a Javadoc comment. 173
Error Parameter o should be final. 173
Error 'cast' is not followed by whitespace. 175
Error 'cast' is not followed by whitespace. 177
Error 'cast' is not followed by whitespace. 179
Error Method 'getNamespaceStringValue' is not designed for extension - needs to be abstract, final or empty. 184
Error Missing a Javadoc comment. 184
Error Parameter o should be final. 184
Error 'cast' is not followed by whitespace. 186
Error 'cast' is not followed by whitespace. 188
Error 'cast' is not followed by whitespace. 190
Error Line has trailing spaces. 196
Error Method 'getTextStringValue' is not designed for extension - needs to be abstract, final or empty. 197
Error Missing a Javadoc comment. 197
Error Parameter o should be final. 197
Error Avoid inline conditionals. 198
Error 'cast' is not followed by whitespace. 198
Error Line has trailing spaces. 200
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 203
Error Missing a Javadoc comment. 203
Error Parameter s should be final. 203
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 211
Error Missing a Javadoc comment. 211
Error Parameter o should be final. 211
Error 'cast' is not followed by whitespace. 214
Error 'cast' is not followed by whitespace. 216
Error Line has trailing spaces. 222
Error Missing a Javadoc comment. 223
Error Missing a Javadoc comment. 224
Error Missing a Javadoc comment. 225
Error Missing a Javadoc comment. 226
Error Parameter o should be final. 226
Error 'o' hides a field. 226
Error Parameter pos should be final. 226
Error 'pos' hides a field. 226
Error Parameter end should be final. 226
Error 'end' hides a field. 226
Error Missing a Javadoc comment. 231
Error Line has trailing spaces. 234
Error Missing a Javadoc comment. 234
Error Parameter o should be final. 234
Error 'o' hides a field. 234
Error Parameter i should be final. 234
Error Line has trailing spaces. 235
Error Missing a Javadoc comment. 236
Error Missing a Javadoc comment. 240
Error Line has trailing spaces. 244
Error Line has trailing spaces. 246
Error Line is longer than 80 characters. 247
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 247
Error Missing a Javadoc comment. 247
Error Parameter o should be final. 247
Error 'cast' is not followed by whitespace. 249
Error Parameter o should be final. 250
Error Parameter i should be final. 250
Error 'cast' is not followed by whitespace. 251
Error Line is longer than 80 characters. 258
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 258
Error Missing a Javadoc comment. 258
Error Parameter o should be final. 258
Error 'cast' is not followed by whitespace. 260
Error Parameter o should be final. 261
Error Parameter i should be final. 261
Error 'cast' is not followed by whitespace. 262
Error Line is longer than 80 characters. 271
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 271
Error Missing a Javadoc comment. 271
Error Parameter o should be final. 271
Error 'cast' is not followed by whitespace. 274
Error 'cast' is not followed by whitespace. 276
Error Avoid inline conditionals. 278
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 281
Error Missing a Javadoc comment. 281
Error Parameter o should be final. 281
Error Avoid inline conditionals. 282
Error 'cast' is not followed by whitespace. 282
Error Line is longer than 80 characters. 287
Error Method 'getPrecedingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 287
Error Missing a Javadoc comment. 287
Error Parameter o should be final. 287
Error Line is longer than 80 characters. 291
Error Method 'getPrecedingSiblingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 291
Error Missing a Javadoc comment. 291
Error Parameter o should be final. 291
Error Line has trailing spaces. 294
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 297
Error Missing a Javadoc comment. 297
Error Parameter o should be final. 297
Error Line is longer than 80 characters. 298
Error Avoid inline conditionals. 298
Error 'cast' is not followed by whitespace. 298
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 301
Error Missing a Javadoc comment. 301
Error Parameter o should be final. 301
Error Line is longer than 80 characters. 302
Error Avoid inline conditionals. 302
Error 'cast' is not followed by whitespace. 302
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 307
Error Missing a Javadoc comment. 307
Error Parameter s should be final. 307
Error Parameter o should be final. 307
Error Must have at least one statement. 311
Error '}' should be on the same line. 312
Error 'cast' is not followed by whitespace. 314
Error 'cast' is not followed by whitespace. 314
Error '}' should be on the same line. 315
Error '{' should be on the previous line. 317
Error 'cast' is not followed by whitespace. 318
Error Line has trailing spaces. 327
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 328
Error Missing a Javadoc comment. 328
Error Parameter s should be final. 328
Error Line has trailing spaces. 333
Error '{' should be on the previous line. 340
Error Missing a Javadoc comment. 341
Error Missing a Javadoc comment. 343
Error Missing a Javadoc comment. 345
Error Parameter elt should be final. 345
Error Parameter uri should be final. 345
Error 'uri' hides a field. 345
Error Parameter prefix should be final. 345
Error 'prefix' hides a field. 345
Error '{' should be on the previous line. 346
Error Line has trailing spaces. 352
Error Line is longer than 80 characters. 353
Error Expected an @return tag. 356
Error '{' should be on the previous line. 357
Error Missing a Javadoc comment. 361
Error '{' should be on the previous line. 362
Error Missing a Javadoc comment. 366
Error '{' should be on the previous line. 367
Error Missing a Javadoc comment. 371
Error '{' should be on the previous line. 372
Error '(' is followed by whitespace. 373
Error '+' should be on a new line. 373
Error '+' should be on a new line. 374
Error ')' is preceded with whitespace. 375
Error Line has trailing spaces. 380
Error Line is longer than 80 characters. 381
Error Missing a Javadoc comment. 381
Error Parameter elt should be final. 381
Error Parameter uri should be final. 381
Error Parameter prefix should be final. 381
Error Parameter map should be final. 381
Error '!' is followed by whitespace. 383
Error Line has trailing spaces. 389
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 390
Error Missing a Javadoc comment. 390
Error Parameter o should be final. 390
Error '{' should be on the previous line. 391
Error '!' is followed by whitespace. 392
Error 'cast' is not followed by whitespace. 396
Error Line has trailing spaces. 398
Error 'cast' is not followed by whitespace. 400
Error Line is longer than 80 characters. 412

org/jaxen/xom/XOMXPath.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.3 2003/06/29 18:22:02 ssanders Exp $'. 2
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 36
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 87
Error Parameter xpathExpr should be final. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error Line has trailing spaces. 99

org/jaxen/xom/package.html

ErrorLine
Error Missing package documentation file.0