Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
6100021020

Files

FilesIWE
org/jaxen/BaseXPath.java 00237
org/jaxen/Context.java 0081
org/jaxen/ContextSupport.java 0086
org/jaxen/DefaultNavigator.java 00169
org/jaxen/Function.java 0015
org/jaxen/FunctionCallException.java 0034
org/jaxen/FunctionContext.java 0015
org/jaxen/JaxenConstants.java 0018
org/jaxen/JaxenException.java 001
org/jaxen/JaxenException.java 0041
org/jaxen/JaxenHandler.java 00414
org/jaxen/JaxenRuntimeException.java 0059
org/jaxen/NamedAccessNavigator.java 0011
org/jaxen/NamespaceContext.java 0016
org/jaxen/Navigator.java 0037
org/jaxen/QualifiedName.java 0041
org/jaxen/SimpleFunctionContext.java 0039
org/jaxen/SimpleNamespaceContext.java 0070
org/jaxen/SimpleVariableContext.java 0051
org/jaxen/UnresolvableException.java 0019
org/jaxen/UnsupportedAxisException.java 0019
org/jaxen/VariableContext.java 0018
org/jaxen/XPath.java 0031
org/jaxen/XPathFunctionContext.java 0095
org/jaxen/XPathSyntaxException.java 0051
org/jaxen/dom/DOMXPath.java 0018
org/jaxen/dom/DocumentNavigator.java 00381
org/jaxen/dom/NamespaceNode.java 00252
org/jaxen/dom4j/DocumentNavigator.java 00306
org/jaxen/dom4j/Dom4jXPath.java 0018
org/jaxen/expr/AdditiveExpr.java 0014
org/jaxen/expr/AllNodeStep.java 0013
org/jaxen/expr/BinaryExpr.java 0021
org/jaxen/expr/CommentNodeStep.java 0013
org/jaxen/expr/DefaultAbsoluteLocationPath.java 0041
org/jaxen/expr/DefaultAdditiveExpr.java 0019
org/jaxen/expr/DefaultAllNodeStep.java 0031
org/jaxen/expr/DefaultAndExpr.java 0045
org/jaxen/expr/DefaultArithExpr.java 0022
org/jaxen/expr/DefaultBinaryExpr.java 0047
org/jaxen/expr/DefaultCommentNodeStep.java 0031
org/jaxen/expr/DefaultDivExpr.java 0036
org/jaxen/expr/DefaultEqualityExpr.java 00162
org/jaxen/expr/DefaultEqualsExpr.java 0051
org/jaxen/expr/DefaultExpr.java 0035
org/jaxen/expr/DefaultFilterExpr.java 00103
org/jaxen/expr/DefaultFunctionCallExpr.java 0057
org/jaxen/expr/DefaultGreaterThanEqualExpr.java 0033
org/jaxen/expr/DefaultGreaterThanExpr.java 0034
org/jaxen/expr/DefaultLessThanEqualExpr.java 0033
org/jaxen/expr/DefaultLessThanExpr.java 0033
org/jaxen/expr/DefaultLiteralExpr.java 0033
org/jaxen/expr/DefaultLocationPath.java 0040
org/jaxen/expr/DefaultLogicalExpr.java 0019
org/jaxen/expr/DefaultMinusExpr.java 0030
org/jaxen/expr/DefaultModExpr.java 0034
org/jaxen/expr/DefaultMultiplicativeExpr.java 0023
org/jaxen/expr/DefaultMultiplyExpr.java 0034
org/jaxen/expr/DefaultNameStep.java 00146
org/jaxen/expr/DefaultNotEqualsExpr.java 0053
org/jaxen/expr/DefaultNumberExpr.java 0028
org/jaxen/expr/DefaultOrExpr.java 0046
org/jaxen/expr/DefaultPathExpr.java 0028
org/jaxen/expr/DefaultPlusExpr.java 0037
org/jaxen/expr/DefaultPredicate.java 0041
org/jaxen/expr/DefaultProcessingInstructionNodeStep.java 0055
org/jaxen/expr/DefaultRelationalExpr.java 00144
org/jaxen/expr/DefaultRelativeLocationPath.java 0018
org/jaxen/expr/DefaultStep.java 0087
org/jaxen/expr/DefaultTextNodeStep.java 0031
org/jaxen/expr/DefaultTruthExpr.java 0064
org/jaxen/expr/DefaultUnaryExpr.java 0037
org/jaxen/expr/DefaultUnionExpr.java 0061
org/jaxen/expr/DefaultVariableReferenceExpr.java 0043
org/jaxen/expr/DefaultXPathExpr.java 0045
org/jaxen/expr/DefaultXPathFactory.java 00316
org/jaxen/expr/EqualityExpr.java 0019
org/jaxen/expr/Expr.java 0030
org/jaxen/expr/FilterExpr.java 0027
org/jaxen/expr/FunctionCallExpr.java 0034
org/jaxen/expr/IdentitySet.java 0021
org/jaxen/expr/LiteralExpr.java 0018
org/jaxen/expr/LocationPath.java 0025
org/jaxen/expr/LogicalExpr.java 0019
org/jaxen/expr/MultiplicativeExpr.java 0020
org/jaxen/expr/NameStep.java 0029
org/jaxen/expr/NodeComparator.java 0052
org/jaxen/expr/NumberExpr.java 0015
org/jaxen/expr/PathExpr.java 0025
org/jaxen/expr/Predicate.java 0028
org/jaxen/expr/PredicateSet.java 0084
org/jaxen/expr/Predicated.java 0019
org/jaxen/expr/ProcessingInstructionNodeStep.java 0017
org/jaxen/expr/RelationalExpr.java 0022
org/jaxen/expr/Step.java 0035
org/jaxen/expr/TextNodeStep.java 0013
org/jaxen/expr/UnaryExpr.java 0019
org/jaxen/expr/UnionExpr.java 0018
org/jaxen/expr/VariableReferenceExpr.java 0023
org/jaxen/expr/XPathExpr.java 0030
org/jaxen/expr/XPathFactory.java 00136
org/jaxen/expr/iter/IterableAncestorAxis.java 0027
org/jaxen/expr/iter/IterableAncestorOrSelfAxis.java 0027
org/jaxen/expr/iter/IterableAttributeAxis.java 0033
org/jaxen/expr/iter/IterableAxis.java 0027
org/jaxen/expr/iter/IterableChildAxis.java 0027
org/jaxen/expr/iter/IterableDescendantAxis.java 0026
org/jaxen/expr/iter/IterableDescendantOrSelfAxis.java 0027
org/jaxen/expr/iter/IterableFollowingAxis.java 0026
org/jaxen/expr/iter/IterableFollowingSiblingAxis.java 0027
org/jaxen/expr/iter/IterableNamespaceAxis.java 0026
org/jaxen/expr/iter/IterableParentAxis.java 0026
org/jaxen/expr/iter/IterablePrecedingAxis.java 0026
org/jaxen/expr/iter/IterablePrecedingSiblingAxis.java 0027
org/jaxen/expr/iter/IterableSelfAxis.java 0026
org/jaxen/function/BooleanFunction.java 0082
org/jaxen/function/CeilingFunction.java 0055
org/jaxen/function/ConcatFunction.java 0052
org/jaxen/function/ContainsFunction.java 0053
org/jaxen/function/CountFunction.java 0043
org/jaxen/function/FalseFunction.java 0032
org/jaxen/function/FloorFunction.java 0055
org/jaxen/function/IdFunction.java 0060
org/jaxen/function/LangFunction.java 0082
org/jaxen/function/LastFunction.java 0041
org/jaxen/function/LocalNameFunction.java 00117
org/jaxen/function/NameFunction.java 00124
org/jaxen/function/NamespaceUriFunction.java 00109
org/jaxen/function/NormalizeSpaceFunction.java 0062
org/jaxen/function/NotFunction.java 001
org/jaxen/function/NotFunction.java 0053
org/jaxen/function/NumberFunction.java 00126
org/jaxen/function/PositionFunction.java 0047
org/jaxen/function/RoundFunction.java 0058
org/jaxen/function/StartsWithFunction.java 0058
org/jaxen/function/StringFunction.java 00124
org/jaxen/function/StringLengthFunction.java 0065
org/jaxen/function/SubstringAfterFunction.java 0067
org/jaxen/function/SubstringBeforeFunction.java 0068
org/jaxen/function/SubstringFunction.java 0076
org/jaxen/function/SumFunction.java 0053
org/jaxen/function/TranslateFunction.java 001
org/jaxen/function/TranslateFunction.java 00120
org/jaxen/function/TrueFunction.java 0031
org/jaxen/function/ext/EndsWithFunction.java 0035
org/jaxen/function/ext/EvaluateFunction.java 0051
org/jaxen/function/ext/LocaleFunctionSupport.java 0085
org/jaxen/function/ext/LowerFunction.java 0039
org/jaxen/function/ext/UpperFunction.java 0038
org/jaxen/function/xslt/DocumentFunction.java 0033
org/jaxen/javabean/DocumentNavigator.java 00250
org/jaxen/javabean/Element.java 0022
org/jaxen/javabean/ElementIterator.java 0024
org/jaxen/javabean/JavaBeanXPath.java 0075
org/jaxen/jdom/DocumentNavigator.java 00382
org/jaxen/jdom/JDOMXPath.java 0018
org/jaxen/jdom/XPathNamespace.java 0051
org/jaxen/pattern/AnyChildNodeTest.java 0048
org/jaxen/pattern/AnyNodeTest.java 0042
org/jaxen/pattern/LocationPathPattern.java 00239
org/jaxen/pattern/NameTest.java 00102
org/jaxen/pattern/NamespaceTest.java 00104
org/jaxen/pattern/NoNodeTest.java 0045
org/jaxen/pattern/NodeTest.java 0011
org/jaxen/pattern/NodeTypeTest.java 0091
org/jaxen/pattern/Pattern.java 0069
org/jaxen/pattern/PatternHandler.java 00227
org/jaxen/pattern/PatternParser.java 00260
org/jaxen/pattern/TextNodeTest.java 0042
org/jaxen/pattern/UnionPattern.java 00118
org/jaxen/saxpath/Axis.java 00123
org/jaxen/saxpath/Operator.java 0054
org/jaxen/saxpath/SAXPathEventSource.java 009
org/jaxen/saxpath/SAXPathException.java 0078
org/jaxen/saxpath/XPathHandler.java 0073
org/jaxen/saxpath/XPathReader.java 007
org/jaxen/saxpath/XPathSyntaxException.java 0062
org/jaxen/saxpath/base/Token.java 0058
org/jaxen/saxpath/base/TokenTypes.java 0057
org/jaxen/saxpath/base/Verifier.java 00968
org/jaxen/saxpath/base/XPathLexer.java 00522
org/jaxen/saxpath/base/XPathReader.java 00662
org/jaxen/saxpath/helpers/DefaultXPathHandler.java 00120
org/jaxen/saxpath/helpers/XPathReaderFactory.java 0061
org/jaxen/util/AncestorAxisIterator.java 0024
org/jaxen/util/AncestorOrSelfAxisIterator.java 0040
org/jaxen/util/DescendantAxisIterator.java 0049
org/jaxen/util/DescendantOrSelfAxisIterator.java 0015
org/jaxen/util/FollowingAxisIterator.java 0078
org/jaxen/util/FollowingSiblingAxisIterator.java 0058
org/jaxen/util/LinkedIterator.java 0050
org/jaxen/util/PrecedingAxisIterator.java 0073
org/jaxen/util/PrecedingSiblingAxisIterator.java 0079
org/jaxen/util/SelfAxisIterator.java 0019
org/jaxen/util/SingleObjectIterator.java 0040
org/jaxen/util/SingletonList.java 0035
org/jaxen/util/StackedIterator.java 0089
org/jaxen/xom/DocumentNavigator.java 00228
org/jaxen/xom/XOMXPath.java 0017
org/w3c/dom/UserDataHandler.java 001
org/w3c/dom/UserDataHandler.java 0019
org/w3c/dom/package.html 001
org/jaxen/test/AddNamespaceTest.java 001
org/jaxen/test/AddNamespaceTest.java 0029
org/jaxen/test/AncestorOrSelfAxisIteratorTest.java 0040
org/jaxen/test/ArithmeticTest.java 0037
org/jaxen/test/AxisTest.java 0018
org/jaxen/test/BaseTests.java 001
org/jaxen/test/BaseTests.java 0017
org/jaxen/test/BaseXPathTest.java 00515
org/jaxen/test/BinaryExprTest.java 001
org/jaxen/test/BinaryExprTest.java 0019
org/jaxen/test/BooleanTest.java 0074
org/jaxen/test/CeilingTest.java 0050
org/jaxen/test/ConcatTest.java 0025
org/jaxen/test/ConformanceXPathHandler.java 00239
org/jaxen/test/ContainsTest.java 00104
org/jaxen/test/ContextTest.java 00115
org/jaxen/test/CoreTests.java 001
org/jaxen/test/CoreTests.java 0020
org/jaxen/test/CountTest.java 0063
org/jaxen/test/DOM3NamespaceTest.java 0055
org/jaxen/test/DOM4JNavigatorTest.java 0043
org/jaxen/test/DOM4JPerformance.java 0015
org/jaxen/test/DOM4JTests.java 001
org/jaxen/test/DOM4JTests.java 0016
org/jaxen/test/DOM4JXPathTest.java 00118
org/jaxen/test/DOMNavigatorTest.java 0063
org/jaxen/test/DOMTests.java 001
org/jaxen/test/DOMTests.java 0017
org/jaxen/test/DOMXPathTest.java 00167
org/jaxen/test/DefaultNamestepTest.java 0025
org/jaxen/test/DefaultXPathExprTest.java 0032
org/jaxen/test/DefaultXPathFactoryTest.java 0018
org/jaxen/test/DescendantAxisIteratorTest.java 0041
org/jaxen/test/EqualsTest.java 0032
org/jaxen/test/ExprComparator.java 00626
org/jaxen/test/ExprTests.java 001
org/jaxen/test/ExprTests.java 0017
org/jaxen/test/ExtensionFunctionTest.java 0045
org/jaxen/test/FalseTest.java 0037
org/jaxen/test/FloorTest.java 0057
org/jaxen/test/FollowingAxisIteratorTest.java 0040
org/jaxen/test/FollowingSiblingAxisIteratorTest.java 0040
org/jaxen/test/FunctionCallExceptionTest.java 0024
org/jaxen/test/FunctionContextTest.java 0054
org/jaxen/test/FunctionTests.java 001
org/jaxen/test/FunctionTests.java 0016
org/jaxen/test/HelpersTests.java 001
org/jaxen/test/HelpersTests.java 0017
org/jaxen/test/IdTest.java 0067
org/jaxen/test/IterableAxisTest.java 0020
org/jaxen/test/JDOMNavigatorTest.java 0033
org/jaxen/test/JDOMPerformance.java 0015
org/jaxen/test/JDOMTests.java 001
org/jaxen/test/JDOMTests.java 0017
org/jaxen/test/JDOMXPathTest.java 00119
org/jaxen/test/JavaBeanNavigatorTest.java 0050
org/jaxen/test/JavaBeanTests.java 001
org/jaxen/test/JavaBeanTests.java 0017
org/jaxen/test/JaxenExceptionTest.java 0021
org/jaxen/test/JaxenHandlerTest.java 0056
org/jaxen/test/JaxenRuntimeExceptionTest.java 0022
org/jaxen/test/JaxenTests.java 001
org/jaxen/test/JaxenTests.java 0017
org/jaxen/test/LangTest.java 00107
org/jaxen/test/LastTest.java 0036
org/jaxen/test/LiteralExprTest.java 001
org/jaxen/test/LiteralExprTest.java 0031
org/jaxen/test/LocalNameTest.java 00102
org/jaxen/test/MockXPathReader.java 0016
org/jaxen/test/ModTest.java 0022
org/jaxen/test/NameTest.java 0096
org/jaxen/test/NamespaceTest.java 0086
org/jaxen/test/NamespaceURITest.java 0095
org/jaxen/test/NormalizeSpaceTest.java 0052
org/jaxen/test/NotTest.java 0067
org/jaxen/test/NumberTest.java 0053
org/jaxen/test/PatternHandlerTest.java 0054
org/jaxen/test/PatternTests.java 001
org/jaxen/test/PatternTests.java 0016
org/jaxen/test/Person.java 0029
org/jaxen/test/PositionTest.java 0030
org/jaxen/test/PrecedingAxisIteratorTest.java 0040
org/jaxen/test/PrecedingSiblingAxisIteratorTest.java 0040
org/jaxen/test/PriorityTest.java 00109
org/jaxen/test/ProcessingInstructionNodeTest.java 001
org/jaxen/test/ProcessingInstructionNodeTest.java 0031
org/jaxen/test/RoundTest.java 0051
org/jaxen/test/SAXPathExceptionTest.java 0021
org/jaxen/test/SAXPathTests.java 001
org/jaxen/test/SAXPathTests.java 0017
org/jaxen/test/SimpleNamespaceContextTest.java 0042
org/jaxen/test/SimpleVariableContextTest.java 0032
org/jaxen/test/SingleObjectIteratorTest.java 0030
org/jaxen/test/SingletonListTest.java 0017
org/jaxen/test/StartsWithTest.java 00104
org/jaxen/test/StringLengthTest.java 0078
org/jaxen/test/StringTest.java 0067
org/jaxen/test/SubstringAfterTest.java 00116
org/jaxen/test/SubstringBeforeTest.java 00116
org/jaxen/test/SubstringTest.java 00193
org/jaxen/test/SumTest.java 0041
org/jaxen/test/TranslateFunctionTest.java 00124
org/jaxen/test/TrueTest.java 0029
org/jaxen/test/UnresolvableExceptionTest.java 0033
org/jaxen/test/UnsupportedAxisExceptionTest.java 0018
org/jaxen/test/UtilTests.java 001
org/jaxen/test/UtilTests.java 0017
org/jaxen/test/VariableContextTest.java 0036
org/jaxen/test/XOMNavigatorTest.java 0027
org/jaxen/test/XOMPerformance.java 0016
org/jaxen/test/XOMTests.java 001
org/jaxen/test/XOMTests.java 0017
org/jaxen/test/XOMXPathTest.java 0047
org/jaxen/test/XPathReaderFactoryTest.java 0088
org/jaxen/test/XPathReaderTest.java 00238
org/jaxen/test/XPathSyntaxExceptionTest.java 0032
org/jaxen/test/XPathTestBase.java 001
org/jaxen/test/XPathTestBase.java 00456
org/jaxen/test/package.html 001

org/jaxen/BaseXPath.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 86
Error 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 Parameter xpathExpr should be final. 106
Error '{' should be on the previous line. 107
Error '{' should be on the previous line. 109
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 '}' should be on the same line. 115
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '}' should be on the same line. 119
Error '{' should be on the previous line. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Line is longer than 80 characters. 137
Error Parameter xpathExpr should be final. 137
Error Parameter navigator should be final. 137
Error 'navigator' hides a field. 137
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line has trailing spaces. 152
Error Line has trailing spaces. 153
Error Line has trailing spaces. 158
Error Line has trailing spaces. 161
Error Line has trailing spaces. 162
Error Line is longer than 80 characters. 167
Error Unused @throws tag for 'ClassCastException'. 168
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 170
Error Parameter context should be final. 170
Error '{' should be on the previous line. 171
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 176
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 180
Error Line has trailing spaces. 184
Error ')' is preceded with whitespace. 184
Error '{' should be on the previous line. 185
Error Line has trailing spaces. 191
Error Extra HTML tag found: </p> 199
Error Line has trailing spaces. 201
Error Line is longer than 80 characters. 206
Error Method 'selectNodes' is not designed for extension - needs to be abstract, final or empty. 210
Error Parameter node should be final. 210
Error '{' should be on the previous line. 211
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error Extra HTML tag found: </p> 221
Error Line has trailing spaces. 223
Error Line is longer than 80 characters. 228
Error Method 'selectSingleNode' is not designed for extension - needs to be abstract, final or empty. 232
Error Parameter node should be final. 232
Error '{' should be on the previous line. 233
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '{' should be on the previous line. 237
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error Line has trailing spaces. 246
Error Line is longer than 80 characters. 249
Error Method 'valueOf' is not designed for extension - needs to be abstract, final or empty. 252
Error Parameter node 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 Line has trailing spaces. 258
Error Line is longer than 80 characters. 270
Error Line is longer than 80 characters. 272
Error Line is longer than 80 characters. 273
Error Method 'stringValueOf' is not designed for extension - needs to be abstract, final or empty. 275
Error Parameter node should be final. 275
Error '{' should be on the previous line. 276
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error Line has trailing spaces. 278
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 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. 286
Error ')' is preceded with whitespace. 287
Error Line is longer than 80 characters. 302
Error Line is longer than 80 characters. 304
Error Line is longer than 80 characters. 305
Error Method 'booleanValueOf' is not designed for extension - needs to be abstract, final or empty. 307
Error Parameter node should be final. 307
Error '{' should be on the previous line. 308
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error '(' is followed by whitespace. 310
Error ')' is preceded with whitespace. 310
Error 'if' construct must use '{}'s. 311
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error Line is longer than 80 characters. 312
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error Line is longer than 80 characters. 326
Error Line is longer than 80 characters. 330
Error Method 'numberValueOf' is not designed for extension - needs to be abstract, final or empty. 332
Error Parameter node should be final. 332
Error '{' should be on the previous line. 333
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 334
Error '(' is followed by whitespace. 335
Error ')' is preceded with whitespace. 335
Error '(' is followed by whitespace. 336
Error ')' is preceded with whitespace. 337
Error Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. 366
Error Parameter prefix should be final. 366
Error Parameter uri should be final. 367
Error '{' should be on the previous line. 368
Error '(' is followed by whitespace. 370
Error ')' is preceded with whitespace. 370
Error '{' should be on the previous line. 371
Error 'cast' is not followed by whitespace. 372
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 373
Error Line is longer than 80 characters. 377
Error Line has trailing spaces. 387
Error Method 'setNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 402
Error Parameter namespaceContext should be final. 402
Error '{' should be on the previous line. 403
Error Method 'setFunctionContext' is not designed for extension - needs to be abstract, final or empty. 421
Error Parameter functionContext should be final. 421
Error '{' should be on the previous line. 422
Error Method 'setVariableContext' is not designed for extension - needs to be abstract, final or empty. 440
Error Parameter variableContext should be final. 440
Error '{' should be on the previous line. 441
Error Line is longer than 80 characters. 454
Error Method 'getNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 463
Error '{' should be on the previous line. 464
Error Line is longer than 80 characters. 477
Error Method 'getFunctionContext' is not designed for extension - needs to be abstract, final or empty. 486
Error '{' should be on the previous line. 487
Error Line is longer than 80 characters. 500
Error Line has trailing spaces. 504
Error Method 'getVariableContext' is not designed for extension - needs to be abstract, final or empty. 509
Error '{' should be on the previous line. 510
Error Line has trailing spaces. 513
Error Line has trailing spaces. 514
Error Line has trailing spaces. 529
Error Method 'getRootExpr' is not designed for extension - needs to be abstract, final or empty. 529
Error '{' should be on the previous line. 530
Error Line has trailing spaces. 533
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 538
Error '{' should be on the previous line. 539
Error Method 'debug' is not designed for extension - needs to be abstract, final or empty. 547
Error '{' should be on the previous line. 548
Error Line has trailing spaces. 551
Error Line has trailing spaces. 558
Error Line has trailing spaces. 562
Error Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 567
Error Parameter node should be final. 567
Error '{' should be on the previous line. 568
Error '(' is followed by whitespace. 569
Error ')' is preceded with whitespace. 569
Error '{' should be on the previous line. 570
Error '(' is followed by whitespace. 574
Error ')' is preceded with whitespace. 574
Error '(' is followed by whitespace. 576
Error ')' is preceded with whitespace. 576
Error '{' should be on the previous line. 577
Error '(' is followed by whitespace. 578
Error ')' is preceded with whitespace. 578
Error '}' should be on the same line. 579
Error '{' should be on the previous line. 581
Error '(' is followed by whitespace. 583
Error ')' is preceded with whitespace. 583
Error Method 'getContextSupport' is not designed for extension - needs to be abstract, final or empty. 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 Line has trailing spaces. 600
Error '(' is followed by whitespace. 600
Error Line has trailing spaces. 604
Error Line has trailing spaces. 611
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 616
Error '{' should be on the previous line. 617
Error Line has trailing spaces. 620
Error Line has trailing spaces. 621
Error Method 'createFunctionContext' is not designed for extension - needs to be abstract, final or empty. 633
Error '{' should be on the previous line. 634
Error Line has trailing spaces. 637
Error Method 'createNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 642
Error '{' should be on the previous line. 643
Error Line has trailing spaces. 646
Error Method 'createVariableContext' is not designed for extension - needs to be abstract, final or empty. 651
Error '{' should be on the previous line. 652
Error Line has trailing spaces. 655
Error Line has trailing spaces. 657
Error Extra HTML tag found: </p> 663
Error Line is longer than 80 characters. 669
Error Method 'selectNodesForContext' is not designed for extension - needs to be abstract, final or empty. 672
Error Parameter context should be final. 672
Error '(' is followed by whitespace. 674
Error ')' is preceded with whitespace. 674
Error Line has trailing spaces. 676
Error Line has trailing spaces. 678
Error Extra HTML tag found: </p> 686
Error Line is longer than 80 characters. 692
Error Line is longer than 80 characters. 696
Error Method 'selectSingleNodeForContext' is not designed for extension - needs to be abstract, final or empty. 696
Error Parameter context should be final. 696
Error '(' is followed by whitespace. 698
Error ')' is preceded with whitespace. 698
Error '(' is followed by whitespace. 700
Error ')' is preceded with whitespace. 700
Error '{' should be on the previous line. 701
Error '(' is followed by whitespace. 705
Error ')' is preceded with whitespace. 705
Error Line has trailing spaces. 707

org/jaxen/Context.java

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

org/jaxen/ContextSupport.java

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

org/jaxen/DefaultNavigator.java

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

org/jaxen/Function.java

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

org/jaxen/FunctionCallException.java

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

org/jaxen/FunctionContext.java

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

org/jaxen/JaxenConstants.java

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

org/jaxen/JaxenException.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/JaxenException.java

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

org/jaxen/JaxenHandler.java

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

org/jaxen/JaxenRuntimeException.java

ErrorLine
Error Line has trailing spaces. 20
Error Line has trailing spaces. 23
Error Line has trailing spaces. 27
Error Line has trailing spaces. 29
Error Line has trailing spaces. 31
Error Line is longer than 80 characters. 55
Error '{' should be on the previous line. 59
Error Line has trailing spaces. 61
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 70
Error Line has trailing spaces. 71
Error Parameter cause should be final. 74
Error 'cause' hides a field. 74
Error '{' should be on the previous line. 75
Error Line has trailing spaces. 82
Error Parameter message should be final. 85
Error Line has trailing spaces. 91
Error Line has trailing spaces. 93
Error Method 'getCause' is not designed for extension - needs to be abstract, final or empty. 96
Error Line has trailing spaces. 99
Error Line has trailing spaces. 103
Error Line has trailing spaces. 105
Error Line has trailing spaces. 107
Error Method 'initCause' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter cause should be final. 110
Error 'cause' hides a field. 110
Error 'if' construct must use '{}'s. 111
Error 'if' construct must use '{}'s. 112
Error Line is longer than 80 characters. 112
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 123
Error '(' is preceded with whitespace. 123
Error '(' is followed by whitespace. 123
Error Parameter s should be final. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error '(' is preceded with whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '1.4' is a magic number. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 137
Error '(' is preceded with whitespace. 137
Error '(' is followed by whitespace. 137
Error Parameter s should be final. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '1.4' is a magic number. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line has trailing spaces. 145

org/jaxen/NamedAccessNavigator.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 18
Error Line has trailing spaces. 38
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 64
Error Line has trailing spaces. 70
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 Line has trailing spaces. 95

org/jaxen/NamespaceContext.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 68
Error Line is longer than 80 characters. 70
Error '{' should be on the previous line. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 96

org/jaxen/Navigator.java

ErrorLine
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error '{' should be on the previous line. 73
Error Line is longer than 80 characters. 98
Error Line is longer than 80 characters. 104
Error Line is longer than 80 characters. 123
Error Line is longer than 80 characters. 136
Error Line is longer than 80 characters. 149
Error Line is longer than 80 characters. 162
Error Line is longer than 80 characters. 168
Error Line is longer than 80 characters. 174
Error Line is longer than 80 characters. 187
Error Line is longer than 80 characters. 200
Error Line is longer than 80 characters. 226
Error Line is longer than 80 characters. 239
Error First sentence should end with a period. 249
Error Line has trailing spaces. 269
Error Line is longer than 80 characters. 282
Error Line has trailing spaces. 289
Error Line has trailing spaces. 296
Error Line has trailing spaces. 304
Error Line has trailing spaces. 320
Error Line has trailing spaces. 377
Error Line has trailing spaces. 386
Error Line has trailing spaces. 395
Error Line has trailing spaces. 404
Error Line is longer than 80 characters. 417
Error Line has trailing spaces. 446
Error Line has trailing spaces. 448
Error Line has trailing spaces. 488
Error Line is longer than 80 characters. 489
Error Line has trailing spaces. 517
Error Line has trailing spaces. 542

org/jaxen/QualifiedName.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 58
Error Missing a Javadoc comment. 60
Error Line has trailing spaces. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error '(' is followed by whitespace. 72
Error Parameter namespaceURI should be final. 72
Error 'namespaceURI' hides a field. 72
Error Parameter localName should be final. 72
Error 'localName' hides a field. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error 'if' construct must use '{}'s. 74
Error Missing a Javadoc comment. 79
Error '{' should be on the previous line. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Missing a Javadoc comment. 84
Error '(' is followed by whitespace. 84
Error Parameter o should be final. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error Line has trailing spaces. 87
Error '(' is followed by whitespace. 91
Error '&&' should be on a new line. 91
Error ')' is preceded with whitespace. 92
Error Line has trailing spaces. 94
Error 'if' construct must use '{}'s. 99
Error 'else' construct must use '{}'s. 100
Error Line has trailing spaces. 102

org/jaxen/SimpleFunctionContext.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 66
Error Line has trailing spaces. 70
Error '{' should be on the previous line. 76
Error Method 'registerFunction' is not designed for extension - needs to be abstract, final or empty. 108
Error Parameter namespaceURI should be final. 108
Error Parameter localName should be final. 109
Error Parameter function should be final. 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. 113
Error Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error Parameter namespaceURI should be final. 116
Error Parameter prefix should be final. 117
Error Parameter localName should be final. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 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
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '}' should be on the same line. 125
Error Line is longer than 80 characters. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127

org/jaxen/SimpleNamespaceContext.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 79
Error Line has trailing spaces. 80
Error Line is longer than 80 characters. 81
Error Line has trailing spaces. 84
Error Line has trailing spaces. 85
Error Unused @throws tag for 'NullPointerException'. 85
Error Line has trailing spaces. 86
Error Line is longer than 80 characters. 86
Error Unused @throws tag for 'ClassCastException'. 86
Error Parameter namespaces should be final. 88
Error 'namespaces' hides a field. 88
Error '{' should be on the previous line. 89
Error '!' is followed by whitespace. 93
Error '!' is followed by whitespace. 94
Error Line has trailing spaces. 110
Error Method 'addElementNamespaces' is not designed for extension - needs to be abstract, final or empty. 113
Error '(' is followed by whitespace. 113
Error Parameter nav should be final. 113
Error Parameter element should be final. 113
Error ')' is preceded with whitespace. 113
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. 118
Error ')' is preceded with whitespace. 118
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. 122
Error ')' is preceded with whitespace. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Line has trailing spaces. 126
Error Line has trailing spaces. 131
Error Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. 135
Error Parameter prefix should be final. 135
Error Parameter URI should be final. 135
Error Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 135
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Parameter prefix should be final. 140
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144

org/jaxen/SimpleVariableContext.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 66
Error Line has trailing spaces. 68
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 88
Error Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 102
Error '(' is followed by whitespace. 102
Error Parameter namespaceURI should be final. 102
Error Parameter localName should be final. 103
Error Parameter value should be final. 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 Method 'setVariableValue' is not designed for extension - needs to be abstract, final or empty. 122
Error '(' is followed by whitespace. 122
Error Parameter localName should be final. 122
Error Parameter value should be final. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Method 'getVariableValue' is not designed for extension - needs to be abstract, final or empty. 128
Error Missing a Javadoc comment. 128
Error '(' is followed by whitespace. 128
Error Parameter namespaceURI should be final. 128
Error Parameter prefix should be final. 129
Error Parameter localName should be final. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '}' should be on the same line. 138
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141

org/jaxen/UnresolvableException.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 58
Error Line has trailing spaces. 60
Error Line has trailing spaces. 66
Error Parameter message should be final. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/UnsupportedAxisException.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 55
Error '{' should be on the previous line. 63
Error Line has trailing spaces. 65
Error Parameter message should be final. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75

org/jaxen/VariableContext.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 55
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 75
Error '{' should be on the previous line. 85
Error Redundant 'public' modifier. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 112

org/jaxen/XPath.java

ErrorLine
Error Line has trailing spaces. 7
Error Line has trailing spaces. 20
Error Line has trailing spaces. 46
Error '{' should be on the previous line. 58
Error Line has trailing spaces. 72
Error Line has trailing spaces. 79
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 100
Error Line has trailing spaces. 104
Error Line has trailing spaces. 118
Error Line has trailing spaces. 140
Error Line has trailing spaces. 150
Error Line has trailing spaces. 152
Error Line is longer than 80 characters. 167
Error Line has trailing spaces. 176
Error Line has trailing spaces. 179
Error Line is longer than 80 characters. 190
Error Line has trailing spaces. 218
Error Line has trailing spaces. 230
Error Line has trailing spaces. 232
Error Line has trailing spaces. 238
Error Line is longer than 80 characters. 241
Error Line has trailing spaces. 248
Error Line has trailing spaces. 283
Error Line is longer than 80 characters. 341
Error Line is longer than 80 characters. 361
Error Line is longer than 80 characters. 381
Error Line has trailing spaces. 387
Error Line has trailing spaces. 391
Error Line has trailing spaces. 393

org/jaxen/XPathFunctionContext.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 95
Error Line has trailing spaces. 98
Error '{' should be on the previous line. 120
Error Missing a Javadoc comment. 121
Error First sentence should end with a period. 123
Error '{' should be on the previous line. 128
Error '{' should be on the previous line. 136
Error Line has trailing spaces. 142
Error Line is longer than 80 characters. 143
Error Parameter includeExtensionFunctions should be final. 146
Error '{' should be on the previous line. 147
Error Missing a Javadoc comment. 155
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 159
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 163
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 171
Error Line has trailing spaces. 172
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 175
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 179
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 183
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 187
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 191
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 195
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 199
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 203
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 207
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 211
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 215
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 219
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 223
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 227
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 235
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 239
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 243
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 247
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 251
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 255
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 259
Error Line has trailing spaces. 260
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 263
Error Missing a Javadoc comment. 266
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 271
Error Missing a Javadoc comment. 274
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 280
Error Line has trailing spaces. 281
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 284
Error Line has trailing spaces. 285
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 288
Error Line has trailing spaces. 289
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 292
Error Line has trailing spaces. 295

org/jaxen/XPathSyntaxException.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error First sentence should end with a period. 63
Error First sentence should end with a period. 66
Error Line has trailing spaces. 72
Error Parameter e 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 First sentence should end with a period. 83
Error Parameter xpath should be final. 89
Error 'xpath' hides a field. 89
Error Parameter position should be final. 90
Error 'position' hides a field. 90
Error Parameter message 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 Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 103
Error '{' should be on the previous line. 104
Error Method 'getXPath' is not designed for extension - needs to be abstract, final or empty. 112
Error '{' should be on the previous line. 113
Error Method 'getPositionMarker' is not designed for extension - needs to be abstract, final or empty. 129
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 135
Error ';' is preceded with 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. 143
Error Method 'getMultilineMessage' is not designed for extension - needs to be abstract, final or empty. 157
Error '{' should be on the previous line. 158
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164

org/jaxen/dom/DOMXPath.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 75
Error Parameter xpathExpr 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 Line has trailing spaces. 90

org/jaxen/dom/DocumentNavigator.java

ErrorLine
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error '{' should be on the previous line. 98
Error Line has trailing spaces. 100
Error Line has trailing spaces. 106
Error Line has trailing spaces. 108
Error Line has trailing spaces. 109
Error Missing a Javadoc comment. 110
Error 'static' modifier out of order with the JLS suggestions. 110
Error Line has trailing spaces. 113
Error '(' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error '(' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error Line has trailing spaces. 138
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 150
Error '(' is preceded with whitespace. 150
Error Parameter contextNode should be final. 150
Error '{' should be on the previous line. 151
Error '(' is preceded with whitespace. 152
Error 'cast' is not followed by whitespace. 152
Error '(' is preceded with whitespace. 153
Error Parameter node should be final. 153
Error '{' should be on the previous line. 154
Error '(' is preceded with whitespace. 157
Error Parameter node should be final. 157
Error '{' should be on the previous line. 158
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 171
Error '(' is preceded with whitespace. 171
Error Parameter contextNode should be final. 171
Error '{' should be on the previous line. 172
Error 'cast' is not followed by whitespace. 173
Error '(' is preceded with whitespace. 176
Error '(' is preceded with whitespace. 177
Error Parameter n should be final. 177
Error '{' should be on the previous line. 178
Error 'cast' is not followed by whitespace. 181
Error '(' is preceded with whitespace. 183
Error Parameter n should be final. 183
Error '(' is preceded with whitespace. 188
Error '(' is preceded with whitespace. 189
Error Parameter n should be final. 189
Error '{' should be on the previous line. 190
Error '(' is preceded with whitespace. 193
Error Parameter n should be final. 193
Error Line has trailing spaces. 199
Error Line has trailing spaces. 200
Error Line has trailing spaces. 201
Error Line has trailing spaces. 205
Error Line has trailing spaces. 207
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 211
Error Parameter child should be final. 211
Error Method 'getFollowingSiblingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 226
Error '(' is preceded with whitespace. 226
Error Parameter contextNode should be final. 226
Error '{' should be on the previous line. 227
Error '(' is preceded with whitespace. 228
Error 'cast' is not followed by whitespace. 228
Error '(' is preceded with whitespace. 229
Error Parameter node should be final. 229
Error '{' should be on the previous line. 230
Error '(' is preceded with whitespace. 233
Error Parameter node should be final. 233
Error Method 'getPrecedingSiblingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 246
Error '(' is preceded with whitespace. 246
Error Parameter contextNode should be final. 246
Error '{' should be on the previous line. 247
Error '(' is preceded with whitespace. 248
Error 'cast' is not followed by whitespace. 248
Error '(' is preceded with whitespace. 249
Error Parameter node should be final. 249
Error '{' should be on the previous line. 250
Error '(' is preceded with whitespace. 253
Error Parameter node should be final. 253
Error Method 'getFollowingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 266
Error '(' is preceded with whitespace. 266
Error Parameter contextNode should be final. 266
Error '{' should be on the previous line. 267
Error '(' is preceded with whitespace. 268
Error 'cast' is not followed by whitespace. 268
Error '(' is preceded with whitespace. 269
Error Parameter node should be final. 269
Error '{' should be on the previous line. 270
Error '}' should be on the same line. 273
Error '}' should be on the same line. 278
Error '(' is preceded with whitespace. 284
Error Parameter node should be final. 284
Error '}' should be on the same line. 287
Error 'if' construct must use '{}'s. 290
Error 'if' construct must use '{}'s. 291
Error Line is longer than 80 characters. 291
Error 'else' construct must use '{}'s. 292
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 305
Error '(' is preceded with whitespace. 305
Error Parameter contextNode should be final. 305
Error '{' should be on the previous line. 306
Error 'cast' is not followed by whitespace. 308
Error Line has trailing spaces. 309
Error '}' should be on the same line. 309
Error Line has trailing spaces. 323
Error Line has trailing spaces. 325
Error Line has trailing spaces. 326
Error Line has trailing spaces. 327
Error Line has trailing spaces. 328
Error Line has trailing spaces. 331
Error Line has trailing spaces. 334
Error Line has trailing spaces. 336
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 342
Error '(' is preceded with whitespace. 342
Error Parameter contextNode should be final. 342
Error '{' should be on the previous line. 343
Error Line has trailing spaces. 355
Error '!' is followed by whitespace. 358
Error Line is longer than 80 characters. 361
Error Line is longer than 80 characters. 372
Error Line is longer than 80 characters. 374
Error Must have at least one statement. 374
Error '}' should be on the same line. 375
Error Line is longer than 80 characters. 379
Error 'cast' is not followed by whitespace. 379
Error Line is longer than 80 characters. 380
Error 'if' construct must use '{}'s. 381
Error Line is longer than 80 characters. 381
Error Line has trailing spaces. 382
Error Line has trailing spaces. 385
Error Line is longer than 80 characters. 389
Error Line is longer than 80 characters. 391
Error '(' is followed by whitespace. 393
Error 'cast' is not followed by whitespace. 393
Error Line is longer than 80 characters. 394
Error 'if' construct must use '{}'s. 396
Error Line has trailing spaces. 399
Error Line has trailing spaces. 401
Error 'cast' is not followed by whitespace. 407
Error 'cast' is not followed by whitespace. 413
Error Line has trailing spaces. 418
Error '}' should be on the same line. 418
Error Line has trailing spaces. 426
Error Line is longer than 80 characters. 429
Error Line is longer than 80 characters. 431
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 431
Error '(' is preceded with whitespace. 431
Error Parameter xpath should be final. 431
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 442
Error '(' is preceded with whitespace. 442
Error Parameter contextNode should be final. 442
Error '{' should be on the previous line. 443
Error 'if' construct must use '{}'s. 444
Error 'else' construct must use '{}'s. 445
Error 'cast' is not followed by whitespace. 445
Error Line has trailing spaces. 448
Error Method 'getElementNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 458
Error '(' is preceded with whitespace. 458
Error Parameter element should be final. 458
Error '{' should be on the previous line. 459
Error '}' should be on the same line. 465
Error Must have at least one statement. 466
Error Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. 479
Error '(' is preceded with whitespace. 479
Error Parameter element should be final. 479
Error '{' should be on the previous line. 480
Error 'cast' is not followed by whitespace. 482
Error 'if' construct must use '{}'s. 483
Error 'cast' is not followed by whitespace. 483
Error Method 'getElementQName' is not designed for extension - needs to be abstract, final or empty. 497
Error '(' is preceded with whitespace. 497
Error Parameter element should be final. 497
Error '{' should be on the previous line. 498
Error '}' should be on the same line. 504
Error Must have at least one statement. 505
Error Line has trailing spaces. 515
Error Line has trailing spaces. 517
Error Method 'getAttributeNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 519
Error '(' is preceded with whitespace. 519
Error Parameter attribute should be final. 519
Error '{' should be on the previous line. 520
Error '}' should be on the same line. 526
Error Must have at least one statement. 527
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 540
Error '(' is preceded with whitespace. 540
Error Parameter attribute should be final. 540
Error '{' should be on the previous line. 541
Error 'cast' is not followed by whitespace. 543
Error 'if' construct must use '{}'s. 544
Error 'cast' is not followed by whitespace. 544
Error Line has trailing spaces. 555
Error Method 'getAttributeQName' is not designed for extension - needs to be abstract, final or empty. 559
Error '(' is preceded with whitespace. 559
Error Parameter attribute should be final. 559
Error '{' should be on the previous line. 560
Error '}' should be on the same line. 566
Error Must have at least one statement. 567
Error Method 'isDocument' is not designed for extension - needs to be abstract, final or empty. 579
Error '(' is preceded with whitespace. 579
Error Parameter object should be final. 579
Error '{' should be on the previous line. 580
Error '&&' should be on a new line. 581
Error 'cast' is not followed by whitespace. 582
Error Method 'isNamespace' is not designed for extension - needs to be abstract, final or empty. 592
Error '(' is preceded with whitespace. 592
Error Parameter object should be final. 592
Error '{' should be on the previous line. 593
Error Method 'isElement' is not designed for extension - needs to be abstract, final or empty. 604
Error '(' is preceded with whitespace. 604
Error Parameter object should be final. 604
Error '{' should be on the previous line. 605
Error '&&' should be on a new line. 606
Error 'cast' is not followed by whitespace. 607
Error Line has trailing spaces. 612
Error Line has trailing spaces. 614
Error Method 'isAttribute' is not designed for extension - needs to be abstract, final or empty. 619
Error '(' is preceded with whitespace. 619
Error Parameter object should be final. 619
Error '{' should be on the previous line. 620
Error '&&' should be on a new line. 621
Error 'cast' is not followed by whitespace. 622
Error Line is longer than 80 characters. 623
Error '!' is followed by whitespace. 623
Error Method 'isComment' is not designed for extension - needs to be abstract, final or empty. 633
Error '(' is preceded with whitespace. 633
Error Parameter object should be final. 633
Error '{' should be on the previous line. 634
Error '&&' should be on a new line. 635
Error 'cast' is not followed by whitespace. 636
Error Method 'isText' is not designed for extension - needs to be abstract, final or empty. 646
Error '(' is preceded with whitespace. 646
Error Parameter object should be final. 646
Error '{' should be on the previous line. 647
Error 'cast' is not followed by whitespace. 649
Error Method 'isProcessingInstruction' is not designed for extension - needs to be abstract, final or empty. 668
Error '(' is preceded with whitespace. 668
Error Parameter object should be final. 668
Error '{' should be on the previous line. 669
Error '&&' should be on a new line. 670
Error 'cast' is not followed by whitespace. 671
Error Method 'getElementStringValue' is not designed for extension - needs to be abstract, final or empty. 682
Error '(' is preceded with whitespace. 682
Error Parameter object should be final. 682
Error '{' should be on the previous line. 683
Error 'cast' is not followed by whitespace. 685
Error '}' should be on the same line. 686
Error '(' is preceded with whitespace. 700
Error Parameter node should be final. 700
Error Parameter buffer should be final. 700
Error '{' should be on the previous line. 701
Error Method 'getAttributeStringValue' is not designed for extension - needs to be abstract, final or empty. 722
Error '(' is preceded with whitespace. 722
Error Parameter object should be final. 722
Error '{' should be on the previous line. 723
Error 'if' construct must use '{}'s. 724
Error 'cast' is not followed by whitespace. 724
Error 'else' construct must use '{}'s. 725
Error Method 'getTextStringValue' is not designed for extension - needs to be abstract, final or empty. 735
Error '(' is preceded with whitespace. 735
Error Parameter object should be final. 735
Error '{' should be on the previous line. 736
Error 'if' construct must use '{}'s. 737
Error 'cast' is not followed by whitespace. 737
Error 'else' construct must use '{}'s. 738
Error Method 'getCommentStringValue' is not designed for extension - needs to be abstract, final or empty. 748
Error '(' is preceded with whitespace. 748
Error Parameter object should be final. 748
Error '{' should be on the previous line. 749
Error 'if' construct must use '{}'s. 750
Error 'cast' is not followed by whitespace. 750
Error 'else' construct must use '{}'s. 751
Error Method 'getNamespaceStringValue' is not designed for extension - needs to be abstract, final or empty. 762
Error '(' is preceded with whitespace. 762
Error Parameter object should be final. 762
Error '{' should be on the previous line. 763
Error 'if' construct must use '{}'s. 764
Error 'cast' is not followed by whitespace. 764
Error 'else' construct must use '{}'s. 765
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 775
Error '(' is preceded with whitespace. 775
Error Parameter object should be final. 775
Error '{' should be on the previous line. 776
Error 'if' construct must use '{}'s. 777
Error 'cast' is not followed by whitespace. 777
Error 'else' construct must use '{}'s. 778
Error Line has trailing spaces. 783
Error Line is longer than 80 characters. 786
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 789
Error '(' is preceded with whitespace. 789
Error Parameter prefix should be final. 789
Error Parameter element should be final. 789
Error 'cast' is not followed by whitespace. 793
Error 'if' construct must use '{}'s. 794
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 809
Error Parameter uri should be final. 809
Error '{' should be on the previous line. 810
Error '{' should be on the previous line. 812
Error Line has trailing spaces. 814
Error Line is longer than 80 characters. 815
Error '(' is followed by whitespace. 818
Error ')' is preceded with whitespace. 818
Error '}' should be on the same line. 819
Error Line is longer than 80 characters. 821
Error '}' should be on the same line. 822
Error Line is longer than 80 characters. 824
Error '}' should be on the same line. 825
Error Line is longer than 80 characters. 827
Error Line has trailing spaces. 829
Error Line has trailing spaces. 831
Error Line has trailing spaces. 834
Error Unused @throws tag for 'ClassCastException'. 837
Error Line has trailing spaces. 838
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 840
Error Parameter obj should be final. 840
Error Line has trailing spaces. 841
Error '{' should be on the previous line. 841
Error Line has trailing spaces. 851
Error Unused @throws tag for 'ClassCastException'. 854
Error Line has trailing spaces. 855
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 857
Error Parameter obj should be final. 857
Error '{' should be on the previous line. 858
Error Line has trailing spaces. 866
Error '{' should be on the previous line. 885
Error '(' is preceded with whitespace. 893
Error Parameter contextNode should be final. 893
Error '{' should be on the previous line. 894
Error Missing a Javadoc comment. 901
Error '(' is preceded with whitespace. 901
Error '{' should be on the previous line. 902
Error Missing a Javadoc comment. 906
Error '(' is preceded with whitespace. 906
Error '{' should be on the previous line. 907
Error 'if' construct must use '{}'s. 908
Error Missing a Javadoc comment. 917
Error '(' is preceded with whitespace. 917
Error '{' should be on the previous line. 918
Error '(' is preceded with whitespace. 933
Error '(' is preceded with whitespace. 947
Error '(' is preceded with whitespace. 956
Error Parameter node should be final. 956
Error 'node' hides a field. 956
Error '{' should be on the previous line. 957
Error 'if' construct must use '{}'s. 959
Error Missing a Javadoc comment. 973
Error Line has trailing spaces. 977
Error '{' should be on the previous line. 987
Error '(' is preceded with whitespace. 994
Error Parameter parent should be final. 994
Error '{' should be on the previous line. 995
Error '-' is not preceded with whitespace. 998
Error '-' is not followed by whitespace. 998
Error Line is longer than 80 characters. 1000
Error '!' is followed by whitespace. 1000
Error Missing a Javadoc comment. 1007
Error '(' is preceded with whitespace. 1007
Error '{' should be on the previous line. 1008
Error Missing a Javadoc comment. 1012
Error '(' is preceded with whitespace. 1012
Error '{' should be on the previous line. 1013
Error 'if' construct must use '{}'s. 1015
Error Line is longer than 80 characters. 1016
Error Line has trailing spaces. 1017
Error '}' should be on the same line. 1020
Error 'else' construct must use '{}'s. 1021
Error Missing a Javadoc comment. 1024
Error '(' is preceded with whitespace. 1024
Error '{' should be on the previous line. 1025
Error Missing a Javadoc comment. 1030
Error Missing a Javadoc comment. 1031
Error Missing a Javadoc comment. 1032
Error Line has trailing spaces. 1052
Error Line is longer than 80 characters. 1053
Error Unused @throws tag for 'ClassCastException'. 1053
Error Line has trailing spaces. 1054
Error Method 'getElementById' is not designed for extension - needs to be abstract, final or empty. 1056
Error Parameter object should be final. 1056
Error Parameter elementId should be final. 1056
Error '{' should be on the previous line. 1057
Error 'cast' is not followed by whitespace. 1058
Error 'if' construct must use '{}'s. 1059
Error 'else' construct must use '{}'s. 1060

org/jaxen/dom/NamespaceNode.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Extra HTML tag found: </p> 90
Error Line is longer than 80 characters. 99
Error '{' should be on the previous line. 108
Error 'static' modifier out of order with the JLS suggestions. 115
Error Line is longer than 80 characters. 117
Error Line is longer than 80 characters. 118
Error '(' is preceded with whitespace. 128
Error Parameter parent should be final. 128
Error 'parent' hides a field. 128
Error Parameter name should be final. 128
Error 'name' hides a field. 128
Error Parameter value should be final. 128
Error 'value' hides a field. 128
Error '{' should be on the previous line. 129
Error '(' is preceded with whitespace. 143
Error Parameter parent should be final. 143
Error 'parent' hides a field. 143
Error Parameter attribute should be final. 143
Error '{' should be on the previous line. 144
Error Line has trailing spaces. 146
Error '}' should be on the same line. 149
Error '6' is a magic number. 151
Error '}' should be on the same line. 152
Error Line is longer than 80 characters. 153
Error Line has trailing spaces. 161
Error Method 'getNodeName' is not designed for extension - needs to be abstract, final or empty. 172
Error '(' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error Method 'getNodeValue' is not designed for extension - needs to be abstract, final or empty. 183
Error '(' is preceded with whitespace. 183
Error '{' should be on the previous line. 184
Error Method 'setNodeValue' is not designed for extension - needs to be abstract, final or empty. 195
Error '(' is preceded with whitespace. 195
Error Parameter value should be final. 195
Error 'value' hides a field. 195
Error Redundant throws: 'DOMException' is unchecked exception. 195
Error '{' should be on the previous line. 196
Error Method 'getNodeType' is not designed for extension - needs to be abstract, final or empty. 206
Error '(' is preceded with whitespace. 206
Error '{' should be on the previous line. 207
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 221
Error '(' is preceded with whitespace. 221
Error '{' should be on the previous line. 222
Error Method 'getChildNodes' is not designed for extension - needs to be abstract, final or empty. 232
Error '(' is preceded with whitespace. 232
Error '{' should be on the previous line. 233
Error Method 'getFirstChild' is not designed for extension - needs to be abstract, final or empty. 243
Error '(' is preceded with whitespace. 243
Error '{' should be on the previous line. 244
Error Method 'getLastChild' is not designed for extension - needs to be abstract, final or empty. 254
Error '(' is preceded with whitespace. 254
Error '{' should be on the previous line. 255
Error Method 'getPreviousSibling' is not designed for extension - needs to be abstract, final or empty. 265
Error '(' is preceded with whitespace. 265
Error '{' should be on the previous line. 266
Error Method 'getNextSibling' is not designed for extension - needs to be abstract, final or empty. 276
Error '(' is preceded with whitespace. 276
Error '{' should be on the previous line. 277
Error Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. 287
Error '(' is preceded with whitespace. 287
Error '{' should be on the previous line. 288
Error Method 'getOwnerDocument' is not designed for extension - needs to be abstract, final or empty. 298
Error '(' is preceded with whitespace. 298
Error '{' should be on the previous line. 299
Error 'if' construct must use '{}'s. 300
Error Line has trailing spaces. 307
Error Method 'insertBefore' is not designed for extension - needs to be abstract, final or empty. 314
Error '(' is preceded with whitespace. 314
Error Parameter newChild should be final. 314
Error Parameter refChild should be final. 314
Error Redundant throws: 'DOMException' is unchecked exception. 315
Error '{' should be on the previous line. 316
Error Method 'replaceChild' is not designed for extension - needs to be abstract, final or empty. 331
Error '(' is preceded with whitespace. 331
Error Parameter newChild should be final. 331
Error Parameter oldChild should be final. 331
Error Redundant throws: 'DOMException' is unchecked exception. 331
Error Method 'removeChild' is not designed for extension - needs to be abstract, final or empty. 346
Error Parameter oldChild should be final. 346
Error Redundant throws: 'DOMException' is unchecked exception. 346
Error '{' should be on the previous line. 347
Error Method 'appendChild' is not designed for extension - needs to be abstract, final or empty. 361
Error Parameter newChild should be final. 361
Error Redundant throws: 'DOMException' is unchecked exception. 361
Error '{' should be on the previous line. 362
Error Method 'hasChildNodes' is not designed for extension - needs to be abstract, final or empty. 373
Error '{' should be on the previous line. 374
Error Method 'cloneNode' is not designed for extension - needs to be abstract, final or empty. 386
Error '(' is preceded with whitespace. 386
Error Parameter deep should be final. 386
Error '{' should be on the previous line. 387
Error '(' is preceded with whitespace. 398
Error '{' should be on the previous line. 399
Error Method 'isSupported' is not designed for extension - needs to be abstract, final or empty. 411
Error Parameter feature should be final. 411
Error Parameter version should be final. 411
Error '{' should be on the previous line. 412
Error Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. 425
Error '{' should be on the previous line. 426
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 440
Error '{' should be on the previous line. 441
Error Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. 452
Error Parameter prefix should be final. 452
Error Redundant throws: 'DOMException' is unchecked exception. 453
Error '{' should be on the previous line. 454
Error Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 465
Error '(' is preceded with whitespace. 465
Error '{' should be on the previous line. 466
Error Method 'hasAttributes' is not designed for extension - needs to be abstract, final or empty. 476
Error '(' is preceded with whitespace. 476
Error '{' should be on the previous line. 477
Error '(' is preceded with whitespace. 487
Error Redundant throws: 'DOMException' is unchecked exception. 487
Error '{' should be on the previous line. 488
Error Line has trailing spaces. 494
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 505
Error '(' is preceded with whitespace. 505
Error '{' should be on the previous line. 506
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 521
Error '(' is preceded with whitespace. 521
Error Parameter o should be final. 521
Error '{' should be on the previous line. 522
Error 'if' construct must use '{}'s. 523
Error 'if' construct must use '{}'s. 524
Error 'cast' is not followed by whitespace. 526
Error '&&' should be on a new line. 527
Error '&&' should be on a new line. 528
Error '(' is preceded with whitespace. 543
Error Parameter o should be final. 543
Error '{' should be on the previous line. 544
Error Avoid inline conditionals. 545
Error '(' is preceded with whitespace. 557
Error Parameter a should be final. 557
Error Parameter b should be final. 557
Error '{' should be on the previous line. 558
Error '||' should be on a new line. 559
Error Line has trailing spaces. 563
Error Missing a Javadoc comment. 568
Error Missing a Javadoc comment. 569
Error Missing a Javadoc comment. 570
Error Line has trailing spaces. 573
Error '{' should be on the previous line. 587
Error Expected an @return tag. 592
Error '(' is preceded with whitespace. 592
Error '{' should be on the previous line. 593
Error Line has trailing spaces. 596
Error Line has trailing spaces. 597
Error Expected an @return tag. 601
Error Parameter index should be final. 601
Error Expected @param tag for 'index'. 601
Error '{' should be on the previous line. 602
Error Line has trailing spaces. 605
Error Line has trailing spaces. 613
Error Method 'getBaseURI' is not designed for extension - needs to be abstract, final or empty. 618
Error Line is longer than 80 characters. 623
Error '}' should be on the same line. 625
Error Line has trailing spaces. 635
Error Method 'compareDocumentPosition' is not designed for extension - needs to be abstract, final or empty. 641
Error Parameter other should be final. 641
Error Redundant throws: 'DOMException' is unchecked exception. 641
Error Line is longer than 80 characters. 644
Error Method 'getTextContent' is not designed for extension - needs to be abstract, final or empty. 656
Error Method 'setTextContent' is not designed for extension - needs to be abstract, final or empty. 668
Error Parameter textContent should be final. 668
Error Redundant throws: 'DOMException' is unchecked exception. 668
Error Line is longer than 80 characters. 674
Error Line is longer than 80 characters. 675
Error Line has trailing spaces. 677
Error Method 'isSameNode' is not designed for extension - needs to be abstract, final or empty. 682
Error Parameter other should be final. 682
Error Line has trailing spaces. 684
Error '}' should be on the same line. 700
Error '}' should be on the same line. 703
Error '}' should be on the same line. 706
Error Line has trailing spaces. 710
Error Line has trailing spaces. 712
Error Line has trailing spaces. 718
Error Line has trailing spaces. 719
Error Unused @throws tag for 'UnsupportedOperationException'. 723
Error Method 'lookupPrefix' is not designed for extension - needs to be abstract, final or empty. 725
Error Parameter namespaceURI should be final. 725
Error Line is longer than 80 characters. 727
Error Line has trailing spaces. 729
Error '}' should be on the same line. 737
Error Line is longer than 80 characters. 739
Error '}' should be on the same line. 740
Error Line is longer than 80 characters. 742
Error '}' should be on the same line. 743
Error Line is longer than 80 characters. 745
Error Line has trailing spaces. 747
Error Line has trailing spaces. 753
Error Line has trailing spaces. 755
Error Unused @throws tag for 'UnsupportedOperationException'. 759
Error Method 'isDefaultNamespace' is not designed for extension - needs to be abstract, final or empty. 761
Error Parameter namespaceURI should be final. 761
Error Line has trailing spaces. 769
Error Unused @throws tag for 'UnsupportedOperationException'. 773
Error Method 'lookupNamespaceURI' is not designed for extension - needs to be abstract, final or empty. 775
Error Parameter prefix should be final. 775
Error Line is longer than 80 characters. 777
Error Line has trailing spaces. 779
Error Line is longer than 80 characters. 783
Error '}' should be on the same line. 787
Error Line is longer than 80 characters. 789
Error '}' should be on the same line. 790
Error Line is longer than 80 characters. 792
Error '}' should be on the same line. 793
Error Line is longer than 80 characters. 795
Error Line has trailing spaces. 803
Error Line is longer than 80 characters. 805
Error Method 'isEqualNode' is not designed for extension - needs to be abstract, final or empty. 807
Error Parameter arg should be final. 807
Error 'if' construct must use '{}'s. 810
Error 'if' construct must use '{}'s. 811
Error 'if' construct must use '{}'s. 812
Error 'if' construct must use '{}'s. 813
Error Line is longer than 80 characters. 818
Error Line has trailing spaces. 826
Error Method 'getFeature' is not designed for extension - needs to be abstract, final or empty. 829
Error Parameter feature should be final. 829
Error Expected @param tag for 'feature'. 829
Error Parameter version should be final. 829
Error Expected @param tag for 'version'. 829
Error Line has trailing spaces. 833
Error Missing a Javadoc comment. 835
Error Line has trailing spaces. 838
Error Line has trailing spaces. 839
Error Line is longer than 80 characters. 842
Error Line has trailing spaces. 843
Error Line is longer than 80 characters. 847
Error Method 'setUserData' is not designed for extension - needs to be abstract, final or empty. 847
Error Parameter key should be final. 847
Error Parameter data should be final. 847
Error Parameter handler should be final. 847
Error Line has trailing spaces. 855
Error Line has trailing spaces. 856
Error Line has trailing spaces. 858
Error Line is longer than 80 characters. 859
Error Method 'getUserData' is not designed for extension - needs to be abstract, final or empty. 861
Error Parameter key should be final. 861
Error Line has trailing spaces. 864

org/jaxen/dom4j/DocumentNavigator.java

ErrorLine
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 78
Error Line is longer than 80 characters. 91
Error Line has trailing spaces. 93
Error Line has trailing spaces. 95
Error Missing a Javadoc comment. 98
Error '{' should be on the previous line. 103
Error Expected an @return tag. 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 Line has trailing spaces. 128
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 '(' is followed by whitespace. 165
Error 'else' construct must use '{}'s. 167
Error Method 'getElementQName' 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 'getAttributeName' 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 Method 'getAttributeNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 185
Error Missing a Javadoc comment. 185
Error Parameter obj should be final. 185
Error '{' should be on the previous line. 186
Error 'if' construct must use '{}'s. 190
Error '(' is followed by whitespace. 190
Error 'else' construct must use '{}'s. 192
Error Method 'getAttributeQName' is not designed for extension - needs to be abstract, final or empty. 196
Error Missing a Javadoc comment. 196
Error Parameter obj should be final. 196
Error '{' should be on the previous line. 197
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 203
Error Missing a Javadoc comment. 203
Error Parameter contextNode should be final. 203
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '{' should be on the previous line. 207
Error Line is longer than 80 characters. 222
Error Line is longer than 80 characters. 223
Error Line is longer than 80 characters. 224
Error Line has trailing spaces. 225
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 228
Error Line is longer than 80 characters. 229
Error Parameter contextNode should be final. 229
Error Parameter localName should be final. 229
Error Parameter namespacePrefix should be final. 229
Error Parameter namespaceURI should be final. 229
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error Line is longer than 80 characters. 233
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Expression can be simplified. 238
Error Expression can be simplified. 242
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 '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error '{' should be on the previous line. 264
Error Line has trailing spaces. 267
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 271
Error Missing a Javadoc comment. 271
Error Parameter contextNode should be final. 271
Error '{' should be on the previous line. 272
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 '{' should be on the previous line. 274
Error Line is longer than 80 characters. 288
Error Line is longer than 80 characters. 289
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 293
Error Line is longer than 80 characters. 294
Error Parameter contextNode should be final. 294
Error Parameter localName should be final. 294
Error Parameter namespacePrefix should be final. 294
Error Parameter namespaceURI should be final. 294
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error Line is longer than 80 characters. 298
Error Line has trailing spaces. 306
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 307
Error Missing a Javadoc comment. 307
Error Parameter contextNode should be final. 307
Error '{' should be on the previous line. 308
Error '(' is followed by whitespace. 309
Error '!' is followed by whitespace. 309
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error ')' is preceded with whitespace. 309
Error '{' should be on the previous line. 310
Error Line is longer than 80 characters. 317
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error Line is longer than 80 characters. 321
Error '(' is followed by whitespace. 321
Error ';' is followed by whitespace. 321
Error '(' is followed by whitespace. 327
Error ';' is followed by whitespace. 327
Error '{' should be on the previous line. 328
Error '{' should be on the previous line. 331
Error '(' is followed by whitespace. 333
Error '!' is followed by whitespace. 333
Error '(' is followed by whitespace. 333
Error ')' is preceded with whitespace. 333
Error ')' is preceded with whitespace. 333
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 334
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 '(' is followed by whitespace. 340
Error '(' is followed by whitespace. 340
Error ')' is preceded with whitespace. 340
Error ')' is preceded with whitespace. 340
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 344
Error Missing a Javadoc comment. 344
Error Parameter contextNode should be final. 344
Error '{' should be on the previous line. 345
Error Line has trailing spaces. 346
Error '(' is followed by whitespace. 346
Error ')' is preceded with whitespace. 346
Error '{' should be on the previous line. 347
Error '}' should be on the same line. 349
Error Line has trailing spaces. 350
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 350
Error '{' should be on the previous line. 351
Error Expected an @return tag. 361
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 361
Error '(' is preceded with whitespace. 361
Error Parameter xpath should be final. 361
Error Expected @param tag for 'xpath'. 361
Error Expected @throws tag for 'SAXPathException'. 361
Error '{' should be on the previous line. 362
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 366
Error Missing a Javadoc comment. 366
Error Parameter contextNode should be final. 366
Error '{' should be on the previous line. 367
Error Line has trailing spaces. 368
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 368
Error '{' should be on the previous line. 369
Error Line has trailing spaces. 372
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372
Error '{' should be on the previous line. 373
Error Line has trailing spaces. 379
Error Method 'getTextStringValue' is not designed for extension - needs to be abstract, final or empty. 384
Error Missing a Javadoc comment. 384
Error Parameter obj should be final. 384
Error '{' should be on the previous line. 385
Error '(' is followed by whitespace. 386
Error ')' is preceded with whitespace. 386
Error Method 'getElementStringValue' is not designed for extension - needs to be abstract, final or empty. 389
Error Missing a Javadoc comment. 389
Error Parameter obj should be final. 389
Error '{' should be on the previous line. 390
Error '(' is followed by whitespace. 391
Error ')' is preceded with whitespace. 391
Error Method 'getAttributeStringValue' is not designed for extension - needs to be abstract, final or empty. 394
Error Missing a Javadoc comment. 394
Error Parameter obj should be final. 394
Error '{' should be on the previous line. 395
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error Missing a Javadoc comment. 399
Error Parameter node should be final. 399
Error '{' should be on the previous line. 400
Error Method 'getNamespaceStringValue' 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 Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 411
Error Missing a Javadoc comment. 411
Error Parameter obj should be final. 411
Error '{' should be on the previous line. 412
Error Method 'getCommentStringValue' 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. 424
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 425
Error Missing a Javadoc comment. 425
Error Parameter prefix should be final. 425
Error Parameter context should be final. 425
Error '{' should be on the previous line. 426
Error Line has trailing spaces. 428
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error '{' should be on the previous line. 429
Error '}' should be on the same line. 431
Error '(' is followed by whitespace. 432
Error ')' is preceded with whitespace. 432
Error '{' should be on the previous line. 433
Error '(' is followed by whitespace. 437
Error ')' is preceded with whitespace. 437
Error '{' should be on the previous line. 438
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 ')' is preceded with whitespace. 441
Error '{' should be on the previous line. 442
Error Line has trailing spaces. 448
Error Line has trailing spaces. 449
Error Method 'getNodeType' is not designed for extension - needs to be abstract, final or empty. 449
Error Missing a Javadoc comment. 449
Error Parameter node should be final. 449
Error '{' should be on the previous line. 450
Error '(' is followed by whitespace. 451
Error ')' is preceded with whitespace. 451
Error '{' should be on the previous line. 452
Error Line has trailing spaces. 457
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 458
Error Missing a Javadoc comment. 458
Error Parameter uri should be final. 458
Error '{' should be on the previous line. 459
Error '{' should be on the previous line. 461
Error '(' is followed by whitespace. 462
Error ')' is preceded with whitespace. 462
Error '}' should be on the same line. 463
Error '{' should be on the previous line. 465
Error Line is longer than 80 characters. 466
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 470
Error Missing a Javadoc comment. 470
Error Parameter obj should be final. 470
Error '{' should be on the previous line. 471
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 477
Error Missing a Javadoc comment. 477
Error Parameter obj should be final. 477
Error '{' should be on the previous line. 478
Error Line has trailing spaces. 483
Error Line has trailing spaces. 485
Error Line is longer than 80 characters. 485
Error Method 'getSAXReader' is not designed for extension - needs to be abstract, final or empty. 486
Error Missing a Javadoc comment. 486
Error '{' should be on the previous line. 487
Error Line has trailing spaces. 488
Error '(' is followed by whitespace. 488
Error ')' is preceded with whitespace. 488
Error '{' should be on the previous line. 489
Error '(' is followed by whitespace. 491
Error ')' is preceded with whitespace. 491
Error Line has trailing spaces. 495
Error Method 'setSAXReader' is not designed for extension - needs to be abstract, final or empty. 496
Error Missing a Javadoc comment. 496
Error Parameter reader should be final. 496
Error 'reader' hides a field. 496
Error '{' should be on the previous line. 497
Error Line has trailing spaces. 500

org/jaxen/dom4j/Dom4jXPath.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 79
Error Parameter xpathExpr should be final. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line has trailing spaces. 94

org/jaxen/expr/AdditiveExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 51
Error Line is longer than 80 characters. 52
Error Line has trailing spaces. 53
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 61
Error Line has trailing spaces. 63
Error '{' should be on the previous line. 66

org/jaxen/expr/AllNodeStep.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 52
Error '{' should be on the previous line. 55

org/jaxen/expr/BinaryExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 54
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 70
Error Line has trailing spaces. 73
Error Line has trailing spaces. 77
Error Line has trailing spaces. 81
Error Line has trailing spaces. 85

org/jaxen/expr/CommentNodeStep.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 51
Error '{' should be on the previous line. 54

org/jaxen/expr/DefaultAbsoluteLocationPath.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 63
Error '{' should be on the previous line. 64
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Method 'toString' 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 Line has trailing spaces. 79
Error Method 'isAbsolute' 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 Method 'getText' 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 'evaluate' is not designed for extension - needs to be abstract, final or empty. 89
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. 93
Error ')' is preceded with whitespace. 93
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. 101
Error ')' is preceded with whitespace. 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 '{' should be on the previous line. 105
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113

org/jaxen/expr/DefaultAdditiveExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line is longer than 80 characters. 50
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 52
Error '(' is followed by whitespace. 52
Error Parameter lhs should be final. 52
Error Parameter rhs should be final. 53
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 56
Error Missing a Javadoc comment. 59
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 61

org/jaxen/expr/DefaultAllNodeStep.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error Parameter axis should be final. 66
Error Parameter predicateSet should be final. 66
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Method 'getText' 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 'matches' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter node should be final. 81
Error Parameter contextSupport should be final. 82
Error '{' should be on the previous line. 83

org/jaxen/expr/DefaultAndExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 55
Error '{' should be on the previous line. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 62
Error Parameter lhs should be final. 62
Error Parameter rhs should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 66
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 74
Error '{' should be on the previous line. 75
Error Missing a Javadoc comment. 79
Error Parameter context should be final. 79
Error '{' should be on the previous line. 80
Error Line is longer than 80 characters. 82
Error '(' is followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error Line has trailing spaces. 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 has trailing spaces. 101

org/jaxen/expr/DefaultArithExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 52
Error Missing a Javadoc comment. 52
Error '{' should be on the previous line. 53
Error Missing a Javadoc comment. 54
Error Parameter lhs should be final. 54
Error Parameter rhs should be final. 55
Error '{' should be on the previous line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 58
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62

org/jaxen/expr/DefaultBinaryExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 52
Error '{' should be on the previous line. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 57
Error Parameter lhs should be final. 57
Error 'lhs' hides a field. 57
Error Parameter rhs should be final. 57
Error 'rhs' hides a field. 57
Error '{' should be on the previous line. 58
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 73
Error Parameter lhs should be final. 73
Error 'lhs' hides a field. 73
Error '{' should be on the previous line. 74
Error Missing a Javadoc comment. 78
Error Parameter rhs should be final. 78
Error 'rhs' hides a field. 78
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 83
Error Missing a Javadoc comment. 85
Error '{' should be on the previous line. 86
Error Line is longer than 80 characters. 87
Error '+' is not followed by whitespace. 87
Error Missing a Javadoc comment. 90
Error '{' should be on the previous line. 91
Error Line is longer than 80 characters. 92
Error Missing a Javadoc comment. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98

org/jaxen/expr/DefaultCommentNodeStep.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 60
Error Line has trailing spaces. 63
Error Missing a Javadoc comment. 66
Error Parameter axis should be final. 66
Error Parameter predicateSet should be final. 66
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Method 'getText' 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 'matches' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter node should be final. 81
Error Parameter contextSupport should be final. 82
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86

org/jaxen/expr/DefaultDivExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 55
Error '{' should be on the previous line. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 61
Error Missing a Javadoc comment. 62
Error Parameter lhs should be final. 62
Error Parameter rhs should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 66
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 74
Error Parameter context should be final. 74
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83

org/jaxen/expr/DefaultEqualityExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 61
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error '(' is followed by whitespace. 63
Error Parameter lhs should be final. 63
Error Parameter rhs should be final. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 73
Error '(' is followed by whitespace. 73
Error Parameter context should be final. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Line has trailing spaces. 77
Error 'if' is not followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error Line has trailing spaces. 82
Error 'if' is not followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 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 '}' should be on the same line. 88
Error '(' is followed by whitespace. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
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 Line has trailing spaces. 93
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 '}' should be on the same line. 94
Error '{' should be on the previous line. 96
Error Line has trailing spaces. 97
Error Line is longer than 80 characters. 97
Error '(' is followed by whitespace. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error ')' is preceded with whitespace. 97
Error Line has trailing spaces. 99
Error '}' should be on the same line. 99
Error '{' should be on the previous line. 101
Error Line is longer than 80 characters. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Avoid inline conditionals. 102
Error Line has trailing spaces. 103
Error Line has trailing spaces. 105
Error Missing a Javadoc comment. 106
Error '(' is followed by whitespace. 106
Error Parameter lhsSet should be final. 106
Error Parameter rhsSet should be final. 106
Error Parameter nav should be final. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error 'if' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with 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 Line has trailing spaces. 112
Error 'for' is not followed by whitespace. 113
Error '(' is followed by whitespace. 113
Error ';' is followed by whitespace. 113
Error '{' should be on the previous line. 114
Error Line has trailing spaces. 116
Error 'for' is not followed by whitespace. 117
Error '(' is followed by whitespace. 117
Error ';' is followed by whitespace. 117
Error '{' should be on the previous line. 118
Error Line has trailing spaces. 120
Error 'if' is not followed by whitespace. 121
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 Line has trailing spaces. 127
Error Line has trailing spaces. 130
Error Missing a Javadoc comment. 131
Error '(' is followed by whitespace. 131
Error Parameter lhs should be final. 131
Error Parameter rhs should be final. 131
Error Parameter nav should be final. 131
Error ')' is preceded with whitespace. 131
Error 'if' is not followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error ')' is preceded with whitespace. 133
Error Line has trailing spaces. 134
Error '{' should be on the previous line. 134
Error '(' is followed by whitespace. 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 ')' is preceded with whitespace. 136
Error '}' should be on the same line. 137
Error 'if' is not followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error '(' is followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 142
Error Line has trailing spaces. 143
Error Line is longer than 80 characters. 143
Error ')' is preceded with whitespace. 143
Error ')' is preceded with whitespace. 143
Error '}' should be on the same line. 144
Error '{' should be on the previous line. 146
Error '(' is followed by whitespace. 147
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 150
Error ')' is preceded with whitespace. 150
Error Line has trailing spaces. 153
Error Missing a Javadoc comment. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154

org/jaxen/expr/DefaultEqualsExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 57
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 61
Error '(' is followed by whitespace. 61
Error Parameter lhs should be final. 61
Error Parameter rhs should be final. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 75
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 'if' is not followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error Line is longer than 80 characters. 80
Error 'if' is not followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line has trailing spaces. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86

org/jaxen/expr/DefaultExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 63
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Missing a Javadoc comment. 69
Error 'public' modifier out of order with the JLS suggestions. 69
Error Parameter obj should be final. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 72
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error 'cast' is not followed by whitespace. 78
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Missing a Javadoc comment. 84
Error 'public' modifier out of order with the JLS suggestions. 84
Error Parameter obj 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 '{' should be on the previous line. 87

org/jaxen/expr/DefaultFilterExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 61
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 70
Error Parameter predicateSet should be final. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 75
Error Parameter expr should be final. 75
Error 'expr' hides a field. 75
Error Parameter predicateSet should be final. 75
Error '{' should be on the previous line. 76
Error Method 'addPredicate' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter predicate 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 'getPredicates' 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 Method 'getPredicateSet' 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 'getExpr' 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 'toString' 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 Line is longer than 80 characters. 103
Error Method 'getText' 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
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error '{' should be on the previous line. 118
Error Line has trailing spaces. 121
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. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error First sentence should end with a period. 134
Error Line is longer than 80 characters. 134
Error Expected an @return tag. 136
Error Line has trailing spaces. 136
Error Method 'asBoolean' is not designed for extension - needs to be abstract, final or empty. 136
Error Parameter context should be final. 136
Error Expected @param tag for 'context'. 136
Error Expected @throws tag for 'JaxenException'. 136
Error '{' should be on the previous line. 137
Error Line has trailing spaces. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '}' should be on the same line. 142
Error '{' should be on the previous line. 144
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error Line has trailing spaces. 150
Error Line has trailing spaces. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '{' should be on the previous line. 152
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error Line has trailing spaces. 158
Error '(' is followed by whitespace. 158
Error Line has trailing spaces. 159
Error Line has trailing spaces. 162
Error Line has trailing spaces. 165
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 166
Error Missing a Javadoc comment. 166
Error Parameter context should be final. 166
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line has trailing spaces. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error Line is longer than 80 characters. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 173

org/jaxen/expr/DefaultFunctionCallExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line is longer than 80 characters. 63
Error Line has trailing spaces. 66
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 Parameter prefix should be final. 73
Error 'prefix' hides a field. 73
Error Parameter functionName should be final. 73
Error 'functionName' hides a field. 73
Error '{' should be on the previous line. 74
Error Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter parameter should be final. 80
Error '{' should be on the previous line. 81
Error Method 'getParameters' 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 Method 'getPrefix' 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 'getFunctionName' 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 'getText' 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 'prefix' hides a field. 105
Error '&&' should be on a new line. 107
Error '{' should be on the previous line. 109
Error '{' should be on the previous line. 125
Error Method 'simplify' 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 '{' should be on the previous line. 143
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error '{' should be on the previous line. 156
Error 'prefix' hides a field. 157
Error '{' should be on the previous line. 160
Error Line is longer than 80 characters. 161
Error Line is longer than 80 characters. 164
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error Parameter context should be final. 167
Error '{' should be on the previous line. 168
Error Method 'evaluateParams' is not designed for extension - needs to be abstract, final or empty. 180
Error Missing a Javadoc comment. 180
Error Parameter context should be final. 180
Error '{' should be on the previous line. 181
Error '{' should be on the previous line. 188

org/jaxen/expr/DefaultGreaterThanEqualExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 50
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 53
Error Missing a Javadoc comment. 56
Error '(' is followed by whitespace. 56
Error Parameter lhs should be final. 56
Error Parameter rhs should be final. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
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 Line has trailing spaces. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68

org/jaxen/expr/DefaultGreaterThanExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 50
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 53
Error Missing a Javadoc comment. 57
Error '(' is followed by whitespace. 57
Error Parameter lhs should be final. 57
Error Parameter rhs should be final. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Missing a Javadoc comment. 62
Error '{' should be on the previous line. 63
Error Missing a Javadoc comment. 67
Error '(' is followed by whitespace. 67
Error Parameter lhs should be final. 67
Error Parameter rhs should be final. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error Line has trailing spaces. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line has trailing spaces. 71

org/jaxen/expr/DefaultLessThanEqualExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 50
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 53
Error Missing a Javadoc comment. 56
Error '(' is followed by whitespace. 56
Error Parameter lhs should be final. 56
Error Parameter rhs should be final. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
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 Line has trailing spaces. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68

org/jaxen/expr/DefaultLessThanExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 50
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 53
Error Missing a Javadoc comment. 56
Error '(' is followed by whitespace. 56
Error Parameter lhs should be final. 56
Error Parameter rhs should be final. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
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 Line has trailing spaces. 69

org/jaxen/expr/DefaultLiteralExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 55
Error Line has trailing spaces. 57
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Parameter literal should be final. 62
Error 'literal' hides a field. 62
Error '{' should be on the previous line. 63
Error Missing a Javadoc comment. 67
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 77
Error '{' should be on the previous line. 78
Error Line has trailing spaces. 79
Error ')' is preceded with whitespace. 80
Error '}' should be on the same line. 82
Error Line has trailing spaces. 86
Error Missing a Javadoc comment. 89
Error Parameter context should be final. 89
Error '{' should be on the previous line. 90
Error Line has trailing spaces. 93

org/jaxen/expr/DefaultLocationPath.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 60
Error '{' should be on the previous line. 61
Error Missing a Javadoc comment. 62
Error Line has trailing spaces. 63
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 72
Error Parameter step should be final. 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 '{' should be on the previous line. 87
Error Missing a Javadoc comment. 94
Error '{' should be on the previous line. 95
Error '{' should be on the previous line. 99
Error '{' should be on the previous line. 102
Error Missing a Javadoc comment. 109
Error '{' should be on the previous line. 110
Error '{' should be on the previous line. 114
Error '{' should be on the previous line. 117
Error Missing a Javadoc comment. 124
Error '{' should be on the previous line. 125
Error Missing a Javadoc comment. 129
Error Parameter context should be final. 129
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error Line has trailing spaces. 146
Error Line is longer than 80 characters. 148
Error Line has trailing spaces. 150
Error Missing a Javadoc comment. 154
Error Parameter step should be final. 154

org/jaxen/expr/DefaultLogicalExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 52
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 54
Error Parameter lhs should be final. 54
Error Parameter rhs should be final. 55
Error '{' should be on the previous line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 58

org/jaxen/expr/DefaultMinusExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter lhs should be final. 63
Error Parameter rhs should be final. 64
Error '{' should be on the previous line. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 67
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 75
Error Parameter context should be final. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83

org/jaxen/expr/DefaultModExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 55
Error Line has trailing spaces. 57
Error Missing a Javadoc comment. 61
Error '(' is followed by whitespace. 61
Error Parameter lhs should be final. 61
Error Parameter rhs should be final. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 65
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 73
Error '(' is followed by whitespace. 73
Error Parameter context should be final. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81

org/jaxen/expr/DefaultMultiplicativeExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 52
Error Missing a Javadoc comment. 52
Error '{' should be on the previous line. 54
Error Missing a Javadoc comment. 55
Error Parameter lhs should be final. 55
Error Parameter rhs should be final. 56
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 59
Error Missing a Javadoc comment. 62
Error '{' should be on the previous line. 63
Error Line is longer than 80 characters. 64

org/jaxen/expr/DefaultMultiplyExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 55
Error Line has trailing spaces. 57
Error Missing a Javadoc comment. 61
Error '(' is followed by whitespace. 61
Error Parameter lhs should be final. 61
Error Parameter rhs should be final. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 65
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 73
Error '(' is followed by whitespace. 73
Error Parameter context should be final. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82

org/jaxen/expr/DefaultNameStep.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 18
Error Line has trailing spaces. 49
Error Line has trailing spaces. 64
Error Line has trailing spaces. 66
Error Line has trailing spaces. 70
Error First sentence should end with a period. 84
Error First sentence should end with a period. 87
Error Line has trailing spaces. 92
Error Line has trailing spaces. 97
Error Parameter axis should be final. 98
Error Parameter prefix should be final. 99
Error 'prefix' hides a field. 99
Error Parameter localName should be final. 100
Error 'localName' hides a field. 100
Error Parameter predicateSet should be final. 101
Error Line has trailing spaces. 112
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 115
Error Line has trailing spaces. 121
Error Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 124
Error Line has trailing spaces. 130
Error Method 'isMatchesAnyName' is not designed for extension - needs to be abstract, final or empty. 133
Error Line has trailing spaces. 139
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 142
Error '64' is a magic number. 143
Error Line is longer than 80 characters. 154
Error Expected an @return tag. 156
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 156
Error Method length is 154 lines (max allowed is 150). 156
Error Parameter context should be final. 156
Error Expected @param tag for 'context'. 156
Error Expected @throws tag for 'JaxenException'. 156
Error Line is longer than 80 characters. 166
Error Line has trailing spaces. 167
Error Line is longer than 80 characters. 168
Error Line is longer than 80 characters. 177
Error Line has trailing spaces. 192
Error Line is longer than 80 characters. 194
Error Line has trailing spaces. 195
Error Line has trailing spaces. 196
Error '}' should be on the same line. 196
Error Line is longer than 80 characters. 199
Error Line has trailing spaces. 213
Error Line is longer than 80 characters. 215
Error Line has trailing spaces. 223
Error Line is longer than 80 characters. 229
Error Line is longer than 80 characters. 236
Error Line contains a tab character. 241
Error Line contains a tab character. 242
Error '{' should be on the previous line. 242
Error Line is longer than 80 characters. 243
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Line contains a tab character. 245
Error Line contains a tab character. 247
Error Line is longer than 80 characters. 248
Error Line contains a tab character. 248
Error Line contains a tab character. 250
Error Line is longer than 80 characters. 251
Error Line contains a tab character. 251
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error '{' should be on the previous line. 253
Error Line is longer than 80 characters. 254
Error Line contains a tab character. 254
Error Line is longer than 80 characters. 255
Error Line contains a tab character. 255
Error '!' is followed by whitespace. 255
Error Line contains a tab character. 256
Error '{' should be on the previous line. 256
Error Line contains a tab character. 257
Error Line is longer than 80 characters. 258
Error Line contains a tab character. 258
Error Line contains a tab character. 259
Error Line contains a tab character. 260
Error Line contains a tab character. 261
Error Line contains a tab character. 262
Error Line has trailing spaces. 263
Error Line is longer than 80 characters. 274
Error Line has trailing spaces. 275
Error Line is longer than 80 characters. 275
Error Line has trailing spaces. 277
Error Line has trailing spaces. 280
Error Line contains a tab character. 286
Error Line is longer than 80 characters. 291
Error Line contains a tab character. 291
Error Line contains a tab character. 293
Error Line is longer than 80 characters. 294
Error Line contains a tab character. 294
Error Line contains a tab character. 295
Error Line contains a tab character. 296
Error '{' should be on the previous line. 296
Error Line is longer than 80 characters. 297
Error Line contains a tab character. 297
Error Line is longer than 80 characters. 298
Error Line contains a tab character. 298
Error '!' is followed by whitespace. 298
Error Line contains a tab character. 299
Error '{' should be on the previous line. 299
Error Line contains a tab character. 300
Error Line is longer than 80 characters. 301
Error Line contains a tab character. 301
Error Line contains a tab character. 302
Error Line contains a tab character. 303
Error Line has trailing spaces. 307
Error Line has trailing spaces. 310
Error Line has trailing spaces. 313
Error Line has trailing spaces. 317
Error Line is longer than 80 characters. 319
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 319
Error Parameter node should be final. 319
Error Parameter contextSupport should be final. 319
Error Expected @throws tag for 'JaxenException'. 319
Error Line has trailing spaces. 320
Error Line has trailing spaces. 329
Error '}' should be on the same line. 329
Error Line has trailing spaces. 332
Error '}' should be on the same line. 332
Error Line has trailing spaces. 339
Error Line has trailing spaces. 340
Error '}' should be on the same line. 340
Error Line has trailing spaces. 343
Error '}' should be on the same line. 343
Error Line has trailing spaces. 350
Error '}' should be on the same line. 350
Error Line is longer than 80 characters. 358
Error Line contains a tab character. 358
Error '+' is not preceded with whitespace. 358
Error '+' is not followed by whitespace. 358
Error '+' is not preceded with whitespace. 358
Error '+' is not followed by whitespace. 358
Error Line has trailing spaces. 360
Error '}' should be on the same line. 360
Error Line has trailing spaces. 370
Error Line has trailing spaces. 383
Error Parameter uri should be final. 387
Error Line has trailing spaces. 393
Error Method 'matchesNamespaceURIs' is not designed for extension - needs to be abstract, final or empty. 398
Error Parameter uri1 should be final. 398
Error Parameter uri2 should be final. 398
Error Line has trailing spaces. 410
Error Line has trailing spaces. 413
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 416
Error 'prefix' hides a field. 417
Error Line is longer than 80 characters. 418
Error Avoid inline conditionals. 418

org/jaxen/expr/DefaultNotEqualsExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 55
Error Line has trailing spaces. 57
Error Missing a Javadoc comment. 61
Error '(' is followed by whitespace. 61
Error Parameter lhs should be final. 61
Error Parameter rhs should be final. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 75
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 'if' is not followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error Line has trailing spaces. 80
Error Line is longer than 80 characters. 81
Error 'if' is not followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line has trailing spaces. 85
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Line has trailing spaces. 89

org/jaxen/expr/DefaultNumberExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 55
Error '{' should be on the previous line. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error '(' is followed by whitespace. 63
Error Parameter number should be final. 63
Error 'number' hides a field. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 73
Error '{' should be on the previous line. 74
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 83
Error '(' is followed by whitespace. 83
Error Parameter context should be final. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error Line has trailing spaces. 87

org/jaxen/expr/DefaultOrExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 57
Error Missing a Javadoc comment. 57
Error '{' should be on the previous line. 58
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 64
Error Parameter lhs should be final. 64
Error Parameter rhs should be final. 65
Error '{' should be on the previous line. 66
Error '(' is followed by whitespace. 67
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 '{' should be on the previous line. 77
Error Missing a Javadoc comment. 81
Error Parameter context should be final. 81
Error '{' should be on the previous line. 82
Error Line is longer than 80 characters. 84
Error '(' is followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error Line has trailing spaces. 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 has trailing spaces. 102

org/jaxen/expr/DefaultPathExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Parameter filterExpr should be final. 62
Error 'filterExpr' hides a field. 62
Error Parameter locationPath should be final. 63
Error 'locationPath' hides a field. 63
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 73
Error Parameter filterExpr should be final. 73
Error 'filterExpr' hides a field. 73
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 83
Error Line is longer than 80 characters. 85
Error Missing a Javadoc comment. 92
Error 'if' construct must use '{}'s. 100
Error Missing a Javadoc comment. 108
Error Missing a Javadoc comment. 133
Error Parameter context should be final. 133
Error Line has trailing spaces. 146

org/jaxen/expr/DefaultPlusExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 55
Error '{' should be on the previous line. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 61
Error Parameter lhs should be final. 61
Error Parameter rhs should be final. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 65
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 73
Error Parameter context should be final. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 78
Error Line has trailing spaces. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line has trailing spaces. 84

org/jaxen/expr/DefaultPredicate.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 55
Error '{' should be on the previous line. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error Parameter expr should be final. 63
Error 'expr' hides a field. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
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 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 '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
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. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 97

org/jaxen/expr/DefaultProcessingInstructionNodeStep.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 45
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 69
Error Parameter axis should be final. 69
Error Parameter name should be final. 70
Error 'name' hides a field. 70
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 'getName' 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 Method 'getText' 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 'name' hides a field. 88
Error '{' should be on the previous line. 90
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Parameter node should be final. 100
Error Parameter support should be final. 101
Error '{' should be on the previous line. 102
Error Line has trailing spaces. 103
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 'name' hides a field. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error '}' should be on the same line. 111
Error '{' should be on the previous line. 113
Error Line is longer than 80 characters. 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 Line has trailing spaces. 119
Error Line has trailing spaces. 121

org/jaxen/expr/DefaultRelationalExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line is longer than 80 characters. 59
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 61
Error '(' is followed by whitespace. 61
Error Parameter lhs should be final. 61
Error Parameter rhs should be final. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 71
Error '(' is followed by whitespace. 71
Error Parameter context should be final. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error 'if' is not followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 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 'if' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error 'if' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line has trailing spaces. 85
Error '{' should be on the previous line. 85
Error Line has trailing spaces. 86
Error Line is longer than 80 characters. 86
Error '(' is followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error ')' is preceded with whitespace. 86
Error '}' should be on the same line. 87
Error '{' should be on the previous line. 89
Error Line has trailing spaces. 90
Error Line is longer than 80 characters. 90
Error '(' is followed by 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. 93
Error Line is longer than 80 characters. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Avoid inline conditionals. 94
Error Missing a Javadoc comment. 97
Error '(' is followed by whitespace. 97
Error Parameter lhsSet should be final. 97
Error Parameter rhsSet 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 Line is longer than 80 characters. 99
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 followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line has trailing spaces. 102
Error Line has trailing spaces. 103
Error 'for' is not followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ';' is followed by whitespace. 104
Error '{' should be on the previous line. 105
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107
Error 'for' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ';' is followed by whitespace. 108
Error '{' should be on the previous line. 109
Error Line has trailing spaces. 111
Error 'if' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error Line has trailing spaces. 117
Error Line has trailing spaces. 118
Error Line has trailing spaces. 121
Error Missing a Javadoc comment. 122
Error '(' is followed by whitespace. 122
Error Parameter lhs should be final. 122
Error Parameter rhs should be final. 122
Error Parameter nav should be final. 122
Error ')' is preceded with whitespace. 122
Error 'if' is not followed by whitespace. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error Line has trailing spaces. 128
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line has trailing spaces. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line has trailing spaces. 131
Error 'if' is not followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error Line has trailing spaces. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line has trailing spaces. 139
Error Line has trailing spaces. 140
Error Missing a Javadoc comment. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140

org/jaxen/expr/DefaultRelativeLocationPath.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 60
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Line has trailing spaces. 68

org/jaxen/expr/DefaultStep.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 65
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 69
Error Parameter axis should be final. 69
Error 'axis' hides a field. 69
Error Parameter predicates should be final. 69
Error 'predicates' hides a field. 69
Error '{' should be on the previous line. 70
Error Method 'addPredicate' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error Parameter predicate should be final. 75
Error '{' should be on the previous line. 76
Error Method 'getPredicates' 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 'getPredicateSet' 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 'getAxis' 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 'getIterableAxis' 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 'getAxisName' 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 'getText' 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 Method 'toString' 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 Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error '{' should be on the previous line. 116
Error Method 'axisIterator' 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 Parameter support should be final. 120
Error '{' should be on the previous line. 122
Error Method 'evaluate' 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 has trailing spaces. 137
Error '(' is followed by whitespace. 139
Error ';' is preceded with whitespace. 139
Error ';' is preceded with whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error Line is longer than 80 characters. 145
Error Line has trailing spaces. 146
Error Line is longer than 80 characters. 146
Error Line has trailing spaces. 148
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. 155
Error '!' is followed by whitespace. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 156
Error '(' is followed by whitespace. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error ')' is preceded with whitespace. 157
Error '{' should be on the previous line. 158
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error ')' is preceded with whitespace. 165

org/jaxen/expr/DefaultTextNodeStep.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 63
Error Missing a Javadoc comment. 67
Error Parameter axis should be final. 67
Error Parameter predicateSet should be final. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter node should be final. 72
Error Parameter support should be final. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Method 'getText' 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 Line has trailing spaces. 84

org/jaxen/expr/DefaultTruthExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 55
Error Missing a Javadoc comment. 56
Error Parameter lhs should be final. 56
Error Parameter rhs should be final. 57
Error '{' should be on the previous line. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 60
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64
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. 73
Error Missing a Javadoc comment. 76
Error Parameter lhs should be final. 76
Error Parameter rhs should be final. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 81
Error Missing a Javadoc comment. 84
Error Parameter obj 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 Line has trailing spaces. 88
Error Missing a Javadoc comment. 89
Error '(' is followed by whitespace. 89
Error Parameter set should be final. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error Missing a Javadoc comment. 94
Error Parameter lhs should be final. 94
Error Parameter rhs should be final. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 99
Error Missing a Javadoc comment. 102
Error Parameter lhs should be final. 102
Error Parameter rhs should be final. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 107
Error Missing a Javadoc comment. 110
Error Parameter lhs should be final. 110
Error Parameter rhs should be final. 111
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 115
Error Line has trailing spaces. 116

org/jaxen/expr/DefaultUnaryExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error Parameter expr should be final. 64
Error 'expr' hides a field. 64
Error '{' should be on the previous line. 65
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
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 '{' should be on the previous line. 85
Error Missing a Javadoc comment. 91
Error Parameter context should be final. 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 ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line has trailing spaces. 98

org/jaxen/expr/DefaultUnionExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 69
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 Method 'getOperator' 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 'toString' 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 'evaluate' is not designed for extension - needs to be abstract, final or empty. 90
Error Missing a Javadoc comment. 90
Error Parameter context should be final. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 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 Line has trailing spaces. 99
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 '{' should be on the previous line. 106
Error Line has trailing spaces. 108
Error '(' is followed by whitespace. 109
Error '!' is followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 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 Line has trailing spaces. 115
Error Line is longer than 80 characters. 116
Error Line has trailing spaces. 117
Error '}' should be on the same line. 119
Error Line is longer than 80 characters. 121
Error Line has trailing spaces. 124

org/jaxen/expr/DefaultVariableReferenceExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 45
Error Line is longer than 80 characters. 53
Error Missing a Javadoc comment. 53
Error Line has trailing spaces. 56
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Parameter prefix should be final. 62
Error 'prefix' hides a field. 62
Error Parameter variableName should be final. 63
Error '{' should be on the previous line. 64
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
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 Line has trailing spaces. 83
Error Missing a Javadoc comment. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error Missing a Javadoc comment. 97
Error Parameter context should be final. 97
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 105
Error Line has trailing spaces. 107

org/jaxen/expr/DefaultXPathExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 69
Error Parameter rootExpr should be final. 69
Error 'rootExpr' hides a field. 69
Error '{' should be on the previous line. 70
Error Method 'getRootExpr' 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 Method 'setRootExpr' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Parameter rootExpr should be final. 79
Error 'rootExpr' hides a field. 79
Error '{' should be on the previous line. 80
Error Method 'toString' 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 'getText' 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 Method 'simplify' 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 '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Method 'asList' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Parameter context should be final. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103

org/jaxen/expr/DefaultXPathFactory.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 75
Error Method 'createXPath' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error '(' is followed by whitespace. 76
Error Parameter rootExpr 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 Method 'createPathExpr' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error '(' is followed by whitespace. 81
Error Parameter filterExpr should be final. 81
Error Line is longer than 80 characters. 82
Error Parameter locationPath should be final. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 85
Error Method 'createRelativeLocationPath' 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 'createAbsoluteLocationPath' 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 Method 'createOrExpr' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error '(' is followed by whitespace. 98
Error Parameter lhs should be final. 98
Error Parameter rhs should be final. 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. 102
Error Method 'createAndExpr' 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 'createEqualityExpr' 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 Line is longer than 80 characters. 114
Error Parameter equalityOperator should be final. 114
Error ')' is preceded with whitespace. 114
Error switch without "default" clause. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error Avoid nested blocks. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 121
Error Avoid nested blocks. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 126
Error Line is longer than 80 characters. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Method 'createRelationalExpr' is not designed for extension - needs to be abstract, final or empty. 132
Error Missing a Javadoc comment. 132
Error '(' is followed by whitespace. 132
Error Parameter lhs should be final. 132
Error Parameter rhs should be final. 133
Error Line is longer than 80 characters. 134
Error Parameter relationalOperator should be final. 134
Error ')' is preceded with whitespace. 134
Error switch without "default" clause. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error Avoid nested blocks. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 141
Error Avoid nested blocks. 144
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 146
Error Avoid nested blocks. 149
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 151
Error Avoid nested blocks. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 156
Error Line is longer than 80 characters. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error Method 'createAdditiveExpr' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error '(' is followed by whitespace. 162
Error Parameter lhs should be final. 162
Error Parameter rhs should be final. 163
Error Line is longer than 80 characters. 164
Error Parameter additiveOperator should be final. 164
Error ')' is preceded with whitespace. 164
Error switch without "default" clause. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error Avoid nested blocks. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 171
Error Avoid nested blocks. 174
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 176
Error Line is longer than 80 characters. 179
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error Method 'createMultiplicativeExpr' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error '(' is followed by whitespace. 182
Error Parameter lhs should be final. 182
Error Parameter rhs should be final. 183
Error Line is longer than 80 characters. 184
Error Parameter multiplicativeOperator should be final. 184
Error ')' is preceded with whitespace. 184
Error switch without "default" clause. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '{' should be on the previous line. 187
Error Avoid nested blocks. 189
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 191
Error Avoid nested blocks. 194
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 196
Error Avoid nested blocks. 199
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 201
Error Line is longer than 80 characters. 204
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Method 'createUnaryExpr' is not designed for extension - needs to be abstract, final or empty. 207
Error Missing a Javadoc comment. 207
Error '(' is followed by whitespace. 207
Error Parameter expr should be final. 207
Error Parameter unaryOperator should be final. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 209
Error switch without "default" clause. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '{' should be on the previous line. 211
Error Avoid nested blocks. 213
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error Method 'createUnionExpr' is not designed for extension - needs to be abstract, final or empty. 220
Error Missing a Javadoc comment. 220
Error '(' is followed by whitespace. 220
Error Parameter lhs should be final. 220
Error Parameter rhs should be final. 221
Error ')' is preceded with whitespace. 221
Error '{' should be on the previous line. 222
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 224
Error Method 'createFilterExpr' 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 expr should be final. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error Method 'createFunctionCallExpr' is not designed for extension - needs to be abstract, final or empty. 232
Error Missing a Javadoc comment. 232
Error '(' is followed by whitespace. 232
Error Parameter prefix should be final. 232
Error Line is longer than 80 characters. 233
Error Parameter functionName should be final. 233
Error ')' is preceded with whitespace. 233
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 236
Error Method 'createNumberExpr' 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 number should be final. 239
Error ')' is preceded with whitespace. 239
Error '{' should be on the previous line. 240
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 Method 'createNumberExpr' is not designed for extension - needs to be abstract, final or empty. 244
Error Missing a Javadoc comment. 244
Error '(' is followed by whitespace. 244
Error Parameter number should be final. 244
Error ')' is preceded with whitespace. 244
Error '{' should be on the previous line. 245
Error '(' is followed by whitespace. 246
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error ')' is preceded with whitespace. 246
Error Method 'createLiteralExpr' is not designed for extension - needs to be abstract, final or empty. 249
Error Missing a Javadoc comment. 249
Error '(' is followed by whitespace. 249
Error Parameter literal should be final. 249
Error ')' is preceded with whitespace. 249
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error Method 'createVariableReferenceExpr' is not designed for extension - needs to be abstract, final or empty. 254
Error Missing a Javadoc comment. 254
Error '(' is followed by whitespace. 254
Error Parameter prefix should be final. 254
Error Line is longer than 80 characters. 255
Error Parameter variable should be final. 255
Error ')' is preceded with whitespace. 255
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 258
Error Method 'createNameStep' is not designed for extension - needs to be abstract, final or empty. 261
Error Missing a Javadoc comment. 261
Error '(' is followed by whitespace. 261
Error Parameter axis should be final. 261
Error Parameter prefix should be final. 262
Error Parameter localName should be final. 263
Error ')' is preceded with whitespace. 263
Error '{' should be on the previous line. 264
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 269
Error Method 'createTextNodeStep' is not designed for extension - needs to be abstract, final or empty. 272
Error Missing a Javadoc comment. 272
Error '(' is followed by whitespace. 272
Error Parameter axis should be final. 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 '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error Method 'createCommentNodeStep' is not designed for extension - needs to be abstract, final or empty. 278
Error Missing a Javadoc comment. 278
Error '(' is followed by whitespace. 278
Error Parameter axis should be final. 278
Error ')' is preceded with whitespace. 278
Error '{' should be on the previous line. 279
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error Method 'createAllNodeStep' is not designed for extension - needs to be abstract, final or empty. 284
Error Missing a Javadoc comment. 284
Error '(' is followed by whitespace. 284
Error Parameter axis should be final. 284
Error ')' is preceded with whitespace. 284
Error '{' should be on the previous line. 285
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 287
Error Method 'createProcessingInstructionNodeStep' is not designed for extension - needs to be abstract, final or empty. 290
Error Missing a Javadoc comment. 290
Error '(' is followed by whitespace. 290
Error Parameter axis should be final. 290
Error Line is longer than 80 characters. 291
Error Parameter piName should be final. 291
Error ')' is preceded with whitespace. 291
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 296
Error Method 'createPredicate' is not designed for extension - needs to be abstract, final or empty. 299
Error Missing a Javadoc comment. 299
Error '(' is followed by whitespace. 299
Error Parameter predicateExpr should be final. 299
Error ')' is preceded with whitespace. 299
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error Method 'getIterableAxis' is not designed for extension - needs to be abstract, final or empty. 304
Error Missing a Javadoc comment. 304
Error '(' is followed by whitespace. 304
Error Parameter axis should be final. 304
Error ')' is preceded with whitespace. 304
Error '{' should be on the previous line. 305
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error '{' should be on the previous line. 308
Error '(' is followed by whitespace. 310
Error ')' is preceded with whitespace. 310
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '(' is followed by whitespace. 314
Error ')' is preceded with whitespace. 314
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error '(' is followed by whitespace. 328
Error ')' is preceded with whitespace. 328
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 330
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 334
Error Method 'createPredicateSet' is not designed for extension - needs to be abstract, final or empty. 341
Error Missing a Javadoc comment. 341
Error '{' should be on the previous line. 342
Error Line has trailing spaces. 345

org/jaxen/expr/EqualityExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 50
Error Line is longer than 80 characters. 51
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 56
Error Line is longer than 80 characters. 59
Error Line has trailing spaces. 61
Error '{' is not preceded with whitespace. 63

org/jaxen/expr/Expr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 57
Error Line has trailing spaces. 59
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 69
Error Line has trailing spaces. 73
Error Line has trailing spaces. 76
Error Line has trailing spaces. 79
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84
Error Line has trailing spaces. 87
Error Line has trailing spaces. 88
Error Line has trailing spaces. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 93
Error Expected @throws tag for 'JaxenException'. 98
Error Line has trailing spaces. 99

org/jaxen/expr/FilterExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 56
Error Line is longer than 80 characters. 57
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 63
Error Line has trailing spaces. 64
Error Line has trailing spaces. 66
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 71
Error Line has trailing spaces. 74
Error Redundant 'public' modifier. 77
Error Expected @param tag for 'context'. 77
Error Expected @throws tag for 'JaxenException'. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Redundant 'public' modifier. 82

org/jaxen/expr/FunctionCallExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 55
Error Line has trailing spaces. 56
Error Line is longer than 80 characters. 57
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Redundant 'public' modifier. 69
Error Line has trailing spaces. 70
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error Redundant 'public' modifier. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error Line has trailing spaces. 81
Error Redundant 'public' modifier. 83
Error Line has trailing spaces. 84
Error Line has trailing spaces. 88
Error Redundant 'public' modifier. 91
Error Line has trailing spaces. 92

org/jaxen/expr/IdentitySet.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 18
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 49
Error Line has trailing spaces. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 55
Error Parameter object should be final. 55
Error Missing a Javadoc comment. 60
Error Parameter object should be final. 60
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error Missing a Javadoc comment. 69
Error Parameter object should be final. 69
Error 'object' hides a field. 69
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 73
Error Parameter o should be final. 73
Error Missing a Javadoc comment. 78

org/jaxen/expr/LiteralExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 54
Error Line has trailing spaces. 56
Error Line has trailing spaces. 57
Error Line has trailing spaces. 59
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 66
Error Redundant 'public' modifier. 69

org/jaxen/expr/LocationPath.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 56
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Line has trailing spaces. 60
Error '{' should be on the previous line. 63
Error Line has trailing spaces. 64
Error Line has trailing spaces. 67
Error Expected @param tag for 'step'. 70
Error Line has trailing spaces. 75
Error Line has trailing spaces. 79
Error Line has trailing spaces. 81
Error Line has trailing spaces. 82
Error Line has trailing spaces. 84

org/jaxen/expr/LogicalExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 51
Error Line is longer than 80 characters. 52
Error Line has trailing spaces. 53
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 64
Error Line has trailing spaces. 66

org/jaxen/expr/MultiplicativeExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 50
Error Line is longer than 80 characters. 51
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 57
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 64
Error Line has trailing spaces. 66

org/jaxen/expr/NameStep.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 57
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error Redundant 'public' modifier. 68
Error Line has trailing spaces. 69
Error First sentence should end with a period. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 72
Error Redundant 'public' modifier. 75
Error ';' is not followed by whitespace. 75
Error '}' is not preceded with whitespace. 75

org/jaxen/expr/NodeComparator.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error Line has trailing spaces. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 61
Error Parameter navigator should be final. 61
Error 'navigator' hides a field. 61
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Parameter o1 should be final. 65
Error Parameter o2 should be final. 65
Error Line has trailing spaces. 66
Error 'if' construct must use '{}'s. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 76
Error '}' should be on the same line. 78
Error Line is longer than 80 characters. 79
Error '}' should be on the same line. 85
Error Line has trailing spaces. 89
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 is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 51
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 56
Error '{' should be on the previous line. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 64
Error Redundant 'public' modifier. 67

org/jaxen/expr/PathExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 54
Error Line has trailing spaces. 56
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Line has trailing spaces. 59
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 68
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 76
Error Line has trailing spaces. 83
Error Line has trailing spaces. 87

org/jaxen/expr/Predicate.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line is longer than 80 characters. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 64
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 70
Error Line has trailing spaces. 74
Error Line has trailing spaces. 77
Error Line has trailing spaces. 84
Error Line has trailing spaces. 90
Error Line has trailing spaces. 92
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error Line has trailing spaces. 101
Error Line has trailing spaces. 103
Error Expected @throws tag for 'JaxenException'. 111

org/jaxen/expr/PredicateSet.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 66
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Line is longer than 80 characters. 71
Error Line has trailing spaces. 72
Error Line is longer than 80 characters. 72
Error '{' should be on the previous line. 77
Error Missing a Javadoc comment. 79
Error Line has trailing spaces. 80
Error Missing a Javadoc comment. 81
Error '{' should be on the previous line. 87
Error Line has trailing spaces. 93
Error Method 'addPredicate' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter predicate should be final. 96
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line has trailing spaces. 109
Error Method 'getPredicates' is not designed for extension - needs to be abstract, final or empty. 112
Error '{' should be on the previous line. 113
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 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
Error Line has trailing spaces. 134
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 137
Error '{' should be on the previous line. 138
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 Line has trailing spaces. 154
Error Line has trailing spaces. 156
Error Line has trailing spaces. 158
Error Method 'evaluateAsBoolean' is not designed for extension - needs to be abstract, final or empty. 164
Error Parameter contextNodeSet should be final. 164
Error Line is longer than 80 characters. 165
Error Parameter support should be final. 165
Error Expected @throws tag for 'JaxenException'. 165
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error Missing a Javadoc comment. 170
Error Parameter contextNodeSet should be final. 170
Error Parameter support should be final. 170
Error 'while' is not followed by whitespace. 181
Error Line is longer than 80 characters. 197
Error 'cast' is not followed by whitespace. 197
Error '}' should be on the same line. 205
Error Line has trailing spaces. 216
Error Line has trailing spaces. 219
Error Line has trailing spaces. 220
Error Line has trailing spaces. 221
Error Line has trailing spaces. 222
Error Line has trailing spaces. 224
Error Line has trailing spaces. 226
Error Line is longer than 80 characters. 232
Error Method 'evaluatePredicates' is not designed for extension - needs to be abstract, final or empty. 232
Error Parameter contextNodeSet should be final. 232
Error Parameter support should be final. 232
Error Expected @throws tag for 'JaxenException'. 233
Error 'while' is not followed by whitespace. 243
Error Line is longer than 80 characters. 245
Error 'cast' is not followed by whitespace. 245
Error Line has trailing spaces. 247
Error Line has trailing spaces. 250
Error Line is longer than 80 characters. 251
Error Method 'applyPredicate' is not designed for extension - needs to be abstract, final or empty. 251
Error Missing a Javadoc comment. 251
Error Parameter predicate should be final. 251
Error Parameter nodes2Filter should be final. 251
Error Parameter support should be final. 251
Error '}' should be on the same line. 277
Error Line has trailing spaces. 289

org/jaxen/expr/Predicated.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 63
Error Line has trailing spaces. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 71
Error Line has trailing spaces. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 79

org/jaxen/expr/ProcessingInstructionNodeStep.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 45
Error Line has trailing spaces. 51
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 56
Error Line has trailing spaces. 57
Error Redundant 'public' modifier. 60

org/jaxen/expr/RelationalExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 47
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 65
Error Line has trailing spaces. 66

org/jaxen/expr/Step.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 66
Error '{' should be on the previous line. 70
Error Line has trailing spaces. 75
Error Line has trailing spaces. 77
Error Expected @param tag for 'node'. 78
Error Expected @param tag for 'contextSupport'. 79
Error Expected @throws tag for 'JaxenException'. 79
Error Line has trailing spaces. 83
Error Line has trailing spaces. 96
Error Redundant 'public' modifier. 100
Error Line has trailing spaces. 104
Error Line is longer than 80 characters. 108
Error Line has trailing spaces. 109
Error Line is longer than 80 characters. 112
Error Line has trailing spaces. 113
Error Line has trailing spaces. 118
Error Expected @param tag for 'context'. 121
Error Expected @throws tag for 'JaxenException'. 121

org/jaxen/expr/TextNodeStep.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 51
Error '{' should be on the previous line. 54

org/jaxen/expr/UnaryExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 69

org/jaxen/expr/UnionExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 53
Error Line is longer than 80 characters. 54
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 59
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 64

org/jaxen/expr/VariableReferenceExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 53
Error Line is longer than 80 characters. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 57
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Redundant 'public' modifier. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Line has trailing spaces. 71
Error Redundant 'public' modifier. 74

org/jaxen/expr/XPathExpr.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 68
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 76
Error Line has trailing spaces. 80
Error Line has trailing spaces. 83
Error Line has trailing spaces. 87
Error Line has trailing spaces. 90
Error Line has trailing spaces. 95
Error Line has trailing spaces. 96
Error Line has trailing spaces. 99
Error Line is longer than 80 characters. 99
Error Line has trailing spaces. 100
Error Line has trailing spaces. 101
Error Expected @throws tag for 'JaxenException'. 106

org/jaxen/expr/XPathFactory.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Unused import - org.jaxen.saxpath.Operator. 51
Error '{' should be on the previous line. 58
Error Line has trailing spaces. 59
Error Line has trailing spaces. 62
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Expected @throws tag for 'JaxenException'. 67
Error Line has trailing spaces. 71
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 78
Error Expected @throws tag for 'JaxenException'. 78
Error Line has trailing spaces. 82
Error Expected @throws tag for 'JaxenException'. 86
Error Line has trailing spaces. 90
Error Expected @throws tag for 'JaxenException'. 94
Error Line has trailing spaces. 97
Error Line has trailing spaces. 98
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 105
Error Expected @throws tag for 'JaxenException'. 105
Error Line has trailing spaces. 108
Error Line has trailing spaces. 109
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 116
Error Expected @throws tag for 'JaxenException'. 116
Error Line has trailing spaces. 119
Error Line has trailing spaces. 120
Error Line is longer than 80 characters. 123
Error Line is longer than 80 characters. 124
Error Line has trailing spaces. 125
Error Line is longer than 80 characters. 126
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 130
Error Line has trailing spaces. 133
Error Line has trailing spaces. 134
Error Line has trailing spaces. 137
Error Line is longer than 80 characters. 137
Error Line is longer than 80 characters. 138
Error Line is longer than 80 characters. 139
Error Line is longer than 80 characters. 140
Error '(' is followed by whitespace. 142
Error Line is longer than 80 characters. 144
Error ')' is preceded with whitespace. 144
Error Line has trailing spaces. 147
Error Line has trailing spaces. 148
Error Line is longer than 80 characters. 151
Error Line is longer than 80 characters. 152
Error Line has trailing spaces. 153
Error Line is longer than 80 characters. 154
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 158
Error Line has trailing spaces. 161
Error Line has trailing spaces. 162
Error Line has trailing spaces. 165
Error Line is longer than 80 characters. 167
Error Line is longer than 80 characters. 169
Error '(' is followed by whitespace. 171
Error Line is longer than 80 characters. 173
Error ')' is preceded with whitespace. 173
Error Line has trailing spaces. 176
Error Line has trailing spaces. 177
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 184
Error Expected @throws tag for 'JaxenException'. 184
Error Line has trailing spaces. 187
Error Line has trailing spaces. 188
Error Extra HTML tag found: </code> 191
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 195
Error Expected @throws tag for 'JaxenException'. 195
Error Line has trailing spaces. 198
Error Line has trailing spaces. 199
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Expected @throws tag for 'JaxenException'. 204
Error Line has trailing spaces. 206
Error Line has trailing spaces. 209
Error Line has trailing spaces. 211
Error '(' is followed by whitespace. 215
Error Line is longer than 80 characters. 216
Error ')' is preceded with whitespace. 216
Error Expected @throws tag for 'JaxenException'. 216
Error Line has trailing spaces. 220
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error Expected @throws tag for 'JaxenException'. 225
Error Line has trailing spaces. 229
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Expected @throws tag for 'JaxenException'. 234
Error Line has trailing spaces. 238
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error Expected @throws tag for 'JaxenException'. 243
Error Line has trailing spaces. 247
Error Line has trailing spaces. 249
Error '(' is followed by whitespace. 253
Error Line is longer than 80 characters. 254
Error ')' is preceded with whitespace. 254
Error Expected @throws tag for 'JaxenException'. 254
Error Line has trailing spaces. 258
Error Line is longer than 80 characters. 263
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 267
Error Line has trailing spaces. 271
Error Line is longer than 80 characters. 274
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. 283
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error Line has trailing spaces. 289
Error Line is longer than 80 characters. 292
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error Line has trailing spaces. 298
Error Line is longer than 80 characters. 299
Error Line is longer than 80 characters. 302
Error '(' is followed by whitespace. 304
Error Line is longer than 80 characters. 305
Error ')' is preceded with whitespace. 305
Error Line has trailing spaces. 309
Error '(' is followed by whitespace. 314
Error ')' is preceded with whitespace. 314
Error Expected @throws tag for 'JaxenException'. 314
Error Line has trailing spaces. 317
Error Line has trailing spaces. 318
Error Expected @throws tag for 'JaxenException'. 322
Error Line has trailing spaces. 323

org/jaxen/expr/iter/IterableAncestorAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 64
Error Parameter value should be final. 64
Error '{' should be on the previous line. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Parameter contextNode should be final. 69
Error Line is longer than 80 characters. 70
Error Parameter support should be final. 70
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line has trailing spaces. 74

org/jaxen/expr/iter/IterableAncestorOrSelfAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter value should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Line is longer than 80 characters. 69
Error Parameter support should be final. 69
Error Line is longer than 80 characters. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/expr/iter/IterableAttributeAxis.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 18
Error Line has trailing spaces. 44
Error Line has trailing spaces. 47
Error Line has trailing spaces. 53
Error Line has trailing spaces. 55
Error Line has trailing spaces. 58
Error Line has trailing spaces. 61
Error Parameter value should be final. 64
Error Line has trailing spaces. 70
Error Expected an @return tag. 74
Error Line is longer than 80 characters. 74
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 74
Error Parameter contextNode should be final. 74
Error Parameter support should be final. 74
Error Expected @throws tag for 'UnsupportedAxisException'. 74
Error Line has trailing spaces. 80
Error Line is longer than 80 characters. 84
Error Expected an @return tag. 87
Error Method 'namedAccessIterator' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter contextNode should be final. 88
Error Parameter support should be final. 89
Error Parameter localName should be final. 90
Error Parameter namespacePrefix should be final. 91
Error Parameter namespaceURI should be final. 92
Error Expected @throws tag for 'UnsupportedAxisException'. 93
Error Line has trailing spaces. 94
Error Line is longer than 80 characters. 95
Error Line is longer than 80 characters. 96
Error Line has trailing spaces. 101
Error Line is longer than 80 characters. 103
Error Method 'supportsNamedAccess' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter support should be final. 105

org/jaxen/expr/iter/IterableAxis.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 18
Error Line has trailing spaces. 44
Error Line has trailing spaces. 50
Error First sentence should end with a period. 51
Error Line has trailing spaces. 56
Error Parameter axisValue should be final. 59
Error Expected @param tag for 'axisValue'. 59
Error Line has trailing spaces. 65
Error Method 'value' is not designed for extension - needs to be abstract, final or empty. 68
Error Line has trailing spaces. 74
Error Line has trailing spaces. 77
Error Line is longer than 80 characters. 80
Error Expected @throws tag for 'UnsupportedAxisException'. 80
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 has trailing spaces. 104
Error Method 'supportsNamedAccess' is not designed for extension - needs to be abstract, final or empty. 108
Error Parameter support should be final. 108

org/jaxen/expr/iter/IterableChildAxis.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 18
Error Line has trailing spaces. 44
Error Line has trailing spaces. 50
Error Line has trailing spaces. 52
Error Line has trailing spaces. 58
Error Parameter value should be final. 61
Error Line has trailing spaces. 67
Error Line has trailing spaces. 73
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 73
Error Parameter contextNode should be final. 73
Error Parameter support should be final. 73
Error Line has trailing spaces. 80
Error Line is longer than 80 characters. 84
Error Line is longer than 80 characters. 87
Error Method 'namedAccessIterator' is not designed for extension - needs to be abstract, final or empty. 89
Error Parameter contextNode should be final. 90
Error Parameter support should be final. 91
Error Parameter localName should be final. 92
Error Parameter namespacePrefix should be final. 93
Error Parameter namespaceURI should be final. 94
Error Line has trailing spaces. 96
Error Line is longer than 80 characters. 97
Error Line is longer than 80 characters. 98
Error Line has trailing spaces. 103
Error Method 'supportsNamedAccess' is not designed for extension - needs to be abstract, final or empty. 107
Error Parameter support should be final. 107

org/jaxen/expr/iter/IterableDescendantAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter value should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Line is longer than 80 characters. 69
Error Parameter support should be final. 69
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/expr/iter/IterableDescendantOrSelfAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter value should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Line is longer than 80 characters. 69
Error Parameter support should be final. 69
Error Line is longer than 80 characters. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/expr/iter/IterableFollowingAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter value should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Line is longer than 80 characters. 69
Error Parameter support should be final. 69
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/expr/iter/IterableFollowingSiblingAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter value should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Line is longer than 80 characters. 69
Error Parameter support should be final. 69
Error Line is longer than 80 characters. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/expr/iter/IterableNamespaceAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter value should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Line is longer than 80 characters. 69
Error Parameter support should be final. 69
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/expr/iter/IterableParentAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter value should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Line is longer than 80 characters. 69
Error Parameter support should be final. 69
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/expr/iter/IterablePrecedingAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter value should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Line is longer than 80 characters. 69
Error Parameter support should be final. 69
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/expr/iter/IterablePrecedingSiblingAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter value should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Line is longer than 80 characters. 69
Error Parameter support should be final. 69
Error Line is longer than 80 characters. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/expr/iter/IterableSelfAxis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 63
Error Parameter value should be final. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter contextNode should be final. 68
Error Line is longer than 80 characters. 69
Error Parameter support should be final. 69
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/function/BooleanFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error First sentence should end with a period. 58
Error Line has trailing spaces. 62
Error Line is longer than 80 characters. 66
Error Line has trailing spaces. 69
Error Line has trailing spaces. 71
Error Line has trailing spaces. 78
Error Line has trailing spaces. 84
Error Line has trailing spaces. 90
Error Line has trailing spaces. 92
Error Line has trailing spaces. 98
Error Line is longer than 80 characters. 100
Error '{' should be on the previous line. 103
Error '{' is not followed by whitespace. 109
Error '}' is not preceded with whitespace. 109
Error Line has trailing spaces. 110
Error First sentence should end with a period. 111
Error Line has trailing spaces. 115
Error Line has trailing spaces. 117
Error Line has trailing spaces. 118
Error Line has trailing spaces. 120
Error Line is longer than 80 characters. 121
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 123
Error Parameter context should be final. 123
Error Parameter args should be final. 124
Error '{' should be on the previous 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 preceded with whitespace. 128
Error Line has trailing spaces. 134
Error Line has trailing spaces. 135
Error Line has trailing spaces. 145
Error Line has trailing spaces. 148
Error Parameter obj should be final. 151
Error Parameter nav should be final. 151
Error '{' should be on the previous line. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 154
Error Line has trailing spaces. 156
Error Line has trailing spaces. 157
Error Line is longer than 80 characters. 157
Error '{' should be on the previous line. 159
Error Line has trailing spaces. 162
Error Line has trailing spaces. 166
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error '}' should be on the same line. 174
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '{' should be on the previous line. 180
Error '}' should be on the same line. 184
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '{' should be on the previous line. 187
Error '(' is followed by whitespace. 188
Error 'cast' is not followed by whitespace. 188
Error Avoid inline conditionals. 189
Error ')' is preceded with whitespace. 190
Error '}' should be on the same line. 191
Error Line has trailing spaces. 192
Error '{' should be on the previous line. 193
Error Line has trailing spaces. 194
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error Avoid inline conditionals. 196

org/jaxen/function/CeilingFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Unclosed HTML tag found: <blockquote src="http://www.w3.org/TR/xpath"> 60
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 74
Error Line has trailing spaces. 76
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 78
Error Line has trailing spaces. 79
Error '{' should be on the previous line. 82
Error '{' is not followed by whitespace. 87
Error '}' is not preceded with whitespace. 87
Error Line has trailing spaces. 88
Error Line has trailing spaces. 93
Error Line has trailing spaces. 95
Error Line is longer than 80 characters. 96
Error Line has trailing spaces. 98
Error Line is longer than 80 characters. 99
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 101
Error Parameter context should be final. 101
Error Parameter args should be final. 102
Error '{' should be on the previous line. 103
Error '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 107
Error Line has trailing spaces. 116
Error Line has trailing spaces. 119
Error Line has trailing spaces. 120
Error Parameter obj should be final. 123
Error Parameter nav should be final. 124
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 127
Error '(' is followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error ')' is preceded with whitespace. 129

org/jaxen/function/ConcatFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 60
Error Line has trailing spaces. 64
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 67
Error '{' should be on the previous line. 70
Error '{' is not followed by whitespace. 75
Error '}' is not preceded with whitespace. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 79
Error Unclosed HTML tag found: <code>string()<code> function. 80
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Line has trailing spaces. 88
Error Line is longer than 80 characters. 89
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter context should be final. 91
Error Parameter args should be final. 92
Error '{' should be on the previous line. 93
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 ')' is preceded with whitespace. 97
Error Line is longer than 80 characters. 100
Error Line has trailing spaces. 103
Error Line has trailing spaces. 104
Error Line has trailing spaces. 108
Error Line has trailing spaces. 111
Error Parameter list should be final. 114
Error Parameter nav should be final. 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 followed by whitespace. 121
Error ')' is preceded with whitespace. 122
Error ')' is preceded with whitespace. 122
Error Line has trailing spaces. 124

org/jaxen/function/ContainsFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 58
Error Line has trailing spaces. 59
Error Line has trailing spaces. 61
Error Line has trailing spaces. 64
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 67
Error '{' should be on the previous line. 70
Error '{' is not followed by whitespace. 75
Error '}' is not preceded with whitespace. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error Line is longer than 80 characters. 82
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 92
Error Line is longer than 80 characters. 93
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter context should be final. 95
Error Parameter args should be final. 96
Error '{' should be on the previous line. 97
Error '{' should be on the previous line. 99
Error ')' is preceded with whitespace. 102
Error Line has trailing spaces. 108
Error Line is longer than 80 characters. 109
Error Line is longer than 80 characters. 110
Error Line has trailing spaces. 113
Error Line has trailing spaces. 117
Error Line has trailing spaces. 118
Error Parameter strArg should be final. 121
Error Parameter matchArg should be final. 122
Error Line has trailing spaces. 123
Error Parameter nav should be final. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 131
Error '(' is followed by whitespace. 131
Error Avoid inline conditionals. 132

org/jaxen/function/CountFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 63
Error '{' should be on the previous line. 66
Error '{' is not followed by whitespace. 71
Error '}' is not preceded with whitespace. 71
Error Line has trailing spaces. 72
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 82
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 85
Error Parameter context should be final. 85
Error Parameter args should be final. 86
Error '{' should be on the previous line. 87
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 100
Error Parameter obj should be final. 105
Error '{' should be on the previous line. 106
Error Line has trailing spaces. 107
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line has trailing spaces. 112
Error Line is longer than 80 characters. 113
Error Line has trailing spaces. 114
Error Line has trailing spaces. 116

org/jaxen/function/FalseFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Line has trailing spaces. 59
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 64
Error '{' should be on the previous line. 67
Error '{' is not followed by whitespace. 72
Error '}' is not preceded with whitespace. 72
Error Line has trailing spaces. 73
Error First sentence should end with a period. 74
Error Line has trailing spaces. 79
Error Line has trailing spaces. 81
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 84
Error Parameter context should be final. 84
Error Parameter args should be final. 85
Error '{' should be on the previous line. 86
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line has trailing spaces. 97
Error '{' should be on the previous line. 101

org/jaxen/function/FloorFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 69
Error Line is longer than 80 characters. 70
Error Line has trailing spaces. 72
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 75
Error Line is longer than 80 characters. 76
Error '{' should be on the previous line. 79
Error '{' is not followed by whitespace. 84
Error '}' is not preceded with whitespace. 84
Error Line has trailing spaces. 85
Error Line has trailing spaces. 90
Error Line has trailing spaces. 92
Error Line is longer than 80 characters. 93
Error Line has trailing spaces. 95
Error Line is longer than 80 characters. 96
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter context should be final. 98
Error Parameter args should be final. 99
Error '{' should be on the previous line. 100
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line has trailing spaces. 113
Error Line has trailing spaces. 116
Error Line has trailing spaces. 117
Error Parameter obj should be final. 120
Error Parameter nav should be final. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 124
Error '(' is followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error ')' is preceded with whitespace. 126

org/jaxen/function/IdFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 63
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 77
Error Line has trailing spaces. 80
Error Line is longer than 80 characters. 81
Error '{' should be on the previous line. 84
Error '{' is not followed by whitespace. 89
Error '}' is not preceded with whitespace. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Line has trailing spaces. 98
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error Line has trailing spaces. 102
Error Line is longer than 80 characters. 103
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter context should be final. 105
Error Parameter args should be final. 105
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 109
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line has trailing spaces. 115
Error Line has trailing spaces. 117
Error Line has trailing spaces. 123
Error Line has trailing spaces. 124
Error Line has trailing spaces. 125
Error Line has trailing spaces. 127
Error Parameter contextNodes should be final. 129
Error Parameter arg should be final. 129
Error Parameter nav should be final. 129
Error '{' should be on the previous line. 130
Error 'if' construct must use '{}'s. 131
Error Line has trailing spaces. 132
Error 'cast' is not followed by whitespace. 138
Error '(' is followed by whitespace. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error ')' is preceded with whitespace. 141
Error Line has trailing spaces. 143
Error '}' should be on the same line. 143
Error Line has trailing spaces. 157

org/jaxen/function/LangFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 64
Error Line has trailing spaces. 72
Error Line has trailing spaces. 86
Error Line has trailing spaces. 93
Error Line has trailing spaces. 95
Error '{' should be on the previous line. 101
Error Missing a Javadoc comment. 102
Error Line has trailing spaces. 103
Error Missing a Javadoc comment. 103
Error Line has trailing spaces. 105
Error '{' is not followed by whitespace. 110
Error '}' is not preceded with whitespace. 110
Error Line has trailing spaces. 111
Error Line has trailing spaces. 112
Error Line is longer than 80 characters. 115
Error Line has trailing spaces. 117
Error Line has trailing spaces. 119
Error Line is longer than 80 characters. 120
Error Line is longer than 80 characters. 122
Error Line is longer than 80 characters. 124
Error Line has trailing spaces. 125
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 127
Error Parameter context should be final. 127
Error Parameter args should be final. 128
Error '{' should be on the previous line. 129
Error Line has trailing spaces. 131
Error Line is longer than 80 characters. 131
Error Line has trailing spaces. 133
Error Line has trailing spaces. 135
Error ')' is preceded with whitespace. 137
Error '}' should be on the same line. 138
Error 'catch' is not followed by whitespace. 139
Error Line has trailing spaces. 140
Error Line has trailing spaces. 143
Error Line is longer than 80 characters. 146
Error Missing a Javadoc comment. 146
Error Parameter contextNodes should be final. 146
Error Parameter lang should be final. 146
Error Parameter nav should be final. 146
Error '{' should be on the previous line. 148
Error Line has trailing spaces. 149
Error Avoid inline conditionals. 151
Error Missing a Javadoc comment. 154
Error Parameter node should be final. 154
Error Parameter lang should be final. 154
Error Parameter nav should be final. 154
Error '{' should be on the previous line. 156
Error Line has trailing spaces. 157
Error '!' is followed by whitespace. 159
Error Line has trailing spaces. 162
Error '{' should be on the previous line. 163
Error 'while' is not followed by whitespace. 165
Error '{' should be on the previous line. 166
Error Line has trailing spaces. 168
Error 'if' is not followed by whitespace. 168
Error '&&' should be on a new line. 168
Error '{' should be on the previous line. 170
Error Line has trailing spaces. 171
Error Line has trailing spaces. 179
Error Missing a Javadoc comment. 180
Error Parameter sublang should be final. 180
Error Parameter lang should be final. 180
Error '{' should be on the previous line. 181
Error 'if' is not followed by whitespace. 182
Error '{' should be on the previous line. 183
Error Line has trailing spaces. 187
Error Line has trailing spaces. 188
Error '&&' should be on a new line. 188
Error Line has trailing spaces. 189
Error '&&' should be on a new line. 189
Error Line has trailing spaces. 192

org/jaxen/function/LastFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Line has trailing spaces. 60
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 65
Error '{' should be on the previous line. 68
Error '{' is not followed by whitespace. 73
Error '}' is not preceded with whitespace. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 77
Error Line has trailing spaces. 81
Error Line has trailing spaces. 83
Error Line has trailing spaces. 85
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter context should be final. 88
Error Parameter args should be final. 89
Error '{' should be on the previous line. 90
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 '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line has trailing spaces. 101
Error Line has trailing spaces. 104
Error Line has trailing spaces. 106
Error Parameter context should be final. 109
Error '{' should be on the previous line. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line has trailing spaces. 113

org/jaxen/function/LocalNameFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 64
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 66
Error Line has trailing spaces. 69
Error Line is longer than 80 characters. 71
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 75
Error '{' is not followed by whitespace. 79
Error '}' is not preceded with whitespace. 79
Error Line has trailing spaces. 80
Error Line has trailing spaces. 82
Error Line has trailing spaces. 84
Error Line has trailing spaces. 88
Error Line has trailing spaces. 90
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter context should be final. 93
Error Parameter args 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
Error '(' is followed by whitespace. 98
Error Line has trailing spaces. 99
Error ')' is preceded with whitespace. 99
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. 105
Error Line is longer than 80 characters. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error First sentence should end with a period. 111
Error Line has trailing spaces. 113
Error Line has trailing spaces. 116
Error Line has trailing spaces. 118
Error Parameter list should be final. 121
Error Parameter nav should be final. 122
Error '{' should be on the previous line. 123
Error '(' is followed by whitespace. 124
Error '!' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 125
Error '{' should be on the previous line. 125
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 131
Error '}' should be on the same line. 132
Error '(' is followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 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 '}' should be on the same line. 136
Error '(' is followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 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. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '}' should be on the same line. 144
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 '{' 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 '(' is followed by whitespace. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error '}' should be on the same line. 152
Error '(' is followed by whitespace. 153
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 154
Error '}' should be on the same line. 156
Error '(' is followed by whitespace. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error ')' is preceded with whitespace. 157
Error '{' should be on the previous line. 158
Error '}' should be on the same line. 160
Error Line has trailing spaces. 162
Error Line is longer than 80 characters. 162
Error Line has trailing spaces. 168

org/jaxen/function/NameFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 64
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 65
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 69
Error Line is longer than 80 characters. 70
Error Line has trailing spaces. 72
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 75
Error '{' should be on the previous line. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error '{' is not followed by whitespace. 84
Error '}' is not preceded with whitespace. 84
Error Line has trailing spaces. 85
Error Line has trailing spaces. 87
Error Line is longer than 80 characters. 87
Error Line has trailing spaces. 89
Error Line has trailing spaces. 93
Error Line has trailing spaces. 95
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter context should be final. 98
Error Parameter args 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 '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 104
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. 110
Error Line is longer than 80 characters. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error First sentence should end with a period. 116
Error Line has trailing spaces. 118
Error Line has trailing spaces. 121
Error Line has trailing spaces. 123
Error Parameter list should be final. 126
Error Parameter nav should be final. 127
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 129
Error '!' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line has trailing spaces. 130
Error '{' should be on the previous line. 130
Error '{' should be on the previous line. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 136
Error '}' should be on the same line. 137
Error '(' is followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error ')' is preceded with whitespace. 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 same line. 141
Error '(' is followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '}' should be on the same line. 145
Error '(' is followed by 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 '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '}' should be on the same line. 149
Error '(' is followed by whitespace. 150
Error '(' is followed by 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 '}' should be on the same line. 153
Error '(' is followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error ')' is preceded with whitespace. 154
Error '{' should be on the previous line. 155
Error '}' should be on the same line. 157
Error '(' is followed by whitespace. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error '}' should be on the same line. 161
Error '(' is followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error '}' should be on the same line. 165
Error Line has trailing spaces. 167
Error Line is longer than 80 characters. 167
Error Line has trailing spaces. 174

org/jaxen/function/NamespaceUriFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 70
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 73
Error Line has trailing spaces. 77
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. 88
Error '{' is not followed by whitespace. 93
Error '}' is not preceded with whitespace. 93
Error Line has trailing spaces. 96
Error Line is longer than 80 characters. 96
Error Line has trailing spaces. 98
Error Line has trailing spaces. 102
Error Line has trailing spaces. 104
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 107
Error Parameter context should be final. 107
Error Parameter args should be final. 108
Error '{' should be on the previous line. 109
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 113
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. 118
Error ')' is preceded with whitespace. 119
Error Line is longer than 80 characters. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error First sentence should end with a period. 125
Error Line has trailing spaces. 127
Error Line has trailing spaces. 130
Error Line has trailing spaces. 132
Error Parameter list should be final. 135
Error Parameter nav should be final. 136
Error '{' should be on the previous line. 137
Error '(' is 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 '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 145
Error '}' should be on the same line. 146
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 '{' should be on the previous line. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '}' should be on the same line. 150
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 '{' should be on the previous line. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error 'if' construct must use '{}'s. 154
Error '}' should be on the same line. 156
Error '(' is followed by whitespace. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error ')' is preceded with whitespace. 157
Error '{' should be on the previous line. 158
Error '}' should be on the same line. 160
Error '(' is followed by whitespace. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error ')' is preceded with whitespace. 161
Error '{' should be on the previous line. 162
Error '}' should be on the same 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 '}' should be on the same line. 168
Error '(' is followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error '}' should be on the same line. 172
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 '}' should be on the same line. 176
Error Line has trailing spaces. 179
Error Line is longer than 80 characters. 179

org/jaxen/function/NormalizeSpaceFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 62
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 68
Error Line has trailing spaces. 71
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 80
Error '{' is not followed by whitespace. 86
Error '}' is not preceded with whitespace. 86
Error Line has trailing spaces. 87
Error Line has trailing spaces. 88
Error Line has trailing spaces. 90
Error Line is longer than 80 characters. 92
Error Line has trailing spaces. 98
Error Line has trailing spaces. 100
Error Line is longer than 80 characters. 101
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 103
Error Parameter context should be final. 103
Error Parameter args should be final. 104
Error '{' should be on the previous line. 105
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 109
Error '}' should be on the same line. 110
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 114
Error Line has trailing spaces. 116
Error Line is longer than 80 characters. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line has trailing spaces. 120
Error Line has trailing spaces. 122
Error Line is longer than 80 characters. 124
Error Line has trailing spaces. 130
Error Parameter strArg should be final. 133
Error Line has trailing spaces. 134
Error Parameter nav should be final. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 145
Error '{' should be on the previous line. 147
Error '{' should be on the previous line. 149
Error '{' should be on the previous line. 153
Error '}' should be on the same line. 157
Error '{' should be on the previous line. 159
Error Line has trailing spaces. 168
Error Line has trailing spaces. 169
Error Missing a Javadoc comment. 170
Error Parameter c should be final. 170
Error Line has trailing spaces. 173

org/jaxen/function/NotFunction.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/function/NotFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 62
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 66
Error '{' should be on the previous line. 69
Error '{' is not followed by whitespace. 74
Error '}' is not preceded with whitespace. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 77
Error Line is longer than 80 characters. 78
Error Line has trailing spaces. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Line has trailing spaces. 88
Error Line is longer than 80 characters. 89
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 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. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line has trailing spaces. 103
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107
Error Line is longer than 80 characters. 109
Error Line has trailing spaces. 110
Error Line has trailing spaces. 111
Error Parameter obj should be final. 114
Error Parameter nav should be final. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
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 Avoid inline conditionals. 117
Error Line has trailing spaces. 121

org/jaxen/function/NumberFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Line has trailing spaces. 80
Error Line has trailing spaces. 86
Error Line has trailing spaces. 88
Error Line is longer than 80 characters. 91
Error Line has trailing spaces. 94
Error Line has trailing spaces. 96
Error Line has trailing spaces. 103
Error Line has trailing spaces. 105
Error Line has trailing spaces. 110
Error Line is longer than 80 characters. 116
Error Line is longer than 80 characters. 118
Error Line has trailing spaces. 119
Error Line has trailing spaces. 121
Error Line has trailing spaces. 123
Error '{' should be on the previous line. 128
Error Missing a Javadoc comment. 130
Error 'static' modifier out of order with the JLS suggestions. 130
Error Name 'NaN' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line has trailing spaces. 131
Error Line has trailing spaces. 132
Error '{' is not followed by whitespace. 136
Error '}' is not preceded with whitespace. 136
Error Line has trailing spaces. 138
Error Line has trailing spaces. 145
Error Line has trailing spaces. 147
Error Line has trailing spaces. 149
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 152
Error Parameter context should be final. 152
Error Parameter args should be final. 152
Error '{' should be on the previous line. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '}' should be on the same line. 157
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error Line has trailing spaces. 162
Error Line is longer than 80 characters. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Line has trailing spaces. 166
Error Line has trailing spaces. 172
Error Parameter obj should be final. 175
Error Parameter nav should be final. 175
Error '{' should be on the previous line. 176
Error 'if' is not followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error '}' should be on the same line. 180
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '{' should be on the previous line. 182
Error '{' should be on the previous line. 185
Error Line has trailing spaces. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '}' should be on the same line. 188
Error '{' should be on the previous line. 190
Error '}' should be on the same line. 193
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 195
Error '(' is followed by whitespace. 196
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error ')' is preceded with whitespace. 196
Error '}' should be on the same line. 197
Error '(' is followed by whitespace. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error ')' is preceded with whitespace. 198
Error '{' should be on the previous line. 199
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 same line. 201
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 203
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error '{' should be on the previous line. 205
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '}' should be on the same line. 207
Error '{' should be on the previous line. 209
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error Line has trailing spaces. 212
Error Line has trailing spaces. 215
Error Line has trailing spaces. 219
Error '(' is followed by whitespace. 223
Error Parameter val should be final. 223
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 224
Error Line has trailing spaces. 227
Error Line has trailing spaces. 231
Error '(' is followed by whitespace. 235
Error Parameter val should be final. 235
Error ')' is preceded with whitespace. 235
Error '{' should be on the previous line. 236
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error Line has trailing spaces. 238
Error Line has trailing spaces. 239

org/jaxen/function/PositionFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 62
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 66
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 70
Error '{' is not followed by whitespace. 74
Error '}' is not preceded with whitespace. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 78
Error Line has trailing spaces. 82
Error Line has trailing spaces. 84
Error Line has trailing spaces. 86
Error Line has trailing spaces. 89
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 89
Error Parameter context should be final. 89
Error Parameter args should be final. 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. 95
Error Line is longer than 80 characters. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line has trailing spaces. 98
Error Line has trailing spaces. 100
Error Line has trailing spaces. 102
Error Line has trailing spaces. 105
Error Line has trailing spaces. 107
Error Parameter context 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 Line has trailing spaces. 114

org/jaxen/function/RoundFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 63
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 64
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 68
Error Line is longer than 80 characters. 69
Error Line has trailing spaces. 71
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 74
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 78
Error '{' is not followed by whitespace. 82
Error '}' is not preceded with whitespace. 82
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84
Error Line has trailing spaces. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 94
Error Line is longer than 80 characters. 95
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter context should be final. 97
Error Parameter args should be final. 98
Error '{' should be on the previous line. 99
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 103
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line has trailing spaces. 109
Error Line has trailing spaces. 113
Error Line has trailing spaces. 116
Error Parameter obj should be final. 119
Error Parameter nav should be final. 120
Error '{' should be on the previous line. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 126
Error '(' is followed by whitespace. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error ')' is preceded with whitespace. 131

org/jaxen/function/StartsWithFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line is longer than 80 characters. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 63
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 68
Error '{' should be on the previous line. 71
Error Line has trailing spaces. 72
Error '{' is not followed by whitespace. 76
Error '}' is not preceded with whitespace. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Line has trailing spaces. 80
Error Line has trailing spaces. 86
Error Line has trailing spaces. 90
Error Line is longer than 80 characters. 91
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter context should be final. 93
Error Parameter args should be final. 94
Error '{' should be on the previous line. 95
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 100
Error Line is longer than 80 characters. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line has trailing spaces. 106
Error Line has trailing spaces. 108
Error Line has trailing spaces. 110
Error Line is longer than 80 characters. 112
Error Line is longer than 80 characters. 113
Error Line has trailing spaces. 114
Error Line is longer than 80 characters. 115
Error Line has trailing spaces. 118
Error Parameter strArg should be final. 120
Error Parameter matchArg should be final. 121
Error Parameter nav should be final. 122
Error '{' should be on the previous line. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 128
Error '(' is followed by whitespace. 130
Error Avoid inline conditionals. 131
Error Line has trailing spaces. 135

org/jaxen/function/StringFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 69
Error Line has trailing spaces. 70
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error Line is longer than 80 characters. 82
Error Line is longer than 80 characters. 83
Error Line has trailing spaces. 87
Error Line has trailing spaces. 92
Error Line has trailing spaces. 94
Error Line has trailing spaces. 100
Error Line has trailing spaces. 106
Error Line has trailing spaces. 108
Error Line has trailing spaces. 113
Error Line has trailing spaces. 119
Error Line has trailing spaces. 123
Error Line has trailing spaces. 126
Error Line is longer than 80 characters. 130
Error Line has trailing spaces. 135
Error Line is longer than 80 characters. 138
Error Line has trailing spaces. 148
Error Line has trailing spaces. 150
Error Line has trailing spaces. 152
Error Line has trailing spaces. 154
Error Line has trailing spaces. 161
Error Line has trailing spaces. 167
Error Line has trailing spaces. 169
Error Line has trailing spaces. 171
Error Line has trailing spaces. 176
Error Line has trailing spaces. 178
Error '{' should be on the previous line. 184
Error Line is longer than 80 characters. 186
Error Missing a Javadoc comment. 186
Error Line has trailing spaces. 187
Error '32' is a magic number. 193
Error '{' is not followed by whitespace. 200
Error '}' is not preceded with whitespace. 200
Error Line has trailing spaces. 201
Error Line has trailing spaces. 203
Error Line has trailing spaces. 205
Error Line has trailing spaces. 209
Error Line has trailing spaces. 210
Error Line has trailing spaces. 211
Error Line has trailing spaces. 213
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 214
Error Parameter context should be final. 214
Error Parameter args should be final. 215
Error '{' should be on the previous line. 216
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error '{' should be on the previous line. 220
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 222
Error '}' should be on the same line. 223
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '{' should be on the previous line. 225
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 227
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Line has trailing spaces. 232
Error Line has trailing spaces. 236
Error Line has trailing spaces. 238
Error Line has trailing spaces. 239
Error Line has trailing spaces. 243
Error Line has trailing spaces. 245
Error Parameter obj should be final. 246
Error Parameter nav should be final. 247
Error '{' should be on the previous line. 248
Error '{' should be on the previous line. 250
Error '{' should be on the previous line. 254
Error Line has trailing spaces. 257
Error '{' should be on the previous line. 259
Error '{' should be on the previous line. 262
Error Line has trailing spaces. 268
Error Line has trailing spaces. 270
Error '{' should be on the previous line. 273
Error '}' should be on the same line. 275
Error '{' should be on the previous line. 277
Error '}' should be on the same line. 279
Error Line has trailing spaces. 280
Error '{' should be on the previous line. 282
Error '{' should be on the previous line. 285
Error '{' should be on the previous line. 288
Error '}' should be on the same line. 292
Error '{' should be on the previous line. 294
Error '}' should be on the same line. 296
Error '{' should be on the previous line. 298
Error '}' should be on the same line. 300
Error '{' should be on the previous line. 302
Error '}' should be on the same line. 304
Error '{' should be on the previous line. 306
Error Line has trailing spaces. 310
Error '{' should be on the previous line. 312
Error '}' should be on the same line. 314
Error '{' should be on the previous line. 316
Error '}' should be on the same line. 318
Error '{' should be on the previous line. 320
Error Line has trailing spaces. 323
Error '}' should be on the same line. 324
Error '{' should be on the previous line. 326
Error Line has trailing spaces. 329
Error Missing a Javadoc comment. 334
Error Parameter value should be final. 334
Error '{' should be on the previous line. 335
Error Line has trailing spaces. 336
Error 'if' construct must use '{}'s. 339
Error Line has trailing spaces. 340
Error Line has trailing spaces. 347
Error Missing a Javadoc comment. 350
Error Parameter value should be final. 350
Error '{' should be on the previous line. 351
Error Avoid inline conditionals. 352

org/jaxen/function/StringLengthFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 62
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 65
Error Line has trailing spaces. 67
Error Line has trailing spaces. 70
Error Line has trailing spaces. 72
Error Line is longer than 80 characters. 72
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 78
Error '{' is not followed by whitespace. 82
Error '}' is not preceded with whitespace. 82
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84
Error Line is longer than 80 characters. 87
Error Line has trailing spaces. 89
Error Line is longer than 80 characters. 92
Error Line has trailing spaces. 94
Error Line has trailing spaces. 96
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter context should be final. 99
Error Parameter args should be final. 100
Error '{' should be on the previous line. 101
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 105
Error Line has trailing spaces. 106
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. 110
Error Line is longer than 80 characters. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line has trailing spaces. 118
Error Line has trailing spaces. 121
Error Line has trailing spaces. 124
Error Line has trailing spaces. 126
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 129
Error Parameter obj should be final. 129
Error Parameter nav should be final. 129
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '0xD800' is a magic number. 140
Error '+' is not preceded with whitespace. 142
Error '+' is not followed by whitespace. 142
Error '0xDC00' is a magic number. 143
Error '0xDFFF' is a magic number. 143
Error Line is longer than 80 characters. 144
Error '}' should be on the same line. 147
Error Line is longer than 80 characters. 149
Error Line has trailing spaces. 155

org/jaxen/function/SubstringAfterFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line is longer than 80 characters. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 63
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 69
Error Line is longer than 80 characters. 71
Error '{' should be on the previous line. 74
Error '{' is not followed by whitespace. 79
Error '}' is not preceded with whitespace. 79
Error Line has trailing spaces. 82
Error Line is longer than 80 characters. 83
Error Line is longer than 80 characters. 85
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Line is longer than 80 characters. 93
Error Line has trailing spaces. 94
Error Line is longer than 80 characters. 95
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter context should be final. 97
Error Parameter args should be final. 98
Error '{' should be on the previous line. 99
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 104
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. 111
Error Line has trailing spaces. 111
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error Line has trailing spaces. 115
Error Line is longer than 80 characters. 118
Error Line has trailing spaces. 120
Error Line has trailing spaces. 122
Error Line has trailing spaces. 124
Error Parameter strArg should be final. 126
Error Parameter matchArg should be final. 127
Error Parameter nav should be final. 128
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 134
Error Line has trailing spaces. 135
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error '+' is not preceded with whitespace. 143
Error '+' is not followed by whitespace. 143

org/jaxen/function/SubstringBeforeFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 69
Error Line has trailing spaces. 71
Error Line is longer than 80 characters. 72
Error '{' should be on the previous line. 75
Error Line has trailing spaces. 77
Error '{' is not followed by whitespace. 81
Error '}' is not preceded with whitespace. 81
Error Line has trailing spaces. 82
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84
Error Line is longer than 80 characters. 85
Error Line is longer than 80 characters. 86
Error Line is longer than 80 characters. 87
Error Line has trailing spaces. 92
Error Line has trailing spaces. 93
Error Line is longer than 80 characters. 95
Error Line has trailing spaces. 96
Error Line is longer than 80 characters. 97
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter context should be final. 99
Error Parameter args should be final. 100
Error '{' should be on the previous line. 101
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 106
Error Line is longer than 80 characters. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error First sentence should end with a period. 112
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error Line is longer than 80 characters. 113
Error Line has trailing spaces. 114
Error Line has trailing spaces. 116
Error Line is longer than 80 characters. 119
Error Line has trailing spaces. 121
Error Line has trailing spaces. 122
Error Line is longer than 80 characters. 122
Error Line has trailing spaces. 124
Error Parameter strArg should be final. 126
Error Parameter matchArg should be final. 127
Error Parameter nav should be final. 128
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139

org/jaxen/function/SubstringFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line is longer than 80 characters. 58
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 66
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 76
Error Line has trailing spaces. 80
Error Line has trailing spaces. 84
Error Line has trailing spaces. 95
Error Unclosed HTML tag found: <ul> 96
Error Line has trailing spaces. 97
Error Line has trailing spaces. 104
Error Line has trailing spaces. 108
Error Line has trailing spaces. 111
Error Line has trailing spaces. 117
Error Line has trailing spaces. 121
Error Line has trailing spaces. 125
Error Line has trailing spaces. 132
Error Line has trailing spaces. 135
Error Line has trailing spaces. 138
Error Line has trailing spaces. 140
Error '{' should be on the previous line. 145
Error '{' is not followed by whitespace. 150
Error '}' is not preceded with whitespace. 150
Error Line has trailing spaces. 152
Error Line has trailing spaces. 158
Error Line has trailing spaces. 159
Error Line is longer than 80 characters. 159
Error Line has trailing spaces. 161
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 165
Error Parameter context should be final. 165
Error Parameter args should be final. 166
Error '{' should be on the previous line. 167
Error '3' is a magic number. 169
Error '{' is not preceded with whitespace. 169
Error Line is longer than 80 characters. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error ')' is preceded with whitespace. 175
Error Line is longer than 80 characters. 181
Error ')' is preceded with whitespace. 181
Error '{' is not preceded with whitespace. 189
Error '3' is a magic number. 196
Error '{' is not preceded with whitespace. 196
Error '{' is not preceded with whitespace. 199
Error ')' is preceded with whitespace. 200
Error '}' should be on the same line. 201
Error Line has trailing spaces. 206
Error 'if' construct must use '{}'s. 207
Error 'if' construct must use '{}'s. 210
Error Line has trailing spaces. 211
Error '(' is followed by whitespace. 213
Error '{' is not preceded with whitespace. 213
Error '}' should be on the same line. 215
Error '{' is not preceded with whitespace. 216
Error '{' is not preceded with whitespace. 220
Error '}' should be on the same line. 222
Error 'if' construct must use '{}'s. 223
Error Line has trailing spaces. 224
Error '}' should be on the same line. 228
Error Line has trailing spaces. 232
Error Missing a Javadoc comment. 235
Error Parameter s should be final. 235
Error Parameter start should be final. 235
Error Parameter end should be final. 235
Error '=' is not preceded with whitespace. 238
Error '=' is not followed by whitespace. 238
Error 'if' construct must use '{}'s. 240
Error '0xD800' is a magic number. 241
Error 'if' construct must use '{}'s. 245

org/jaxen/function/SumFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 68
Error '{' should be on the previous line. 71
Error '{' is not followed by whitespace. 76
Error '}' is not preceded with whitespace. 76
Error Line has trailing spaces. 77
Error Line is longer than 80 characters. 82
Error Line has trailing spaces. 83
Error Line is longer than 80 characters. 84
Error Line has trailing spaces. 85
Error Line is longer than 80 characters. 86
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 89
Error Parameter context should be final. 89
Error Parameter args should be final. 90
Error '{' should be on the previous line. 91
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. 102
Error Line is longer than 80 characters. 104
Error Line has trailing spaces. 106
Error Line has trailing spaces. 109
Error Line has trailing spaces. 111
Error Line is longer than 80 characters. 112
Error Parameter obj should be final. 114
Error Parameter nav should be final. 115
Error '{' should be on the previous line. 116
Error '{' should be on the previous line. 120
Error 'cast' is not followed by whitespace. 121
Error '(' is followed by 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. 125
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 Line has trailing spaces. 136

org/jaxen/function/TranslateFunction.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/function/TranslateFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 63
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 68
Error Line has trailing spaces. 84
Error Line has trailing spaces. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 93
Error '{' should be on the previous line. 98
Error Line has trailing spaces. 103
Error '{' is not followed by whitespace. 107
Error '}' is not preceded with whitespace. 107
Error Line has trailing spaces. 108
Error Line has trailing spaces. 109
Error Line has trailing spaces. 117
Error Line has trailing spaces. 118
Error Line has trailing spaces. 119
Error Line has trailing spaces. 120
Error Line is longer than 80 characters. 120
Error Line has trailing spaces. 121
Error Line is longer than 80 characters. 122
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 124
Error Parameter context should be final. 124
Error Parameter args should be final. 125
Error '{' should be on the previous line. 126
Error '3' is a magic number. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 131
Error Line is longer than 80 characters. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Line has trailing spaces. 137
Error Line has trailing spaces. 143
Error Line is longer than 80 characters. 147
Error Line has trailing spaces. 148
Error Line has trailing spaces. 152
Error Line is longer than 80 characters. 153
Error Line has trailing spaces. 155
Error Parameter strArg should be final. 157
Error Parameter fromArg should be final. 158
Error Parameter toArg should be final. 159
Error Parameter nav should be final. 160
Error '{' should be on the previous line. 161
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line has trailing spaces. 165
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '(' is followed by whitespace. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line has trailing spaces. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error Line has trailing spaces. 182
Error '}' should be on the same line. 182
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
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 '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error Line has trailing spaces. 200
Error '}' should be on the same line. 200
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error Line has trailing spaces. 205
Error Line is longer than 80 characters. 209
Error Missing a Javadoc comment. 209
Error Parameter s should be final. 209
Error '+' is not preceded with whitespace. 217
Error '+' is not followed by whitespace. 217
Error '}' should be on the same line. 221
Error Line is longer than 80 characters. 223
Error '}' should be on the same line. 225
Error Line is longer than 80 characters. 227
Error '}' should be on the same line. 229
Error '=' is not preceded with whitespace. 231
Error '=' is not followed by whitespace. 231
Error Line has trailing spaces. 235
Error 'if' construct must use '{}'s. 236
Error Line has trailing spaces. 237
Error Line has trailing spaces. 242
Error Missing a Javadoc comment. 245
Error Parameter c should be final. 245
Error '0xD800' is a magic number. 246
Error '0xDBFF' is a magic number. 246
Error Line has trailing spaces. 248
Error Missing a Javadoc comment. 249
Error Parameter c should be final. 249
Error '0xDC00' is a magic number. 250
Error '0xDFFF' is a magic number. 250
Error Line has trailing spaces. 252

org/jaxen/function/TrueFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 64
Error '{' should be on the previous line. 67
Error '{' is not followed by whitespace. 72
Error '}' is not preceded with whitespace. 72
Error Line has trailing spaces. 74
Error First sentence should end with a period. 75
Error Line has trailing spaces. 79
Error Line has trailing spaces. 81
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 84
Error Parameter context should be final. 84
Error Parameter args should be final. 85
Error '{' should be on the previous line. 86
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line has trailing spaces. 97
Error '{' should be on the previous line. 101

org/jaxen/function/ext/EndsWithFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error First sentence should end with a period. 58
Error '{' should be on the previous line. 64
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Parameter context should be final. 66
Error Parameter args should be final. 67
Error '{' should be on the previous line. 68
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 73
Error Line is longer than 80 characters. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Missing a Javadoc comment. 79
Error Parameter strArg should be final. 79
Error Parameter matchArg should be final. 80
Error Parameter nav should be final. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 89
Error Avoid inline conditionals. 90

org/jaxen/function/ext/EvaluateFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error First sentence should end with a period. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 63
Error '{' should be on the previous line. 67
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error '(' is followed by whitespace. 68
Error Parameter context should be final. 68
Error Parameter args should be final. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 72
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Missing a Javadoc comment. 78
Error '(' is preceded with whitespace. 78
Error Parameter context should be final. 78
Error Parameter arg should be final. 78
Error '{' should be on the previous line. 80
Error Line has trailing spaces. 82
Error 'if' construct must use '{}'s. 83
Error Line has trailing spaces. 85
Error 'if' construct must use '{}'s. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error 'cast' is not followed by whitespace. 90
Error 'else' construct must use '{}'s. 91
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '}' should be on the same line. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102

org/jaxen/function/ext/LocaleFunctionSupport.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error '{' should be on the previous line. 68
Error Line has trailing spaces. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 79
Error Line has trailing spaces. 82
Error Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. 82
Error Parameter value should be final. 82
Error Parameter navigator should be final. 82
Error Expected @param tag for 'navigator'. 82
Error '{' should be on the previous line. 83
Error '{' should be on the previous line. 85
Error '}' should be on the same line. 87
Error 'if' is not followed by whitespace. 88
Error '{' should be on the previous line. 89
Error Line has trailing spaces. 91
Error '(' is 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 '}' should be on the same line. 95
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error Line has trailing spaces. 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. 105
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107
Error Line has trailing spaces. 113
Error Method 'findLocale' is not designed for extension - needs to be abstract, final or empty. 115
Error Parameter localeText should be final. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 118
Error '!' is followed by whitespace. 120
Error Line has trailing spaces. 121
Error '{' should be on the previous line. 121
Error '}' should be on the same line. 123
Error Line has trailing spaces. 124
Error '{' should be on the previous line. 125
Error '!' is followed by whitespace. 127
Error '{' should be on the previous line. 128
Error '}' should be on the same line. 130
Error Line has trailing spaces. 131
Error '{' should be on the previous line. 132
Error Line has trailing spaces. 140
Error First sentence should end with a period. 141
Error Line has trailing spaces. 141
Error Line has trailing spaces. 147
Error Method 'findLocaleForLanguage' is not designed for extension - needs to be abstract, final or empty. 149
Error Parameter language should be final. 149
Error Line has trailing spaces. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '{' should be on the previous line. 152
Error Line has trailing spaces. 154
Error '(' is followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error ')' is preceded with whitespace. 154
Error '{' should be on the previous line. 155
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 Line has trailing spaces. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error Line has trailing spaces. 166

org/jaxen/function/ext/LowerFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 61
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. 84
Error Line has trailing spaces. 88
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 Line is longer than 80 characters. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error First sentence should end with a period. 96
Error Line has trailing spaces. 98
Error Expected an @return tag. 104
Error Parameter strArg should be final. 104
Error Parameter locale should be final. 105
Error Parameter nav should be final. 106
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 110
Error 'if' construct must use '{}'s. 113
Error Line has trailing spaces. 115

org/jaxen/function/ext/UpperFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 76
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter context should be final. 77
Error Parameter args should be final. 78
Error '{' should be on the previous line. 79
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 87
Error '{' should be on the previous line. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line is longer than 80 characters. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error First sentence should end with a period. 95
Error Line has trailing spaces. 97
Error Expected an @return tag. 103
Error Parameter strArg should be final. 103
Error Parameter locale should be final. 104
Error Parameter nav should be final. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 109
Error 'if' construct must use '{}'s. 112

org/jaxen/function/xslt/DocumentFunction.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error First sentence should end with a period. 59
Error '{' should be on the previous line. 65
Error Method 'call' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter context should be final. 67
Error Parameter args should be final. 68
Error '{' should be on the previous line. 69
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Missing a Javadoc comment. 84
Error Parameter url should be final. 84
Error Parameter nav should be final. 85
Error '{' should be on the previous line. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87

org/jaxen/javabean/DocumentNavigator.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 18
Error Line has trailing spaces. 49
Error '{' should be on the previous line. 64
Error Line has trailing spaces. 67
Error Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 79
Error Expected an @return tag. 83
Error '{' should be on the previous line. 84
Error Method 'isElement' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Parameter obj should be final. 88
Error '{' should be on the previous line. 89
Error Method 'isComment' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Parameter obj should be final. 93
Error '{' should be on the previous line. 94
Error Method 'isText' is not designed for extension - needs to be abstract, final or empty. 98
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 Method 'isAttribute' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Parameter obj should be final. 103
Error '{' should be on the previous line. 104
Error Method 'isProcessingInstruction' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Parameter obj should be final. 108
Error '{' should be on the previous line. 109
Error Method 'isDocument' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Parameter obj should be final. 113
Error '{' should be on the previous line. 114
Error Method 'isNamespace' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Parameter obj should be final. 118
Error '{' should be on the previous line. 119
Error Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Parameter obj should be final. 123
Error '{' should be on the previous line. 124
Error 'cast' is not followed by whitespace. 125
Error Method 'getElementNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 128
Error Missing a Javadoc comment. 128
Error Parameter obj should be final. 128
Error '{' should be on the previous line. 129
Error Method 'getElementQName' 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 'getAttributeName' 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 'getAttributeNamespaceUri' 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 'getAttributeQName' 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 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error Parameter contextNode should be final. 153
Error '{' should be on the previous line. 154
Error Line is longer than 80 characters. 163
Error Line is longer than 80 characters. 164
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 168
Error Parameter contextNode should be final. 168
Error Parameter localName should be final. 169
Error Parameter namespacePrefix should be final. 170
Error Parameter namespaceURI should be final. 171
Error '{' should be on the previous line. 172
Error 'cast' is not followed by whitespace. 173
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error Line has trailing spaces. 178
Error '{' should be on the previous line. 180
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '}' should be on the same line. 182
Error '{' should be on the previous line. 184
Error '{' should be on the previous line. 186
Error Line is longer than 80 characters. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '}' should be on the same line. 188
Error '{' should be on the previous line. 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 '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 203
Error '{' should be on the previous line. 208
Error Line is longer than 80 characters. 209
Error '(' is followed by whitespace. 209
Error 'cast' is not followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error Line has trailing spaces. 210
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error '{' should be on the previous line. 212
Error Line has trailing spaces. 214
Error Line has trailing spaces. 215
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '{' should be on the previous line. 217
Error Line is longer than 80 characters. 218
Error '(' is followed by whitespace. 218
Error 'cast' is not followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error Line has trailing spaces. 220
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error '{' should be on the previous line. 222
Error Line has trailing spaces. 225
Error Line is longer than 80 characters. 226
Error '(' is followed by whitespace. 226
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error ')' is preceded with whitespace. 226
Error '}' should be on the same line. 227
Error '{' should be on the previous line. 229
Error Must have at least one statement. 229
Error '}' should be on the same line. 231
Error '{' should be on the previous line. 233
Error Must have at least one statement. 233
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 240
Error Missing a Javadoc comment. 240
Error Parameter contextNode should be final. 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 previous line. 243
Error Line is longer than 80 characters. 244
Error '(' is followed by whitespace. 244
Error 'cast' is not followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 250
Error Missing a Javadoc comment. 250
Error Parameter contextNode should be final. 250
Error '{' should be on the previous line. 251
Error Line is longer than 80 characters. 260
Error Line is longer than 80 characters. 261
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 265
Error Parameter contextNode should be final. 265
Error Parameter localName should be final. 266
Error Parameter namespacePrefix should be final. 267
Error Parameter namespaceURI should be final. 268
Error Line has trailing spaces. 271
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 272
Error Missing a Javadoc comment. 272
Error Parameter contextNode should be final. 272
Error '{' should be on the previous line. 273
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 277
Error Missing a Javadoc comment. 277
Error Parameter contextNode should be final. 277
Error '{' should be on the previous line. 278
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 282
Error Missing a Javadoc comment. 282
Error Parameter contextNode should be final. 282
Error '{' should be on the previous line. 283
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error '{' should be on the previous line. 285
Error 'cast' is not followed by whitespace. 286
Error Method 'getTextStringValue' is not designed for extension - needs to be abstract, final or empty. 292
Error Missing a Javadoc comment. 292
Error Parameter obj should be final. 292
Error '{' should be on the previous line. 293
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error '{' should be on the previous line. 295
Error 'cast' is not followed by whitespace. 296
Error Method 'getElementStringValue' is not designed for extension - needs to be abstract, final or empty. 301
Error Missing a Javadoc comment. 301
Error Parameter obj should be final. 301
Error '{' should be on the previous line. 302
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error '{' should be on the previous line. 304
Error 'cast' is not followed by whitespace. 305
Error Method 'getAttributeStringValue' is not designed for extension - needs to be abstract, final or empty. 310
Error Missing a Javadoc comment. 310
Error Parameter obj should be final. 310
Error '{' should be on the previous line. 311
Error Method 'getNamespaceStringValue' is not designed for extension - needs to be abstract, final or empty. 315
Error Missing a Javadoc comment. 315
Error Parameter obj should be final. 315
Error '{' should be on the previous line. 316
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 320
Error Missing a Javadoc comment. 320
Error Parameter obj should be final. 320
Error '{' should be on the previous line. 321
Error Method 'getCommentStringValue' is not designed for extension - needs to be abstract, final or empty. 325
Error Missing a Javadoc comment. 325
Error Parameter obj should be final. 325
Error '{' should be on the previous line. 326
Error Line has trailing spaces. 329
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 330
Error Missing a Javadoc comment. 330
Error Parameter prefix should be final. 330
Error Parameter context should be final. 330
Error '{' should be on the previous line. 331
Error Line has trailing spaces. 334
Error Line has trailing spaces. 335
Error Method 'getNodeType' is not designed for extension - needs to be abstract, final or empty. 335
Error Missing a Javadoc comment. 335
Error Parameter node should be final. 335
Error '{' should be on the previous line. 336
Error Line has trailing spaces. 339
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 340
Error Missing a Javadoc comment. 340
Error Parameter uri should be final. 340
Error '{' should be on the previous line. 341
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 345
Error Missing a Javadoc comment. 345
Error Parameter obj should be final. 345
Error '{' should be on the previous line. 346
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 350
Error Missing a Javadoc comment. 350
Error Parameter obj should be final. 350
Error '{' should be on the previous line. 351
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 355
Error Missing a Javadoc comment. 355
Error Parameter xpath should be final. 355
Error '{' should be on the previous line. 357
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 358
Error Method 'javacase' is not designed for extension - needs to be abstract, final or empty. 361
Error Missing a Javadoc comment. 361
Error Parameter name should be final. 361
Error '{' should be on the previous line. 362
Error '(' is followed by whitespace. 363
Error ')' is preceded with whitespace. 363
Error '{' should be on the previous line. 364
Error '}' should be on the same line. 366
Error '(' is followed by whitespace. 367
Error ')' is preceded with whitespace. 367
Error '{' should be on the previous line. 368
Error Line has trailing spaces. 370
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372

org/jaxen/javabean/Element.java

ErrorLine
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 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 is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 79
Error Line has trailing spaces. 81
Error Parameter xpathExpr should be final. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter node 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 '{' should be on the previous line. 100
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. 106
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error '(' is followed by whitespace. 113
Error 'cast' is not followed by whitespace. 113
Error ';' is followed by whitespace. 114
Error '{' should be on the previous line. 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. 119
Error ')' is preceded with whitespace. 119
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 Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Parameter node should be final. 125
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error 'cast' is not followed by whitespace. 132
Error '}' should be on the same line. 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. 138
Error 'cast' is not followed by whitespace. 138
Error ';' is followed by whitespace. 139
Error '{' should be on the previous line. 140
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. 145
Error 'cast' is not followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '}' should be on the same line. 146
Error '{' should be on the previous line. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Line has trailing spaces. 158

org/jaxen/jdom/DocumentNavigator.java

ErrorLine
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 87
Error Line has trailing spaces. 90
Error '{' should be on the previous line. 97
Error Missing a Javadoc comment. 103
Error '{' should be on the previous line. 104
Error Method 'isElement' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Parameter obj should be final. 108
Error '{' should be on the previous line. 109
Error Method 'isComment' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Parameter obj should be final. 113
Error '{' should be on the previous line. 114
Error Method 'isText' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Parameter obj should be final. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 122
Error Method 'isAttribute' 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 'isProcessingInstruction' 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 'isDocument' 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 Method 'isNamespace' 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 'getElementName' 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 'getElementNamespaceUri' 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 Line has trailing spaces. 155
Error 'if' construct must use '{}'s. 157
Error Line has trailing spaces. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error 'else' construct must use '{}'s. 159
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error Parameter obj should be final. 163
Error '{' should be on the previous line. 164
Error Method 'getAttributeNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 170
Error Missing a Javadoc comment. 170
Error Parameter obj should be final. 170
Error '{' should be on the previous line. 171
Error 'if' construct must use '{}'s. 175
Error Line has trailing spaces. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error 'else' construct must use '{}'s. 177
Error Method 'getChildAxisIterator' 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 '{' should be on the previous line. 182
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '{' should be on the previous line. 184
Error 'cast' is not followed by whitespace. 185
Error '}' should be on the same line. 186
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '{' should be on the previous line. 188
Error 'cast' is not followed by whitespace. 189
Error Line is longer than 80 characters. 200
Error Line is longer than 80 characters. 201
Error Line is longer than 80 characters. 202
Error Line is longer than 80 characters. 203
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 205
Error Line is longer than 80 characters. 206
Error Parameter contextNode should be final. 206
Error Parameter localName should be final. 206
Error Parameter namespacePrefix should be final. 206
Error Parameter namespaceURI should be final. 206
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error Line is longer than 80 characters. 213
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error Line has trailing spaces. 217
Error Expression can be simplified. 219
Error Line is longer than 80 characters. 223
Error Line is longer than 80 characters. 224
Error '}' should be on the same line. 227
Error Line has trailing spaces. 228
Error 'if' is not followed by whitespace. 228
Error Line has trailing spaces. 229
Error Line has trailing spaces. 231
Error Line has trailing spaces. 237
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 238
Error Missing a Javadoc comment. 238
Error Parameter contextNode should be final. 238
Error '{' should be on the previous line. 239
Error '(' is followed by whitespace. 240
Error '!' is followed by whitespace. 240
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error ')' is preceded with whitespace. 240
Error '{' should be on the previous line. 241
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error Line has trailing spaces. 252
Error Line has trailing spaces. 254
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error 'if' construct must use '{}'s. 256
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error Line has trailing spaces. 259
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error 'cast' is not followed by whitespace. 264
Error 'if' construct must use '{}'s. 265
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error 'cast' is not followed by whitespace. 273
Error Line has trailing spaces. 276
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error 'if' construct must use '{}'s. 278
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error Line is longer than 80 characters. 279
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error 'cast' is not followed by whitespace. 284
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 295
Error Missing a Javadoc comment. 295
Error Parameter contextNode should be final. 295
Error '{' should be on the previous line. 296
Error '(' is followed by whitespace. 299
Error ')' is preceded with whitespace. 299
Error '{' should be on the previous line. 300
Error '}' should be on the same line. 302
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error '{' should be on the previous line. 304
Error 'cast' is not followed by whitespace. 305
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error '{' should be on the previous line. 308
Error '(' is followed by whitespace. 309
Error 'cast' is not followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error '{' should be on the previous line. 310
Error 'cast' is not followed by whitespace. 311
Error '}' should be on the same 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 '}' should be on the same line. 318
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error '{' should be on the previous line. 320
Error 'cast' is not followed by whitespace. 321
Error '}' should be on the same line. 322
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error '{' should be on the previous line. 324
Error 'cast' is not followed by whitespace. 325
Error '}' should be on the same line. 326
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error '{' should be on the previous line. 328
Error 'cast' is not followed by whitespace. 329
Error '}' should be on the same line. 330
Error '(' is followed by whitespace. 331
Error ')' is preceded with whitespace. 331
Error '{' should be on the previous line. 332
Error 'cast' is not followed by whitespace. 333
Error Line has trailing spaces. 335
Error '(' is followed by whitespace. 336
Error ')' is preceded with whitespace. 336
Error '{' should be on the previous line. 337
Error '(' is followed by whitespace. 338
Error ')' is preceded with whitespace. 338
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 344
Error Missing a Javadoc comment. 344
Error Parameter contextNode should be final. 344
Error '{' should be on the previous line. 345
Error '(' is followed by whitespace. 346
Error '!' is followed by whitespace. 346
Error '(' is followed by whitespace. 346
Error ')' is preceded with whitespace. 346
Error ')' is preceded with whitespace. 346
Error '{' should be on the previous line. 347
Error Line is longer than 80 characters. 361
Error Line is longer than 80 characters. 362
Error Line is longer than 80 characters. 363
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 366
Error Line is longer than 80 characters. 367
Error Parameter contextNode should be final. 367
Error Parameter localName should be final. 367
Error Parameter namespacePrefix should be final. 367
Error Parameter namespaceURI should be final. 367
Error '(' is followed by whitespace. 369
Error ')' is preceded with whitespace. 369
Error Line has trailing spaces. 371
Error Line is longer than 80 characters. 371
Error Avoid inline conditionals. 371
Error ':' should be on a new line. 371
Error Line is longer than 80 characters. 372
Error Expected an @return tag. 384
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 384
Error '(' is preceded with whitespace. 384
Error Parameter xpath should be final. 384
Error Expected @param tag for 'xpath'. 384
Error Expected @throws tag for 'SAXPathException'. 384
Error '{' should be on the previous line. 385
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 389
Error Missing a Javadoc comment. 389
Error Parameter contextNode should be final. 389
Error '{' should be on the previous line. 390
Error '(' is followed by whitespace. 391
Error ')' is preceded with whitespace. 391
Error '{' should be on the previous line. 392
Error Method 'getElementQName' 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 '{' should be on the previous line. 402
Error '(' is followed by whitespace. 407
Error ')' is preceded with whitespace. 407
Error '{' should be on the previous line. 408
Error Method 'getAttributeQName' is not designed for extension - needs to be abstract, final or empty. 415
Error Missing a Javadoc comment. 415
Error Parameter obj should be final. 415
Error '{' should be on the previous line. 416
Error '(' is followed by whitespace. 421
Error '(' is followed by whitespace. 421
Error ')' is preceded with whitespace. 421
Error ')' is preceded with whitespace. 421
Error '{' should be on the previous line. 422
Error Method 'getNamespaceStringValue' is not designed for extension - needs to be abstract, final or empty. 429
Error Missing a Javadoc comment. 429
Error Parameter obj should be final. 429
Error '{' should be on the previous line. 430
Error Line has trailing spaces. 440
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 443
Error Missing a Javadoc comment. 443
Error Parameter obj should be final. 443
Error '{' should be on the previous line. 444
Error Method 'getTextStringValue' is not designed for extension - needs to be abstract, final or empty. 456
Error Missing a Javadoc comment. 456
Error Parameter obj should be final. 456
Error '{' should be on the previous line. 457
Error '(' is followed by whitespace. 458
Error ')' is preceded with whitespace. 458
Error '{' should be on the previous line. 459
Error 'cast' is not followed by whitespace. 460
Error '(' is followed by whitespace. 463
Error ')' is preceded with whitespace. 463
Error '{' should be on the previous line. 464
Error 'cast' is not followed by whitespace. 465
Error Method 'getAttributeStringValue' is not designed for extension - needs to be abstract, final or empty. 471
Error Missing a Javadoc comment. 471
Error Parameter obj should be final. 471
Error '{' should be on the previous line. 472
Error Method 'getElementStringValue' 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 '(' is followed by whitespace. 488
Error ')' is preceded with whitespace. 488
Error '{' should be on the previous line. 489
Error '(' is followed by whitespace. 492
Error ')' is preceded with whitespace. 492
Error '{' should be on the previous line. 493
Error '(' is followed by whitespace. 494
Error 'cast' is not followed by whitespace. 494
Error ')' is preceded with whitespace. 494
Error '}' should be on the same line. 495
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. 498
Error 'cast' is not followed by whitespace. 498
Error ')' is preceded with whitespace. 498
Error '}' should be on the same line. 499
Error '(' is followed by whitespace. 500
Error ')' is preceded with whitespace. 500
Error '{' should be on the previous line. 501
Error '(' is followed by whitespace. 502
Error '(' is followed by whitespace. 502
Error ')' is preceded with whitespace. 502
Error ')' is preceded with whitespace. 502
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 509
Error Missing a Javadoc comment. 509
Error Parameter obj should be final. 509
Error '{' should be on the previous line. 510
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 516
Error Missing a Javadoc comment. 516
Error Parameter obj should be final. 516
Error '{' should be on the previous line. 517
Error Method 'getCommentStringValue' is not designed for extension - needs to be abstract, final or empty. 523
Error Missing a Javadoc comment. 523
Error Parameter obj should be final. 523
Error '{' should be on the previous line. 524
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 530
Error Missing a Javadoc comment. 530
Error Parameter prefix should be final. 530
Error Parameter context should be final. 530
Error '{' should be on the previous line. 531
Error Line has trailing spaces. 533
Error '(' is followed by whitespace. 533
Error ')' is preceded with whitespace. 533
Error '{' should be on the previous line. 534
Error '}' should be on the same line. 536
Error '(' is followed by whitespace. 537
Error ')' is preceded with whitespace. 537
Error '{' should be on the previous line. 538
Error 'cast' is not followed by whitespace. 539
Error 'cast' is not followed by whitespace. 539
Error '}' should be on the same line. 540
Error '(' is followed by whitespace. 541
Error ')' is preceded with whitespace. 541
Error '{' should be on the previous line. 542
Error 'cast' is not followed by whitespace. 543
Error '}' should be on the same line. 544
Error '(' is followed by whitespace. 545
Error ')' is preceded with whitespace. 545
Error '{' should be on the previous line. 546
Error 'cast' is not followed by whitespace. 547
Error '}' should be on the same line. 548
Error '(' is followed by whitespace. 549
Error ')' is preceded with whitespace. 549
Error '{' should be on the previous line. 550
Error 'cast' is not followed by whitespace. 551
Error 'cast' is not followed by whitespace. 551
Error '}' should be on the same line. 552
Error '(' is followed by whitespace. 553
Error ')' is preceded with whitespace. 553
Error '{' should be on the previous line. 554
Error 'cast' is not followed by whitespace. 555
Error 'cast' is not followed by whitespace. 555
Error '(' is followed by whitespace. 558
Error ')' is preceded with whitespace. 558
Error '{' should be on the previous line. 559
Error '(' is followed by whitespace. 560
Error ')' is preceded with whitespace. 560
Error Line has trailing spaces. 562
Error '(' is followed by whitespace. 562
Error ')' is preceded with whitespace. 562
Error '{' should be on the previous line. 563
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 570
Error Missing a Javadoc comment. 570
Error Parameter url should be final. 570
Error '{' should be on the previous line. 571
Error '{' should be on the previous line. 573
Error Line has trailing spaces. 575
Error '(' is followed by whitespace. 576
Error ')' is preceded with whitespace. 576
Error '}' should be on the same line. 577
Error '{' should be on the previous line. 579
Error '(' is followed by whitespace. 580
Error ')' is preceded with whitespace. 580

org/jaxen/jdom/JDOMXPath.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 78
Error Parameter xpathExpr should be final. 89
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Line has trailing spaces. 93

org/jaxen/jdom/XPathNamespace.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error '(' is followed by whitespace. 68
Error Parameter jdomNamespace should be final. 68
Error 'jdomNamespace' hides a field. 68
Error Expected @param tag for 'jdomNamespace'. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 76
Error Parameter jdomElement should be final. 76
Error 'jdomElement' hides a field. 76
Error Expected @param tag for 'jdomElement'. 76
Error Parameter jdomNamespace should be final. 76
Error 'jdomNamespace' hides a field. 76
Error Expected @param tag for 'jdomNamespace'. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 82
Error Expected an @return tag. 86
Error Method 'getJDOMElement' is not designed for extension - needs to be abstract, final or empty. 86
Error '{' should be on the previous line. 87
Error Method 'setJDOMElement' is not designed for extension - needs to be abstract, final or empty. 93
Error '(' is followed by whitespace. 93
Error Parameter jdomElement should be final. 93
Error 'jdomElement' hides a field. 93
Error Expected @param tag for 'jdomElement'. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error Expected an @return tag. 101
Error Method 'getJDOMNamespace' is not designed for extension - needs to be abstract, final or empty. 101
Error '{' should be on the previous line. 102
Error Method 'toString' 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
Error '(' is followed by whitespace. 108
Error '+' should be on a new line. 108
Error '+' should be on a new line. 109
Error ')' is preceded with whitespace. 110
Error Line has trailing spaces. 112

org/jaxen/pattern/AnyChildNodeTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 69
Error Line has trailing spaces. 72
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 72
Error '(' is followed by whitespace. 72
Error Parameter node should be final. 72
Error Expected @param tag for 'node'. 72
Error Parameter context should be final. 72
Error Expected @param tag for 'context'. 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 Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Method 'getPriority' 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 '-0.5' is a magic number. 81
Error Line has trailing spaces. 84
Error Method 'getMatchType' 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 Line has trailing spaces. 88
Error Line has trailing spaces. 89
Error Method 'getText' 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 Line has trailing spaces. 93

org/jaxen/pattern/AnyNodeTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Class AnyNodeTest should be declared as final. 57
Error Missing a Javadoc comment. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error '{' is not followed by whitespace. 66
Error '}' is not preceded with whitespace. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 70
Error '(' is followed by whitespace. 70
Error Parameter node should be final. 70
Error Expected @param tag for 'node'. 70
Error Parameter context should be final. 70
Error Expected @param tag for 'context'. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
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 '-0.5' is a magic number. 77
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. 84
Error Line has trailing spaces. 85
Error Missing a Javadoc comment. 85
Error '{' should be on the previous line. 86

org/jaxen/pattern/LocationPathPattern.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error First sentence should end with a period. 70
Error Line has trailing spaces. 72
Error First sentence should end with a period. 73
Error Line has trailing spaces. 75
Error First sentence should end with a period. 76
Error Line has trailing spaces. 78
Error First sentence should end with a period. 79
Error First sentence should end with a period. 82
Error Line has trailing spaces. 84
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Missing a Javadoc comment. 86
Error '{' should be on the previous line. 87
Error Line has trailing spaces. 90
Error Missing a Javadoc comment. 90
Error Parameter nodeTest should be final. 90
Error 'nodeTest' hides a field. 90
Error '{' should be on the previous line. 91
Error Method 'simplify' 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 '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
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. 107
Error '{' should be on the previous line. 108
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. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error Line has trailing spaces. 121
Error First sentence should end with a period. 122
Error Line has trailing spaces. 124
Error Method 'addFilter' is not designed for extension - needs to be abstract, final or empty. 124
Error Parameter filter should be final. 124
Error Expected @param tag for 'filter'. 124
Error '{' should be on the previous 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. 130
Error ')' is preceded with whitespace. 130
Error Line has trailing spaces. 132
Error Line has trailing spaces. 136
Error Method 'setParentPattern' is not designed for extension - needs to be abstract, final or empty. 136
Error Parameter parentPattern should be final. 136
Error 'parentPattern' hides a field. 136
Error Expected @param tag for 'parentPattern'. 136
Error '{' should be on the previous line. 137
Error Line has trailing spaces. 140
Error Line has trailing spaces. 144
Error Method 'setAncestorPattern' is not designed for extension - needs to be abstract, final or empty. 144
Error Parameter ancestorPattern should be final. 144
Error 'ancestorPattern' hides a field. 144
Error Expected @param tag for 'ancestorPattern'. 144
Error '{' should be on the previous line. 145
Error Line has trailing spaces. 148
Error First sentence should end with a period. 149
Error Method 'setNodeTest' is not designed for extension - needs to be abstract, final or empty. 151
Error Parameter nodeTest should be final. 151
Error 'nodeTest' hides a field. 151
Error Expected @param tag for 'nodeTest'. 151
Error Expected @throws tag for 'JaxenException'. 151
Error '{' should be on the previous line. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 154
Error Line has trailing spaces. 156
Error '}' should be on the same line. 156
Error Line has trailing spaces. 157
Error '{' should be on the previous line. 158
Error Line is longer than 80 characters. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error Line has trailing spaces. 162
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 165
Error '(' is followed by whitespace. 165
Error Parameter node should be final. 165
Error Expected @param tag for 'node'. 165
Error Parameter context should be final. 165
Error Expected @param tag for 'context'. 165
Error ')' is preceded with whitespace. 165
Error Expected @throws tag for 'JaxenException'. 165
Error Line has trailing spaces. 169
Error '!' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error Line has trailing spaces. 179
Error Line has trailing spaces. 180
Error '{' should be on the previous line. 181
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line has trailing spaces. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '{' should be on the previous line. 184
Error Line has trailing spaces. 187
Error '(' is followed by whitespace. 187
Error '!' is followed by whitespace. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error ')' is preceded with whitespace. 187
Error '{' should be on the previous line. 188
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 196
Error '(' is followed by whitespace. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error ')' is preceded with whitespace. 197
Error '{' should be on the previous line. 198
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error '{' should be on the previous line. 202
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. 209
Error ')' is preceded with whitespace. 209
Error Line has trailing spaces. 212
Error Line has trailing spaces. 213
Error '{' should be on the previous line. 214
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error Line has trailing spaces. 218
Error Line has trailing spaces. 223
Error ';' is followed by whitespace. 223
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 227
Error '!' is followed by whitespace. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Line has trailing spaces. 241
Error Line has trailing spaces. 242
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 242
Error Missing a Javadoc comment. 242
Error '{' should be on the previous 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 '0.5' is a magic number. 246
Error Line has trailing spaces. 252
Error Method 'getMatchType' 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 Line has trailing spaces. 256
Error Line has trailing spaces. 257
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 257
Error Missing a Javadoc comment. 257
Error '{' should be on the previous line. 258
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error '{' should be on the previous line. 261
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error Line has trailing spaces. 264
Error '{' should be on the previous line. 265
Error '(' is followed by whitespace. 267
Error ')' is preceded with whitespace. 267
Error '{' should be on the previous line. 268
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 269
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error Line has trailing spaces. 273
Error '{' should be on the previous line. 274
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error '{' should be on the previous line. 277
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error Line has trailing spaces. 283
Error Line has trailing spaces. 284
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error '{' should be on the previous line. 285
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error Line has trailing spaces. 287
Error ';' is followed by whitespace. 287
Error '{' should be on the previous line. 288
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error Line has trailing spaces. 293
Error Line has trailing spaces. 296
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 297
Error Missing a Javadoc comment. 297
Error '{' should be on the previous line. 298
Error Line has trailing spaces. 299
Error Line is longer than 80 characters. 299
Error Line has trailing spaces. 300
Error Line has trailing spaces. 303
Error Method 'isAbsolute' 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 Line has trailing spaces. 308
Error Method 'setAbsolute' is not designed for extension - needs to be abstract, final or empty. 309
Error Missing a Javadoc comment. 309
Error Parameter absolute should be final. 309
Error 'absolute' hides a field. 309
Error '{' should be on the previous line. 310
Error Line has trailing spaces. 313
Error Method 'hasAnyNodeTest' is not designed for extension - needs to be abstract, final or empty. 314
Error Missing a Javadoc comment. 314
Error '{' should be on the previous line. 315
Error Line has trailing spaces. 318

org/jaxen/pattern/NameTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error First sentence should end with a period. 60
Error Line has trailing spaces. 62
Error First sentence should end with a period. 63
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error Parameter name should be final. 66
Error 'name' hides a field. 66
Error Parameter nodeType should be final. 66
Error 'nodeType' hides a field. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 71
Error Line has trailing spaces. 74
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 74
Error '(' is followed by whitespace. 74
Error Parameter node should be final. 74
Error Expected @param tag for 'node'. 74
Error Parameter context should be final. 74
Error Expected @param tag for 'context'. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error Line has trailing spaces. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error Line has trailing spaces. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error ')' is preceded with whitespace. 80
Error '}' should be on the same 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 '(' is followed by whitespace. 84
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. 85
Error '}' should be on the same line. 86
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
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 same line. 92
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 previous line. 95
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 Line has trailing spaces. 101
Error Line has trailing spaces. 102
Error Method 'getPriority' 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 Line has trailing spaces. 108
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error '{' should be on the previous line. 109
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error '{' should be on the previous line. 114
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 '}' should be on the same line. 118
Error Line has trailing spaces. 119
Error '{' should be on the previous line. 120
Error Line has trailing spaces. 124
Error Method 'toString' 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 Line is longer than 80 characters. 127

org/jaxen/pattern/NamespaceTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error First sentence should end with a period. 60
Error Line has trailing spaces. 62
Error First sentence should end with a period. 63
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error Parameter prefix should be final. 66
Error 'prefix' hides a field. 66
Error Parameter nodeType should be final. 66
Error 'nodeType' hides a field. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 75
Error Line has trailing spaces. 78
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 78
Error '(' is followed by whitespace. 78
Error Parameter node should be final. 78
Error Expected @param tag for 'node'. 78
Error Parameter context should be final. 78
Error Expected @param tag for 'context'. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
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 '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error Line has trailing spaces. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '(' is followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error ')' is preceded with whitespace. 86
Error '}' should be on the same line. 87
Error Line has trailing spaces. 88
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. 90
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 Line has trailing spaces. 95
Error Line has trailing spaces. 96
Error Method 'getPriority' 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 '-0.25' is a magic number. 98
Error Line has trailing spaces. 102
Error Method 'getMatchType' 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 Line has trailing spaces. 106
Error Line has trailing spaces. 107
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 Line has trailing spaces. 111
Error Method 'toString' 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 Line is longer than 80 characters. 114
Error Line has trailing spaces. 116
Error First sentence should end with a period. 117
Error Expected an @return tag. 119
Error Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 119
Error Parameter node should be final. 119
Error Expected @param tag for 'node'. 119
Error Parameter context should be final. 119
Error Expected @param tag for 'context'. 119
Error '{' should be on the previous line. 120
Error Line is longer than 80 characters. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error Line is longer than 80 characters. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127

org/jaxen/pattern/NoNodeTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 69
Error Line has trailing spaces. 72
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 72
Error '(' is followed by whitespace. 72
Error Parameter node should be final. 72
Error Expected @param tag for 'node'. 72
Error Parameter context should be final. 72
Error Expected @param tag for 'context'. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Method 'getPriority' 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 '-0.5' is a magic number. 79
Error Line has trailing spaces. 82
Error Method 'getMatchType' 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 Line has trailing spaces. 87
Error Method 'getText' 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

org/jaxen/pattern/NodeTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44

org/jaxen/pattern/NodeTypeTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 53
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 63
Error Missing a Javadoc comment. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 69
Error Missing a Javadoc comment. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error Missing a Javadoc comment. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Missing a Javadoc comment. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line has trailing spaces. 80
Error Line has trailing spaces. 81
Error Missing a Javadoc comment. 82
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84
Error Missing a Javadoc comment. 84
Error Parameter nodeType should be final. 84
Error 'nodeType' hides a field. 84
Error '{' should be on the previous line. 85
Error Line has trailing spaces. 88
Error Line has trailing spaces. 91
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 91
Error '(' is followed by whitespace. 91
Error Parameter node should be final. 91
Error Expected @param tag for 'node'. 91
Error Parameter context should be final. 91
Error Expected @param tag for 'context'. 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 Line has trailing spaces. 96
Error Method 'getPriority' 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 '-0.5' is a magic number. 98
Error Line has trailing spaces. 102
Error Method 'getMatchType' 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 Line has trailing spaces. 106
Error Line has trailing spaces. 107
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 Line has trailing spaces. 109
Error switch without "default" clause. 109
Error '{' should be on the previous line. 110
Error Line has trailing spaces. 128
Error Method 'toString' 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

org/jaxen/pattern/Pattern.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error First sentence should end with a period. 62
Error First sentence should end with a period. 64
Error First sentence should end with a period. 66
Error First sentence should end with a period. 68
Error First sentence should end with a period. 70
Error First sentence should end with a period. 74
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 Line has trailing spaces. 84
Error First sentence should end with a period. 85
Error Line has trailing spaces. 88
Error First sentence should end with a period. 89
Error Line has trailing spaces. 91
Error First sentence should end with a period. 92
Error First sentence should end with a period. 95
Error Line has trailing spaces. 97
Error First sentence should end with a period. 98
Error Line has trailing spaces. 100
Error Line has trailing spaces. 101
Error Line has trailing spaces. 102
Error Line has trailing spaces. 103
Error Line is longer than 80 characters. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line has trailing spaces. 110
Error Line has trailing spaces. 114
Error Line has trailing spaces. 116
Error Line is longer than 80 characters. 117
Error Line has trailing spaces. 118
Error Line has trailing spaces. 120
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 120
Error '{' should be on the previous line. 121
Error '0.5' is a magic number. 122
Error Line has trailing spaces. 124
Error Line has trailing spaces. 133
Error Method 'getUnionPatterns' is not designed for extension - needs to be abstract, final or empty. 133
Error '{' should be on the previous line. 134
Error Line has trailing spaces. 138
Error Line has trailing spaces. 139
Error Line has trailing spaces. 141
Error Line has trailing spaces. 144
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 144
Error '{' should be on the previous line. 145
Error Line has trailing spaces. 150
Error Line has trailing spaces. 153
Error Line has trailing spaces. 159
Error Method 'getMatchesNodeName' is not designed for extension - needs to be abstract, final or empty. 159
Error '{' should be on the previous line. 160
Error Line has trailing spaces. 163
Error Line has trailing spaces. 164
Error Line has trailing spaces. 165
Error Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error '{' should be on the previous line. 166
Error Line has trailing spaces. 169
Error First sentence should end with a period. 170
Error Line has trailing spaces. 171

org/jaxen/pattern/PatternHandler.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 66
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Line has trailing spaces. 72
Error Method 'getPattern' is not designed for extension - needs to be abstract, final or empty. 82
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line has trailing spaces. 94
Error Method 'getPattern' is not designed for extension - needs to be abstract, final or empty. 99
Error Parameter shouldSimplify 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 Line has trailing spaces. 111
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error Method 'endXPath' 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 Line has trailing spaces. 119
Error Method 'endPathExpr' 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. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line has trailing spaces. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line has trailing spaces. 145
Error Line has trailing spaces. 151
Error Line has trailing spaces. 159
Error Line has trailing spaces. 165
Error Method 'startAbsoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 173
Error Missing a Javadoc comment. 173
Error '{' should be on the previous line. 174
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line has trailing spaces. 180
Error Method 'endAbsoluteLocationPath' 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 Method 'startRelativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 187
Error Missing a Javadoc comment. 187
Error '{' should be on the previous line. 188
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error Method 'endRelativeLocationPath' 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 Method 'endLocationPath' is not designed for extension - needs to be abstract, final or empty. 201
Error Missing a Javadoc comment. 201
Error '{' should be on the previous line. 202
Error Line has trailing spaces. 203
Error Line has trailing spaces. 205
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error Line is longer than 80 characters. 208
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error '(' is followed by whitespace. 211
Error '!' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error '{' should be on the previous line. 212
Error Line has trailing spaces. 214
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '{' should be on the previous line. 215
Error Line has trailing spaces. 216
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '{' should be on the previous line. 217
Error Line is longer than 80 characters. 218
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error Line has trailing spaces. 222
Error '}' should be on the same line. 222
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '}' should be on the same line. 227
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 '}' should be on the same line. 231
Error Line has trailing spaces. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '{' should be on the previous line. 233
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Line has trailing spaces. 242
Error Method 'startNameStep' is not designed for extension - needs to be abstract, final or empty. 243
Error Missing a Javadoc comment. 243
Error Parameter axis should be final. 243
Error Parameter prefix should be final. 244
Error Parameter localName should be final. 245
Error '{' should be on the previous line. 246
Error Line is longer than 80 characters. 247
Error Line has trailing spaces. 250
Error Line has trailing spaces. 251
Error switch without "default" clause. 251
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error '{' should be on the previous line. 252
Error Line has trailing spaces. 260
Error Line has trailing spaces. 261
Error '(' is followed by whitespace. 261
Error '!' is followed by whitespace. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error ')' is preceded with whitespace. 261
Error Line has trailing spaces. 262
Error '{' should be on the previous line. 262
Error '(' is followed by whitespace. 263
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error ')' is preceded with whitespace. 263
Error Line has trailing spaces. 265
Error Line is longer than 80 characters. 265
Error '(' is followed by whitespace. 265
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 '(' is followed by whitespace. 267
Error '(' is followed by whitespace. 267
Error ')' is preceded with whitespace. 267
Error ')' is preceded with whitespace. 267
Error Method 'startTextNodeStep' is not designed for extension - needs to be abstract, final or empty. 271
Error Missing a Javadoc comment. 271
Error Parameter axis should be final. 271
Error '{' should be on the previous line. 272
Error Line has trailing spaces. 275
Error '(' is followed by whitespace. 276
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error ')' is preceded with whitespace. 276
Error Line has trailing spaces. 278
Error Method 'startCommentNodeStep' is not designed for extension - needs to be abstract, final or empty. 279
Error Missing a Javadoc comment. 279
Error Parameter axis should be final. 279
Error '{' should be on the previous line. 280
Error '(' is followed by whitespace. 284
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error ')' is preceded with whitespace. 284
Error Method 'startAllNodeStep' is not designed for extension - needs to be abstract, final or empty. 287
Error Missing a Javadoc comment. 287
Error Parameter axis should be final. 287
Error '{' should be on the previous line. 288
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error Method 'startProcessingInstructionNodeStep' is not designed for extension - needs to be abstract, final or empty. 295
Error Missing a Javadoc comment. 295
Error Parameter axis should be final. 295
Error Parameter name should be final. 296
Error '{' should be on the previous line. 297
Error Line has trailing spaces. 301
Error '(' is followed by whitespace. 302
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error ')' is preceded with whitespace. 302
Error Line has trailing spaces. 304
Error Method 'endStep' is not designed for extension - needs to be abstract, final or empty. 305
Error Missing a Javadoc comment. 305
Error '{' should be on the previous line. 306
Error Line has trailing spaces. 308
Error '(' is followed by whitespace. 308
Error '!' is followed by whitespace. 308
Error ')' is preceded with whitespace. 308
Error '{' should be on the previous line. 309
Error '(' is followed by whitespace. 310
Error ')' is preceded with whitespace. 310
Error Line has trailing spaces. 311
Error '(' is followed by whitespace. 312
Error '!' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '{' should be on the previous line. 313
Error '(' is followed by whitespace. 314
Error ')' is preceded with whitespace. 314
Error Line has trailing spaces. 318
Error Missing a Javadoc comment. 320
Error '{' should be on the previous line. 321
Error Method 'endUnionExpr' is not designed for extension - needs to be abstract, final or empty. 325
Error Missing a Javadoc comment. 325
Error Parameter create should be final. 325
Error '{' should be on the previous line. 326
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error '{' should be on the previous line. 330
Error '(' is followed by whitespace. 336
Error '(' is followed by whitespace. 336
Error ')' is preceded with whitespace. 337
Error ')' is preceded with whitespace. 337
Error Line has trailing spaces. 341
Error Method 'createAbsoluteLocationPath' is not designed for extension - needs to be abstract, final or empty. 341
Error Missing a Javadoc comment. 341
Error '{' should be on the previous line. 342
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error Line has trailing spaces. 346
Error Method 'createRelativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 346
Error Missing a Javadoc comment. 346
Error '{' should be on the previous line. 347

org/jaxen/pattern/PatternParser.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error First sentence should end with a period. 77
Error Line has trailing spaces. 82
Error Utility classes should not have a public or default constructor. 82
Error '{' should be on the previous line. 83
Error Missing a Javadoc comment. 84
Error Missing a Javadoc comment. 85
Error Line is longer than 80 characters. 86
Error Missing a Javadoc comment. 86
Error Parameter text should be final. 86
Error Redundant throws: 'JaxenException' is subclass of 'org.jaxen.saxpath.SAXPathException'. 86
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 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 preceded with whitespace. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 96
Error '}' should be on the same line. 98
Error '{' should be on the previous line. 100
Error Line has trailing spaces. 103
Error Line has trailing spaces. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 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 is longer than 80 characters. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error Missing a Javadoc comment. 113
Error Parameter expr should be final. 113
Error '{' should be on the previous line. 114
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. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '{' should be on the previous line. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '}' should be on the same line. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '}' should be on the same line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '}' should be on the same line. 136
Error Line has trailing spaces. 137
Error '{' should be on the previous line. 138
Error '(' is followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 141
Error Line has trailing spaces. 145
Error Line is longer than 80 characters. 146
Error Missing a Javadoc comment. 146
Error Parameter locationPath should be final. 146
Error Line has trailing spaces. 148
Error Line has trailing spaces. 151
Error Line has trailing spaces. 155
Error Line is longer than 80 characters. 155
Error '(' is followed by whitespace. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error ';' is followed by whitespace. 155
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '}' should be on the same line. 162
Error '{' should be on the previous line. 164
Error Line has trailing spaces. 165
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 Line is longer than 80 characters. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '}' should be on the same line. 172
Error '{' should be on the previous line. 174
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '{' should be on the previous line. 183
Error Line is longer than 80 characters. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error Line has trailing spaces. 188
Error Line has trailing spaces. 189
Error Line is longer than 80 characters. 190
Error Missing a Javadoc comment. 190
Error Parameter path should be final. 190
Error Parameter step should be final. 190
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error '{' should be on the previous line. 193
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '}' should be on the same line. 198
Error Line has trailing spaces. 199
Error '{' should be on the previous line. 200
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error '}' should be on the same line. 203
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error '{' should be on the previous line. 205
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '}' should be on the same line. 207
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 209
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '}' should be on the same line. 211
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '{' should be on the previous line. 213
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '}' should be on the same line. 215
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '{' should be on the previous line. 217
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '}' should be on the same line. 219
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '{' should be on the previous line. 221
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error Line has trailing spaces. 233
Error '(' is followed by whitespace. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 234
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
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. 238
Error Line has trailing spaces. 239
Error '{' should be on the previous line. 240
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error '}' should be on the same line. 243
Error Line has trailing spaces. 244
Error '{' should be on the previous line. 245
Error '(' is followed by whitespace. 246
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error ')' is preceded with whitespace. 246
Error '}' should be on the same line. 248
Error Line has trailing spaces. 249
Error '{' should be on the previous line. 250
Error '(' is followed by whitespace. 251
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error ')' is preceded with whitespace. 251
Error '}' should be on the same line. 255
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 257
Error '}' should be on the same line. 259
Error Line has trailing spaces. 260
Error '{' should be on the previous line. 261
Error Line has trailing spaces. 262
Error Line is longer than 80 characters. 262
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error Line has trailing spaces. 266
Error Line is longer than 80 characters. 267
Error Missing a Javadoc comment. 267
Error Parameter path should be final. 267
Error Parameter step should be final. 267
Error Line has trailing spaces. 270
Error '(' is followed by whitespace. 270
Error '!' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error '{' should be on the previous line. 271
Error '(' is followed by whitespace. 273
Error ';' is followed by whitespace. 273
Error '{' should be on the previous line. 274
Error '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error Line has trailing spaces. 278
Error Line has trailing spaces. 281
Error Missing a Javadoc comment. 282
Error '(' is followed by whitespace. 282
Error Parameter step should be final. 282
Error ')' is preceded with whitespace. 282
Error '{' should be on the previous line. 283
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 same line. 287
Error '(' is followed by whitespace. 289
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 289
Error ')' is preceded with whitespace. 289
Error '{' should be on the previous line. 290
Error '!' is followed by whitespace. 291
Error '}' should be on the same line. 292
Error Line has trailing spaces. 293
Error '{' should be on the previous line. 294

org/jaxen/pattern/TextNodeTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 64
Error Line has trailing spaces. 67
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 67
Error '(' is followed by whitespace. 67
Error Parameter node should be final. 67
Error Expected @param tag for 'node'. 67
Error Parameter context should be final. 67
Error Expected @param tag for 'context'. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line has trailing spaces. 71
Error Line has trailing spaces. 72
Error Method 'getPriority' 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 '-0.5' is a magic number. 74
Error Method 'getMatchType' 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 Line has trailing spaces. 82
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

org/jaxen/pattern/UnionPattern.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 69
Error Line has trailing spaces. 70
Error Missing a Javadoc comment. 70
Error Parameter lhs should be final. 70
Error 'lhs' hides a field. 70
Error Parameter rhs should be final. 70
Error 'rhs' hides a field. 70
Error '{' should be on the previous line. 71
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Method 'getLHS' 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. 82
Error Line has trailing spaces. 83
Error Method 'setLHS' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error Parameter lhs should be final. 83
Error 'lhs' hides a field. 83
Error '{' should be on the previous line. 84
Error Line has trailing spaces. 88
Error Line has trailing spaces. 89
Error Method 'getRHS' 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 Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Method 'setRHS' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error Parameter rhs should be final. 94
Error 'rhs' hides a field. 94
Error '{' should be on the previous line. 95
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error Line has trailing spaces. 102
Error Line is longer than 80 characters. 102
Error Line has trailing spaces. 103
Error Method 'matches' is not designed for extension - needs to be abstract, final or empty. 106
Error '(' is followed by whitespace. 106
Error Parameter node should be final. 106
Error Expected @param tag for 'node'. 106
Error Parameter context should be final. 106
Error Expected @param tag for 'context'. 106
Error ')' is preceded with whitespace. 106
Error Expected @throws tag for 'JaxenException'. 106
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line has trailing spaces. 110
Error Line has trailing spaces. 111
Error Method 'getUnionPatterns' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error '{' should be on the previous line. 112
Error '{' is followed by whitespace. 113
Error Line has trailing spaces. 116
Error Line has trailing spaces. 117
Error Method 'getMatchType' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error '{' should be on the previous line. 118
Error Line has trailing spaces. 123
Error Method 'getMatchesNodeName' 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 Line has trailing spaces. 128
Error Line has trailing spaces. 129
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 Line has trailing spaces. 136
Error Line has trailing spaces. 137
Error Method 'getText' 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 Method 'toString' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error '{' should be on the previous line. 143
Error Line has trailing spaces. 146
Error Line has trailing spaces. 148
Error Line is longer than 80 characters. 148
Error Line has trailing spaces. 149
Error Missing a Javadoc comment. 149
Error '{' should be on the previous line. 150
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error Avoid inline conditionals. 153
Error Line has trailing spaces. 154
Error Line has trailing spaces. 157
Error Line has trailing spaces. 159
Error '(' is followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error Line has trailing spaces. 163

org/jaxen/saxpath/Axis.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 58
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Class Axis should be declared as final. 62
Error '{' should be on the previous line. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error '{' is not followed by whitespace. 65
Error '}' is not preceded with whitespace. 65
Error Line has trailing spaces. 66
Error First sentence should end with a period. 68
Error 'static' modifier out of order with the JLS suggestions. 69
Error First sentence should end with a period. 71
Error 'static' modifier out of order with the JLS suggestions. 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 Line has trailing spaces. 114
Error Line is longer than 80 characters. 117
Error Unused @throws tag for 'JaxenRuntimeException'. 117
Error Parameter axisNum should be final. 120
Error '{' should be on the previous line. 121
Error switch without "default" clause. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 171
Error Line is longer than 80 characters. 172
Error Parameter axisName should be final. 175
Error '{' should be on the previous line. 176
Error Line has trailing spaces. 177
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
Error '(' is followed by whitespace. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error ')' is preceded with whitespace. 230
Error '{' should be on the previous line. 231
Error '(' is followed by whitespace. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error ')' is preceded with whitespace. 235
Error '{' should be on the previous line. 236
Error '(' is followed by whitespace. 240
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error ')' is preceded with whitespace. 240
Error '{' should be on the previous line. 241

org/jaxen/saxpath/Operator.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error interfaces should describe a type and hence have methods. 54
Error '{' should be on the previous line. 55
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Redundant 'final' modifier. 63
Error 'static' modifier out of order with the JLS suggestions. 63
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 67
Error Redundant 'final' modifier. 70
Error 'static' modifier out of order with the JLS suggestions. 70
Error Line has trailing spaces. 71
Error First sentence should end with a period. 72
Error Redundant 'final' modifier. 75
Error 'static' modifier out of order with the JLS suggestions. 75
Error Line has trailing spaces. 76
Error First sentence should end with a period. 78
Error Redundant 'final' modifier. 81
Error 'static' modifier out of order with the JLS suggestions. 81
Error Line has trailing spaces. 82
Error First sentence should end with a period. 83
Error Redundant 'final' modifier. 86
Error 'static' modifier out of order with the JLS suggestions. 86
Error First sentence should end with a period. 88
Error Redundant 'final' modifier. 91
Error 'static' modifier out of order with the JLS suggestions. 91
Error First sentence should end with a period. 93
Error Redundant 'final' modifier. 96
Error 'static' modifier out of order with the JLS suggestions. 96
Error Line has trailing spaces. 97
Error First sentence should end with a period. 100
Error Redundant 'final' modifier. 103
Error 'static' modifier out of order with the JLS suggestions. 103
Error First sentence should end with a period. 105
Error Redundant 'final' modifier. 108
Error 'static' modifier out of order with the JLS suggestions. 108
Error First sentence should end with a period. 112
Error Redundant 'final' modifier. 115
Error 'static' modifier out of order with the JLS suggestions. 115
Error Line has trailing spaces. 119
Error Redundant 'final' modifier. 121
Error 'static' modifier out of order with the JLS suggestions. 121
Error Line is longer than 80 characters. 124
Error Line has trailing spaces. 125
Error Redundant 'final' modifier. 127
Error 'static' modifier out of order with the JLS suggestions. 127
Error First sentence should end with a period. 131
Error Redundant 'final' modifier. 134
Error 'static' modifier out of order with the JLS suggestions. 134

org/jaxen/saxpath/SAXPathEventSource.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 68
Error Line has trailing spaces. 75

org/jaxen/saxpath/SAXPathException.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error '1.4' is a magic number. 66
Error Line has trailing spaces. 67
Error '3' is a magic number. 71
Error '}' should be on the same line. 73
Error Must have at least one statement. 74
Error Line has trailing spaces. 79
Error Parameter message 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 First sentence should end with a period. 89
Error Parameter cause should be final. 93
Error 'cause' hides a field. 93
Error '{' should be on the previous line. 94
Error '(' is preceded with whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 102
Error Parameter message should be final. 106
Error Parameter cause should be final. 106
Error 'cause' hides a field. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line has trailing spaces. 110
Error Line has trailing spaces. 111
Error Missing a Javadoc comment. 112
Error Missing a Javadoc comment. 113
Error Line has trailing spaces. 117
Error Line has trailing spaces. 119
Error Method 'getCause' is not designed for extension - needs to be abstract, final or empty. 122
Error Line has trailing spaces. 125
Error Line has trailing spaces. 129
Error Line has trailing spaces. 131
Error Line has trailing spaces. 133
Error Method 'initCause' is not designed for extension - needs to be abstract, final or empty. 136
Error Parameter cause should be final. 136
Error 'cause' hides a field. 136
Error 'if' construct must use '{}'s. 137
Error 'if' construct must use '{}'s. 138
Error Line is longer than 80 characters. 138
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 149
Error '(' is preceded with whitespace. 149
Error '(' is followed by whitespace. 149
Error Parameter s should be final. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error '(' is preceded with whitespace. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '1.4' is a magic number. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. 163
Error '(' is preceded with whitespace. 163
Error '(' is followed by whitespace. 163
Error Parameter s should be final. 163
Error ')' is preceded with whitespace. 163
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '1.4' is a magic number. 166
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168

org/jaxen/saxpath/XPathHandler.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 73
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 76
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 80
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 84
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 88
Error Line is longer than 80 characters. 90
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 92
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 96
Error Line is longer than 80 characters. 98
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 100
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 104
Error Line is longer than 80 characters. 115
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 115
Error First sentence should end with a period. 117
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 119
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 125
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 129
Error Line is longer than 80 characters. 135
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 135
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 139
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 145
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 149
Error Line is longer than 80 characters. 158
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 158
Error Line is longer than 80 characters. 162
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 162
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 166
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 170
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 174
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 178
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 182
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 190
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 194
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 202
Error Line is longer than 80 characters. 204
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 206
Error Line is longer than 80 characters. 215
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. 221
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. 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. 247
Error Line is longer than 80 characters. 254
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 254
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 258
Error Line has trailing spaces. 265
Error Line is longer than 80 characters. 268
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 268
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 272
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 280
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 286
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 292
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 298
Error Line is longer than 80 characters. 306
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 306
Error Line is longer than 80 characters. 314
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 314
Error First sentence should end with a period. 316
Error Expected @throws tag for 'org.jaxen.saxpath.SAXPathException'. 318

org/jaxen/saxpath/XPathReader.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 60

org/jaxen/saxpath/XPathSyntaxException.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 54
Error '{' should be on the previous line. 58
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error Line is longer than 80 characters. 65
Error Missing a Javadoc comment. 65
Error 'static' modifier out of order with the JLS suggestions. 65
Error Name 'lineSeparator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
Error Line has trailing spaces. 69
Error Line has trailing spaces. 70
Error Line is longer than 80 characters. 71
Error Parameter xpath should be final. 74
Error 'xpath' hides a field. 74
Error Parameter position should be final. 75
Error 'position' hides a field. 75
Error Parameter message should be final. 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. 88
Error Line has trailing spaces. 89
Error Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 92
Error '{' should be on the previous line. 93
Error Line has trailing spaces. 101
Error Method 'getXPath' is not designed for extension - needs to be abstract, final or empty. 104
Error '{' should be on the previous line. 105
Error Method 'toString' 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 Line is longer than 80 characters. 111
Error Line is longer than 80 characters. 116
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error '{' should be on the previous line. 124
Error '+' is not preceded with whitespace. 126
Error '+' is not followed by whitespace. 126
Error '(' is followed by whitespace. 127
Error ';' is preceded with whitespace. 127
Error ';' is preceded with whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error Line has trailing spaces. 135
Error Line has trailing spaces. 143
Error Method 'getMultilineMessage' is not designed for extension - needs to be abstract, final or empty. 146
Error '{' should be on the previous line. 147
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155

org/jaxen/saxpath/base/Token.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 61
Error Parameter tokenType should be final. 61
Error 'tokenType' hides a field. 61
Error Parameter parseText should be final. 62
Error 'parseText' hides a field. 62
Error Parameter tokenBegin should be final. 63
Error 'tokenBegin' hides a field. 63
Error Parameter tokenEnd should be final. 64
Error 'tokenEnd' hides a field. 64
Error '{' should be on the previous line. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Missing a Javadoc comment. 72
Error Parameter tokenType should be final. 72
Error 'tokenType' 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 Parameter parseText should be final. 82
Error 'parseText' hides a field. 82
Error '{' should be on the previous line. 83
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. 90
Error Missing a Javadoc comment. 93
Error Parameter tokenBegin should be final. 93
Error 'tokenBegin' hides a field. 93
Error '{' should be on the previous line. 94
Error Missing a Javadoc comment. 98
Error '{' should be on the previous line. 99
Error Missing a Javadoc comment. 103
Error Parameter tokenEnd should be final. 103
Error 'tokenEnd' hides a field. 103
Error '{' should be on the previous line. 104
Error Missing a Javadoc comment. 108
Error '{' should be on the previous line. 109
Error Missing a Javadoc comment. 113
Error '{' should be on the previous line. 114

org/jaxen/saxpath/base/TokenTypes.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 52
Error Utility classes should not have a public or default constructor. 52
Error '{' should be on the previous line. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 64
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 70
Error Line has trailing spaces. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 81
Error Missing a Javadoc comment. 82
Error Line has trailing spaces. 83
Error Missing a Javadoc comment. 84
Error Line has trailing spaces. 85
Error Missing a Javadoc comment. 85
Error Missing a Javadoc comment. 86
Error Missing a Javadoc comment. 87
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. 97
Error Missing a Javadoc comment. 98
Error Missing a Javadoc comment. 100
Error '(' is followed by whitespace. 100
Error Parameter tokenType should be final. 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 '{' should be on the previous line. 103
Error 'return' is not followed by whitespace. 180

org/jaxen/saxpath/base/Verifier.java

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

org/jaxen/saxpath/base/XPathLexer.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Parameter xpath should be final. 62
Error 'xpath' hides a field. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Missing a Javadoc comment. 67
Error Parameter xpath should be final. 67
Error 'xpath' hides a field. 67
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 74
Error '{' should be on the previous line. 75
Error Method length is 208 lines (max allowed is 150). 79
Error Missing a Javadoc comment. 79
Error '{' should be on the previous line. 80
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error Avoid nested blocks. 90
Error Line has trailing spaces. 94
Error Avoid nested blocks. 97
Error Line has trailing spaces. 101
Error Avoid nested blocks. 103
Error Avoid nested blocks. 109
Error Line has trailing spaces. 113
Error Avoid nested blocks. 115
Error Line has trailing spaces. 119
Error Avoid nested blocks. 121
Error Line has trailing spaces. 125
Error Avoid nested blocks. 127
Error Line has trailing spaces. 131
Error Avoid nested blocks. 133
Error Line has trailing spaces. 137
Error Avoid nested blocks. 139
Error Line has trailing spaces. 143
Error Avoid nested blocks. 145
Error Line has trailing spaces. 149
Error Avoid nested blocks. 152
Error Line has trailing spaces. 155
Error Avoid nested blocks. 158
Error Line has trailing spaces. 162
Error Avoid nested blocks. 164
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. 171
Error Avoid nested blocks. 173
Error Line has trailing spaces. 177
Error Avoid nested blocks. 179
Error Line has trailing spaces. 183
Error Avoid nested blocks. 185
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '{' should be on the previous line. 187
Error '}' should be on the same line. 189
Error '{' should be on the previous line. 191
Error Line has trailing spaces. 196
Error Avoid nested blocks. 198
Error Line has trailing spaces. 202
Error Avoid nested blocks. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error '{' should be on the previous line. 206
Error Avoid nested blocks. 217
Error Avoid nested blocks. 222
Error Avoid nested blocks. 240
Error Avoid nested blocks. 249
Error Line has trailing spaces. 253
Error Avoid nested blocks. 255
Error '(' is followed by whitespace. 256
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 257
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error '{' should be on the previous line. 264
Error '{' should be on the previous line. 266
Error '(' is followed by whitespace. 267
Error ')' is preceded with whitespace. 270
Error '}' should be on the same line. 271
Error '{' should be on the previous line. 273
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 277
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error Line has trailing spaces. 285
Error Missing a Javadoc comment. 289
Error '{' should be on the previous line. 290
Error Line has trailing spaces. 292
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error '{' should be on the previous line. 294
Error Line has trailing spaces. 305
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error '{' should be on the previous line. 307
Error Avoid nested blocks. 331
Error Avoid nested blocks. 336
Error '}' should be on the same line. 341
Error '{' should be on the previous line. 343
Error Line has trailing spaces. 346
Error Line has trailing spaces. 349
Error Missing a Javadoc comment. 350
Error '{' should be on the previous line. 351
Error Line has trailing spaces. 353
Error Line has trailing spaces. 355
Error '(' is followed by whitespace. 356
Error ')' is preceded with whitespace. 356
Error '{' should be on the previous line. 357
Error '(' is followed by whitespace. 358
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 358
Error ')' is preceded with whitespace. 358
Error '{' should be on the previous line. 359
Error '}' should be on the same line. 361
Error '{' should be on the previous line. 363
Error Line has trailing spaces. 367
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 371
Error Line has trailing spaces. 372
Error Line has trailing spaces. 375
Error Missing a Javadoc comment. 376
Error '{' should be on the previous line. 377
Error Line has trailing spaces. 379
Error switch without "default" clause. 380
Error '(' is followed by whitespace. 380
Error ')' is preceded with whitespace. 380
Error '{' should be on the previous line. 381
Error Avoid nested blocks. 383
Error Line has trailing spaces. 387
Error Avoid nested blocks. 389
Error Line has trailing spaces. 393
Error Avoid nested blocks. 395
Error Line has trailing spaces. 399
Error Avoid nested blocks. 401
Error Line has trailing spaces. 406
Error Line has trailing spaces. 409
Error Missing a Javadoc comment. 410
Error '{' should be on the previous line. 411
Error Line has trailing spaces. 413
Error '(' is followed by whitespace. 414
Error '(' is followed by whitespace. 414
Error ')' is preceded with whitespace. 414
Error '(' is followed by whitespace. 416
Error ')' is preceded with whitespace. 416
Error '(' is followed by whitespace. 418
Error '3' is a magic number. 418
Error ')' is preceded with whitespace. 418
Error '{' should be on the previous line. 420
Error '(' is followed by whitespace. 421
Error '+' is not preceded with whitespace. 424
Error '+' is not followed by whitespace. 424
Error '3' is a magic number. 424
Error ')' is preceded with whitespace. 424
Error Line has trailing spaces. 425
Error Line has trailing spaces. 430
Error Line has trailing spaces. 433
Error Missing a Javadoc comment. 434
Error '{' should be on the previous line. 435
Error Line has trailing spaces. 437
Error '(' is followed by whitespace. 438
Error '(' is followed by whitespace. 438
Error ')' is preceded with whitespace. 438
Error '(' is followed by whitespace. 440
Error ')' is preceded with whitespace. 440
Error '(' is followed by whitespace. 442
Error '3' is a magic number. 442
Error ')' is preceded with whitespace. 442
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 Line has trailing spaces. 449
Error Line has trailing spaces. 454
Error Line has trailing spaces. 457
Error Missing a Javadoc comment. 458
Error '{' should be on the previous line. 459
Error Line has trailing spaces. 461
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 '(' is followed by whitespace. 466
Error '3' is a magic number. 466
Error ')' is preceded with whitespace. 466
Error '{' should be on the previous line. 468
Error '(' is followed by whitespace. 469
Error '+' is not preceded with whitespace. 472
Error '+' is not followed by whitespace. 472
Error '3' is a magic number. 472
Error ')' is preceded with whitespace. 472
Error Line has trailing spaces. 473
Error Line has trailing spaces. 478
Error Line has trailing spaces. 481
Error Missing a Javadoc comment. 482
Error '{' should be on the previous line. 483
Error Line has trailing spaces. 485
Error '(' is followed by whitespace. 486
Error '(' is followed by whitespace. 486
Error ')' is preceded with whitespace. 486
Error '(' is followed by whitespace. 488
Error ')' is preceded with whitespace. 488
Error '{' should be on the previous line. 490
Error '(' is followed by whitespace. 491
Error '+' is not preceded with whitespace. 494
Error '+' is not followed by whitespace. 494
Error ')' is preceded with whitespace. 494
Error Line has trailing spaces. 495
Error Line has trailing spaces. 499
Error Line has trailing spaces. 502
Error Missing a Javadoc comment. 503
Error '{' should be on the previous line. 504
Error Line has trailing spaces. 507
Error 'while' is not followed by whitespace. 509
Error '(' is followed by whitespace. 509
Error ')' is preceded with whitespace. 509
Error '{' should be on the previous line. 510
Error '(' is followed by whitespace. 511
Error ')' is preceded with whitespace. 511
Error '{' should be on the previous line. 512
Error '(' is followed by whitespace. 514
Error ')' is preceded with whitespace. 514
Error '{' should be on the previous line. 515
Error '}' should be on the same line. 518
Error '{' should be on the previous line. 520
Error Line has trailing spaces. 540
Error '(' is followed by whitespace. 541
Error ')' is preceded with whitespace. 544
Error Line has trailing spaces. 546
Error Missing a Javadoc comment. 547
Error '{' should be on the previous line. 548
Error Line has trailing spaces. 550
Error 'while' is not followed by whitespace. 552
Error '(' is followed by whitespace. 552
Error ')' is preceded with whitespace. 552
Error '{' should be on the previous line. 553
Error '(' is followed by whitespace. 554
Error ')' is preceded with whitespace. 554
Error '{' should be on the previous line. 555
Error Avoid nested blocks. 560
Error Line has trailing spaces. 564
Error Avoid nested blocks. 566
Error Line has trailing spaces. 571
Error '(' is followed by whitespace. 572
Error ')' is preceded with whitespace. 575
Error Line has trailing spaces. 577
Error Missing a Javadoc comment. 578
Error '{' should be on the previous line. 579
Error '(' is followed by whitespace. 580
Error '+' is not preceded with whitespace. 583
Error '+' is not followed by whitespace. 583
Error ')' is preceded with whitespace. 583
Error Line has trailing spaces. 584
Error Line has trailing spaces. 586
Error Line has trailing spaces. 589
Error Missing a Javadoc comment. 590
Error '{' should be on the previous line. 591
Error '(' is followed by whitespace. 592
Error '+' is not preceded with whitespace. 595
Error '+' is not followed by whitespace. 595
Error ')' is preceded with whitespace. 595
Error Line has trailing spaces. 596
Error Line has trailing spaces. 598
Error Line has trailing spaces. 601
Error Missing a Javadoc comment. 602
Error '{' should be on the previous line. 603
Error '(' is followed by whitespace. 604
Error '+' is not preceded with whitespace. 607
Error '+' is not followed by whitespace. 607
Error ')' is preceded with whitespace. 607
Error Line has trailing spaces. 609
Error Line has trailing spaces. 612
Error Missing a Javadoc comment. 613
Error '{' should be on the previous line. 614
Error '(' is followed by whitespace. 615
Error '+' is not preceded with whitespace. 618
Error '+' is not followed by whitespace. 618
Error ')' is preceded with whitespace. 618
Error Line has trailing spaces. 620
Error Line has trailing spaces. 623
Error Missing a Javadoc comment. 624
Error '{' should be on the previous line. 625
Error '(' is followed by whitespace. 626
Error '+' is not preceded with whitespace. 629
Error '+' is not followed by whitespace. 629
Error ')' is preceded with whitespace. 629
Error Line has trailing spaces. 631
Error Line has trailing spaces. 634
Error Missing a Javadoc comment. 635
Error '{' should be on the previous line. 636
Error '(' is followed by whitespace. 637
Error '+' is not preceded with whitespace. 640
Error '+' is not followed by whitespace. 640
Error ')' is preceded with whitespace. 640
Error Line has trailing spaces. 641
Error Line has trailing spaces. 643
Error Line has trailing spaces. 646
Error Missing a Javadoc comment. 647
Error '{' should be on the previous line. 648
Error '(' is followed by whitespace. 649
Error '+' is not preceded with whitespace. 652
Error '+' is not followed by whitespace. 652
Error ')' is preceded with whitespace. 652
Error Line has trailing spaces. 653
Error Line has trailing spaces. 655
Error Line has trailing spaces. 658
Error Missing a Javadoc comment. 659
Error '{' should be on the previous line. 660
Error '(' is followed by whitespace. 661
Error '+' is not preceded with whitespace. 664
Error '+' is not followed by whitespace. 664
Error ')' is preceded with whitespace. 664
Error Line has trailing spaces. 666
Error Line has trailing spaces. 669
Error Missing a Javadoc comment. 670
Error '{' should be on the previous line. 671
Error '(' is followed by whitespace. 672
Error '+' is not preceded with whitespace. 675
Error '+' is not followed by whitespace. 675
Error ')' is preceded with whitespace. 675
Error Line has trailing spaces. 676
Error Line has trailing spaces. 679
Error Line has trailing spaces. 682
Error Missing a Javadoc comment. 683
Error '{' should be on the previous line. 684
Error '(' is followed by whitespace. 685
Error ')' is preceded with whitespace. 688
Error Line has trailing spaces. 689
Error Line has trailing spaces. 692
Error Line has trailing spaces. 695
Error Missing a Javadoc comment. 696
Error '{' should be on the previous line. 697
Error Line has trailing spaces. 699
Error switch without "default" clause. 700
Error '(' is followed by whitespace. 700
Error ')' is preceded with whitespace. 700
Error '{' should be on the previous line. 701
Error Avoid nested blocks. 703
Error '(' is followed by whitespace. 704
Error ')' is preceded with whitespace. 704
Error '{' should be on the previous line. 705
Error '(' is followed by whitespace. 706
Error ')' is preceded with whitespace. 709
Error '}' should be on the same line. 711
Error '{' should be on the previous line. 713
Error '(' is followed by whitespace. 714
Error Line has trailing spaces. 719
Error Avoid nested blocks. 724
Error '(' is followed by whitespace. 725
Error ')' is preceded with whitespace. 725
Error '{' should be on the previous line. 726
Error '(' is followed by whitespace. 727
Error ')' is preceded with whitespace. 730
Error '}' should be on the same line. 732
Error '{' should be on the previous line. 734
Error '(' is followed by whitespace. 735
Error ')' is preceded with whitespace. 738
Error Line has trailing spaces. 740
Error Line has trailing spaces. 745
Error Line has trailing spaces. 747
Error Line has trailing spaces. 749
Error Missing a Javadoc comment. 750
Error '{' should be on the previous line. 751
Error '(' is followed by whitespace. 752
Error '+' is not preceded with whitespace. 755
Error '+' is not followed by whitespace. 755
Error ')' is preceded with whitespace. 755
Error Line has trailing spaces. 756
Error Line has trailing spaces. 758
Error Line has trailing spaces. 761
Error Missing a Javadoc comment. 762
Error '{' should be on the previous line. 763
Error Line has trailing spaces. 765
Error Line has trailing spaces. 767
Error Line has trailing spaces. 769
Error Line has trailing spaces. 771
Error '(' is followed by whitespace. 772
Error '(' is followed by whitespace. 772
Error ')' is preceded with whitespace. 772
Error ')' is preceded with whitespace. 774
Error '{' should be on the previous line. 775
Error '(' is followed by whitespace. 776
Error ')' is preceded with whitespace. 776
Error '{' should be on the previous line. 777
Error '(' is followed by whitespace. 778
Error ')' is preceded with whitespace. 781
Error Line has trailing spaces. 785
Error Line has trailing spaces. 788
Error Missing a Javadoc comment. 789
Error '{' should be on the previous line. 790
Error Line has trailing spaces. 792
Error '(' is followed by whitespace. 793
Error ')' is preceded with whitespace. 793
Error '{' should be on the previous line. 794
Error Avoid nested blocks. 796
Error '(' is followed by whitespace. 797
Error '+' is not preceded with whitespace. 800
Error '+' is not followed by whitespace. 800
Error ')' is preceded with whitespace. 800
Error ';' is preceded with whitespace. 800
Error Avoid nested blocks. 806
Error '(' is followed by whitespace. 807
Error '+' is not preceded with whitespace. 810
Error '+' is not followed by whitespace. 810
Error ')' is preceded with whitespace. 810
Error Line has trailing spaces. 815
Error Line has trailing spaces. 818
Error Missing a Javadoc comment. 819
Error '{' should be on the previous line. 820
Error '(' is followed by whitespace. 821
Error '+' is not preceded with whitespace. 824
Error '+' is not followed by whitespace. 824
Error ')' is preceded with whitespace. 824
Error Line has trailing spaces. 825
Error Line has trailing spaces. 827
Error Line has trailing spaces. 830
Error Missing a Javadoc comment. 831
Error '{' should be on the previous line. 832
Error '(' is followed by whitespace. 833
Error '+' is not preceded with whitespace. 836
Error '+' is not followed by whitespace. 836
Error ')' is preceded with whitespace. 836
Error Line has trailing spaces. 837
Error Line has trailing spaces. 839
Error Line has trailing spaces. 842
Error Missing a Javadoc comment. 843
Error '{' should be on the previous line. 844
Error '(' is followed by whitespace. 845
Error '+' is not preceded with whitespace. 848
Error '+' is not followed by whitespace. 848
Error ')' is preceded with whitespace. 848
Error Line has trailing spaces. 849
Error Line has trailing spaces. 851
Error Line has trailing spaces. 854
Error Missing a Javadoc comment. 855
Error '{' should be on the previous line. 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 Line has trailing spaces. 861
Error Line has trailing spaces. 863
Error Line has trailing spaces. 866
Error Missing a Javadoc comment. 867
Error '{' should be on the previous line. 868
Error Line has trailing spaces. 870
Error '(' is followed by whitespace. 871
Error ')' is preceded with whitespace. 871
Error '{' should be on the previous line. 872
Error Avoid nested blocks. 874
Error '(' is followed by whitespace. 875
Error '+' is not preceded with whitespace. 878
Error '+' is not followed by whitespace. 878
Error ')' is preceded with whitespace. 878
Error Avoid nested blocks. 884
Error '(' is followed by whitespace. 885
Error '+' is not preceded with whitespace. 888
Error '+' is not followed by whitespace. 888
Error ')' is preceded with whitespace. 888
Error Line has trailing spaces. 892
Error Line has trailing spaces. 895
Error Line has trailing spaces. 896
Error Missing a Javadoc comment. 896
Error Name 'LA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 896
Error Parameter i should be final. 896
Error '{' should be on the previous line. 897
Error '(' is followed by whitespace. 898
Error '(' is followed by whitespace. 898
Error ')' is preceded with whitespace. 898
Error ')' is preceded with whitespace. 898
Error '{' should be on the previous line. 899
Error Line has trailing spaces. 902
Error '(' is followed by whitespace. 903
Error ')' is preceded with whitespace. 903
Error Line has trailing spaces. 905
Error Missing a Javadoc comment. 906
Error '{' should be on the previous line. 907
Error Line has trailing spaces. 910
Error Missing a Javadoc comment. 911
Error '{' should be on the previous line. 912
Error Line has trailing spaces. 915
Error Missing a Javadoc comment. 916
Error '{' should be on the previous line. 917
Error Line has trailing spaces. 920
Error Missing a Javadoc comment. 921
Error Parameter previousToken should be final. 921
Error 'previousToken' hides a field. 921
Error '{' should be on the previous line. 922
Error Line has trailing spaces. 925
Error Missing a Javadoc comment. 926
Error '{' should be on the previous line. 927
Error Line has trailing spaces. 930
Error Missing a Javadoc comment. 931
Error Parameter c should be final. 931
Error '{' should be on the previous line. 932
Error '(' is followed by whitespace. 933
Error ')' is preceded with whitespace. 933
Error Line has trailing spaces. 935
Error Missing a Javadoc comment. 936
Error Parameter c should be final. 936
Error '{' should be on the previous line. 937
Error '(' is followed by whitespace. 938
Error ')' is preceded with whitespace. 938

org/jaxen/saxpath/base/XPathReader.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
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 Line has trailing spaces. 72
Error Missing a Javadoc comment. 73
Error '{' should be on the previous line. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Method 'setXPathHandler' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter handler should be final. 84
Error 'handler' hides a field. 84
Error '{' should be on the previous line. 85
Error Method 'getXPathHandler' 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 Method 'parse' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error Parameter xpath 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 '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error Line is longer than 80 characters. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Method 'setUpParse' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error Parameter xpath should be final. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Missing a Javadoc comment. 120
Error '{' should be on the previous line. 121
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error Avoid nested blocks. 128
Error Line is longer than 80 characters. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line is longer than 80 characters. 133
Error Line has trailing spaces. 138
Error Avoid nested blocks. 141
Error Line has trailing spaces. 143
Error Line is longer than 80 characters. 144
Error '(' is followed by whitespace. 144
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Avoid nested blocks. 151
Error '(' is followed by whitespace. 153
Error '(' is followed by whitespace. 153
Error '!' is followed by whitespace. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error ')' is preceded with whitespace. 155
Error '(' is followed by whitespace. 157
Error Line has trailing spaces. 159
Error '4' is a magic number. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error Line has trailing spaces. 162
Error Line is longer than 80 characters. 163
Error '(' is followed by whitespace. 163
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '}' should be on the same line. 167
Error '{' should be on the previous line. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error Avoid nested blocks. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error Avoid nested blocks. 184
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error Avoid nested blocks. 189
Error Line is longer than 80 characters. 190
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error Missing a Javadoc comment. 198
Error '{' should be on the previous line. 199
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error Missing a Javadoc comment. 205
Error '{' should be on the previous line. 206
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '{' should be on the previous line. 211
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '}' should be on the same line. 214
Error '{' should be on the previous line. 216
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 223
Error '(' is preceded with whitespace. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '(' is preceded with whitespace. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error Missing a Javadoc comment. 234
Error '{' should be on the previous line. 235
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '{' should be on the previous line. 237
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error '{' should be on the previous line. 241
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '}' should be on the same line. 243
Error '{' should be on the previous line. 245
Error Missing a Javadoc comment. 251
Error '{' should be on the previous line. 252
Error switch without "default" clause. 256
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 257
Error Avoid nested blocks. 259
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error Line has trailing spaces. 261
Error Line is longer than 80 characters. 262
Error '(' is followed by whitespace. 262
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error ')' is preceded with whitespace. 262
Error Avoid nested blocks. 266
Error Avoid nested blocks. 271
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error Avoid nested blocks. 278
Error Avoid nested blocks. 283
Error Missing a Javadoc comment. 294
Error '{' should be on the previous line. 295
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error '{' should be on the previous line. 302
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error '}' should be on the same line. 305
Error '{' should be on the previous line. 307
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error '(' is followed by whitespace. 313
Error ')' is preceded with whitespace. 314
Error Method 'locationPath' is not designed for extension - needs to be abstract, final or empty. 317
Error Missing a Javadoc comment. 317
Error Parameter isAbsolute should be final. 317
Error '{' should be on the previous line. 318
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error '{' should be on the previous line. 320
Error Avoid nested blocks. 323
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error '{' should be on the previous line. 325
Error '}' should be on the same line. 327
Error '{' should be on the previous line. 329
Error Avoid nested blocks. 339
Error Avoid nested blocks. 344
Error Line is longer than 80 characters. 345
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 345
Error Missing a Javadoc comment. 351
Error '{' should be on the previous line. 352
Error switch without "default" clause. 355
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error '{' should be on the previous line. 356
Error Avoid nested blocks. 358
Error '(' is followed by whitespace. 359
Error ')' is preceded with whitespace. 359
Error switch without "default" clause. 361
Error '(' is followed by whitespace. 361
Error ')' is preceded with whitespace. 361
Error '{' should be on the previous line. 362
Error Avoid nested blocks. 369
Error Avoid nested blocks. 377
Error '(' is followed by whitespace. 378
Error ')' is preceded with whitespace. 378
Error '(' is followed by whitespace. 381
Error ')' is preceded with whitespace. 381
Error '(' is followed by whitespace. 382
Error ')' is preceded with whitespace. 382
Error '{' should be on the previous line. 383
Error Avoid nested blocks. 389
Error Line is longer than 80 characters. 394
Error Line has trailing spaces. 400
Error Missing a Javadoc comment. 404
Error '{' should be on the previous line. 405
Error switch without "default" clause. 408
Error '(' is followed by whitespace. 408
Error ')' is preceded with whitespace. 408
Error '{' should be on the previous line. 409
Error Avoid nested blocks. 411
Error '(' is followed by whitespace. 412
Error ')' is preceded with whitespace. 412
Error Avoid nested blocks. 416
Error '(' is followed by whitespace. 417
Error ')' is preceded with whitespace. 417
Error '(' is followed by whitespace. 420
Error ')' is preceded with whitespace. 420
Error Missing a Javadoc comment. 431
Error '{' should be on the previous line. 432
Error '(' is followed by whitespace. 433
Error ')' is preceded with whitespace. 433
Error '{' should be on the previous line. 434
Error Avoid nested blocks. 441
Error Avoid nested blocks. 446
Error Avoid nested blocks. 450
Error Line is longer than 80 characters. 451
Error '(' is followed by whitespace. 451
Error ')' is preceded with whitespace. 451
Error '{' should be on the previous line. 457
Error '(' is followed by whitespace. 458
Error '(' is followed by whitespace. 458
Error '(' is followed by whitespace. 460
Error ')' is preceded with whitespace. 460
Error ')' is preceded with whitespace. 460
Error '{' should be on the previous line. 461
Error switch without "default" clause. 462
Error '(' is followed by whitespace. 462
Error ')' is preceded with whitespace. 462
Error '{' should be on the previous line. 463
Error Avoid nested blocks. 465
Error '(' is followed by whitespace. 466
Error ')' is preceded with whitespace. 466
Error Avoid nested blocks. 470
Error Line is longer than 80 characters. 471
Error '(' is followed by whitespace. 471
Error ')' is preceded with whitespace. 471
Error '(' is followed by whitespace. 474
Error ')' is preceded with whitespace. 474
Error '}' should be on the same line. 478
Error '{' should be on the previous line. 480
Error Line has trailing spaces. 483
Error '(' is followed by whitespace. 484
Error ')' is preceded with whitespace. 484
Error '{' should be on the previous line. 485
Error Avoid nested blocks. 491
Error Avoid nested blocks. 496
Error Line is longer than 80 characters. 497
Error '(' is followed by whitespace. 497
Error ')' is preceded with whitespace. 497
Error '(' is followed by whitespace. 502
Error ')' is preceded with whitespace. 502
Error Method 'step' is not designed for extension - needs to be abstract, final or empty. 505
Error Missing a Javadoc comment. 505
Error '{' should be on the previous line. 506
Error switch without "default" clause. 509
Error '(' is followed by whitespace. 509
Error ')' is preceded with whitespace. 509
Error '{' should be on the previous line. 510
Error Avoid nested blocks. 513
Error Avoid nested blocks. 518
Error Avoid nested blocks. 523
Error '(' is followed by whitespace. 524
Error ')' is preceded with whitespace. 524
Error '{' should be on the previous line. 525
Error '}' should be on the same line. 527
Error '{' should be on the previous line. 529
Error Avoid nested blocks. 535
Error '(' is followed by whitespace. 541
Error ')' is preceded with whitespace. 541
Error Missing a Javadoc comment. 544
Error '{' should be on the previous line. 545
Error switch without "default" clause. 548
Error '(' is followed by whitespace. 548
Error ')' is preceded with whitespace. 548
Error '{' should be on the previous line. 549
Error Avoid nested blocks. 551
Error '(' is followed by whitespace. 552
Error ')' is preceded with whitespace. 552
Error Avoid nested blocks. 557
Error '(' is followed by whitespace. 558
Error ')' is preceded with whitespace. 558
Error '(' is followed by whitespace. 560
Error ')' is preceded with whitespace. 560
Error '(' is followed by whitespace. 562
Error ')' is preceded with whitespace. 562
Error '{' should be on the previous line. 563
Error '(' is followed by whitespace. 564
Error ')' is preceded with whitespace. 564
Error '(' is followed by whitespace. 567
Error ')' is preceded with whitespace. 567
Error '(' is followed by whitespace. 568
Error ')' is preceded with whitespace. 568
Error Missing a Javadoc comment. 577
Error Parameter axis should be final. 577
Error '{' should be on the previous line. 578
Error '(' is followed by whitespace. 579
Error ')' is preceded with whitespace. 579
Error '{' should be on the previous line. 580
Error Avoid nested blocks. 582
Error '(' is followed by whitespace. 583
Error ')' is preceded with whitespace. 583
Error '{' should be on the previous line. 584
Error Avoid nested blocks. 586
Error '(' is followed by whitespace. 587
Error ')' is preceded with whitespace. 587
Error Avoid nested blocks. 591
Error '(' is followed by whitespace. 592
Error ')' is preceded with whitespace. 592
Error Avoid nested blocks. 599
Error '(' is followed by whitespace. 600
Error ')' is preceded with whitespace. 600
Error Line is longer than 80 characters. 604
Error Missing a Javadoc comment. 609
Error Parameter axis should be final. 609
Error '{' should be on the previous line. 610
Error '(' is followed by whitespace. 611
Error ')' is preceded with whitespace. 611
Error '(' is followed by whitespace. 614
Error ')' is preceded with whitespace. 614
Error '(' is followed by whitespace. 616
Error '(' is followed by whitespace. 616
Error ')' is preceded with whitespace. 616
Error ')' is preceded with whitespace. 616
Error '{' should be on the previous line. 617
Error '(' is followed by whitespace. 620
Error ')' is preceded with whitespace. 620
Error '{' should be on the previous line. 621
Error '(' is followed by whitespace. 622
Error ')' is preceded with whitespace. 622
Error '(' is followed by whitespace. 625
Error ')' is preceded with whitespace. 625
Error '(' is followed by whitespace. 627
Error ')' is preceded with whitespace. 628
Error '}' should be on the same line. 633
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. 636
Error ')' is preceded with whitespace. 636
Error '(' is followed by whitespace. 638
Error ')' is preceded with whitespace. 638
Error '}' should be on the same line. 643
Error '(' is followed by whitespace. 644
Error '(' is followed by whitespace. 644
Error ')' is preceded with whitespace. 644
Error ')' is preceded with whitespace. 644
Error '{' should be on the previous line. 645
Error '(' is followed by whitespace. 646
Error ')' is preceded with whitespace. 646
Error '(' is followed by whitespace. 648
Error ')' is preceded with whitespace. 648
Error '}' should be on the same line. 653
Error '(' is followed by whitespace. 654
Error '(' is followed by whitespace. 654
Error ')' is preceded with whitespace. 654
Error ')' is preceded with whitespace. 654
Error '{' should be on the previous line. 655
Error '(' is followed by whitespace. 656
Error ')' is preceded with whitespace. 656
Error '(' is followed by whitespace. 658
Error ')' is preceded with whitespace. 658
Error '}' should be on the same line. 663
Error '{' should be on the previous line. 665
Error Line is longer than 80 characters. 666
Error '(' is followed by whitespace. 666
Error ')' is preceded with whitespace. 666
Error Missing a Javadoc comment. 671
Error Parameter axis should be final. 671
Error '{' should be on the previous line. 672
Error switch without "default" clause. 676
Error '(' is followed by whitespace. 676
Error ')' is preceded with whitespace. 676
Error '{' should be on the previous line. 677
Error Avoid nested blocks. 679
Error switch without "default" clause. 680
Error '(' is followed by whitespace. 680
Error ')' is preceded with whitespace. 680
Error '{' should be on the previous line. 681
Error Avoid nested blocks. 683
Error '(' is followed by whitespace. 684
Error ')' is preceded with whitespace. 684
Error '(' is followed by whitespace. 685
Error ')' is preceded with whitespace. 685
Error Line has trailing spaces. 692
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 '(' is followed by whitespace. 697
Error ')' is preceded with whitespace. 697
Error Avoid nested blocks. 701
Error '(' is followed by whitespace. 702
Error ')' is preceded with whitespace. 702
Error '(' is followed by whitespace. 708
Error ')' is preceded with whitespace. 708
Error '{' should be on the previous line. 709
Error Line has trailing spaces. 712
Error '(' is followed by whitespace. 713
Error ')' is preceded with whitespace. 715
Error Missing a Javadoc comment. 722
Error '{' should be on the previous line. 723
Error switch without "default" clause. 724
Error '(' is followed by whitespace. 724
Error ')' is preceded with whitespace. 724
Error '{' should be on the previous line. 725
Error Avoid nested blocks. 727
Error '(' is followed by whitespace. 728
Error ')' is preceded with whitespace. 728
Error '(' is followed by whitespace. 729
Error ')' is preceded with whitespace. 729
Error Avoid nested blocks. 735
Error '(' is followed by whitespace. 736
Error ')' is preceded with whitespace. 736
Error '(' is followed by whitespace. 737
Error ')' is preceded with whitespace. 737
Error Missing a Javadoc comment. 745
Error '{' should be on the previous line. 746
Error ')' is preceded with whitespace. 747
Error '{' should be on the previous line. 748
Error '(' is followed by whitespace. 749
Error ')' is preceded with whitespace. 749
Error '{' should be on the previous line. 750
Error '}' should be on the same line. 752
Error '{' should be on the previous line. 754
Error Line has trailing spaces. 759
Error Method 'predicate' is not designed for extension - needs to be abstract, final or empty. 760
Error Missing a Javadoc comment. 760
Error '{' should be on the previous line. 761
Error Line has trailing spaces. 763
Error '(' is followed by whitespace. 764
Error ')' is preceded with whitespace. 764
Error Line has trailing spaces. 765
Error '(' is followed by whitespace. 768
Error ')' is preceded with whitespace. 768
Error Missing a Javadoc comment. 773
Error '{' should be on the previous line. 774
Error Missing a Javadoc comment. 778
Error '{' should be on the previous line. 779
Error Missing a Javadoc comment. 783
Error '{' should be on the previous line. 784
Error Line has trailing spaces. 786
Error switch without "default" clause. 791
Error '(' is followed by whitespace. 791
Error ')' is preceded with whitespace. 791
Error '{' should be on the previous line. 792
Error Avoid nested blocks. 794
Error '(' is followed by whitespace. 796
Error ')' is preceded with whitespace. 796
Error '(' is followed by whitespace. 802
Error ')' is preceded with whitespace. 802
Error Missing a Javadoc comment. 805
Error '{' should be on the previous line. 806
Error switch without "default" clause. 813
Error '(' is followed by whitespace. 813
Error ')' is preceded with whitespace. 813
Error '{' should be on the previous line. 814
Error Avoid nested blocks. 816
Error '(' is followed by whitespace. 818
Error ')' is preceded with whitespace. 818
Error '(' is followed by whitespace. 824
Error ')' is preceded with whitespace. 824
Error Missing a Javadoc comment. 827
Error '{' should be on the previous line. 828
Error '{' should be on the previous line. 833
Error switch without "default" clause. 834
Error '(' is followed by whitespace. 834
Error ')' is preceded with whitespace. 834
Error '{' should be on the previous line. 835
Error Avoid nested blocks. 837
Error '(' is followed by whitespace. 838
Error ')' is preceded with whitespace. 838
Error '(' is followed by whitespace. 841
Error ')' is preceded with whitespace. 841
Error Avoid nested blocks. 845
Error '(' is followed by whitespace. 846
Error ')' is preceded with whitespace. 846
Error '(' is followed by whitespace. 849
Error ')' is preceded with whitespace. 849
Error Line has trailing spaces. 856
Error Missing a Javadoc comment. 857
Error '{' should be on the previous line. 858
Error Line is longer than 80 characters. 865
Error Line is longer than 80 characters. 866
Error Line has trailing spaces. 867
Error Line has trailing spaces. 868
Error Line has trailing spaces. 869
Error ')' is preceded with whitespace. 870
Error switch without "default" clause. 871
Error '(' is followed by whitespace. 871
Error ')' is preceded with whitespace. 871
Error '{' should be on the previous line. 872
Error Avoid nested blocks. 874
Error '(' is followed by whitespace. 875
Error ')' is preceded with whitespace. 875
Error '(' is followed by whitespace. 878
Error ')' is preceded with whitespace. 878
Error Avoid nested blocks. 882
Error '(' is followed by whitespace. 883
Error ')' is preceded with whitespace. 883
Error Line is longer than 80 characters. 886
Error '(' is followed by whitespace. 886
Error ')' is preceded with whitespace. 886
Error Avoid nested blocks. 890
Error '(' is followed by whitespace. 891
Error ')' is preceded with whitespace. 891
Error Line is longer than 80 characters. 894
Error '(' is followed by whitespace. 894
Error ')' is preceded with whitespace. 894
Error Avoid nested blocks. 898
Error '(' is followed by whitespace. 899
Error ')' is preceded with whitespace. 899
Error Line is longer than 80 characters. 902
Error '(' is followed by whitespace. 902
Error ')' is preceded with whitespace. 902
Error Line has trailing spaces. 908
Error Line has trailing spaces. 910
Error Missing a Javadoc comment. 911
Error '{' should be on the previous line. 912
Error '{' should be on the previous line. 917
Error switch without "default" clause. 918
Error '(' is followed by whitespace. 918
Error ')' is preceded with whitespace. 918
Error '{' should be on the previous line. 919
Error Avoid nested blocks. 921
Error '(' is followed by whitespace. 922
Error ')' is preceded with whitespace. 922
Error '(' is followed by whitespace. 925
Error ')' is preceded with whitespace. 925
Error Avoid nested blocks. 929
Error '(' is followed by whitespace. 930
Error ')' is preceded with whitespace. 930
Error '(' is followed by whitespace. 933
Error ')' is preceded with whitespace. 933
Error Missing a Javadoc comment. 941
Error '{' should be on the previous line. 942
Error Line is longer than 80 characters. 946
Error switch without "default" clause. 948
Error '(' is followed by whitespace. 948
Error ')' is preceded with whitespace. 948
Error '{' should be on the previous line. 949
Error Avoid nested blocks. 951
Error '(' is followed by whitespace. 952
Error ')' is preceded with whitespace. 952
Error Line is longer than 80 characters. 955
Error '(' is followed by whitespace. 955
Error ')' is preceded with whitespace. 955
Error Avoid nested blocks. 959
Error '(' is followed by whitespace. 960
Error ')' is preceded with whitespace. 960
Error '(' is followed by whitespace. 963
Error ')' is preceded with whitespace. 963
Error Avoid nested blocks. 967
Error '(' is followed by whitespace. 968
Error ')' is preceded with whitespace. 968
Error '(' is followed by whitespace. 971
Error ')' is preceded with whitespace. 971
Error Missing a Javadoc comment. 980
Error '{' should be on the previous line. 981
Error '(' is followed by whitespace. 982
Error ')' is preceded with whitespace. 982
Error '{' should be on the previous line. 983
Error Avoid nested blocks. 985
Error '(' is followed by whitespace. 987
Error ')' is preceded with whitespace. 987
Error '(' is followed by whitespace. 989
Error ')' is preceded with whitespace. 989
Error Avoid nested blocks. 993
Error Line has trailing spaces. 999
Error Missing a Javadoc comment. 1002
Error '{' should be on the previous line. 1003
Error switch without "default" clause. 1010
Error '(' is followed by whitespace. 1010
Error ')' is preceded with whitespace. 1010
Error '{' should be on the previous line. 1011
Error Avoid nested blocks. 1013
Error '(' is followed by whitespace. 1014
Error ')' is preceded with whitespace. 1014
Error '(' is followed by whitespace. 1021
Error ')' is preceded with whitespace. 1021
Error Missing a Javadoc comment. 1024
Error Parameter tokenType should be final. 1024
Error '{' should be on the previous line. 1025
Error '(' is followed by whitespace. 1028
Error ')' is preceded with whitespace. 1028
Error '(' is followed by whitespace. 1030
Error ')' is preceded with whitespace. 1030
Error '{' should be on the previous line. 1031
Error Line has trailing spaces. 1036
Error Line is longer than 80 characters. 1037
Error '(' is followed by whitespace. 1037
Error '(' is followed by whitespace. 1037
Error ')' is preceded with whitespace. 1037
Error ')' is preceded with whitespace. 1037
Error Missing a Javadoc comment. 1041
Error Name 'LA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1041
Error Parameter position should be final. 1041
Error '{' should be on the previous line. 1042
Error Line has trailing spaces. 1046
Error Missing a Javadoc comment. 1048
Error Name 'LT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1048
Error Parameter position should be final. 1048
Error '{' should be on the previous line. 1049
Error '(' is followed by whitespace. 1050
Error '(' is followed by whitespace. 1050
Error ')' is preceded with whitespace. 1050
Error ')' is preceded with whitespace. 1050
Error '{' should be on the previous line. 1051
Error '(' is followed by whitespace. 1052
Error ';' is preceded with whitespace. 1052
Error ';' is preceded with whitespace. 1052
Error ')' is preceded with whitespace. 1052
Error '{' should be on the previous line. 1053
Error '(' is followed by whitespace. 1054
Error ')' is preceded with whitespace. 1054
Error '(' is followed by whitespace. 1058
Error ')' is preceded with whitespace. 1058
Error Missing a Javadoc comment. 1061
Error Parameter name should be final. 1061
Error '{' should be on the previous line. 1062
Error '(' is followed by whitespace. 1065
Error '(' is followed by whitespace. 1065
Error ')' is preceded with whitespace. 1065
Error '(' is followed by whitespace. 1067
Error ')' is preceded with whitespace. 1067
Error '(' is followed by whitespace. 1069
Error ')' is preceded with whitespace. 1069
Error '(' is followed by whitespace. 1071
Error ')' is preceded with whitespace. 1071
Error ')' is preceded with whitespace. 1071
Error '{' should be on the previous line. 1072
Error Missing a Javadoc comment. 1079
Error Parameter message should be final. 1079
Error '{' should be on the previous line. 1080
Error '(' is followed by whitespace. 1084
Error ')' is preceded with whitespace. 1086
Error Missing a Javadoc comment. 1089
Error Parameter invalidAxis should be final. 1089
Error '{' should be on the previous line. 1090
Error Line is longer than 80 characters. 1094
Error '(' is followed by whitespace. 1096
Error ')' is preceded with whitespace. 1098

org/jaxen/saxpath/helpers/DefaultXPathHandler.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 59
Error Line has trailing spaces. 62
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error Missing a Javadoc comment. 79
Error '{' should be on the previous line. 80
Error Missing a Javadoc comment. 83
Error '{' should be on the previous line. 84
Error Missing a Javadoc comment. 87
Error '{' should be on the previous line. 88
Error Missing a Javadoc comment. 91
Error '{' should be on the previous line. 92
Error Missing a Javadoc comment. 95
Error '{' should be on the previous line. 96
Error Missing a Javadoc comment. 99
Error '{' should be on the previous line. 100
Error Missing a Javadoc comment. 103
Error '{' should be on the previous line. 104
Error Missing a Javadoc comment. 107
Error Parameter axis should be final. 107
Error Parameter prefix should be final. 108
Error Parameter localName should be final. 109
Error '{' should be on the previous line. 110
Error Missing a Javadoc comment. 113
Error '{' should be on the previous line. 114
Error Missing a Javadoc comment. 117
Error Parameter axis should be final. 117
Error '{' should be on the previous line. 118
Error Missing a Javadoc comment. 120
Error '{' should be on the previous line. 121
Error Missing a Javadoc comment. 124
Error Parameter axis should be final. 124
Error '{' should be on the previous line. 125
Error Missing a Javadoc comment. 128
Error '{' should be on the previous line. 129
Error Missing a Javadoc comment. 132
Error Parameter axis should be final. 132
Error '{' should be on the previous line. 133
Error Missing a Javadoc comment. 136
Error '{' should be on the previous line. 137
Error Missing a Javadoc comment. 140
Error Parameter axis should be final. 140
Error Line is longer than 80 characters. 141
Error Parameter name should be final. 141
Error Missing a Javadoc comment. 144
Error '{' should be on the previous line. 145
Error Missing a Javadoc comment. 148
Error '{' should be on the previous line. 149
Error Missing a Javadoc comment. 152
Error '{' should be on the previous line. 153
Error Missing a Javadoc comment. 156
Error '{' should be on the previous line. 157
Error Missing a Javadoc comment. 160
Error '{' should be on the previous line. 161
Error Missing a Javadoc comment. 164
Error '{' should be on the previous line. 165
Error Missing a Javadoc comment. 168
Error Parameter create should be final. 168
Error '{' should be on the previous line. 169
Error Missing a Javadoc comment. 172
Error '{' should be on the previous line. 173
Error Missing a Javadoc comment. 176
Error Parameter create should be final. 176
Error '{' should be on the previous line. 177
Error Missing a Javadoc comment. 180
Error '{' should be on the previous line. 181
Error Missing a Javadoc comment. 184
Error Parameter operator should be final. 184
Error '{' should be on the previous line. 185
Error Missing a Javadoc comment. 188
Error '{' should be on the previous line. 189
Error Missing a Javadoc comment. 192
Error Parameter operator should be final. 192
Error '{' should be on the previous line. 193
Error Missing a Javadoc comment. 196
Error '{' should be on the previous line. 197
Error Missing a Javadoc comment. 200
Error Parameter operator should be final. 200
Error '{' should be on the previous line. 201
Error Missing a Javadoc comment. 204
Error '{' should be on the previous line. 205
Error Missing a Javadoc comment. 208
Error Parameter operator should be final. 208
Error '{' should be on the previous line. 209
Error Missing a Javadoc comment. 212
Error '{' should be on the previous line. 213
Error Missing a Javadoc comment. 216
Error Parameter operator should be final. 216
Error '{' should be on the previous line. 217
Error Missing a Javadoc comment. 220
Error '{' should be on the previous line. 221
Error Missing a Javadoc comment. 224
Error Parameter create should be final. 224
Error '{' should be on the previous line. 225
Error Missing a Javadoc comment. 228
Error Parameter number should be final. 228
Error '{' should be on the previous line. 229
Error Missing a Javadoc comment. 232
Error Parameter number should be final. 232
Error '{' should be on the previous line. 233
Error Missing a Javadoc comment. 236
Error Parameter literal should be final. 236
Error '{' should be on the previous line. 237
Error Missing a Javadoc comment. 240
Error Parameter prefix should be final. 240
Error Parameter variableName should be final. 241
Error '{' should be on the previous line. 242
Error Missing a Javadoc comment. 245
Error Parameter prefix should be final. 245
Error Parameter functionName should be final. 246
Error '{' should be on the previous line. 247
Error Missing a Javadoc comment. 250
Error '{' should be on the previous line. 251

org/jaxen/saxpath/helpers/XPathReaderFactory.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Class XPathReaderFactory should be declared as final. 68
Error '{' should be on the previous line. 69
Error Line is longer than 80 characters. 74
Error Line has trailing spaces. 75
Error Missing a Javadoc comment. 76
Error '{' is not followed by whitespace. 76
Error '}' is not preceded with whitespace. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error '{' should be on the previous line. 91
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 same line. 97
Error '{' should be on the previous line. 99
Error Must have at least one statement. 99
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line has trailing spaces. 112
Error Line has trailing spaces. 118
Error Line is longer than 80 characters. 126
Error Parameter className should be final. 126
Error '{' should be on the previous line. 132
Error '(' is followed by whitespace. 137
Error Line is longer than 80 characters. 139
Error ')' is preceded with whitespace. 139
Error Line has trailing spaces. 140
Error Line has trailing spaces. 143
Error '(' is followed by whitespace. 144
Error '!' is followed by whitespace. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 145
Error Line has trailing spaces. 146
Error '(' is followed by whitespace. 146
Error Line is longer than 80 characters. 147
Error ')' is preceded with whitespace. 147
Error '}' should be on the same line. 149
Error '{' should be on the previous line. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
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 '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '}' should be on the same line. 162
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Line has trailing spaces. 167

org/jaxen/util/AncestorAxisIterator.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 56
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Line has trailing spaces. 59
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 65
Error Line has trailing spaces. 69
Error Parameter contextNode should be final. 73
Error Parameter navigator 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 Line has trailing spaces. 80

org/jaxen/util/AncestorOrSelfAxisIterator.java

ErrorLine
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 76
Error Parameter contextNode should be final. 80
Error 'contextNode' hides a field. 80
Error Parameter navigator should be final. 81
Error 'navigator' hides a field. 81
Error '{' should be on the previous line. 82
Error Line is longer than 80 characters. 83
Error Line has trailing spaces. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 93
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 96
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 103
Error Line has trailing spaces. 105
Error Unused @throws tag for 'NoSuchElementException'. 106
Error Line has trailing spaces. 107
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 110
Error '{' should be on the previous line. 111
Error '{' should be on the previous line. 113
Error '}' should be on the same line. 120
Error '{' should be on the previous line. 122
Error Line has trailing spaces. 129
Error Unused @throws tag for 'UnsupportedOperationException'. 130
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 132
Error '{' should be on the previous line. 133
Error Line has trailing spaces. 136

org/jaxen/util/DescendantAxisIterator.java

ErrorLine
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 64
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 76
Error Parameter contextNode should be final. 80
Error Line is longer than 80 characters. 81
Error Parameter navigator should be final. 81
Error 'navigator' hides a field. 81
Error Expected @throws tag for 'UnsupportedAxisException'. 81
Error Missing a Javadoc comment. 86
Error Parameter navigator should be final. 86
Error 'navigator' hides a field. 86
Error Parameter iterator should be final. 87
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 95
Error Line has trailing spaces. 97
Error Method 'hasNext' 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 '{' should be on the previous line. 102
Error '{' should be on the previous line. 104
Error '-' is not preceded with whitespace. 107
Error '-' is not followed by whitespace. 107
Error Line has trailing spaces. 114
Error Line has trailing spaces. 116
Error Unused @throws tag for 'NoSuchElementException'. 117
Error Line has trailing spaces. 118
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 121
Error '{' should be on the previous line. 122
Error '{' should be on the previous line. 124
Error '{' should be on the previous line. 126
Error '}' should be on the same line. 133
Error '{' should be on the previous line. 135
Error Line has trailing spaces. 142
Error Unused @throws tag for 'UnsupportedOperationException'. 143
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 145
Error '{' should be on the previous line. 146

org/jaxen/util/DescendantOrSelfAxisIterator.java

ErrorLine
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Line is longer than 80 characters. 48
Error Line has trailing spaces. 54
Error Line has trailing spaces. 57
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 65
Error Parameter contextNode should be final. 69
Error Parameter navigator should be final. 70
Error '{' should be on the previous line. 71
Error Line has trailing spaces. 74

org/jaxen/util/FollowingAxisIterator.java

ErrorLine
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 61
Error Line has trailing spaces. 62
Error Line is longer than 80 characters. 62
Error Line has trailing spaces. 64
Error '{' should be on the previous line. 68
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error Line has trailing spaces. 79
Error Parameter contextNode should be final. 83
Error 'contextNode' hides a field. 83
Error Line is longer than 80 characters. 84
Error Parameter navigator should be final. 84
Error 'navigator' hides a field. 84
Error Expected @throws tag for 'UnsupportedAxisException'. 84
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 94
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 ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error Line is longer than 80 characters. 104
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. 113
Error '{' should be on the previous line. 114
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error Line is longer than 80 characters. 126
Error '}' should be on the same line. 128
Error '{' should be on the previous line. 130
Error '}' should be on the same line. 133
Error '{' should be on the previous line. 135
Error Line has trailing spaces. 141
Error Line has trailing spaces. 143
Error Line has trailing spaces. 145
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 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 '(' is followed by whitespace. 152
Error '!' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 153
Error Line has trailing spaces. 163
Error Line has trailing spaces. 165
Error Line has trailing spaces. 167
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 170
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 170
Error '{' should be on the previous line. 171
Error '(' is followed by whitespace. 172
Error '!' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error Line has trailing spaces. 182
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 185
Error Redundant throws: 'UnsupportedOperationException' is unchecked exception. 185
Error '{' should be on the previous line. 186

org/jaxen/util/FollowingSiblingAxisIterator.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 45
Error Line has trailing spaces. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 66
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. 74
Error Line has trailing spaces. 78
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 Expected @throws tag for 'UnsupportedAxisException'. 83
Error Missing a Javadoc comment. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
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 ')' is preceded with whitespace. 96
Error Line has trailing spaces. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error 'if' construct must use '{}'s. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '}' should be on the same line. 103
Error Line has trailing spaces. 109
Error Line has trailing spaces. 112
Error Line has trailing spaces. 114
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 117
Error '{' should be on the previous line. 118
Error Line has trailing spaces. 124
Error Line has trailing spaces. 126
Error Line has trailing spaces. 128
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 131
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 131
Error '{' should be on the previous line. 132
Error Line has trailing spaces. 138
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 141
Error Redundant throws: 'UnsupportedOperationException' is unchecked exception. 141
Error '{' should be on the previous line. 142

org/jaxen/util/LinkedIterator.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 65
Error '{' should be on the previous line. 66
Error Method 'addIterator' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Parameter i 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 'hasNext' 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 '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error 'cast' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 84
Error '!' is followed by whitespace. 84
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error '}' should be on the same line. 91
Error '{' should be on the previous line. 93
Error Method 'next' 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 followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error 'cast' is not followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line has trailing spaces. 112
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 115
Error '{' should be on the previous line. 116

org/jaxen/util/PrecedingAxisIterator.java

ErrorLine
Error Line is longer than 80 characters. 4
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 64
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 65
Error Line has trailing spaces. 67
Error Line has trailing spaces. 70
Error Line has trailing spaces. 75
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 78
Error Line is longer than 80 characters. 79
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 81
Error Line has trailing spaces. 84
Error Line has trailing spaces. 88
Error '{' should be on the previous line. 92
Error Missing a Javadoc comment. 93
Error Missing a Javadoc comment. 94
Error Missing a Javadoc comment. 95
Error Missing a Javadoc comment. 96
Error Missing a Javadoc comment. 98
Error Line has trailing spaces. 102
Error Parameter contextNode should be final. 106
Error Line is longer than 80 characters. 107
Error Parameter navigator should be final. 107
Error 'navigator' hides a field. 107
Error Expected @throws tag for 'UnsupportedAxisException'. 107
Error Line is longer than 80 characters. 110
Error Line has trailing spaces. 119
Error Line has trailing spaces. 121
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 124
Error '{' should be on the previous line. 125
Error '{' should be on the previous line. 127
Error '{' should be on the previous line. 129
Error '{' should be on the previous line. 131
Error '{' should be on the previous line. 133
Error '{' should be on the previous line. 135
Error Line is longer than 80 characters. 139
Error '}' should be on the same line. 143
Error '{' should be on the previous line. 145
Error Line is longer than 80 characters. 146
Error '-' is not preceded with whitespace. 146
Error '-' is not followed by whitespace. 146
Error '}' should be on the same line. 150
Error '{' should be on the previous line. 152
Error Missing a Javadoc comment. 157
Error Parameter node should be final. 157
Error '{' should be on the previous line. 158
Error '{' should be on the previous line. 160
Error '{' should be on the previous line. 165
Error '{' should be on the previous line. 167
Error '}' should be on the same line. 172
Error '{' should be on the previous line. 174
Error Line has trailing spaces. 181
Error Line has trailing spaces. 183
Error Line has trailing spaces. 185
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 188
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 188
Error '{' should be on the previous line. 189
Error '{' should be on the previous line. 191
Error '{' should be on the previous line. 195
Error '{' should be on the previous line. 198
Error Line has trailing spaces. 211
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 214
Error Redundant throws: 'UnsupportedOperationException' is unchecked exception. 214
Error '{' should be on the previous line. 215
Error Line has trailing spaces. 218

org/jaxen/util/PrecedingSiblingAxisIterator.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 45
Error Line has trailing spaces. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 67
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 Missing a Javadoc comment. 77
Error Line has trailing spaces. 81
Error Parameter contextNode should be final. 85
Error 'contextNode' hides a field. 85
Error Line is longer than 80 characters. 86
Error Parameter navigator should be final. 86
Error 'navigator' hides a field. 86
Error Expected @throws tag for 'UnsupportedAxisException'. 86
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error Missing a Javadoc comment. 98
Error '{' should be on the previous line. 99
Error Line has trailing spaces. 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 '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line has trailing spaces. 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. 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 Line has trailing spaces. 117
Error Line has trailing spaces. 119
Error '}' should be on the same line. 120
Error Line has trailing spaces. 124
Error Line is longer than 80 characters. 128
Error Line has trailing spaces. 129
Error Line has trailing spaces. 131
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error Line has trailing spaces. 141
Error Line has trailing spaces. 143
Error Line has trailing spaces. 145
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 148
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 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 '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error '}' should be on the same line. 159
Error Line has trailing spaces. 168
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 171
Error Expected @throws tag for 'UnsupportedOperationException'. 171
Error Redundant throws: 'UnsupportedOperationException' is unchecked exception. 171
Error '{' should be on the previous line. 172

org/jaxen/util/SelfAxisIterator.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 54
Error Line has trailing spaces. 56
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 65
Error Parameter node should be final. 68
Error '{' should be on the previous line. 69

org/jaxen/util/SingleObjectIterator.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Line has trailing spaces. 67
Error Parameter object should be final. 70
Error 'object' hides a field. 70
Error '{' should be on the previous line. 71
Error Line is longer than 80 characters. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 81
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 84
Error '{' should be on the previous line. 85
Error '!' is followed by whitespace. 86
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Line has trailing spaces. 94
Error Unused @throws tag for 'NoSuchElementException'. 95
Error Line has trailing spaces. 96
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 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 previous line. 102
Error Line has trailing spaces. 112
Error Unused @throws tag for 'UnsupportedOperationException'. 113
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 115
Error '{' should be on the previous line. 116
Error Line has trailing spaces. 119

org/jaxen/util/SingletonList.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 59
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 69
Error Line has trailing spaces. 70
Error Parameter element should be final. 73
Error 'element' hides a field. 73
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 79
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 82
Error Line has trailing spaces. 88
Error Line has trailing spaces. 90
Error Unused @throws tag for 'IndexOutOfBoundsException'. 91
Error Line has trailing spaces. 92
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 94
Error Parameter index should be final. 94
Error Expected @param tag for 'index'. 94
Error 'if' is not followed by whitespace. 95
Error Line has trailing spaces. 100

org/jaxen/util/StackedIterator.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 61
Error Line has trailing spaces. 62
Error Line is longer than 80 characters. 62
Error '{' should be on the previous line. 66
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Parameter contextNode should be final. 73
Error Parameter navigator should be final. 74
Error 'navigator' hides a field. 74
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 80
Error Missing a Javadoc comment. 83
Error '{' should be on the previous line. 84
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter contextNode should be final. 89
Error Parameter navigator should be final. 90
Error 'navigator' hides a field. 90
Error '{' should be on the previous line. 91
Error Line has trailing spaces. 93
Error Method 'internalCreateIterator' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter contextNode should be final. 97
Error '{' should be on the previous line. 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 previous line. 100
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Method 'hasNext' 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. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error '!' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
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 'remove' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Redundant throws: 'UnsupportedOperationException' is unchecked exception. 136
Error '{' should be on the previous line. 137
Error Missing a Javadoc comment. 141
Error 'protected' modifier out of order with the JLS suggestions. 141
Error Method 'pushIterator' is not designed for extension - needs to be abstract, final or empty. 143
Error Missing a Javadoc comment. 143
Error Parameter iter should be final. 143
Error '{' should be on the previous line. 144
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146
Error Missing a Javadoc comment. 151
Error '{' should be on the previous line. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 154
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '{' should be on the previous line. 158
Error Method 'getNavigator' 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

org/jaxen/xom/DocumentNavigator.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 89
Error Line has trailing spaces. 91
Error Method 'isAttribute' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Parameter o should be final. 95
Error Method 'isComment' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Parameter o should be final. 99
Error Method 'isDocument' 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 'isElement' 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 'isNamespace' 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 'isProcessingInstruction' 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 'isText' 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 Line has trailing spaces. 124
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Parameter o should be final. 125
Error Avoid inline conditionals. 126
Error 'cast' is not followed by whitespace. 126
Error Method 'getAttributeNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Parameter o should be final. 129
Error Avoid inline conditionals. 130
Error 'cast' is not followed by whitespace. 130
Error Method 'getAttributeQName' 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 'getAttributeStringValue' 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 Line has trailing spaces. 142
Error Method 'getCommentStringValue' is not designed for extension - needs to be abstract, final or empty. 143
Error Missing a Javadoc comment. 143
Error Parameter o should be final. 143
Error Avoid inline conditionals. 144
Error 'cast' is not followed by whitespace. 144
Error Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error Parameter o should be final. 147
Error Avoid inline conditionals. 148
Error 'cast' is not followed by whitespace. 148
Error Method 'getElementNamespaceUri' 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 'getElementQName' 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 'getElementStringValue' 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 Line has trailing spaces. 164
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error Parameter o should be final. 165
Error 'cast' is not followed by whitespace. 167
Error 'cast' is not followed by whitespace. 169
Error 'cast' is not followed by whitespace. 171
Error Method 'getNamespaceStringValue' is not designed for extension - needs to be abstract, final or empty. 176
Error Missing a Javadoc comment. 176
Error Parameter o should be final. 176
Error 'cast' is not followed by whitespace. 178
Error 'cast' is not followed by whitespace. 180
Error 'cast' is not followed by whitespace. 182
Error Line has trailing spaces. 188
Error Method 'getTextStringValue' is not designed for extension - needs to be abstract, final or empty. 189
Error Missing a Javadoc comment. 189
Error Parameter o should be final. 189
Error Avoid inline conditionals. 190
Error 'cast' is not followed by whitespace. 190
Error Line has trailing spaces. 192
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 195
Error Missing a Javadoc comment. 195
Error Parameter s should be final. 195
Error Method 'getDocumentNode' is not designed for extension - needs to be abstract, final or empty. 203
Error Missing a Javadoc comment. 203
Error Parameter o should be final. 203
Error 'cast' is not followed by whitespace. 206
Error 'cast' is not followed by whitespace. 208
Error Line has trailing spaces. 214
Error Missing a Javadoc comment. 215
Error Missing a Javadoc comment. 216
Error Missing a Javadoc comment. 217
Error Missing a Javadoc comment. 218
Error Parameter o should be final. 218
Error 'o' hides a field. 218
Error Parameter pos should be final. 218
Error 'pos' hides a field. 218
Error Parameter end should be final. 218
Error 'end' hides a field. 218
Error Missing a Javadoc comment. 223
Error Line has trailing spaces. 226
Error Missing a Javadoc comment. 226
Error 'o' hides a field. 226
Error Line has trailing spaces. 227
Error Missing a Javadoc comment. 228
Error Missing a Javadoc comment. 232
Error Line has trailing spaces. 236
Error Line has trailing spaces. 238
Error Method 'getAttributeAxisIterator' is not designed for extension - needs to be abstract, final or empty. 239
Error Missing a Javadoc comment. 239
Error Parameter o should be final. 239
Error 'cast' is not followed by whitespace. 241
Error Parameter o should be final. 242
Error Parameter i should be final. 242
Error 'cast' is not followed by whitespace. 243
Error Method 'getChildAxisIterator' is not designed for extension - needs to be abstract, final or empty. 250
Error Missing a Javadoc comment. 250
Error Parameter o should be final. 250
Error 'cast' is not followed by whitespace. 252
Error Parameter o should be final. 253
Error Parameter i should be final. 253
Error 'cast' is not followed by whitespace. 254
Error Method 'getParentAxisIterator' is not designed for extension - needs to be abstract, final or empty. 263
Error Missing a Javadoc comment. 263
Error Parameter o should be final. 263
Error 'cast' is not followed by whitespace. 266
Error 'cast' is not followed by whitespace. 268
Error Avoid inline conditionals. 270
Error Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. 273
Error Missing a Javadoc comment. 273
Error Parameter o should be final. 273
Error Avoid inline conditionals. 274
Error 'cast' is not followed by whitespace. 274
Error Line is longer than 80 characters. 279
Error Method 'getPrecedingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 279
Error Missing a Javadoc comment. 279
Error Parameter o should be final. 279
Error Line is longer than 80 characters. 283
Error Method 'getPrecedingSiblingAxisIterator' is not designed for extension - needs to be abstract, final or empty. 283
Error Missing a Javadoc comment. 283
Error Parameter o should be final. 283
Error Line has trailing spaces. 286
Error Method 'getProcessingInstructionData' is not designed for extension - needs to be abstract, final or empty. 289
Error Missing a Javadoc comment. 289
Error Parameter o should be final. 289
Error Line is longer than 80 characters. 290
Error Avoid inline conditionals. 290
Error 'cast' is not followed by whitespace. 290
Error Method 'getProcessingInstructionTarget' is not designed for extension - needs to be abstract, final or empty. 293
Error Missing a Javadoc comment. 293
Error Parameter o should be final. 293
Error Line is longer than 80 characters. 294
Error Avoid inline conditionals. 294
Error 'cast' is not followed by whitespace. 294
Error Method 'translateNamespacePrefixToUri' is not designed for extension - needs to be abstract, final or empty. 299
Error Missing a Javadoc comment. 299
Error Parameter s should be final. 299
Error Parameter o should be final. 299
Error Must have at least one statement. 303
Error '}' should be on the same line. 304
Error 'cast' is not followed by whitespace. 306
Error 'cast' is not followed by whitespace. 306
Error '}' should be on the same line. 307
Error '{' should be on the previous line. 309
Error 'cast' is not followed by whitespace. 310
Error Line has trailing spaces. 319
Error Method 'parseXPath' is not designed for extension - needs to be abstract, final or empty. 320
Error Missing a Javadoc comment. 320
Error Parameter s should be final. 320
Error Line has trailing spaces. 325
Error '{' should be on the previous line. 332
Error Missing a Javadoc comment. 333
Error Missing a Javadoc comment. 335
Error Missing a Javadoc comment. 337
Error Parameter elt should be final. 337
Error Parameter uri should be final. 337
Error 'uri' hides a field. 337
Error Parameter prefix should be final. 337
Error 'prefix' hides a field. 337
Error '{' should be on the previous line. 338
Error Line has trailing spaces. 344
Error Line is longer than 80 characters. 345
Error Expected an @return tag. 348
Error '{' should be on the previous line. 349
Error Missing a Javadoc comment. 353
Error '{' should be on the previous line. 354
Error Missing a Javadoc comment. 358
Error '{' should be on the previous line. 359
Error Missing a Javadoc comment. 363
Error '{' should be on the previous line. 364
Error '(' is followed by whitespace. 365
Error '+' should be on a new line. 365
Error '+' should be on a new line. 366
Error ')' is preceded with whitespace. 367
Error Line has trailing spaces. 372
Error Line is longer than 80 characters. 373
Error Missing a Javadoc comment. 373
Error Parameter elt should be final. 373
Error Parameter uri should be final. 373
Error Parameter prefix should be final. 373
Error Parameter map should be final. 373
Error '!' is followed by whitespace. 375
Error Line has trailing spaces. 381
Error Method 'getNamespaceAxisIterator' is not designed for extension - needs to be abstract, final or empty. 382
Error Missing a Javadoc comment. 382
Error Parameter o should be final. 382
Error '{' should be on the previous line. 383
Error '!' is followed by whitespace. 384
Error 'cast' is not followed by whitespace. 388
Error Line has trailing spaces. 390
Error 'cast' is not followed by whitespace. 392
Error Line is longer than 80 characters. 404

org/jaxen/xom/XOMXPath.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 75
Error Parameter xpathExpr should be final. 86
Error '{' should be on the previous line. 87
Error '(' is followed by whitespace. 88
Error Line has trailing spaces. 90

org/w3c/dom/UserDataHandler.java

ErrorLine
Error File does not end with a newline. 0

org/w3c/dom/UserDataHandler.java

ErrorLine
Error Line is longer than 80 characters. 1
Error Line has trailing spaces. 2
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 11
Error Redundant 'public' modifier. 11
Error Missing a Javadoc comment. 12
Error Redundant 'public' modifier. 12
Error Missing a Javadoc comment. 13
Error Redundant 'public' modifier. 13
Error Missing a Javadoc comment. 14
Error Redundant 'public' modifier. 14
Error Missing a Javadoc comment. 15
Error Redundant 'public' modifier. 15
Error Line has trailing spaces. 17
Error Missing a Javadoc comment. 17
Error Redundant 'public' modifier. 17
Error Line has trailing spaces. 18
Error Line has trailing spaces. 19
Error Line has trailing spaces. 20

org/w3c/dom/package.html

ErrorLine
Error Missing package documentation file.0

org/jaxen/test/AddNamespaceTest.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/AddNamespaceTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 58
Error '{' should be on the previous line. 59
Error Missing a Javadoc comment. 60
Error Parameter name should be final. 60
Error '{' should be on the previous line. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line has trailing spaces. 64
Error Method 'testDefaultContext' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error '{' should be on the previous line. 66
Error '(' is followed by whitespace. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error ')' is preceded with whitespace. 76

org/jaxen/test/AncestorOrSelfAxisIteratorTest.java

ErrorLine
Error Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error Parameter name should be final. 63
Error Line has trailing spaces. 66
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Method 'testNoInfiniteLoops' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Line has trailing spaces. 80
Error Line has trailing spaces. 84
Error '}' should be on the same line. 85
Error Must have at least one statement. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Method 'testRemove' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Line has trailing spaces. 93
Error Line has trailing spaces. 96
Error '}' should be on the same line. 97
Error Must have at least one statement. 98
Error Line has trailing spaces. 100
Error Line has trailing spaces. 102

org/jaxen/test/ArithmeticTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 80
Error Parameter name should be final. 80
Error Line has trailing spaces. 84
Error Method 'testNumbersThatBeginWithADecimalPoint' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Line has trailing spaces. 86
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Method 'testNumbersThatBeginWithADecimalPoint2' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error Line has trailing spaces. 96
Error Line has trailing spaces. 100
Error Line has trailing spaces. 101
Error Line has trailing spaces. 103
Error Method 'testLeftAssociativityOfLessThanOrEqual' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Line has trailing spaces. 105
Error Line has trailing spaces. 109
Error Line has trailing spaces. 110
Error Line has trailing spaces. 112

org/jaxen/test/AxisTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 62
Error Parameter name should be final. 62
Error Method 'testIllegalAxisNumber' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error '-10009' is a magic number. 68
Error '}' should be on the same line. 70
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75

org/jaxen/test/BaseTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/BaseTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Utility classes should not have a public or default constructor. 64
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 71
Error Line has trailing spaces. 73

org/jaxen/test/BaseXPathTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 84
Error Missing a Javadoc comment. 91
Error Missing a Javadoc comment. 92
Error Missing a Javadoc comment. 94
Error Parameter name should be final. 94
Error Line has trailing spaces. 97
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error Line has trailing spaces. 99
Error Line has trailing spaces. 104
Error Line has trailing spaces. 106
Error Method 'testSelectSingleNodeForContext' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Line has trailing spaces. 108
Error Line has trailing spaces. 110
Error Line has trailing spaces. 113
Error '3' is a magic number. 115
Error '0.00001' is a magic number. 115
Error Line has trailing spaces. 116
Error Line has trailing spaces. 118
Error Line has trailing spaces. 119
Error Method 'testParentOfSelection' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Name 'img1_src' must match pattern '^[a-z][a-zA-Z0-9]*$'. 133
Error Name 'img2_src' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
Error Line has trailing spaces. 153
Error Line has trailing spaces. 154
Error Method 'testEvaluateString' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error Line has trailing spaces. 156
Error Line has trailing spaces. 158
Error Line has trailing spaces. 162
Error Line has trailing spaces. 164
Error Line has trailing spaces. 165
Error Method 'testNumberValueOfEmptyNodeSetIsNaN' is not designed for extension - needs to be abstract, final or empty. 166
Error Missing a Javadoc comment. 166
Error Line has trailing spaces. 167
Error Line has trailing spaces. 169
Error Line has trailing spaces. 173
Error Line has trailing spaces. 175
Error Line has trailing spaces. 176
Error Method 'testPathWithParentheses' is not designed for extension - needs to be abstract, final or empty. 177
Error Missing a Javadoc comment. 177
Error Line has trailing spaces. 178
Error Line has trailing spaces. 180
Error Line has trailing spaces. 185
Error Line has trailing spaces. 187
Error Line has trailing spaces. 189
Error Line has trailing spaces. 190
Error Method 'testEvaluateWithMultiNodeAnswer' is not designed for extension - needs to be abstract, final or empty. 191
Error Missing a Javadoc comment. 191
Error Line has trailing spaces. 192
Error Line has trailing spaces. 194
Error Line has trailing spaces. 198
Error Line has trailing spaces. 200
Error Line has trailing spaces. 201
Error Method 'testValueOfEmptyListIsEmptyString' is not designed for extension - needs to be abstract, final or empty. 202
Error Missing a Javadoc comment. 202
Error Line has trailing spaces. 203
Error Line has trailing spaces. 206
Error Line has trailing spaces. 209
Error Method 'testAllNodesQuery' is not designed for extension - needs to be abstract, final or empty. 212
Error Missing a Javadoc comment. 212
Error Line has trailing spaces. 213
Error Line is longer than 80 characters. 215
Error Line has trailing spaces. 217
Error Line has trailing spaces. 220
Error Line has trailing spaces. 223
Error Method 'testAncestorAxis' is not designed for extension - needs to be abstract, final or empty. 224
Error Missing a Javadoc comment. 224
Error Line has trailing spaces. 225
Error Line has trailing spaces. 233
Error Line has trailing spaces. 236
Error Line has trailing spaces. 238
Error Line has trailing spaces. 239
Error Line has trailing spaces. 240
Error Line has trailing spaces. 241
Error Line is longer than 80 characters. 242
Error Method 'testPrecedingSiblingAxisIsInDocumentOrder' is not designed for extension - needs to be abstract, final or empty. 242
Error Missing a Javadoc comment. 242
Error Line has trailing spaces. 243
Error Line has trailing spaces. 253
Error Line has trailing spaces. 256
Error Line has trailing spaces. 258
Error Line has trailing spaces. 259
Error Line has trailing spaces. 260
Error Line has trailing spaces. 261
Error Method 'testPrecedingAxisIsInDocumentOrder' is not designed for extension - needs to be abstract, final or empty. 262
Error Missing a Javadoc comment. 262
Error Line has trailing spaces. 263
Error Line has trailing spaces. 277
Error '3' is a magic number. 279
Error Line has trailing spaces. 280
Error Line has trailing spaces. 281
Error Line has trailing spaces. 283
Error Line has trailing spaces. 284
Error Line has trailing spaces. 285
Error Line has trailing spaces. 286
Error Line is longer than 80 characters. 287
Error Method 'testPrecedingAxisWithPositionalPredicate' is not designed for extension - needs to be abstract, final or empty. 287
Error Missing a Javadoc comment. 287
Error Line has trailing spaces. 288
Error Line has trailing spaces. 298
Error Line has trailing spaces. 300
Error Line has trailing spaces. 302
Error Line has trailing spaces. 303
Error Line has trailing spaces. 304
Error Line has trailing spaces. 305
Error Line is longer than 80 characters. 306
Error Method 'testAncestorAxisWithPositionalPredicate' is not designed for extension - needs to be abstract, final or empty. 306
Error Missing a Javadoc comment. 306
Error Line has trailing spaces. 307
Error Line has trailing spaces. 317
Error Line has trailing spaces. 319
Error Line has trailing spaces. 321
Error Line has trailing spaces. 322
Error Line has trailing spaces. 323
Error Line has trailing spaces. 324
Error Method 'testAncestorOrSelfAxis' is not designed for extension - needs to be abstract, final or empty. 325
Error Missing a Javadoc comment. 325
Error Line has trailing spaces. 326
Error Line has trailing spaces. 334
Error '3' is a magic number. 336
Error Line has trailing spaces. 337
Error Line has trailing spaces. 340
Error Line has trailing spaces. 341
Error Line has trailing spaces. 342
Error Line has trailing spaces. 343
Error Method 'testAbbreviatedDoubleSlashAxis' is not designed for extension - needs to be abstract, final or empty. 345
Error Missing a Javadoc comment. 345
Error Line has trailing spaces. 346
Error Line has trailing spaces. 364
Error '4' is a magic number. 366
Error Line has trailing spaces. 367
Error Line has trailing spaces. 368
Error Line has trailing spaces. 369
Error '3' is a magic number. 370
Error Line has trailing spaces. 371
Error Line has trailing spaces. 372
Error Line has trailing spaces. 373
Error Line has trailing spaces. 374
Error Method 'testAncestorFollowedByChildren' is not designed for extension - needs to be abstract, final or empty. 376
Error Missing a Javadoc comment. 376
Error Line has trailing spaces. 377
Error Line has trailing spaces. 395
Error '4' is a magic number. 397
Error Line has trailing spaces. 398
Error Line has trailing spaces. 399
Error Line has trailing spaces. 400
Error '3' is a magic number. 401
Error Line has trailing spaces. 402
Error Line has trailing spaces. 403
Error Line has trailing spaces. 404
Error Line has trailing spaces. 405
Error Method 'testDescendantAxis' is not designed for extension - needs to be abstract, final or empty. 407
Error Missing a Javadoc comment. 407
Error Line has trailing spaces. 408
Error Line has trailing spaces. 426
Error '4' is a magic number. 428
Error Line has trailing spaces. 429
Error Line has trailing spaces. 430
Error Line has trailing spaces. 431
Error '3' is a magic number. 432
Error Line has trailing spaces. 433
Error Line has trailing spaces. 434
Error Line has trailing spaces. 435
Error Method 'testDescendantAxisWithAttributes' is not designed for extension - needs to be abstract, final or empty. 436
Error Missing a Javadoc comment. 436
Error Line has trailing spaces. 437
Error Line has trailing spaces. 451
Error Line has trailing spaces. 464
Error '4' is a magic number. 466
Error Line has trailing spaces. 467
Error Line has trailing spaces. 468
Error Line has trailing spaces. 469
Error '3' is a magic number. 470
Error Line has trailing spaces. 471
Error Line has trailing spaces. 472
Error Line has trailing spaces. 473
Error Method 'testDescendantAxisWithNamespaceNodes' is not designed for extension - needs to be abstract, final or empty. 474
Error Missing a Javadoc comment. 474
Error Line has trailing spaces. 475
Error Line has trailing spaces. 489
Error Line is longer than 80 characters. 490
Error Line is longer than 80 characters. 493
Error Line is longer than 80 characters. 496
Error Line is longer than 80 characters. 499
Error Line has trailing spaces. 502
Error '8' is a magic number. 504
Error '4' is a magic number. 506
Error Line has trailing spaces. 515
Error Line has trailing spaces. 516
Error Line has trailing spaces. 517
Error Method 'testMultipleAttributesOnElement' is not designed for extension - needs to be abstract, final or empty. 518
Error Missing a Javadoc comment. 518
Error Line has trailing spaces. 519
Error Line has trailing spaces. 527
Error Line has trailing spaces. 540
Error '4' is a magic number. 542
Error Line has trailing spaces. 547
Error Line has trailing spaces. 548
Error Line has trailing spaces. 549
Error Line has trailing spaces. 550
Error Method 'testXMLNamespaceAttributeOrderOnAncestorAxis' is not designed for extension - needs to be abstract, final or empty. 550
Error Missing a Javadoc comment. 550
Error Line has trailing spaces. 552
Error Line has trailing spaces. 557
Error Line is longer than 80 characters. 558
Error Line is longer than 80 characters. 561
Error Line has trailing spaces. 564
Error Line has trailing spaces. 567
Error Line has trailing spaces. 573
Error Line has trailing spaces. 575
Error Line is longer than 80 characters. 576
Error Method 'testDescendantAxisWithAttributesAndChildren' is not designed for extension - needs to be abstract, final or empty. 576
Error Missing a Javadoc comment. 576
Error Line has trailing spaces. 577
Error Line has trailing spaces. 591
Error Line has trailing spaces. 604
Error '8' is a magic number. 606
Error Line has trailing spaces. 607
Error Line has trailing spaces. 608
Error Line has trailing spaces. 609
Error '3' is a magic number. 610
Error Line has trailing spaces. 611
Error '4' is a magic number. 611
Error Line has trailing spaces. 612
Error '5' is a magic number. 612
Error Line has trailing spaces. 613
Error '6' is a magic number. 613
Error '7' is a magic number. 614
Error Line has trailing spaces. 615
Error Line has trailing spaces. 616
Error Line has trailing spaces. 617
Error Method 'testAncestorAxisWithAttributes' is not designed for extension - needs to be abstract, final or empty. 618
Error Missing a Javadoc comment. 618
Error Line has trailing spaces. 619
Error Line has trailing spaces. 627
Error Line has trailing spaces. 637
Error Line has trailing spaces. 640
Error Line has trailing spaces. 641
Error Line has trailing spaces. 642
Error Line has trailing spaces. 643
Error Line has trailing spaces. 644
Error Line is longer than 80 characters. 646
Error Method 'testPrincipalNodeTypeOfSelfAxisIsElement' is not designed for extension - needs to be abstract, final or empty. 646
Error Missing a Javadoc comment. 646
Error Line has trailing spaces. 647
Error Line has trailing spaces. 654
Error Line has trailing spaces. 656
Error Line has trailing spaces. 657
Error Line has trailing spaces. 659
Error Line is longer than 80 characters. 661
Error Method 'testSelfAxisWithNodeTestCanReturnNonPrincipalNodeType' is not designed for extension - needs to be abstract, final or empty. 661
Error Missing a Javadoc comment. 661
Error Line has trailing spaces. 662
Error Line has trailing spaces. 669
Error Line has trailing spaces. 671
Error Line has trailing spaces. 672
Error Line has trailing spaces. 673
Error Line has trailing spaces. 674
Error Method 'testDescendantOrSelfAxis' is not designed for extension - needs to be abstract, final or empty. 677
Error Missing a Javadoc comment. 677
Error Line has trailing spaces. 678
Error Line has trailing spaces. 696
Error '4' is a magic number. 698
Error Line has trailing spaces. 699
Error Line has trailing spaces. 700
Error Line has trailing spaces. 701
Error '3' is a magic number. 702
Error Line has trailing spaces. 703
Error Line has trailing spaces. 704
Error Line has trailing spaces. 705
Error Line has trailing spaces. 706
Error Method 'testDuplicateNodes' is not designed for extension - needs to be abstract, final or empty. 707
Error Missing a Javadoc comment. 707
Error Line has trailing spaces. 708
Error Line has trailing spaces. 726
Error '6' is a magic number. 728
Error Line has trailing spaces. 729
Error Line has trailing spaces. 730
Error Line has trailing spaces. 731
Error Method 'testUnionOfNodesWithNonNodes' is not designed for extension - needs to be abstract, final or empty. 732
Error Missing a Javadoc comment. 732
Error Line has trailing spaces. 733
Error Line has trailing spaces. 751
Error '}' should be on the same line. 755
Error Line has trailing spaces. 759
Error Line has trailing spaces. 760
Error Line has trailing spaces. 761
Error Method 'testUnionOfEmptyNodeSetWithNonNodes' is not designed for extension - needs to be abstract, final or empty. 762
Error Missing a Javadoc comment. 762
Error Line has trailing spaces. 763
Error Line has trailing spaces. 775
Error '}' should be on the same line. 779
Error Line has trailing spaces. 783
Error Line has trailing spaces. 784
Error Line has trailing spaces. 785
Error Line has trailing spaces. 786
Error Method 'testSelectSingleNodeSelectsNothing' is not designed for extension - needs to be abstract, final or empty. 786
Error Missing a Javadoc comment. 786
Error Line has trailing spaces. 788
Error Line has trailing spaces. 794
Error Line has trailing spaces. 795
Error Line has trailing spaces. 796
Error Method 'testSAXPathExceptionThrownFromConstructor' is not designed for extension - needs to be abstract, final or empty. 797
Error Missing a Javadoc comment. 797
Error Line has trailing spaces. 798
Error '(' is followed by whitespace. 799
Error ')' is preceded with whitespace. 800
Error Line has trailing spaces. 801
Error '}' should be on the same line. 804
Error '}' should be on the same line. 807
Error '(' is followed by whitespace. 809
Error ')' is preceded with whitespace. 810
Error Line has trailing spaces. 812
Error Line has trailing spaces. 813
Error Line has trailing spaces. 814
Error Line has trailing spaces. 815
Error Method 'testBooleanValueOfEmptyNodeSetIsFalse' is not designed for extension - needs to be abstract, final or empty. 815
Error Missing a Javadoc comment. 815
Error Line has trailing spaces. 817
Error '!' is followed by whitespace. 822
Error Line has trailing spaces. 823
Error Line has trailing spaces. 824
Error Line has trailing spaces. 825
Error Line is longer than 80 characters. 826
Error Method 'testAddNamespaceWithNonSimpleNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 826
Error Missing a Javadoc comment. 826
Error Line has trailing spaces. 827
Error Parameter prefix should be final. 831
Error Line has trailing spaces. 834
Error Line has trailing spaces. 837
Error '}' should be on the same line. 839
Error Line has trailing spaces. 843
Error Line has trailing spaces. 844
Error Line has trailing spaces. 845
Error Method 'testDebug' is not designed for extension - needs to be abstract, final or empty. 846
Error Missing a Javadoc comment. 846
Error Line has trailing spaces. 849
Error Line is longer than 80 characters. 849
Error Line has trailing spaces. 852
Error Line has trailing spaces. 853
Error Line has trailing spaces. 854
Error Method 'testGetRootExpr' is not designed for extension - needs to be abstract, final or empty. 855
Error Missing a Javadoc comment. 855
Error Line has trailing spaces. 858
Error Line has trailing spaces. 859
Error Method 'testUnionUsesDocumentOrder' is not designed for extension - needs to be abstract, final or empty. 860
Error Missing a Javadoc comment. 860
Error Line has trailing spaces. 861
Error Line has trailing spaces. 879
Error '6' is a magic number. 881
Error Line has trailing spaces. 882
Error Line has trailing spaces. 883
Error Line has trailing spaces. 884
Error Line has trailing spaces. 885
Error '3' is a magic number. 885
Error Line has trailing spaces. 886
Error '4' is a magic number. 886
Error '5' is a magic number. 887
Error Line has trailing spaces. 888
Error Line has trailing spaces. 890
Error Method 'testArithmeticAssociativity' is not designed for extension - needs to be abstract, final or empty. 891
Error Missing a Javadoc comment. 891
Error '3' is a magic number. 894
Error Line has trailing spaces. 896
Error Method 'testLogicalAssociativity' is not designed for extension - needs to be abstract, final or empty. 897
Error Missing a Javadoc comment. 897
Error Line has trailing spaces. 902
Error Method 'testRelationalAssociativity3' is not designed for extension - needs to be abstract, final or empty. 903
Error Missing a Javadoc comment. 903
Error Line has trailing spaces. 908
Error Method 'testRelationalAssociativity4' is not designed for extension - needs to be abstract, final or empty. 909
Error Missing a Javadoc comment. 909
Error Line has trailing spaces. 914
Error Method 'testRelationalGTAssociativity5' is not designed for extension - needs to be abstract, final or empty. 915
Error Missing a Javadoc comment. 915
Error Line has trailing spaces. 920
Error Method 'testRelationalLTAssociativity5' is not designed for extension - needs to be abstract, final or empty. 921
Error Missing a Javadoc comment. 921
Error Line has trailing spaces. 926
Error Method 'testRelationalLEAssociativity5' is not designed for extension - needs to be abstract, final or empty. 927
Error Missing a Javadoc comment. 927
Error Line has trailing spaces. 932
Error Method 'testRelationalGEAssociativity5' is not designed for extension - needs to be abstract, final or empty. 933
Error Missing a Javadoc comment. 933
Error Line has trailing spaces. 938
Error Method 'testRelationalGEAssociativity3' is not designed for extension - needs to be abstract, final or empty. 939
Error Missing a Javadoc comment. 939
Error Line has trailing spaces. 944
Error Method 'testRelationalGEAssociativity2' is not designed for extension - needs to be abstract, final or empty. 945
Error Missing a Javadoc comment. 945
Error Line has trailing spaces. 950
Error Method 'testRelationalGEAssociativity4' is not designed for extension - needs to be abstract, final or empty. 951
Error Missing a Javadoc comment. 951
Error Line has trailing spaces. 956
Error Method 'testRelationalAssociativity5P' is not designed for extension - needs to be abstract, final or empty. 959
Error Missing a Javadoc comment. 959
Error Line has trailing spaces. 964
Error Method 'testInequalityAssociativity5' is not designed for extension - needs to be abstract, final or empty. 965
Error Missing a Javadoc comment. 965
Error Line has trailing spaces. 970
Error Method 'testInequalityAssociativity5P' is not designed for extension - needs to be abstract, final or empty. 973
Error Missing a Javadoc comment. 973
Error Line has trailing spaces. 978
Error Method 'testInequalityAssociativity5B' is not designed for extension - needs to be abstract, final or empty. 979
Error Missing a Javadoc comment. 979
Error Line has trailing spaces. 984
Error Method 'testInequalityAssociativity5BP' is not designed for extension - needs to be abstract, final or empty. 987
Error Missing a Javadoc comment. 987
Error Line has trailing spaces. 992
Error Method 'testEqualityAssociativity5' is not designed for extension - needs to be abstract, final or empty. 993
Error Missing a Javadoc comment. 993
Error Line has trailing spaces. 998
Error Method 'testEqualityAssociativity5P' is not designed for extension - needs to be abstract, final or empty. 1001
Error Missing a Javadoc comment. 1001
Error Line has trailing spaces. 1006
Error Method 'testEqualityAssociativity5B' is not designed for extension - needs to be abstract, final or empty. 1007
Error Missing a Javadoc comment. 1007
Error Line has trailing spaces. 1012
Error Method 'testEqualityAssociativity5BP' is not designed for extension - needs to be abstract, final or empty. 1015
Error Missing a Javadoc comment. 1015
Error Line has trailing spaces. 1020
Error Method 'testMoreComplexArithmeticAssociativity' is not designed for extension - needs to be abstract, final or empty. 1021
Error Missing a Javadoc comment. 1021
Error '4' is a magic number. 1024
Error Line has trailing spaces. 1026
Error Line has trailing spaces. 1027
Error Method 'testMostComplexArithmeticAssociativity' is not designed for extension - needs to be abstract, final or empty. 1028
Error Missing a Javadoc comment. 1028
Error '5' is a magic number. 1031
Error Line has trailing spaces. 1033
Error Line has trailing spaces. 1034
Error Method 'testSimplerArithmeticAssociativity' is not designed for extension - needs to be abstract, final or empty. 1035
Error Missing a Javadoc comment. 1035
Error Line has trailing spaces. 1040
Error Line has trailing spaces. 1041
Error Line is longer than 80 characters. 1042
Error Method 'testNamespaceNodesComeBeforeAttributeNodesInDocumentOrder' is not designed for extension - needs to be abstract, final or empty. 1042
Error Missing a Javadoc comment. 1042
Error Line has trailing spaces. 1043
Error Line is longer than 80 characters. 1044
Error Line is longer than 80 characters. 1049
Error Line is longer than 80 characters. 1050
Error Line is longer than 80 characters. 1051
Error Line has trailing spaces. 1052
Error Line is longer than 80 characters. 1056
Error Line is longer than 80 characters. 1057
Error Line is longer than 80 characters. 1058
Error Line has trailing spaces. 1059
Error Method 'testJaxen97' is not designed for extension - needs to be abstract, final or empty. 1062
Error Missing a Javadoc comment. 1062
Error Line has trailing spaces. 1067
Error Line is longer than 80 characters. 1067
Error Method 'testAttributeNodesOnParentComeBeforeNamespaceNodesInChildInDocumentOrder' is not designed for extension - needs to be abstract, final or empty. 1067
Error Missing a Javadoc comment. 1067
Error Line has trailing spaces. 1069
Error Line is longer than 80 characters. 1073
Error Line has trailing spaces. 1075
Error '3' is a magic number. 1078
Error Line is longer than 80 characters. 1079
Error Line is longer than 80 characters. 1080
Error Line has trailing spaces. 1081
Error Method 'testJaxen107' is not designed for extension - needs to be abstract, final or empty. 1084
Error Missing a Javadoc comment. 1084
Error Line has trailing spaces. 1085
Error Line is longer than 80 characters. 1086
Error Line has trailing spaces. 1090
Error Line has trailing spaces. 1099
Error Line has trailing spaces. 1101
Error Line has trailing spaces. 1102
Error Line is longer than 80 characters. 1103
Error Method 'testJaxen107FromFile' is not designed for extension - needs to be abstract, final or empty. 1103
Error Missing a Javadoc comment. 1103
Error Line has trailing spaces. 1104
Error Line is longer than 80 characters. 1106
Error Line has trailing spaces. 1109
Error Line has trailing spaces. 1111
Error Method 'testSelectNodesReturnsANonNodeSet' is not designed for extension - needs to be abstract, final or empty. 1112
Error Missing a Javadoc comment. 1112
Error Line has trailing spaces. 1117
Error Method 'testNonElementContextNode' is not designed for extension - needs to be abstract, final or empty. 1118
Error Missing a Javadoc comment. 1118
Error Line has trailing spaces. 1119
Error Line is longer than 80 characters. 1120
Error Line has trailing spaces. 1124
Error Line has trailing spaces. 1129
Error Line has trailing spaces. 1131
Error Method 'testNonNodeContext' is not designed for extension - needs to be abstract, final or empty. 1132
Error Missing a Javadoc comment. 1132
Error Line has trailing spaces. 1133
Error Line is longer than 80 characters. 1134
Error Line has trailing spaces. 1138
Error '}' should be on the same line. 1143
Error Must have at least one statement. 1144
Error Line has trailing spaces. 1147
Error Line has trailing spaces. 1149
Error Method 'testIsSerializable' is not designed for extension - needs to be abstract, final or empty. 1150
Error Missing a Javadoc comment. 1150
Error Line has trailing spaces. 1151
Error Line has trailing spaces. 1158
Error Line has trailing spaces. 1160
Error Line has trailing spaces. 1161
Error Line has trailing spaces. 1162

org/jaxen/test/BinaryExprTest.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/BinaryExprTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 63
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 71
Error Method 'testBooleanPrecedence' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Line has trailing spaces. 73
Error Line has trailing spaces. 81
Error Line has trailing spaces. 87

org/jaxen/test/BooleanTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 70
Error Line has trailing spaces. 71
Error Method 'setUp' 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 Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Line has trailing spaces. 86
Error Method 'testNonEmptyNodeSetsAreTrue' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 103
Error Line has trailing spaces. 107
Error Line has trailing spaces. 108
Error Line has trailing spaces. 110
Error Method 'testEmptyNodeSetsAreFalse' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error Line has trailing spaces. 112
Error Line has trailing spaces. 127
Error Line has trailing spaces. 131
Error Line has trailing spaces. 132
Error Line has trailing spaces. 134
Error Method 'testZeroIsFalse' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error Line has trailing spaces. 136
Error Line has trailing spaces. 139
Error Line has trailing spaces. 143
Error Line has trailing spaces. 144
Error Line has trailing spaces. 146
Error Method 'testEmptyStringIsFalse' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error Line has trailing spaces. 148
Error Line has trailing spaces. 151
Error Line has trailing spaces. 155
Error Line has trailing spaces. 156
Error Line has trailing spaces. 158
Error Method 'testNaNIsFalse' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error Line has trailing spaces. 160
Error Line has trailing spaces. 164
Error Line has trailing spaces. 165
Error Line has trailing spaces. 167
Error Method 'testNonEmptyStringIsTrue' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error Line has trailing spaces. 169
Error Line has trailing spaces. 172
Error Line has trailing spaces. 176
Error Line has trailing spaces. 177
Error Line has trailing spaces. 179
Error Method 'testBooleanFunctionRequiresOneArgument' is not designed for extension - needs to be abstract, final or empty. 179
Error Missing a Javadoc comment. 179
Error Line has trailing spaces. 181
Error Line has trailing spaces. 184
Error '}' should be on the same line. 188
Error Line has trailing spaces. 192
Error Line has trailing spaces. 193
Error Line has trailing spaces. 195
Error Method 'testBooleanFunctionRequiresExactlyOneArgument' is not designed for extension - needs to be abstract, final or empty. 195
Error Missing a Javadoc comment. 195
Error Line has trailing spaces. 197
Error Line has trailing spaces. 200
Error '}' should be on the same line. 204
Error Line has trailing spaces. 208
Error Line has trailing spaces. 209

org/jaxen/test/CeilingTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Method 'testCeiling' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Line has trailing spaces. 88
Error Line has trailing spaces. 90
Error '0.0001' is a magic number. 92
Error Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Method 'testNegativeCeiling' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Line has trailing spaces. 97
Error Line has trailing spaces. 99
Error '0.0001' is a magic number. 101
Error Line has trailing spaces. 102
Error Line has trailing spaces. 103
Error Method 'testNaNCeilingIsNaN' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Line has trailing spaces. 109
Error Line has trailing spaces. 111
Error Method 'testCeilingFunctionRequiresAtLeastOneArgument' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error Line has trailing spaces. 113
Error Line has trailing spaces. 115
Error '}' should be on the same line. 119
Error Line has trailing spaces. 123
Error Line has trailing spaces. 124
Error Line has trailing spaces. 126
Error Method 'testCeilingFunctionRequiresAtMostOneArgument' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error Line has trailing spaces. 128
Error Line has trailing spaces. 130
Error '}' should be on the same line. 134
Error Line has trailing spaces. 138
Error Line has trailing spaces. 139

org/jaxen/test/ConcatTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 80
Error Parameter name should be final. 80
Error Line has trailing spaces. 84
Error Method 'testConcatFunctionRequiresAtLeastTwoArguments' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Line has trailing spaces. 86
Error Line has trailing spaces. 88
Error '}' should be on the same line. 92
Error Line has trailing spaces. 96
Error Line has trailing spaces. 97

org/jaxen/test/ConformanceXPathHandler.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 59
Error '{' should be on the previous line. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Missing a Javadoc comment. 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 '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Missing a Javadoc comment. 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. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Missing a Javadoc comment. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Missing a Javadoc comment. 102
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Missing a Javadoc comment. 107
Error Parameter axis should be final. 107
Error Parameter prefix should be final. 108
Error Parameter localName should be final. 109
Error '{' should be on the previous line. 110
Error Line is longer than 80 characters. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Missing a Javadoc comment. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Missing a Javadoc comment. 119
Error Parameter axis should be final. 119
Error '{' should be on the previous line. 120
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error Missing a Javadoc comment. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Missing a Javadoc comment. 128
Error Parameter axis should be final. 128
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Missing a Javadoc comment. 133
Error '{' should be on the previous line. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Missing a Javadoc comment. 138
Error Parameter axis should be final. 138
Error '{' should be on the previous line. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Missing a Javadoc comment. 143
Error '{' should be on the previous line. 144
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error Missing a Javadoc comment. 148
Error Parameter axis should be final. 148
Error Parameter name should be final. 149
Error '{' should be on the previous line. 150
Error Line is longer than 80 characters. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error Missing a Javadoc comment. 153
Error '{' should be on the previous line. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error Missing a Javadoc comment. 158
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error Missing a Javadoc comment. 163
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Missing a Javadoc comment. 168
Error '{' should be on the previous line. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error Missing a Javadoc comment. 173
Error '{' should be on the previous line. 174
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error Missing a Javadoc comment. 178
Error '{' should be on the previous line. 179
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error Missing a Javadoc comment. 183
Error Parameter create should be final. 183
Error '{' should be on the previous line. 184
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error Missing a Javadoc comment. 188
Error '{' should be on the previous line. 189
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error Missing a Javadoc comment. 193
Error Parameter create should be final. 193
Error '{' should be on the previous line. 194
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error Missing a Javadoc comment. 198
Error '{' should be on the previous line. 199
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error Missing a Javadoc comment. 203
Error Parameter operator should be final. 203
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error Missing a Javadoc comment. 208
Error '{' should be on the previous line. 209
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error Missing a Javadoc comment. 213
Error Parameter operator should be final. 213
Error '{' should be on the previous line. 214
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error Missing a Javadoc comment. 218
Error '{' should be on the previous line. 219
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error Missing a Javadoc comment. 223
Error Parameter operator should be final. 223
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error Missing a Javadoc comment. 228
Error '{' should be on the previous line. 229
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Missing a Javadoc comment. 233
Error Parameter operator should be final. 233
Error '{' should be on the previous line. 234
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Missing a Javadoc comment. 238
Error '{' should be on the previous line. 239
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error Missing a Javadoc comment. 243
Error Parameter operator should be final. 243
Error '{' should be on the previous line. 244
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error Missing a Javadoc comment. 248
Error '{' should be on the previous line. 249
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error Missing a Javadoc comment. 253
Error Parameter create should be final. 253
Error '{' should be on the previous line. 254
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error Missing a Javadoc comment. 258
Error Parameter number should be final. 258
Error '{' should be on the previous line. 259
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error Missing a Javadoc comment. 263
Error Parameter number should be final. 263
Error '{' should be on the previous line. 264
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error Missing a Javadoc comment. 268
Error Parameter literal should be final. 268
Error '{' should be on the previous line. 269
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error Missing a Javadoc comment. 273
Error Parameter prefix should be final. 273
Error Parameter variableName should be final. 274
Error '{' should be on the previous line. 275
Error Line is longer than 80 characters. 276
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error Missing a Javadoc comment. 279
Error Parameter prefix should be final. 279
Error Parameter functionName should be final. 280
Error '{' should be on the previous line. 281
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error Missing a Javadoc comment. 285
Error '{' should be on the previous line. 286
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 287
Error Missing a Javadoc comment. 290
Error Parameter eventStr should be final. 290
Error '{' should be on the previous line. 291
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error Missing a Javadoc comment. 295
Error Parameter thatObj should be final. 295
Error '{' should be on the previous line. 296
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error '{' should be on the previous line. 298
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. 306
Error Missing a Javadoc comment. 307
Error Line has trailing spaces. 310
Error Missing a Javadoc comment. 312
Error '{' should be on the previous line. 313
Error 'while' is not followed by whitespace. 319
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error '{' should be on the previous line. 320
Error Line is longer than 80 characters. 321
Error '(' is followed by whitespace. 321
Error ')' is preceded with whitespace. 321

org/jaxen/test/ContainsTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 70
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Method 'testContainsNumber' 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 '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Method 'testContainsString' 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 '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 97
Error Line has trailing spaces. 98
Error Method 'testContainsString3' 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 '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line has trailing spaces. 104
Error Line has trailing spaces. 105
Error Method 'testContainsNumber2' 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
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. 111
Error Line has trailing spaces. 112
Error Method 'testContainsString2' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 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. 116
Error ')' is preceded with whitespace. 116
Error Line has trailing spaces. 118
Error Line has trailing spaces. 119
Error Line has trailing spaces. 120
Error Method 'testEmptyStringContainsNonEmptyString' 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 '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 127
Error Method 'testEmptyStringContainsEmptyString' is not designed for extension - needs to be abstract, final or empty. 128
Error Missing a Javadoc comment. 128
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line has trailing spaces. 134
Error Method 'testContainsEmptyString' 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 '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error Line has trailing spaces. 140
Error Line has trailing spaces. 141
Error Line has trailing spaces. 142
Error Method 'testContainsFunctionRequiresAtLeastTwoArguments' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Line has trailing spaces. 144
Error Line has trailing spaces. 146
Error '}' should be on the same line. 150
Error Line has trailing spaces. 154
Error Line has trailing spaces. 155
Error Line has trailing spaces. 157
Error Method 'testContainsFunctionRequiresAtMostTwoArguments' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157
Error Line has trailing spaces. 159
Error Line has trailing spaces. 161
Error '}' should be on the same line. 165
Error Line has trailing spaces. 169
Error Line has trailing spaces. 170

org/jaxen/test/ContextTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error 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. 77
Error Parameter name 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 'setUp' 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 '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 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 '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Method 'tearDown' 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 'testSetNodeSet' 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 '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '4' is a magic number. 104
Error ')' is preceded with whitespace. 104
Error Line has trailing spaces. 106
Error Method 'testShrinkNodeSet' 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 has trailing spaces. 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 '3' is a magic number. 112
Error Line has trailing spaces. 119
Error Line has trailing spaces. 121
Error Method 'testDuplicate' 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 '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 128
Error '4' is a magic number. 128
Error ')' is preceded with whitespace. 128
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '4' is a magic number. 134
Error Line has trailing spaces. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 145
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 148
Error '(' is followed by whitespace. 151
Error '4' is a magic number. 151
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 '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 158
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 161
Error '(' is followed by whitespace. 163
Error '4' is a magic number. 163
Error ')' is preceded with whitespace. 164
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 167
Error Line has trailing spaces. 168
Error Line has trailing spaces. 169
Error Line has trailing spaces. 171
Error Method 'testXMLPrefixIsAlwaysBound' is not designed for extension - needs to be abstract, final or empty. 171
Error Missing a Javadoc comment. 171
Error Line is longer than 80 characters. 172
Error Line has trailing spaces. 173
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line is longer than 80 characters. 180
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line has trailing spaces. 185
Error Line has trailing spaces. 187
Error Method 'testIsSerializable' is not designed for extension - needs to be abstract, final or empty. 188
Error Missing a Javadoc comment. 188
Error Line has trailing spaces. 195
Error Line has trailing spaces. 196
Error Line has trailing spaces. 197
Error Line has trailing spaces. 198

org/jaxen/test/CoreTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/CoreTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 67
Error Parameter name should be final. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 71
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 93
Error Line has trailing spaces. 96

org/jaxen/test/CountTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 74
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Missing a Javadoc comment. 83
Error Parameter name should be final. 83
Error Method 'testCount3' 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 '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '}' should be on the same line. 94
Error Line has trailing spaces. 95
Error '{' should be on the previous line. 96
Error Line is longer than 80 characters. 97
Error '}' should be on the same line. 98
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line has trailing spaces. 104
Error Line has trailing spaces. 105
Error Line has trailing spaces. 106
Error Method 'testCountFunctionRequiresAtLeastOneArgument' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Line has trailing spaces. 108
Error Line has trailing spaces. 110
Error '}' should be on the same line. 114
Error Line has trailing spaces. 118
Error Line has trailing spaces. 119
Error Line has trailing spaces. 121
Error Method 'testCountFunctionRequiresAtMostOneArgument' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Line has trailing spaces. 123
Error Line has trailing spaces. 125
Error '}' should be on the same line. 129
Error Line has trailing spaces. 133
Error Line has trailing spaces. 134
Error Line has trailing spaces. 135
Error Line has trailing spaces. 136
Error Method 'testCountRootElement' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Line has trailing spaces. 138
Error '0.00001' is a magic number. 141
Error Line has trailing spaces. 142
Error Line has trailing spaces. 143
Error Line has trailing spaces. 144
Error Line has trailing spaces. 145

org/jaxen/test/DOM3NamespaceTest.java

ErrorLine
Error Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Using the '.*' form of import should be avoided - org.jaxen.*. 54
Error Using the '.*' form of import should be avoided - org.w3c.dom.*. 57
Error Missing a Javadoc comment. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 63
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 67
Error Missing a Javadoc comment. 69
Error Parameter name should be final. 69
Error Line has trailing spaces. 72
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 78
Error Line has trailing spaces. 83
Error Line has trailing spaces. 86
Error 'if' construct must use '{}'s. 90
Error 'if' construct must use '{}'s. 91
Error 'if' construct must use '{}'s. 92
Error Line has trailing spaces. 94
Error Line has trailing spaces. 95
Error Line has trailing spaces. 96
Error Line has trailing spaces. 97
Error Method 'testGetTextContent' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error Line is longer than 80 characters. 99
Error Line has trailing spaces. 101
Error Method 'testSetTextContent' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error Line has trailing spaces. 103
Error '}' should be on the same line. 107
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error Method 'testGetFeature' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error Line has trailing spaces. 117
Error Line has trailing spaces. 118
Error Method 'testIsEqualNode' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Line has trailing spaces. 124
Error Method 'testIsSameNode' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Line has trailing spaces. 129

org/jaxen/test/DOM4JNavigatorTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 68
Error Parameter name should be final. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line has trailing spaces. 74
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter url should be final. 80
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line has trailing spaces. 84
Error Line is longer than 80 characters. 90
Error Method 'testConcurrentModification' is not designed for extension - needs to be abstract, final or empty. 90
Error Expected @throws tag for 'FunctionCallException'. 90
Error Expected @throws tag for 'UnsupportedAxisException'. 90
Error Line is longer than 80 characters. 94
Error Line has trailing spaces. 103
Error Method 'testNullPointerException' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Line has trailing spaces. 108
Error Line has trailing spaces. 109
Error Line has trailing spaces. 110

org/jaxen/test/DOM4JPerformance.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 43
Error Utility classes should not have a public or default constructor. 43
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 45
Error Parameter args should be final. 45
Error Line is longer than 80 characters. 47
Error Line has trailing spaces. 50
Error Line has trailing spaces. 52
Error '1000' is a magic number. 54
Error Avoid inline conditionals. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 62
Error Line has trailing spaces. 67

org/jaxen/test/DOM4JTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/DOM4JTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 72

org/jaxen/test/DOM4JXPathTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 75
Error Line has trailing spaces. 76
Error Missing a Javadoc comment. 77
Error Parameter name 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 'setUp' 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 '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 85
Error Method 'testConstruction' 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 '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Method 'testSelection' 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 '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 100
Error '3' is a magic number. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 102
Error 'cast' is not followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '(' is followed by whitespace. 104
Error 'cast' is not followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 106
Error 'cast' is not followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error '!' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line has trailing spaces. 111
Error Method 'testAsBoolean' 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. 114
Error ')' is preceded with whitespace. 114
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 '(' 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 followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error Line has trailing spaces. 123
Error Method 'testJaxen20AttributeNamespaceNodes' 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 Line has trailing spaces. 131
Error Line has trailing spaces. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 136
Error '3' is a magic number. 136
Error ')' is preceded with whitespace. 136
Error Line has trailing spaces. 139
Error Method 'testJaxen16' 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 '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error Line has trailing spaces. 146
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 Line has trailing spaces. 152
Error Method 'testNamespaceNodesAreInherited' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error '{' should be on the previous line. 154
Error Line has trailing spaces. 164
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 169
Error '4' is a magic number. 169
Error ')' is preceded with whitespace. 170
Error Line has trailing spaces. 172
Error Method 'testSyntaxException' is not designed for extension - needs to be abstract, final or empty. 173
Error Missing a Javadoc comment. 173
Error Line has trailing spaces. 174
Error '}' should be on the same line. 179
Error Line has trailing spaces. 183
Error Line has trailing spaces. 185
Error Line has trailing spaces. 186

org/jaxen/test/DOMNavigatorTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 60
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 62
Error Missing a Javadoc comment. 63
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error Parameter name should be final. 66
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line has trailing spaces. 70
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 75
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error Parameter url should be final. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line has trailing spaces. 87
Error Method 'testGetAttributeQNameOnElement' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Line has trailing spaces. 95
Error Method 'testGetElementQNameOnAttr' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Line has trailing spaces. 103
Error Method 'testGetAttributeLocalNameOnElement' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Line has trailing spaces. 111
Error Method 'testGetElementLocalNameOnAttr' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Line has trailing spaces. 119
Error Method 'testGetAttributeNamespaceURIOnElement' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Line has trailing spaces. 127
Error Method 'testGetElementNamespaceURIOnAttr' is not designed for extension - needs to be abstract, final or empty. 128
Error Missing a Javadoc comment. 128
Error Line has trailing spaces. 135
Error Method 'testGetTargetOfNonPI' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error '}' should be on the same line. 143
Error Line has trailing spaces. 148
Error Method 'testGetDataOfNonPI' is not designed for extension - needs to be abstract, final or empty. 149
Error Missing a Javadoc comment. 149
Error '}' should be on the same line. 156
Error Line has trailing spaces. 161
Error Line has trailing spaces. 162

org/jaxen/test/DOMTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/DOMTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 74
Error Line has trailing spaces. 77

org/jaxen/test/DOMXPathTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 69
Error '{' should be on the previous line. 70
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 76
Error Parameter name should be final. 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. 80
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Line has trailing spaces. 84
Error Line has trailing spaces. 86
Error Method 'testConstruction' 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 '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line has trailing spaces. 93
Error Method 'testConstructionWithNamespacePrefix' 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 '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error Method 'testNamespaceDeclarationsAreNotAttributes' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Line has trailing spaces. 102
Error Line is longer than 80 characters. 105
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line has trailing spaces. 108
Error Line has trailing spaces. 111
Error Line has trailing spaces. 114
Error Line has trailing spaces. 116
Error Method 'testConsistentNamespaceDeclarations' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error Line has trailing spaces. 118
Error Line is longer than 80 characters. 121
Error Line is longer than 80 characters. 124
Error Line has trailing spaces. 125
Error '4' is a magic number. 128
Error Line has trailing spaces. 129
Error Line has trailing spaces. 133
Error Method 'testInconsistentNamespaceDeclarations' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Line has trailing spaces. 135
Error Line is longer than 80 characters. 138
Error Line is longer than 80 characters. 141
Error Line has trailing spaces. 142
Error '3' is a magic number. 145
Error Line has trailing spaces. 146
Error Line has trailing spaces. 150
Error Line is longer than 80 characters. 150
Error Method 'testIntrinsicNamespaceDeclarationOfElementBeatsContradictoryXmlnsPreAttr' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Line has trailing spaces. 152
Error Line is longer than 80 characters. 155
Error Line is longer than 80 characters. 158
Error Line has trailing spaces. 159
Error Line has trailing spaces. 165
Error Line has trailing spaces. 166
Error Line has trailing spaces. 167
Error Line has trailing spaces. 169
Error Line is longer than 80 characters. 169
Error Method 'testIntrinsicNamespaceDeclarationOfAttrBeatsContradictoryXmlnsPreAttr' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error Line has trailing spaces. 171
Error Line is longer than 80 characters. 176
Error Line has trailing spaces. 177
Error Line has trailing spaces. 183
Error Line has trailing spaces. 184
Error Line has trailing spaces. 185
Error Line has trailing spaces. 187
Error Line is longer than 80 characters. 187
Error Method 'testIntrinsicNamespaceDeclarationOfElementBeatsContradictoryIntrinsicNamespaceOfAttr' is not designed for extension - needs to be abstract, final or empty. 187
Error Missing a Javadoc comment. 187
Error Line has trailing spaces. 189
Error Line is longer than 80 characters. 190
Error Line has trailing spaces. 194
Error Line has trailing spaces. 200
Error Line has trailing spaces. 201
Error Line has trailing spaces. 202
Error Line has trailing spaces. 204
Error Method 'testUpdateDOMNodesReturnedBySelectNodes' is not designed for extension - needs to be abstract, final or empty. 204
Error Missing a Javadoc comment. 204
Error Line has trailing spaces. 206
Error Line has trailing spaces. 210
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error Line has trailing spaces. 212
Error Line has trailing spaces. 217
Error Line has trailing spaces. 220
Error Method 'testSelection' is not designed for extension - needs to be abstract, final or empty. 220
Error Missing a Javadoc comment. 220
Error Line is longer than 80 characters. 221
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error Line has trailing spaces. 225
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '(' is followed by whitespace. 230
Error '3' is a magic number. 230
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 235
Error 'cast' is not followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '(' is followed by whitespace. 238
Error 'cast' is not followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '(' is followed by whitespace. 241
Error 'cast' is not followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '(' is followed by whitespace. 244
Error '!' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error Line has trailing spaces. 247
Error Line has trailing spaces. 249
Error Method 'testPrecedingAxisWithPositionalPredicate' is not designed for extension - needs to be abstract, final or empty. 249
Error Missing a Javadoc comment. 249
Error Line is longer than 80 characters. 250
Error Line has trailing spaces. 251
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error Line has trailing spaces. 254
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error Line has trailing spaces. 258
Error Line has trailing spaces. 260
Error Line has trailing spaces. 261
Error Line has trailing spaces. 263
Error Method 'testJaxen22' is not designed for extension - needs to be abstract, final or empty. 263
Error Missing a Javadoc comment. 263
Error Line is longer than 80 characters. 264
Error Line has trailing spaces. 265
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error Line has trailing spaces. 268
Error Line has trailing spaces. 273
Error Line has trailing spaces. 274
Error Line has trailing spaces. 275
Error Method 'testPrecedingAxisInDocumentOrder' is not designed for extension - needs to be abstract, final or empty. 275
Error Missing a Javadoc comment. 275
Error Line has trailing spaces. 277
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error Line has trailing spaces. 279
Error Line has trailing spaces. 282
Error Line has trailing spaces. 289
Error Line has trailing spaces. 295
Error Line has trailing spaces. 296

org/jaxen/test/DefaultNamestepTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 70
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 80
Error Parameter name should be final. 80
Error Line has trailing spaces. 85
Error Method 'testIdentitySetUsageInDefaultNameStep' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Line has trailing spaces. 87
Error Line has trailing spaces. 106
Error Line has trailing spaces. 110
Error Line has trailing spaces. 112

org/jaxen/test/DefaultXPathExprTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 69
Error '{' should be on the previous line. 75
Error Line has trailing spaces. 77
Error Line is longer than 80 characters. 79
Error Method 'testJAXEN40' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Line has trailing spaces. 80
Error Line is longer than 80 characters. 81
Error Line has trailing spaces. 82
Error Line has trailing spaces. 95
Error Line has trailing spaces. 97
Error Line has trailing spaces. 102
Error Line has trailing spaces. 105
Error Method 'testJAXEN160GetText' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Line has trailing spaces. 109
Error Line has trailing spaces. 113
Error Method 'testJAXEN160ToString' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error Line has trailing spaces. 118
Error Line has trailing spaces. 122
Error Line is longer than 80 characters. 122

org/jaxen/test/DefaultXPathFactoryTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Using the '.*' form of import should be avoided - org.jaxen.expr.*. 53
Error Line has trailing spaces. 61
Error Method 'testBadAxis' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error '123434' is a magic number. 72
Error '}' should be on the same line. 74

org/jaxen/test/DescendantAxisIteratorTest.java

ErrorLine
Error Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error Parameter name should be final. 64
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 68
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Method 'testNoInfiniteLoops' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 85
Error '}' should be on the same line. 86
Error Must have at least one statement. 87
Error Line has trailing spaces. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Method 'testRemove' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Line has trailing spaces. 94
Error Line has trailing spaces. 97
Error '}' should be on the same line. 98
Error Must have at least one statement. 99
Error Line has trailing spaces. 101
Error Line has trailing spaces. 103

org/jaxen/test/EqualsTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 72
Error '{' should be on the previous line. 78
Error Line has trailing spaces. 80
Error Method 'testEqualityAgainstNonExistentNodes' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Line has trailing spaces. 82
Error Line has trailing spaces. 84
Error Line has trailing spaces. 94
Error Line has trailing spaces. 97
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error Method 'testOlander' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Line is longer than 80 characters. 101
Error Line has trailing spaces. 102
Error Line is longer than 80 characters. 103
Error Line has trailing spaces. 104
Error Line is longer than 80 characters. 105
Error Line has trailing spaces. 108
Error Line has trailing spaces. 112
Error Line has trailing spaces. 115
Error Line has trailing spaces. 117

org/jaxen/test/ExprComparator.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Class ExprComparator should be declared as final. 75
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 77
Error Line contains a tab character. 79
Error Missing a Javadoc comment. 79
Error Line contains a tab character. 80
Error Missing a Javadoc comment. 80
Error Line contains a tab character. 81
Error Missing a Javadoc comment. 81
Error Line contains a tab character. 82
Error Missing a Javadoc comment. 82
Error Line contains a tab character. 83
Error Missing a Javadoc comment. 83
Error Line contains a tab character. 84
Error Missing a Javadoc comment. 84
Error Line contains a tab character. 85
Error Missing a Javadoc comment. 85
Error Line contains a tab character. 86
Error Missing a Javadoc comment. 86
Error Line contains a tab character. 87
Error Missing a Javadoc comment. 87
Error Line contains a tab character. 88
Error Missing a Javadoc comment. 88
Error Line contains a tab character. 89
Error Missing a Javadoc comment. 89
Error Line contains a tab character. 90
Error Missing a Javadoc comment. 90
Error Line contains a tab character. 91
Error Missing a Javadoc comment. 91
Error Line contains a tab character. 92
Error Missing a Javadoc comment. 92
Error Line contains a tab character. 93
Error Missing a Javadoc comment. 93
Error Line contains a tab character. 94
Error Missing a Javadoc comment. 94
Error Line contains a tab character. 95
Error Missing a Javadoc comment. 95
Error Line contains a tab character. 96
Error Missing a Javadoc comment. 96
Error Line contains a tab character. 97
Error Missing a Javadoc comment. 97
Error Line contains a tab character. 98
Error Missing a Javadoc comment. 98
Error Line contains a tab character. 100
Error Missing a Javadoc comment. 100
Error Line contains a tab character. 101
Error '{' should be on the previous line. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 104
Error Method length is 217 lines (max allowed is 150). 104
Error Missing a Javadoc comment. 104
Error Parameter o1 should be final. 104
Error Parameter o2 should be final. 104
Error Line contains a tab character. 105
Error '{' should be on the previous line. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error '{' should be on the previous line. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error '{' should be on the previous line. 113
Error Line contains a tab character. 114
Error Line is longer than 80 characters. 115
Error Line contains a tab character. 115
Error 'cast' is not followed by whitespace. 115
Error Line is longer than 80 characters. 116
Error Line contains a tab character. 116
Error 'cast' is not followed by whitespace. 116
Error Line is longer than 80 characters. 117
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error '{' should be on the previous line. 119
Error Line is longer than 80 characters. 120
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error '{' should be on the previous line. 122
Error Line is longer than 80 characters. 123
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line is longer than 80 characters. 128
Error Line contains a tab character. 128
Error 'cast' is not followed by whitespace. 128
Error Line is longer than 80 characters. 129
Error Line contains a tab character. 129
Error 'cast' is not followed by whitespace. 129
Error Line is longer than 80 characters. 130
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error '{' should be on the previous line. 132
Error Line is longer than 80 characters. 133
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line is longer than 80 characters. 137
Error Line contains a tab character. 137
Error 'cast' is not followed by whitespace. 137
Error Line is longer than 80 characters. 138
Error Line contains a tab character. 138
Error 'cast' is not followed by whitespace. 138
Error Line is longer than 80 characters. 139
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error '{' should be on the previous line. 141
Error Line is longer than 80 characters. 142
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line is longer than 80 characters. 146
Error Line contains a tab character. 146
Error 'cast' is not followed by whitespace. 146
Error Line is longer than 80 characters. 147
Error Line contains a tab character. 147
Error 'cast' is not followed by whitespace. 147
Error Line is longer than 80 characters. 148
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error '{' should be on the previous line. 150
Error Line is longer than 80 characters. 151
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error '{' should be on the previous line. 153
Error Line is longer than 80 characters. 154
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error 'if' construct must use '{}'s. 159
Error Line contains a tab character. 159
Error Line is longer than 80 characters. 160
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line is longer than 80 characters. 163
Error Line contains a tab character. 163
Error 'cast' is not followed by whitespace. 163
Error Line is longer than 80 characters. 164
Error Line contains a tab character. 164
Error 'cast' is not followed by whitespace. 164
Error Line is longer than 80 characters. 165
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error '{' should be on the previous line. 167
Error Line is longer than 80 characters. 168
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error '{' should be on the previous line. 170
Error Line is longer than 80 characters. 171
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line is longer than 80 characters. 176
Error Line contains a tab character. 176
Error 'cast' is not followed by whitespace. 176
Error Line is longer than 80 characters. 177
Error Line contains a tab character. 177
Error 'cast' is not followed by whitespace. 177
Error Line is longer than 80 characters. 178
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line is longer than 80 characters. 181
Error Line contains a tab character. 181
Error 'cast' is not followed by whitespace. 181
Error Line is longer than 80 characters. 182
Error Line contains a tab character. 182
Error 'cast' is not followed by whitespace. 182
Error Line is longer than 80 characters. 183
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error '{' should be on the previous line. 184
Error Line is longer than 80 characters. 185
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error '}' should be on the same line. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error '{' should be on the previous line. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error '}' should be on the same line. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error '{' should be on the previous line. 192
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error Line contains a tab character. 195
Error Line contains a tab character. 196
Error Line is longer than 80 characters. 197
Error Line contains a tab character. 197
Error 'cast' is not followed by whitespace. 197
Error Line is longer than 80 characters. 198
Error Line contains a tab character. 198
Error 'cast' is not followed by whitespace. 198
Error Line is longer than 80 characters. 199
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error Line contains a tab character. 201
Error '{' should be on the previous line. 201
Error Line is longer than 80 characters. 202
Error Line contains a tab character. 202
Error Line contains a tab character. 203
Error Line contains a tab character. 204
Error '{' should be on the previous line. 204
Error Line is longer than 80 characters. 205
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error Line contains a tab character. 208
Error Line contains a tab character. 209
Error Line is longer than 80 characters. 210
Error Line contains a tab character. 210
Error 'cast' is not followed by whitespace. 210
Error Line is longer than 80 characters. 211
Error Line contains a tab character. 211
Error 'cast' is not followed by whitespace. 211
Error Line is longer than 80 characters. 212
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error '{' should be on the previous line. 214
Error Line is longer than 80 characters. 215
Error Line contains a tab character. 215
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error '{' should be on the previous line. 217
Error Line is longer than 80 characters. 218
Error Line contains a tab character. 218
Error Line contains a tab character. 219
Error Line contains a tab character. 220
Error Line contains a tab character. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error 'cast' is not followed by whitespace. 223
Error Line contains a tab character. 224
Error 'cast' is not followed by whitespace. 224
Error Line is longer than 80 characters. 225
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error '{' should be on the previous line. 227
Error Line is longer than 80 characters. 228
Error Line contains a tab character. 228
Error Line contains a tab character. 230
Error Line contains a tab character. 231
Error '{' should be on the previous line. 231
Error Line is longer than 80 characters. 232
Error Line contains a tab character. 232
Error Line contains a tab character. 233
Error Line contains a tab character. 234
Error '{' should be on the previous line. 234
Error Line is longer than 80 characters. 235
Error Line contains a tab character. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error Line contains a tab character. 241
Error 'cast' is not followed by whitespace. 241
Error Line contains a tab character. 242
Error 'cast' is not followed by whitespace. 242
Error Line is longer than 80 characters. 243
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error 'cast' is not followed by whitespace. 246
Error Line contains a tab character. 247
Error 'cast' is not followed by whitespace. 247
Error Line is longer than 80 characters. 248
Error Line contains a tab character. 248
Error Line contains a tab character. 249
Error Line contains a tab character. 250
Error '{' should be on the previous line. 250
Error Line is longer than 80 characters. 251
Error Line contains a tab character. 251
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error Line contains a tab character. 254
Error Line contains a tab character. 255
Error 'cast' is not followed by whitespace. 255
Error Line contains a tab character. 256
Error 'cast' is not followed by whitespace. 256
Error Line is longer than 80 characters. 257
Error Line contains a tab character. 257
Error Line contains a tab character. 258
Error Line contains a tab character. 259
Error Line is longer than 80 characters. 260
Error Line contains a tab character. 260
Error 'cast' is not followed by whitespace. 260
Error Line is longer than 80 characters. 261
Error Line contains a tab character. 261
Error 'cast' is not followed by whitespace. 261
Error Line is longer than 80 characters. 262
Error Line contains a tab character. 262
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error '{' should be on the previous line. 264
Error Line is longer than 80 characters. 265
Error Line contains a tab character. 265
Error Line contains a tab character. 266
Error Line contains a tab character. 267
Error '{' should be on the previous line. 267
Error Line is longer than 80 characters. 268
Error Line contains a tab character. 268
Error Line contains a tab character. 269
Error Line contains a tab character. 270
Error Line contains a tab character. 271
Error Line contains a tab character. 272
Error Line is longer than 80 characters. 273
Error Line contains a tab character. 273
Error 'cast' is not followed by whitespace. 273
Error Line is longer than 80 characters. 274
Error Line contains a tab character. 274
Error 'cast' is not followed by whitespace. 274
Error Line is longer than 80 characters. 275
Error Line contains a tab character. 275
Error Line contains a tab character. 276
Error Line contains a tab character. 277
Error '{' should be on the previous line. 277
Error Line is longer than 80 characters. 278
Error Line contains a tab character. 278
Error Line contains a tab character. 279
Error Line contains a tab character. 280
Error '{' should be on the previous line. 280
Error Line is longer than 80 characters. 281
Error Line contains a tab character. 281
Error Line contains a tab character. 282
Error Line contains a tab character. 283
Error Line contains a tab character. 284
Error Line contains a tab character. 285
Error Line is longer than 80 characters. 286
Error Line contains a tab character. 286
Error 'cast' is not followed by whitespace. 286
Error Line is longer than 80 characters. 287
Error Line contains a tab character. 287
Error 'cast' is not followed by whitespace. 287
Error Line is longer than 80 characters. 288
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error '{' should be on the previous line. 290
Error Line is longer than 80 characters. 291
Error Line contains a tab character. 291
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error Line contains a tab character. 294
Error Line contains a tab character. 295
Error 'cast' is not followed by whitespace. 295
Error Line contains a tab character. 296
Error 'cast' is not followed by whitespace. 296
Error Line is longer than 80 characters. 297
Error Line contains a tab character. 297
Error Line contains a tab character. 298
Error Line contains a tab character. 299
Error 'if' construct must use '{}'s. 300
Error Line contains a tab character. 300
Error Line is longer than 80 characters. 301
Error Line contains a tab character. 301
Error Line contains a tab character. 302
Error Line contains a tab character. 303
Error Line is longer than 80 characters. 304
Error Line contains a tab character. 304
Error 'cast' is not followed by whitespace. 304
Error Line is longer than 80 characters. 305
Error Line contains a tab character. 305
Error 'cast' is not followed by whitespace. 305
Error Line is longer than 80 characters. 306
Error Line contains a tab character. 306
Error Line contains a tab character. 307
Error Line contains a tab character. 308
Error '{' should be on the previous line. 308
Error Line is longer than 80 characters. 309
Error Line contains a tab character. 309
Error Line contains a tab character. 310
Error Line contains a tab character. 311
Error Line contains a tab character. 312
Error Line is longer than 80 characters. 313
Error Line contains a tab character. 313
Error Line contains a tab character. 314
Error Line contains a tab character. 315
Error '}' should be on the same line. 315
Error Line contains a tab character. 316
Error Line contains a tab character. 317
Error '{' should be on the previous line. 317
Error Line contains a tab character. 318
Error Line contains a tab character. 319
Error Line contains a tab character. 320
Error Line contains a tab character. 321
Error Line contains a tab character. 323
Error Missing a Javadoc comment. 323
Error Parameter s1 should be final. 323
Error Parameter s2 should be final. 323
Error Line contains a tab character. 324
Error '{' should be on the previous line. 324
Error Line contains a tab character. 325
Error Line contains a tab character. 326
Error Line contains a tab character. 327
Error '{' should be on the previous line. 327
Error Line contains a tab character. 328
Error Line contains a tab character. 329
Error '}' should be on the same line. 329
Error Line contains a tab character. 330
Error Line contains a tab character. 331
Error '{' should be on the previous line. 331
Error Line contains a tab character. 332
Error Line contains a tab character. 333
Error '}' should be on the same line. 333
Error Line contains a tab character. 334
Error Line contains a tab character. 335
Error '{' should be on the previous line. 335
Error Line contains a tab character. 336
Error Line contains a tab character. 337
Error '}' should be on the same line. 337
Error Line contains a tab character. 338
Error Line contains a tab character. 339
Error '{' should be on the previous line. 339
Error Line contains a tab character. 340
Error Line contains a tab character. 341
Error Line contains a tab character. 342
Error Line contains a tab character. 343
Error Line contains a tab character. 345
Error Missing a Javadoc comment. 345
Error Parameter list1 should be final. 345
Error Parameter list2 should be final. 345
Error Line contains a tab character. 346
Error '{' should be on the previous line. 346
Error Line contains a tab character. 347
Error Line contains a tab character. 348
Error Line contains a tab character. 349
Error '{' should be on the previous line. 349
Error Line contains a tab character. 350
Error Line contains a tab character. 351
Error '}' should be on the same line. 351
Error Line contains a tab character. 352
Error Line contains a tab character. 353
Error '{' should be on the previous line. 353
Error Line contains a tab character. 354
Error Line contains a tab character. 355
Error '}' should be on the same line. 355
Error Line contains a tab character. 356
Error Line contains a tab character. 357
Error '{' should be on the previous line. 357
Error Line contains a tab character. 358
Error Line contains a tab character. 359
Error '}' should be on the same line. 359
Error Line contains a tab character. 360
Error Line contains a tab character. 361
Error '{' should be on the previous line. 361
Error Line contains a tab character. 362
Error Line contains a tab character. 363
Error Line contains a tab character. 364
Error '{' should be on the previous line. 364
Error Line is longer than 80 characters. 365
Error Line contains a tab character. 365
Error Line contains a tab character. 366
Error '{' should be on the previous line. 366
Error Line is longer than 80 characters. 367
Error Line contains a tab character. 367
Error Line contains a tab character. 368
Error Line contains a tab character. 369
Error Line contains a tab character. 370
Error Line contains a tab character. 371
Error Line contains a tab character. 372
Error Line contains a tab character. 374
Error Missing a Javadoc comment. 374
Error Parameter node should be final. 374
Error Line contains a tab character. 375
Error '{' should be on the previous line. 375
Error Line contains a tab character. 376
Error Line contains a tab character. 377
Error '{' should be on the previous line. 377
Error Line contains a tab character. 378
Error Line contains a tab character. 379
Error '}' should be on the same line. 379
Error Line contains a tab character. 380
Error Line contains a tab character. 381
Error '{' should be on the previous line. 381
Error Line contains a tab character. 382
Error Line contains a tab character. 383
Error '}' should be on the same line. 383
Error Line contains a tab character. 384
Error Line contains a tab character. 385
Error '{' should be on the previous line. 385
Error Line contains a tab character. 386
Error Line contains a tab character. 387
Error '}' should be on the same line. 387
Error Line contains a tab character. 388
Error Line contains a tab character. 389
Error '{' should be on the previous line. 389
Error Line contains a tab character. 390
Error Line contains a tab character. 391
Error '}' should be on the same line. 391
Error Line contains a tab character. 392
Error Line contains a tab character. 393
Error '{' should be on the previous line. 393
Error Line contains a tab character. 394
Error Line contains a tab character. 395
Error '}' should be on the same line. 395
Error Line contains a tab character. 396
Error Line contains a tab character. 397
Error '{' should be on the previous line. 397
Error Line contains a tab character. 398
Error Line contains a tab character. 399
Error '}' should be on the same line. 399
Error Line contains a tab character. 400
Error Line contains a tab character. 401
Error '{' should be on the previous line. 401
Error Line contains a tab character. 402
Error Line contains a tab character. 403
Error '}' should be on the same line. 403
Error Line contains a tab character. 404
Error Line contains a tab character. 405
Error '{' should be on the previous line. 405
Error Line contains a tab character. 406
Error Line contains a tab character. 407
Error '}' should be on the same line. 407
Error Line contains a tab character. 408
Error Line contains a tab character. 409
Error '{' should be on the previous line. 409
Error Line contains a tab character. 410
Error Line contains a tab character. 411
Error '}' should be on the same line. 411
Error Line contains a tab character. 412
Error Line contains a tab character. 413
Error '{' should be on the previous line. 413
Error Line contains a tab character. 414
Error Line contains a tab character. 415
Error '}' should be on the same line. 415
Error Line contains a tab character. 416
Error Line contains a tab character. 417
Error '{' should be on the previous line. 417
Error Line contains a tab character. 418
Error Line contains a tab character. 419
Error '}' should be on the same line. 419
Error Line contains a tab character. 420
Error Line contains a tab character. 421
Error '{' should be on the previous line. 421
Error Line contains a tab character. 422
Error Line contains a tab character. 423
Error '}' should be on the same line. 423
Error Line contains a tab character. 424
Error Line contains a tab character. 425
Error '{' should be on the previous line. 425
Error Line contains a tab character. 426
Error Line contains a tab character. 427
Error '}' should be on the same line. 427
Error Line contains a tab character. 428
Error Line contains a tab character. 429
Error '{' should be on the previous line. 429
Error Line contains a tab character. 430
Error Line contains a tab character. 431
Error '}' should be on the same line. 431
Error Line contains a tab character. 432
Error Line contains a tab character. 433
Error '{' should be on the previous line. 433
Error Line contains a tab character. 434
Error Line contains a tab character. 435
Error '}' should be on the same line. 435
Error Line contains a tab character. 436
Error Line contains a tab character. 437
Error '{' should be on the previous line. 437
Error Line contains a tab character. 438
Error Line contains a tab character. 439
Error '}' should be on the same line. 439
Error Line contains a tab character. 440
Error Line contains a tab character. 441
Error '{' should be on the previous line. 441
Error Line contains a tab character. 442
Error Line contains a tab character. 443
Error '}' should be on the same line. 443
Error Line contains a tab character. 444
Error Line contains a tab character. 445
Error '{' should be on the previous line. 445
Error Line contains a tab character. 446
Error Line contains a tab character. 447
Error '}' should be on the same line. 447
Error Line contains a tab character. 448
Error Line contains a tab character. 449
Error '{' should be on the previous line. 449
Error Line contains a tab character. 450
Error Line contains a tab character. 451
Error '}' should be on the same line. 451
Error Line contains a tab character. 452
Error Line contains a tab character. 453
Error '{' should be on the previous line. 453
Error Line contains a tab character. 454
Error Line contains a tab character. 455
Error '}' should be on the same line. 455
Error Line contains a tab character. 456
Error Line contains a tab character. 457
Error '{' should be on the previous line. 457
Error Line is longer than 80 characters. 458
Error Line contains a tab character. 458
Error Line contains a tab character. 459
Error Line contains a tab character. 460

org/jaxen/test/ExprTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/ExprTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 77
Error Line has trailing spaces. 80

org/jaxen/test/ExtensionFunctionTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Using the '.*' form of import should be avoided - org.jaxen.*. 59
Error Missing a Javadoc comment. 71
Error Line has trailing spaces. 72
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error '{' should be on the previous line. 74
Error Missing a Javadoc comment. 82
Error Parameter name should be final. 82
Error Line has trailing spaces. 85
Error Missing a Javadoc comment. 86
Error Missing a Javadoc comment. 88
Error Parameter context should be final. 88
Error Parameter args should be final. 88
Error Line has trailing spaces. 89
Error 'if' construct must use '{}'s. 90
Error Line has trailing spaces. 91
Error Line is longer than 80 characters. 96
Error Line has trailing spaces. 101
Error Line has trailing spaces. 103
Error Line has trailing spaces. 104
Error Method 'testRegisterExtensionFunction' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Line has trailing spaces. 106
Error Line has trailing spaces. 109
Error Line has trailing spaces. 112
Error Line has trailing spaces. 114
Error Line has trailing spaces. 117
Error Line has trailing spaces. 131
Error Line has trailing spaces. 134
Error Line has trailing spaces. 135
Error Line has trailing spaces. 137
Error Line has trailing spaces. 138
Error Method 'testJaxen47' is not designed for extension - needs to be abstract, final or empty. 139
Error Missing a Javadoc comment. 139
Error Line has trailing spaces. 142

org/jaxen/test/FalseTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 80
Error Parameter name should be final. 80
Error Method 'testFalseOfNumber' 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 '{' should be on the previous line. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '}' should be on the same line. 91
Error Line has trailing spaces. 92
Error '{' should be on the previous line. 93
Error Line has trailing spaces. 96
Error Method 'testFalse' 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 '(' 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. 103

org/jaxen/test/FloorTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Method 'testFloor' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Line has trailing spaces. 88
Error Line has trailing spaces. 90
Error '0.0001' is a magic number. 92
Error Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Method 'testNegativeFloor' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Line has trailing spaces. 97
Error Line has trailing spaces. 99
Error '-2' is a magic number. 101
Error '0.0001' is a magic number. 101
Error Line has trailing spaces. 102
Error Line has trailing spaces. 103
Error Method 'testNaNFloorIsNaN' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Line has trailing spaces. 109
Error Method 'testInfFloorIsInf' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error Line has trailing spaces. 116
Error Method 'testNegativeInfFloorIsNegativeInf' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Line has trailing spaces. 123
Error Line has trailing spaces. 125
Error Method 'testFloorFunctionRequiresAtLeastArgument' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Line has trailing spaces. 127
Error Line has trailing spaces. 129
Error '}' should be on the same line. 133
Error Line has trailing spaces. 137
Error Line has trailing spaces. 138
Error Line has trailing spaces. 140
Error Method 'testBooleanFunctionRequiresExactlyOneArgument' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Line has trailing spaces. 142
Error Line has trailing spaces. 144
Error '}' should be on the same line. 148
Error Line has trailing spaces. 152
Error Line has trailing spaces. 153

org/jaxen/test/FollowingAxisIteratorTest.java

ErrorLine
Error Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error Parameter name should be final. 64
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 68
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Method 'testNoInfiniteLoops' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 84
Error '}' should be on the same line. 85
Error Line has trailing spaces. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Missing a Javadoc comment. 93
Error Method 'testRemove' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Line has trailing spaces. 98
Error Line has trailing spaces. 101
Error '}' should be on the same line. 102
Error Line has trailing spaces. 106
Error Line has trailing spaces. 108

org/jaxen/test/FollowingSiblingAxisIteratorTest.java

ErrorLine
Error Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error Parameter name should be final. 64
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 68
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Method 'testNoInfiniteLoops' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 84
Error '}' should be on the same line. 85
Error Line has trailing spaces. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Missing a Javadoc comment. 93
Error Method 'testRemove' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Line has trailing spaces. 98
Error Line has trailing spaces. 101
Error '}' should be on the same line. 102
Error Line has trailing spaces. 106
Error Line has trailing spaces. 108

org/jaxen/test/FunctionCallExceptionTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 63
Error Parameter name should be final. 63
Error Method 'testMessageIsNonNull' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 75
Error Method 'testMessageIsSaved' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 82
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84

org/jaxen/test/FunctionContextTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 74
Error '{' should be on the previous line. 80
Error Missing a Javadoc comment. 82
Error Line has trailing spaces. 83
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Line has trailing spaces. 85
Error Line is longer than 80 characters. 91
Error Line has trailing spaces. 92
Error Line has trailing spaces. 94
Error Method 'testJAXEN50' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Line has trailing spaces. 96
Error Line has trailing spaces. 98
Error Line has trailing spaces. 103
Error Line has trailing spaces. 106
Error Line has trailing spaces. 108
Error Method 'testUnresolvableFunction' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Line has trailing spaces. 110
Error Line has trailing spaces. 112
Error '}' should be on the same line. 116
Error Line has trailing spaces. 120
Error Line has trailing spaces. 122
Error Line is longer than 80 characters. 123
Error Method 'testUnresolvableFunctionExceptionMessage' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Line has trailing spaces. 124
Error Line has trailing spaces. 126
Error '}' should be on the same line. 130
Error Line has trailing spaces. 134
Error Line has trailing spaces. 136
Error Line has trailing spaces. 137
Error Method 'testGetFunctionContext' is not designed for extension - needs to be abstract, final or empty. 137
Error Missing a Javadoc comment. 137
Error Line has trailing spaces. 141
Error Line has trailing spaces. 142
Error Line is longer than 80 characters. 142
Error Method 'testSerializeFunctionContext' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Line has trailing spaces. 143
Error '}' should be on the same line. 151
Error Line has trailing spaces. 155
Error Line has trailing spaces. 157

org/jaxen/test/FunctionTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/FunctionTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 97

org/jaxen/test/HelpersTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/HelpersTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 70
Error Line has trailing spaces. 72

org/jaxen/test/IdTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Line has trailing spaces. 78
Error Method 'setUp' 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 Missing a Javadoc comment. 87
Error Parameter name should be final. 87
Error Line has trailing spaces. 91
Error Method 'testIDFunctionSelectsNothingInDocumentWithNoIds' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error Line has trailing spaces. 93
Error Line has trailing spaces. 111
Error Line has trailing spaces. 114
Error Line has trailing spaces. 115
Error Line has trailing spaces. 117
Error Method 'testIDFunctionRequiresAtLeastOneArgument' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error Line has trailing spaces. 119
Error '}' should be on the same line. 126
Error Line has trailing spaces. 130
Error Line has trailing spaces. 131
Error Line has trailing spaces. 133
Error Method 'testIDFunctionRequiresAtMostOneArgument' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Line has trailing spaces. 135
Error '}' should be on the same line. 142
Error Line has trailing spaces. 146
Error Line has trailing spaces. 147
Error Line has trailing spaces. 149
Error Method 'testFindElementById' is not designed for extension - needs to be abstract, final or empty. 149
Error Missing a Javadoc comment. 149
Error Line has trailing spaces. 151
Error Line is longer than 80 characters. 153
Error 'doc' hides a field. 156
Error Line has trailing spaces. 161
Error Line has trailing spaces. 162
Error Line has trailing spaces. 164
Error Line has trailing spaces. 166
Error Line has trailing spaces. 176
Error Line has trailing spaces. 179
Error Method 'testFindMultipleElementsByMultipleIDs' is not designed for extension - needs to be abstract, final or empty. 179
Error Missing a Javadoc comment. 179
Error Line has trailing spaces. 181
Error Line is longer than 80 characters. 183
Error 'doc' hides a field. 186
Error Line has trailing spaces. 193
Error Line has trailing spaces. 194
Error Line has trailing spaces. 196
Error Method 'testIdReturnsFirstElementWithMatchingId' is not designed for extension - needs to be abstract, final or empty. 196
Error Missing a Javadoc comment. 196
Error Line has trailing spaces. 198
Error '+' should be on a new line. 200
Error Line is longer than 80 characters. 201
Error 'doc' hides a field. 204
Error Line has trailing spaces. 209
Error Line has trailing spaces. 210

org/jaxen/test/IterableAxisTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 60
Error Line has trailing spaces. 64
Error Method 'testIterableSelfNamedAxis' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 69
Error '}' should be on the same line. 71
Error Line has trailing spaces. 75
Error Line has trailing spaces. 76

org/jaxen/test/JDOMNavigatorTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 67
Error Parameter name should be final. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Method 'getNavigator' 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 Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter url 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 Line has trailing spaces. 81
Error Line has trailing spaces. 82
Error Method 'testNullNamespace' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error Line has trailing spaces. 92
Error Line has trailing spaces. 94

org/jaxen/test/JDOMPerformance.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 43
Error Utility classes should not have a public or default constructor. 43
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 45
Error Parameter args should be final. 45
Error Line is longer than 80 characters. 47
Error Line has trailing spaces. 50
Error Line has trailing spaces. 52
Error '1000' is a magic number. 54
Error Avoid inline conditionals. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 62
Error Line has trailing spaces. 67

org/jaxen/test/JDOMTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/JDOMTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 71
Error Line has trailing spaces. 73

org/jaxen/test/JDOMXPathTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error Parameter name 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 'testConstruction' 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 '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line is longer than 80 characters. 85
Error Method 'testSelection' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 95
Error '3' is a magic number. 95
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 100
Error 'cast' is not followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 103
Error 'cast' is not followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 106
Error 'cast' is not followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 109
Error '!' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line has trailing spaces. 111
Error Line has trailing spaces. 112
Error Line is longer than 80 characters. 113
Error Method 'testGetDocumentNode' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 129
Error Line has trailing spaces. 132
Error Line is longer than 80 characters. 133
Error Method 'testJaxen148' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error '+' should be on a new line. 134
Error Line has trailing spaces. 135
Error '+' should be on a new line. 135
Error Line is longer than 80 characters. 139
Error '(' is followed by whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line has trailing spaces. 140
Error Line has trailing spaces. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line has trailing spaces. 145
Error Line has trailing spaces. 147
Error Line has trailing spaces. 148
Error Line is longer than 80 characters. 149
Error Method 'testJaxen53Text' is not designed for extension - needs to be abstract, final or empty. 149
Error Missing a Javadoc comment. 149
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error Line is longer than 80 characters. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 160
Error '(' is followed by whitespace. 165
Error Line has trailing spaces. 168
Error Method 'testJaxen20AttributeNamespaceNodes' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error '{' should be on the previous line. 170
Error Line has trailing spaces. 175
Error Line has trailing spaces. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '(' is followed by whitespace. 182
Error '3' is a magic number. 182
Error ')' is preceded with whitespace. 183
Error Line has trailing spaces. 186
Error Method 'testNamespaceNodesAreInherited' is not designed for extension - needs to be abstract, final or empty. 187
Error Missing a Javadoc comment. 187
Error '{' should be on the previous line. 188
Error Line has trailing spaces. 198
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error '(' is followed by whitespace. 203
Error '4' is a magic number. 203
Error ')' is preceded with whitespace. 203
Error Line has trailing spaces. 206

org/jaxen/test/JavaBeanNavigatorTest.java

ErrorLine
Error Missing a Javadoc comment. 11
Error '{' should be on the previous line. 13
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 15
Error Missing a Javadoc comment. 15
Error '{' should be on the previous line. 16
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 18
Error Method 'testSomething' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Line has trailing spaces. 22
Error Line has trailing spaces. 23
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error '(' is followed by whitespace. 28
Error '30' is a magic number. 28
Error ')' is preceded with whitespace. 28
Error '(' is followed by whitespace. 30
Error '(' is followed by whitespace. 30
Error '34' is a magic number. 30
Error ')' is preceded with whitespace. 30
Error ')' is preceded with whitespace. 30
Error '(' is followed by whitespace. 31
Error '(' is followed by whitespace. 31
Error '29' is a magic number. 31
Error ')' is preceded with whitespace. 31
Error ')' is preceded with whitespace. 31
Error '(' is followed by whitespace. 32
Error '(' is followed by whitespace. 32
Error '32' is a magic number. 32
Error ')' is preceded with whitespace. 32
Error ')' is preceded with whitespace. 32
Error '(' is followed by whitespace. 33
Error '(' is followed by whitespace. 33
Error '29' is a magic number. 33
Error ')' is preceded with whitespace. 33
Error ')' is preceded with whitespace. 33
Error '(' is followed by whitespace. 34
Error '(' is followed by whitespace. 34
Error '42' is a magic number. 34
Error ')' is preceded with whitespace. 34
Error ')' is preceded with whitespace. 34
Error '(' is followed by whitespace. 35
Error '(' is followed by whitespace. 35
Error '22' is a magic number. 35
Error ')' is preceded with whitespace. 35
Error ')' is preceded with whitespace. 35
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '3' is a magic number. 38
Error Line has trailing spaces. 39

org/jaxen/test/JavaBeanTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/JavaBeanTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 70
Error Line has trailing spaces. 72

org/jaxen/test/JaxenExceptionTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 65
Error Parameter name should be final. 65
Error Method 'testMessageIsNonNull' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error Method 'testPrintStackTrace' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Line is longer than 80 characters. 75
Error Line is longer than 80 characters. 83
Error Line has trailing spaces. 86

org/jaxen/test/JaxenHandlerTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 62
Error '{' should be on the previous line. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 105
Error Missing a Javadoc comment. 105
Error '{' is followed by whitespace. 105
Error Line has trailing spaces. 108
Error Line has trailing spaces. 115
Error Missing a Javadoc comment. 116
Error Parameter name should be final. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Method 'testValidPaths' 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 '{' should be on the previous line. 127
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '}' should be on the same line. 140
Error '{' should be on the previous line. 142
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Method 'testBogusPaths' is not designed for extension - needs to be abstract, final or empty. 148
Error Missing a Javadoc comment. 148
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error Line has trailing spaces. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error Line has trailing spaces. 159
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '}' should be on the same line. 163
Error '{' should be on the previous line. 165
Error Must have at least one statement. 165

org/jaxen/test/JaxenRuntimeExceptionTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 66
Error Parameter name should be final. 66
Error Method 'testMessageIsNonNull' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Method 'testPrintStackTrace' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Line is longer than 80 characters. 86
Error Line has trailing spaces. 89

org/jaxen/test/JaxenTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/JaxenTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 59
Error Utility classes should not have a public or default constructor. 64
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 84
Error Line has trailing spaces. 87

org/jaxen/test/LangTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 73
Error Method 'setUp' 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. 82
Error Parameter name should be final. 82
Error Line has trailing spaces. 86
Error Method 'testLangFunction' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Line has trailing spaces. 88
Error Line is longer than 80 characters. 92
Error Line has trailing spaces. 104
Error '3' is a magic number. 106
Error Line has trailing spaces. 110
Error Line has trailing spaces. 111
Error Line has trailing spaces. 113
Error Method 'testLangFunctionSelectsNothing' 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 Line is longer than 80 characters. 119
Error Line has trailing spaces. 131
Error Line has trailing spaces. 134
Error Line has trailing spaces. 135
Error Line has trailing spaces. 137
Error Method 'testLangFunctionSelectsSubcode' is not designed for extension - needs to be abstract, final or empty. 137
Error Missing a Javadoc comment. 137
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 143
Error Line has trailing spaces. 155
Error '3' is a magic number. 157
Error Line has trailing spaces. 161
Error Line has trailing spaces. 162
Error Line has trailing spaces. 164
Error Method 'testHyphenRequiredAtEnd' is not designed for extension - needs to be abstract, final or empty. 164
Error Missing a Javadoc comment. 164
Error Line has trailing spaces. 166
Error Line is longer than 80 characters. 170
Error Line has trailing spaces. 182
Error Line has trailing spaces. 185
Error Line has trailing spaces. 186
Error Line has trailing spaces. 188
Error Method 'testLangFunctionSelectsEmptyNodeSet' is not designed for extension - needs to be abstract, final or empty. 188
Error Missing a Javadoc comment. 188
Error Line has trailing spaces. 190
Error Line is longer than 80 characters. 196
Error Line has trailing spaces. 208
Error Line has trailing spaces. 211
Error Line has trailing spaces. 212
Error Line has trailing spaces. 214
Error Method 'testLangFunctionSelectsNonEmptyNodeSet' is not designed for extension - needs to be abstract, final or empty. 214
Error Missing a Javadoc comment. 214
Error Line has trailing spaces. 216
Error Line is longer than 80 characters. 220
Error Line has trailing spaces. 232
Error Line has trailing spaces. 236
Error Line has trailing spaces. 237
Error Line has trailing spaces. 239
Error Method 'testLangFunctionAppliedToNonElement' is not designed for extension - needs to be abstract, final or empty. 239
Error Missing a Javadoc comment. 239
Error Line has trailing spaces. 241
Error Line is longer than 80 characters. 245
Error Line has trailing spaces. 257
Error Line has trailing spaces. 262
Error Line has trailing spaces. 263
Error Line has trailing spaces. 265
Error Method 'testLangFunctionAppliedToDocument' is not designed for extension - needs to be abstract, final or empty. 265
Error Missing a Javadoc comment. 265
Error Line has trailing spaces. 267
Error Line is longer than 80 characters. 271
Error Line has trailing spaces. 283
Error Line has trailing spaces. 286
Error Line has trailing spaces. 287
Error Line has trailing spaces. 289
Error Method 'testLangFunctionSelectsNumber' is not designed for extension - needs to be abstract, final or empty. 289
Error Missing a Javadoc comment. 289
Error Line has trailing spaces. 291
Error Line has trailing spaces. 293
Error Line is longer than 80 characters. 296
Error Line has trailing spaces. 308
Error Line has trailing spaces. 311
Error Line has trailing spaces. 312
Error Line has trailing spaces. 314
Error Method 'testLangFunctionRequiresOneArgument' is not designed for extension - needs to be abstract, final or empty. 314
Error Missing a Javadoc comment. 314
Error Line has trailing spaces. 316
Error '}' should be on the same line. 323
Error Line has trailing spaces. 327
Error Line has trailing spaces. 328
Error Line has trailing spaces. 330
Error Method 'testLangFunctionRequiresAtMostOneArgument' is not designed for extension - needs to be abstract, final or empty. 330
Error Missing a Javadoc comment. 330
Error Line has trailing spaces. 332
Error '}' should be on the same line. 339
Error Line has trailing spaces. 343
Error Line has trailing spaces. 344

org/jaxen/test/LastTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 70
Error Line has trailing spaces. 71
Error Method 'setUp' 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 Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Line has trailing spaces. 86
Error Method 'testLastFunction' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 103
Error Line has trailing spaces. 108
Error Line has trailing spaces. 109
Error Method 'testLastFunctionAllowsNoArguments' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error '{' should be on the previous line. 112
Error '{' should be on the previous line. 114
Error Line has trailing spaces. 129
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. 137
Error Line has trailing spaces. 139
Error Line has trailing spaces. 140
Error Line has trailing spaces. 141

org/jaxen/test/LiteralExprTest.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/LiteralExprTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 64
Error '{' should be on the previous line. 70
Error Line has trailing spaces. 72
Error Method 'testStringLiteralContainsDoubleQuote' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 74
Error Line has trailing spaces. 78
Error Line has trailing spaces. 81
Error Method 'testStringLiteralContainsSingleQuote' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Line has trailing spaces. 83
Error Line has trailing spaces. 87
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Method 'testJaxen177' is not designed for extension - needs to be abstract, final or empty. 90
Error Missing a Javadoc comment. 90
Error Line has trailing spaces. 92
Error Line is longer than 80 characters. 94
Error Line is longer than 80 characters. 96
Error Line has trailing spaces. 98

org/jaxen/test/LocalNameTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 76
Error Line has trailing spaces. 77
Error Line is longer than 80 characters. 78
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Missing a Javadoc comment. 87
Error Parameter name should be final. 87
Error Method 'testLocalNameOfNumber' 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 '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '}' should be on the same line. 98
Error Line has trailing spaces. 99
Error '{' should be on the previous line. 100
Error Line is longer than 80 characters. 101
Error Line has trailing spaces. 103
Error Method 'testLocalNameWithTwoArguments' 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 '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '}' should be on the same line. 112
Error Line has trailing spaces. 113
Error '{' should be on the previous line. 114
Error Line is longer than 80 characters. 115
Error Line has trailing spaces. 117
Error Method 'testLocalNameAllowsNoArguments' 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 '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Line has trailing spaces. 124
Error Method 'testLocalNameOfCommentIsEmptyString' 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. 128
Error ')' is preceded with whitespace. 128
Error Line has trailing spaces. 133
Error Method 'testLocalNameOfEmptyNodeSetIsEmptyString' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line has trailing spaces. 140
Error Line is longer than 80 characters. 142
Error Method 'testLocalNameOfProcessingInstructionIsTarget' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line is longer than 80 characters. 145
Error Line has trailing spaces. 149
Error Method 'testLocalNameOfAttribute' 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 '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error Line has trailing spaces. 158
Error Method 'testLocalNameOfTextIsEmptyString' 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 '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error Line has trailing spaces. 167
Error Method 'testLocalNameOfNamespaceIsPrefix' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error '{' should be on the previous line. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error Line has trailing spaces. 174
Error Method 'testLocalNameNoArguments' is not designed for extension - needs to be abstract, final or empty. 176
Error Missing a Javadoc comment. 176
Error '{' should be on the previous line. 177
Error '{' should be on the previous line. 179
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '}' should be on the same line. 183
Error '{' should be on the previous line. 185
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error Line has trailing spaces. 189

org/jaxen/test/MockXPathReader.java

ErrorLine
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 57
Error '{' should be on the previous line. 58
Error Missing a Javadoc comment. 60
Error Parameter xpath should be final. 60
Error '{' should be on the previous line. 61
Error Missing a Javadoc comment. 64
Error Parameter handler should be final. 64
Error '{' should be on the previous line. 65
Error Method 'getXPathHandler' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69

org/jaxen/test/ModTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 66
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 74
Error Method 'testModofNonIntegers' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error Line has trailing spaces. 84
Error '0.5' is a magic number. 86
Error '0.000001' is a magic number. 86
Error Line has trailing spaces. 87
Error Line has trailing spaces. 89

org/jaxen/test/NameTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 76
Error Line has trailing spaces. 77
Error Line is longer than 80 characters. 78
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Missing a Javadoc comment. 87
Error Parameter name should be final. 87
Error Method 'testNameOfNumber' 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 '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '}' should be on the same line. 98
Error Line has trailing spaces. 99
Error '{' should be on the previous line. 100
Error Line is longer than 80 characters. 101
Error Line has trailing spaces. 103
Error Method 'testNameWithTwoArguments' 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 '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '}' should be on the same line. 112
Error Line has trailing spaces. 113
Error '{' should be on the previous line. 114
Error Line is longer than 80 characters. 115
Error Line has trailing spaces. 117
Error Method 'testNameAllowsNoArguments' 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 '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Line has trailing spaces. 124
Error Method 'testNameOfCommentIsEmptyString' 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. 128
Error ')' is preceded with whitespace. 128
Error Line has trailing spaces. 133
Error Method 'testNameOfProcessingInstructionIsTarget' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line is longer than 80 characters. 138
Error Line has trailing spaces. 142
Error Method 'testNameOfAttribute' is not designed for extension - needs to be abstract, final or empty. 144
Error Missing a Javadoc comment. 144
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line has trailing spaces. 151
Error Method 'testNameOfTextIsEmptyString' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error '{' should be on the previous line. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error Line has trailing spaces. 160
Error Method 'testNameOfNamespaceIsPrefix' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error '{' should be on the previous line. 163
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line has trailing spaces. 167
Error Method 'testNameNoArguments' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error '{' should be on the previous line. 170
Error '{' should be on the previous line. 172
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '}' should be on the same line. 176
Error '{' should be on the previous line. 178
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error Line has trailing spaces. 182

org/jaxen/test/NamespaceTest.java

ErrorLine
Error Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 67
Error Parameter name should be final. 67
Error Line has trailing spaces. 70
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Line has trailing spaces. 72
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Method 'testMultipleNamespaceAxis' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Line has trailing spaces. 80
Error Line is longer than 80 characters. 84
Error Line has trailing spaces. 86
Error '3' is a magic number. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 92
Error Method 'testNumberOfNamespaceNodes' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Line has trailing spaces. 94
Error Line is longer than 80 characters. 97
Error Line has trailing spaces. 99
Error '3' is a magic number. 102
Error Line is longer than 80 characters. 103
Error Line has trailing spaces. 104
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107
Error Method 'testNamespaceAxis' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Line has trailing spaces. 109
Error Line is longer than 80 characters. 112
Error Line has trailing spaces. 114
Error Line has trailing spaces. 118
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error Method 'testUnprefixedNamespaceAxis' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122
Error Line has trailing spaces. 123
Error Line has trailing spaces. 128
Error Line has trailing spaces. 132
Error Line has trailing spaces. 133
Error Line has trailing spaces. 134
Error Line has trailing spaces. 135
Error Method 'testNamespaceNodesReadFromAttributes' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Line has trailing spaces. 137
Error Line has trailing spaces. 143
Error Line has trailing spaces. 148
Error Line has trailing spaces. 149
Error Line has trailing spaces. 150
Error Line has trailing spaces. 151
Error Line is longer than 80 characters. 152
Error Method 'testUnboundNamespaceUsedInXPathExpression' is not designed for extension - needs to be abstract, final or empty. 152
Error Missing a Javadoc comment. 152
Error Line has trailing spaces. 153
Error '}' should be on the same line. 160
Error Line has trailing spaces. 164
Error Line has trailing spaces. 165
Error Line has trailing spaces. 166
Error Line has trailing spaces. 167
Error Method 'testQueryDefaultNamespace' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error Line has trailing spaces. 169
Error Line has trailing spaces. 176
Error Line has trailing spaces. 177
Error Line has trailing spaces. 178
Error Line has trailing spaces. 179
Error Method 'testQueryDefaultNamespaceWithContext' is not designed for extension - needs to be abstract, final or empty. 180
Error Missing a Javadoc comment. 180
Error Line has trailing spaces. 181
Error Line has trailing spaces. 190
Error Line has trailing spaces. 191
Error Line has trailing spaces. 192
Error Line has trailing spaces. 193

org/jaxen/test/NamespaceURITest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 76
Error Line has trailing spaces. 77
Error Line is longer than 80 characters. 78
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Missing a Javadoc comment. 87
Error Parameter name should be final. 87
Error Method 'testNamespaceURIOfNumber' 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 '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '}' should be on the same line. 98
Error Line has trailing spaces. 99
Error '{' should be on the previous line. 100
Error Line is longer than 80 characters. 101
Error Line has trailing spaces. 103
Error Method 'testNamespaceURINoArguments' 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 '(' 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. 110
Error Line has trailing spaces. 111
Error Line is longer than 80 characters. 112
Error Method 'testNamespaceURIOfEmptyNodeSetIsEmptyString' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line has trailing spaces. 117
Error Line is longer than 80 characters. 119
Error Method 'testNamespaceURIOfProcessingInstructionIsEmptyString' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error Line is longer than 80 characters. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error Line is longer than 80 characters. 122
Error Line has trailing spaces. 126
Error Method 'testNamespaceURIOfAttribute' is not designed for extension - needs to be abstract, final or empty. 128
Error Missing a Javadoc comment. 128
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line has trailing spaces. 135
Error Method 'testNamespaceURIOfAttributeInNamespace' 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 '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line has trailing spaces. 144
Error Method 'testNamespaceURIOfTextIsEmptyString' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error '{' should be on the previous line. 147
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line has trailing spaces. 153
Error Line is longer than 80 characters. 155
Error Method 'testNamespaceURIRequiresAtMostOneArgument' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '}' should be on the same line. 161
Error Line has trailing spaces. 165
Error Method 'testNamespaceURIOfNamespaceIsNull' 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. 169
Error ')' is preceded with whitespace. 169
Error Line has trailing spaces. 173
Error Line has trailing spaces. 174
Error Method 'testNamespaceURIOfComment' is not designed for extension - needs to be abstract, final or empty. 174
Error Missing a Javadoc comment. 174
Error Line has trailing spaces. 176
Error Line is longer than 80 characters. 178
Error Line is longer than 80 characters. 179
Error Line has trailing spaces. 180
Error Line has trailing spaces. 183

org/jaxen/test/NormalizeSpaceTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 70
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Line is longer than 80 characters. 85
Error Method 'testNormalizeSpaceUsesXMLSpaceRulesNotJavaRules' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
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. 92
Error Line has trailing spaces. 93
Error Line is longer than 80 characters. 94
Error Method 'testNormalizeSpaceUsesXMLSpaceRulesNotJavaRules2' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line has trailing spaces. 101
Error Line has trailing spaces. 102
Error Method 'testNormalizeSpaceInContextNode' 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 '(' 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. 108
Error Line has trailing spaces. 109
Error Line has trailing spaces. 110
Error Method 'testNormalizeSpaceRequiresAtMostOneArguments' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error Line has trailing spaces. 112
Error Line has trailing spaces. 114
Error '}' should be on the same line. 118
Error Line has trailing spaces. 122
Error Line has trailing spaces. 123

org/jaxen/test/NotTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 70
Error Line has trailing spaces. 71
Error Method 'setUp' 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 Missing a Javadoc comment. 82
Error Parameter name should be final. 82
Error Line has trailing spaces. 86
Error Method 'testZeroIsFalse' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 94
Error Line has trailing spaces. 95
Error Line has trailing spaces. 97
Error Method 'testOneIsTrue' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Line has trailing spaces. 99
Error Line has trailing spaces. 101
Error Line has trailing spaces. 105
Error Line has trailing spaces. 106
Error Line has trailing spaces. 108
Error Method 'testEmptyStringIsFalse' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Line has trailing spaces. 110
Error Line has trailing spaces. 112
Error Line has trailing spaces. 116
Error Line has trailing spaces. 117
Error Line has trailing spaces. 119
Error Method 'testNaNIsFalse' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error Line has trailing spaces. 121
Error Line has trailing spaces. 125
Error Line has trailing spaces. 126
Error Line has trailing spaces. 128
Error Method 'testNonEmptyStringIsTrue' is not designed for extension - needs to be abstract, final or empty. 128
Error Missing a Javadoc comment. 128
Error Line has trailing spaces. 130
Error Line has trailing spaces. 132
Error Line has trailing spaces. 136
Error Line has trailing spaces. 137
Error Line has trailing spaces. 139
Error Method 'testNotFunctionRequiresOneArgument' is not designed for extension - needs to be abstract, final or empty. 139
Error Missing a Javadoc comment. 139
Error Line has trailing spaces. 141
Error Line has trailing spaces. 143
Error '}' should be on the same line. 147
Error Line has trailing spaces. 151
Error Line has trailing spaces. 152
Error Line has trailing spaces. 154
Error Method 'testNotFunctionRequiresExactlyOneArgument' is not designed for extension - needs to be abstract, final or empty. 154
Error Missing a Javadoc comment. 154
Error Line has trailing spaces. 156
Error Line has trailing spaces. 158
Error '}' should be on the same line. 162
Error Line has trailing spaces. 166
Error Line has trailing spaces. 167

org/jaxen/test/NumberTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 71
Error Line has trailing spaces. 72
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error '{' should be on the previous line. 74
Error Missing a Javadoc comment. 82
Error Parameter name should be final. 82
Error Line has trailing spaces. 87
Error Method 'testNumberFunctionOperatesOnFirstNodeInDocumentOrder' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Line has trailing spaces. 89
Error Line has trailing spaces. 104
Error Line has trailing spaces. 108
Error Line has trailing spaces. 109
Error Line has trailing spaces. 111
Error Method 'testNumberFunctionOperatesOnContextNode' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error Line has trailing spaces. 113
Error Line has trailing spaces. 118
Error Line has trailing spaces. 121
Error Line has trailing spaces. 122
Error Line has trailing spaces. 125
Error Method 'testNumberFunctionRequiresAtMostOneArgument' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Line has trailing spaces. 127
Error Line has trailing spaces. 129
Error '}' should be on the same line. 133
Error Line has trailing spaces. 137
Error Line has trailing spaces. 138
Error Line has trailing spaces. 139
Error Line has trailing spaces. 140
Error Line has trailing spaces. 141
Error Method 'testNumberFunctionAppliedToNonNumericString' is not designed for extension - needs to be abstract, final or empty. 141
Error Missing a Javadoc comment. 141
Error Line has trailing spaces. 143
Error Line has trailing spaces. 145
Error Line has trailing spaces. 148
Error Line has trailing spaces. 149
Error Line has trailing spaces. 150
Error Method 'testIsNan' is not designed for extension - needs to be abstract, final or empty. 151
Error Missing a Javadoc comment. 151
Error Line has trailing spaces. 153
Error Line has trailing spaces. 154

org/jaxen/test/PatternHandlerTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 60
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 62
Error Missing a Javadoc comment. 63
Error Variable 'paths' must be private and have accessor methods. 63
Error Missing a Javadoc comment. 81
Error Variable 'bogusPaths' must be private and have accessor methods. 81
Error '{' is followed by whitespace. 81
Error Line has trailing spaces. 82
Error Line has trailing spaces. 83
Error Missing a Javadoc comment. 83
Error Name 'ignore_bogusPaths' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Variable 'ignore_bogusPaths' must be private and have accessor methods. 83
Error Line has trailing spaces. 86
Error Line has trailing spaces. 93
Error Missing a Javadoc comment. 94
Error Parameter name 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 Method 'testValidPaths' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Redundant throws: 'JaxenException' is subclass of 'SAXPathException'. 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 Method 'testBogusPaths' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Redundant throws: 'JaxenException' is subclass of 'SAXPathException'. 107
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line has trailing spaces. 112
Error '{' should be on the previous line. 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 Line has trailing spaces. 117
Error '{' should be on the previous line. 117
Error Must have at least one statement. 117

org/jaxen/test/PatternTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/PatternTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 70
Error Line has trailing spaces. 72

org/jaxen/test/Person.java

ErrorLine
Error Missing a Javadoc comment. 6
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. 11
Error Missing a Javadoc comment. 13
Error Parameter name should be final. 13
Error 'name' hides a field. 13
Error Parameter age should be final. 13
Error 'age' hides a field. 13
Error '{' should be on the previous line. 14
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error '{' should be on the previous line. 21
Error Method 'getAge' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error '{' should be on the previous line. 26
Error Method 'addBrother' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter brother should be final. 30
Error '{' should be on the previous line. 31
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Method 'getBrothers' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error '{' should be on the previous line. 36
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error '{' should be on the previous line. 41

org/jaxen/test/PositionTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 80
Error Parameter name should be final. 80
Error Method 'testPositionOfNumber' 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 '{' should be on the previous line. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '}' should be on the same line. 91
Error Line has trailing spaces. 92
Error '{' should be on the previous line. 93
Error Line is longer than 80 characters. 94
Error Line has trailing spaces. 96

org/jaxen/test/PrecedingAxisIteratorTest.java

ErrorLine
Error Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error Parameter name should be final. 64
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 68
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Method 'testNoInfiniteLoops' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 84
Error '}' should be on the same line. 85
Error Line has trailing spaces. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Missing a Javadoc comment. 93
Error Method 'testRemove' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Line has trailing spaces. 98
Error Line has trailing spaces. 101
Error '}' should be on the same line. 102
Error Line has trailing spaces. 106
Error Line has trailing spaces. 108

org/jaxen/test/PrecedingSiblingAxisIteratorTest.java

ErrorLine
Error Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error Parameter name should be final. 64
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 68
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Method 'testNoInfiniteLoops' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 84
Error '}' should be on the same line. 85
Error Line has trailing spaces. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Missing a Javadoc comment. 93
Error Method 'testRemove' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Line has trailing spaces. 98
Error Line has trailing spaces. 101
Error '}' should be on the same line. 102
Error Line has trailing spaces. 106
Error Line has trailing spaces. 108

org/jaxen/test/PriorityTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 70
Error Parameter name should be final. 70
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line has trailing spaces. 75
Error Missing a Javadoc comment. 75
Error Parameter args 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 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 '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line has trailing spaces. 84
Error Method 'setUp' 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 '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 88
Error Method 'testDocumentNode' 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 '(' is followed by whitespace. 93
Error '-0.5' is a magic number. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 95
Error Method 'testNameNode' 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 '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line has trailing spaces. 100
Error Method 'testQNameNode' 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 '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line has trailing spaces. 105
Error Method 'testFilter' 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
Error '(' is followed by whitespace. 108
Error '0.5' is a magic number. 108
Error ')' is preceded with whitespace. 108
Error Line has trailing spaces. 110
Error Method 'testURI' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error '-0.25' is a magic number. 113
Error ')' is preceded with whitespace. 113
Error Method 'testNodeType' 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 '(' is followed by whitespace. 118
Error '-0.5' is a magic number. 118
Error ')' is preceded with whitespace. 118
Error Line has trailing spaces. 120
Error Method 'testAttribute' 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 '(' is followed by whitespace. 123
Error '-0.5' is a magic number. 123
Error ')' is preceded with whitespace. 123
Error Line has trailing spaces. 125
Error Method 'testAnyNode' 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. 128
Error '-0.5' is a magic number. 128
Error ')' is preceded with whitespace. 128
Error Line has trailing spaces. 130
Error Line has trailing spaces. 131
Error Method 'testPriority' is not designed for extension - needs to be abstract, final or empty. 131
Error Missing a Javadoc comment. 131
Error Parameter expr should be final. 131
Error Parameter priority should be final. 131
Error Parameter nodeType should be final. 131
Error Line has trailing spaces. 132
Error Redundant throws: 'JaxenException' is subclass of 'SAXPathException'. 132
Error '{' should be on the previous line. 133
Error Line has trailing spaces. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Line has trailing spaces. 138
Error '(' is followed by whitespace. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 143
Error Line has trailing spaces. 144
Error ')' is preceded with whitespace. 145

org/jaxen/test/ProcessingInstructionNodeTest.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/ProcessingInstructionNodeTest.java

ErrorLine
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 45
Error Line has trailing spaces. 63
Error Line has trailing spaces. 70
Error Method 'testGetText' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Line has trailing spaces. 72
Error Line has trailing spaces. 76
Error Line has trailing spaces. 79
Error Method 'testGetTextWithName' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Line has trailing spaces. 81
Error Line has trailing spaces. 85
Error Line has trailing spaces. 87
Error Line has trailing spaces. 88
Error Method 'testGetTextWithPredicate' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 94
Error Line has trailing spaces. 95
Error Line has trailing spaces. 96

org/jaxen/test/RoundTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Line has trailing spaces. 85
Error Method 'testRound' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Line has trailing spaces. 87
Error Line has trailing spaces. 89
Error '0.0001' is a magic number. 91
Error Line has trailing spaces. 92
Error Line has trailing spaces. 93
Error Method 'testNegativeRound' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Line has trailing spaces. 96
Error Line has trailing spaces. 98
Error '0.0001' is a magic number. 100
Error Line has trailing spaces. 101
Error Line has trailing spaces. 102
Error Method 'testNaNRoundIsNaN' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Line has trailing spaces. 108
Error Line has trailing spaces. 110
Error Method 'testRoundFunctionRequiresAtLeastOneArgument' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error Line has trailing spaces. 112
Error Line has trailing spaces. 114
Error '}' should be on the same line. 118
Error Line has trailing spaces. 122
Error Line has trailing spaces. 123
Error Line has trailing spaces. 125
Error Method 'testRoundFunctionRequiresAtMostOneArgument' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Line has trailing spaces. 127
Error Line has trailing spaces. 129
Error '}' should be on the same line. 133
Error Line has trailing spaces. 137
Error Line has trailing spaces. 138

org/jaxen/test/SAXPathExceptionTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 65
Error Parameter name should be final. 65
Error Method 'testMessageIsNonNull' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error Method 'testPrintStackTrace' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Line is longer than 80 characters. 75
Error Line is longer than 80 characters. 81
Error Line has trailing spaces. 84

org/jaxen/test/SAXPathTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/SAXPathTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 71
Error Line has trailing spaces. 73

org/jaxen/test/SimpleNamespaceContextTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 77
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 86
Error Method 'testMapCopy' is not designed for extension - needs to be abstract, final or empty. 90
Error Line has trailing spaces. 96
Error Method 'testCantUseNonStringsAsValues' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error '}' should be on the same line. 103
Error Line has trailing spaces. 108
Error Method 'testCantUseNonStringsAsKeys' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error '}' should be on the same line. 115
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error Line is longer than 80 characters. 121
Error Method 'testContextFromElement' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 129
Error Line has trailing spaces. 130
Error Line is longer than 80 characters. 131
Error Line has trailing spaces. 133
Error Method 'testSerialization' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error Line has trailing spaces. 135
Error Line has trailing spaces. 140
Error Line has trailing spaces. 146
Error Line has trailing spaces. 153
Error Line is longer than 80 characters. 155
Error Line is longer than 80 characters. 156
Error Line has trailing spaces. 158
Error Line has trailing spaces. 160

org/jaxen/test/SimpleVariableContextTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 70
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 78
Error Method 'testRoundTripSerialization' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Line has trailing spaces. 80
Error '3.1415292' is a magic number. 84
Error Line has trailing spaces. 86
Error Line has trailing spaces. 92
Error Line has trailing spaces. 99
Error '3.1415292' is a magic number. 102
Error Line has trailing spaces. 105
Error Line has trailing spaces. 107
Error Line has trailing spaces. 108
Error Method 'testSerializationFormatHasNotChanged' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Line has trailing spaces. 110
Error Line has trailing spaces. 116
Error Line is longer than 80 characters. 119
Error '3.1415292' is a magic number. 119
Error Line has trailing spaces. 122
Error Line has trailing spaces. 124

org/jaxen/test/SingleObjectIteratorTest.java

ErrorLine
Error Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 57
Error Line has trailing spaces. 58
Error Method 'testNoInfiniteLoops' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 64
Error '}' should be on the same line. 65
Error Must have at least one statement. 66
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Line has trailing spaces. 71
Error Method 'testRemove' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 76
Error '}' should be on the same line. 77
Error Must have at least one statement. 78
Error Line has trailing spaces. 80
Error Line has trailing spaces. 82

org/jaxen/test/SingletonListTest.java

ErrorLine
Error Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error Line has trailing spaces. 22
Error Line has trailing spaces. 24
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 54
Error Method 'testIndexOutOfBoundsException' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Line has trailing spaces. 57
Error '}' should be on the same line. 62
Error Line has trailing spaces. 66
Error Line has trailing spaces. 68

org/jaxen/test/StartsWithTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 70
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Method 'testStartsWithNumber' 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 '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Method 'testStartsWithString' 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 '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 97
Error Line has trailing spaces. 98
Error Method 'testStartsWithString3' 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 Line is longer than 80 characters. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line has trailing spaces. 104
Error Line has trailing spaces. 105
Error Method 'testStartsWithNumber2' 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
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. 111
Error Line has trailing spaces. 112
Error Method 'testStartsWithString2' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 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. 116
Error ')' is preceded with whitespace. 116
Error Line has trailing spaces. 118
Error Line has trailing spaces. 119
Error Line has trailing spaces. 120
Error Method 'testEmptyStringStartsWithNonEmptyString' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 127
Error Method 'testEmptyStringStartsWithEmptyString' is not designed for extension - needs to be abstract, final or empty. 128
Error Missing a Javadoc comment. 128
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line has trailing spaces. 134
Error Method 'testStartsWithEmptyString' 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 '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error Line has trailing spaces. 140
Error Line has trailing spaces. 141
Error Line has trailing spaces. 142
Error Method 'testStartsWithFunctionRequiresAtLeastTwoArguments' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Line has trailing spaces. 144
Error Line has trailing spaces. 146
Error '}' should be on the same line. 150
Error Line has trailing spaces. 154
Error Line has trailing spaces. 155
Error Line has trailing spaces. 157
Error Method 'testStartsWithFunctionRequiresAtMostTwoArguments' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157
Error Line has trailing spaces. 159
Error Line has trailing spaces. 161
Error '}' should be on the same line. 165
Error Line has trailing spaces. 169
Error Line has trailing spaces. 170

org/jaxen/test/StringLengthTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 70
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Method 'testStringLengthOfNumber' 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 '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Method 'testStringLengthOfEmptyString' 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 '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 97
Error Line has trailing spaces. 98
Error Method 'testStringLengthOfString' 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 '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '10' is a magic number. 103
Error Line has trailing spaces. 104
Error Line has trailing spaces. 105
Error Line has trailing spaces. 106
Error Method 'testStringLengthFunctionOperatesOnContextNode' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Line has trailing spaces. 108
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error Line has trailing spaces. 115
Error Method 'testStringLengthFunctionCountsUnicodeCharactersNotJavaChars' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error Line has trailing spaces. 117
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line has trailing spaces. 121
Error Line has trailing spaces. 122
Error Line has trailing spaces. 124
Error Method 'testStringLengthFunctionWithMalformedString' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error Line has trailing spaces. 126
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '}' should be on the same line. 131
Error Line has trailing spaces. 135
Error Line has trailing spaces. 136
Error Line has trailing spaces. 138
Error Method 'testStringLengthFunctionRequiresExactlyOneArgument' is not designed for extension - needs to be abstract, final or empty. 138
Error Missing a Javadoc comment. 138
Error Line has trailing spaces. 140
Error Line has trailing spaces. 142
Error '}' should be on the same line. 146
Error Line has trailing spaces. 150
Error Line has trailing spaces. 151

org/jaxen/test/StringTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 73
Error Method 'setUp' 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. 83
Error Parameter name should be final. 83
Error Line has trailing spaces. 88
Error Method 'testStringFunctionOperatesOnFirstNodeInDocumentOrder' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 105
Error Line has trailing spaces. 109
Error Line has trailing spaces. 111
Error Line has trailing spaces. 112
Error Method 'testStringValueOfComment' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Line has trailing spaces. 114
Error Line has trailing spaces. 119
Error Line has trailing spaces. 122
Error Line has trailing spaces. 124
Error Method 'testStringValueOfNull' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Line has trailing spaces. 128
Error Method 'testStringValueOfNullWithNonNullNavigator' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Line is longer than 80 characters. 130
Error Line has trailing spaces. 132
Error Line has trailing spaces. 133
Error Method 'testStringValueOfNamespaceNode' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Line has trailing spaces. 135
Error Line has trailing spaces. 139
Error Line has trailing spaces. 142
Error Line has trailing spaces. 144
Error Line is longer than 80 characters. 145
Error Method 'testSmallNumbersDontUseExponentialNotation' is not designed for extension - needs to be abstract, final or empty. 145
Error Missing a Javadoc comment. 145
Error Line is longer than 80 characters. 151
Error Method 'testBigNumbersDontUseExponentialNotation' is not designed for extension - needs to be abstract, final or empty. 151
Error Missing a Javadoc comment. 151
Error Method 'testStringOfInfinity' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157
Error Method 'testStringOfNegativeInfinity' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error Method 'testStringOfNegativeZero' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error Method 'testIntegersAreFormattedAsInts' is not designed for extension - needs to be abstract, final or empty. 175
Error Missing a Javadoc comment. 175
Error Line has trailing spaces. 179
Error Line has trailing spaces. 181
Error Method 'testStringFunctionRequiresAtMostOneArgument' is not designed for extension - needs to be abstract, final or empty. 181
Error Missing a Javadoc comment. 181
Error Line has trailing spaces. 183
Error Line has trailing spaces. 185
Error '}' should be on the same line. 189
Error Line has trailing spaces. 193

org/jaxen/test/SubstringAfterTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 70
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Method 'testSubstringAfterNumber' 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 '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Method 'testSubstringAfterString' 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 '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 97
Error Line has trailing spaces. 98
Error Method 'testSubstringAfterString4' 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 Line is longer than 80 characters. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line has trailing spaces. 104
Error Line has trailing spaces. 105
Error Method 'testSubstringAfterNumber2' 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
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. 111
Error Line has trailing spaces. 112
Error Method 'testSubstringAfterString2' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error '{' should be on the previous line. 114
Error Line is longer than 80 characters. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Line has trailing spaces. 118
Error Line has trailing spaces. 119
Error Line has trailing spaces. 120
Error Method 'testSubstringAfterString3' 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 '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 126
Error Line has trailing spaces. 127
Error Line has trailing spaces. 128
Error Line is longer than 80 characters. 129
Error Method 'testEmptyStringSubstringAfterNonEmptyString' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line has trailing spaces. 135
Error Method 'testEmptyStringBeforeEmptyString' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error '{' should be on the previous line. 137
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 Line has trailing spaces. 142
Error Method 'testSubstringAfterEmptyString' 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 '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line has trailing spaces. 148
Error Line has trailing spaces. 149
Error Line has trailing spaces. 150
Error Method 'testSubstringAfterFunctionRequiresAtLeastTwoArguments' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Line has trailing spaces. 152
Error Line has trailing spaces. 154
Error '}' should be on the same line. 158
Error Line has trailing spaces. 162
Error Line has trailing spaces. 163
Error Line has trailing spaces. 165
Error Method 'testSubstringAfterFunctionRequiresAtMostTwoArguments' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error Line has trailing spaces. 167
Error Line has trailing spaces. 169
Error '}' should be on the same line. 173
Error Line has trailing spaces. 177
Error Line has trailing spaces. 178

org/jaxen/test/SubstringBeforeTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 69
Error Line has trailing spaces. 70
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Method 'testSubstringBeforeNumber' 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 '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 90
Error Line has trailing spaces. 91
Error Method 'testSubstringBeforeString' 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 '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 97
Error Line has trailing spaces. 98
Error Method 'testContainsString3' 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 Line is longer than 80 characters. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line has trailing spaces. 104
Error Line has trailing spaces. 105
Error Method 'testSubstringBeforeNumber2' 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
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. 111
Error Line has trailing spaces. 112
Error Method 'testSubstringBeforeString2' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error '{' should be on the previous line. 114
Error Line is longer than 80 characters. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Line has trailing spaces. 118
Error Line has trailing spaces. 119
Error Line has trailing spaces. 120
Error Method 'testSubstringBeforeString3' 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 '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 126
Error Line has trailing spaces. 127
Error Line has trailing spaces. 128
Error Line is longer than 80 characters. 129
Error Method 'testEmptyStringSubstringBeforeNonEmptyString' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line has trailing spaces. 135
Error Method 'testEmptyStringBeforeEmptyString' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error '{' should be on the previous line. 137
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 Line has trailing spaces. 142
Error Method 'testSubstringBeforeEmptyString' 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 '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line has trailing spaces. 148
Error Line has trailing spaces. 149
Error Line has trailing spaces. 150
Error Method 'testSubstringBeforeFunctionRequiresAtLeastTwoArguments' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Line has trailing spaces. 152
Error Line has trailing spaces. 154
Error '}' should be on the same line. 158
Error Line has trailing spaces. 162
Error Line has trailing spaces. 163
Error Line has trailing spaces. 165
Error Method 'testSubstringBeforeFunctionRequiresAtMostTwoArguments' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error Line has trailing spaces. 167
Error Line has trailing spaces. 169
Error '}' should be on the same line. 173
Error Line has trailing spaces. 177
Error Line has trailing spaces. 178

org/jaxen/test/SubstringTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 80
Error Parameter name should be final. 80
Error Method 'testSubstringOfNumber' 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 '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Method 'testSubstringOfNumber2' 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 '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Line has trailing spaces. 96
Error Line has trailing spaces. 97
Error Line has trailing spaces. 99
Error Method 'testUnusualSubstring1' 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 '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line has trailing spaces. 105
Error Method 'testUnusualSubstring2' is not designed for extension - needs to be abstract, final or empty. 108
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. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line has trailing spaces. 113
Error Method 'testUnusualSubstring3' 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 '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line has trailing spaces. 121
Error Method 'testUnusualSubstring4' 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. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line has trailing spaces. 128
Error Method 'testUnusualSubstring5' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error '{' should be on the previous line. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error Line has trailing spaces. 135
Error Method 'testUnusualSubstring6' 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 '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line has trailing spaces. 142
Error Line has trailing spaces. 144
Error Method 'testSubstringOfNaN' is not designed for extension - needs to be abstract, final or empty. 145
Error Missing a Javadoc comment. 145
Error '{' should be on the previous line. 146
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 Line has trailing spaces. 150
Error Line has trailing spaces. 151
Error Line has trailing spaces. 152
Error Method 'testSubstringOfEmptyString' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error '{' should be on the previous line. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line has trailing spaces. 158
Error Line has trailing spaces. 159
Error Line has trailing spaces. 160
Error Method 'testSubstringWithNegativeLength' is not designed for extension - needs to be abstract, final or empty. 161
Error Missing a Javadoc comment. 161
Error '{' should be on the previous line. 162
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line has trailing spaces. 166
Error Line has trailing spaces. 167
Error Line has trailing spaces. 168
Error Method 'testSubstringWithExcessiveLength' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error '{' should be on the previous line. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Line has trailing spaces. 174
Error Line has trailing spaces. 175
Error Line has trailing spaces. 176
Error Method 'testSubstringWithNegativeLength2' is not designed for extension - needs to be abstract, final or empty. 177
Error Missing a Javadoc comment. 177
Error '{' should be on the previous line. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error Line has trailing spaces. 182
Error Line has trailing spaces. 183
Error Line has trailing spaces. 184
Error Line has trailing spaces. 185
Error Method 'testSubstringFunctionRequiresAtLeastTwoArguments' is not designed for extension - needs to be abstract, final or empty. 185
Error Missing a Javadoc comment. 185
Error Line has trailing spaces. 187
Error Line has trailing spaces. 189
Error '}' should be on the same line. 193
Error Line has trailing spaces. 197
Error Line has trailing spaces. 198
Error Line has trailing spaces. 200
Error Method 'testNegativeStartNoLength' is not designed for extension - needs to be abstract, final or empty. 200
Error Missing a Javadoc comment. 200
Error Line has trailing spaces. 202
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Line has trailing spaces. 206
Error Line has trailing spaces. 207
Error Line has trailing spaces. 209
Error Method 'testNegativeStartWithLength' is not designed for extension - needs to be abstract, final or empty. 209
Error Missing a Javadoc comment. 209
Error Line has trailing spaces. 211
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error Line has trailing spaces. 215
Error Line has trailing spaces. 216
Error Line has trailing spaces. 218
Error Method 'testSubstringFunctionRequiresAtMostThreeArguments' is not designed for extension - needs to be abstract, final or empty. 218
Error Missing a Javadoc comment. 218
Error Line has trailing spaces. 220
Error Line has trailing spaces. 222
Error '}' should be on the same line. 226
Error Line has trailing spaces. 230
Error Line has trailing spaces. 233
Error Method 'testStringLengthCountsUnicodeCharactersNotJavaChars' is not designed for extension - needs to be abstract, final or empty. 233
Error Missing a Javadoc comment. 233
Error Line has trailing spaces. 235
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error Line has trailing spaces. 239
Error Line has trailing spaces. 241
Error Line has trailing spaces. 242
Error Line has trailing spaces. 243
Error Method 'testStringLengthIndexesUnicodeCharactersNotJavaChars' is not designed for extension - needs to be abstract, final or empty. 243
Error Missing a Javadoc comment. 243
Error Line has trailing spaces. 245
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error Line has trailing spaces. 249
Error Line has trailing spaces. 251
Error Line has trailing spaces. 252
Error Line has trailing spaces. 253
Error Method 'testStringLengthIndexesAndCountsUnicodeCharactersNotJavaChars' is not designed for extension - needs to be abstract, final or empty. 253
Error Missing a Javadoc comment. 253
Error Line has trailing spaces. 255
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error Line has trailing spaces. 259
Error Line has trailing spaces. 261
Error Line has trailing spaces. 262

org/jaxen/test/SumTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 80
Error Parameter name should be final. 80
Error Method 'testSumOfNumber' 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 '{' should be on the previous line. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '}' should be on the same line. 91
Error Line has trailing spaces. 92
Error '{' should be on the previous line. 93
Error Line is longer than 80 characters. 94
Error Line has trailing spaces. 96
Error Method 'testSumNoArguments' 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 '{' should be on the previous line. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '}' should be on the same line. 105
Error '{' should be on the previous line. 107
Error Line has trailing spaces. 110

org/jaxen/test/TranslateFunctionTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Method 'testTranslate' 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 ')' is preceded with whitespace. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line has trailing spaces. 84
Error Line has trailing spaces. 85
Error Method 'testTranslateIgnoresExtraArguments' 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. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Line has trailing spaces. 93
Error Method 'testTranslateFunctionRequiresAtLeastThreeArguments' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Line has trailing spaces. 95
Error Line has trailing spaces. 97
Error '}' should be on the same line. 101
Error Line has trailing spaces. 105
Error Line has trailing spaces. 106
Error Line has trailing spaces. 108
Error Method 'testTranslateRequiresAtMostThreeArguments' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Line has trailing spaces. 110
Error Line has trailing spaces. 112
Error '}' should be on the same line. 116
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error Line has trailing spaces. 122
Error Line is longer than 80 characters. 123
Error Method 'testTranslateStringThatContainsNonBMPChars' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
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 Line has trailing spaces. 129
Error Method 'testTranslateNonBMPChars' 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 is longer than 80 characters. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Line has trailing spaces. 136
Error Line has trailing spaces. 137
Error Method 'testTranslateNonBMPChars2' 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
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line has trailing spaces. 144
Error Line has trailing spaces. 145
Error Method 'testTranslateWithNonBMPChars' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error '{' should be on the previous line. 148
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 Line has trailing spaces. 152
Error Line has trailing spaces. 153
Error Method 'testTranslateWithNonBMPChars2' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error '{' should be on the previous line. 156
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error Line has trailing spaces. 160
Error Line has trailing spaces. 161
Error Method 'testTranslateWithMalformedSurrogatePair' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '}' should be on the same line. 169
Error Line has trailing spaces. 173
Error Line has trailing spaces. 174
Error Method 'testTranslateWithMissingLowSurrogate' is not designed for extension - needs to be abstract, final or empty. 176
Error Missing a Javadoc comment. 176
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '}' should be on the same line. 182
Error Line has trailing spaces. 186
Error Line has trailing spaces. 187
Error Line is longer than 80 characters. 189
Error Method 'testTranslateWithExtraCharsInReplacementString' is not designed for extension - needs to be abstract, final or empty. 189
Error Missing a Javadoc comment. 189
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error Line has trailing spaces. 194
Error Line has trailing spaces. 195

org/jaxen/test/TrueTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Missing a Javadoc comment. 80
Error Parameter name should be final. 80
Error Method 'testTrueOfNumber' 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 '{' should be on the previous line. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '}' should be on the same line. 91
Error Line has trailing spaces. 92
Error '{' should be on the previous line. 93
Error Line has trailing spaces. 96

org/jaxen/test/UnresolvableExceptionTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 68
Error Parameter name should be final. 68
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 73
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Line has trailing spaces. 75
Error Line has trailing spaces. 80
Error Line has trailing spaces. 81
Error Method 'testUnresolvableVariable' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error Line has trailing spaces. 83
Error '}' should be on the same line. 88
Error Line has trailing spaces. 92
Error Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Method 'testUnresolvableFunction' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Line has trailing spaces. 96
Error '}' should be on the same line. 101
Error Line has trailing spaces. 105
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107

org/jaxen/test/UnsupportedAxisExceptionTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 62
Error Parameter name should be final. 62
Error Method 'testMessageIsNonNull' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 72

org/jaxen/test/UtilTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/UtilTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 77
Error Line has trailing spaces. 79

org/jaxen/test/VariableContextTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 68
Error '{' should be on the previous line. 74
Error Missing a Javadoc comment. 76
Error Line has trailing spaces. 77
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 85
Error Line has trailing spaces. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 89
Error Method 'testUnresolvableVariable' is not designed for extension - needs to be abstract, final or empty. 90
Error Missing a Javadoc comment. 90
Error Line has trailing spaces. 91
Error Line has trailing spaces. 93
Error '}' should be on the same line. 97
Error Line has trailing spaces. 101
Error Line has trailing spaces. 103
Error Line has trailing spaces. 104
Error Method 'testGetVariableContext' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Line has trailing spaces. 108
Error Line has trailing spaces. 109
Error Method 'testSetNamespacelessVariable' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Line has trailing spaces. 114

org/jaxen/test/XOMNavigatorTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 55
Error '{' should be on the previous line. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 59
Error Parameter name should be final. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error Method 'getNavigator' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error '{' should be on the previous line. 65
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Parameter url should be final. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/jaxen/test/XOMPerformance.java

ErrorLine
Error Line has trailing spaces. 5
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 42
Error Utility classes should not have a public or default constructor. 42
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 44
Error Parameter args should be final. 44
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 47
Error Line has trailing spaces. 49
Error Line has trailing spaces. 51
Error '1000' is a magic number. 53
Error Avoid inline conditionals. 55
Error Line has trailing spaces. 57
Error Line has trailing spaces. 61
Error Line has trailing spaces. 66

org/jaxen/test/XOMTests.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/XOMTests.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 58
Error Utility classes should not have a public or default constructor. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 71
Error Line has trailing spaces. 73

org/jaxen/test/XOMXPathTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 65
Error '{' should be on the previous line. 66
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 70
Error Parameter name should be final. 70
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Method 'testConstruction' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Line is longer than 80 characters. 80
Error Method 'testSelection' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 90
Error '3' is a magic number. 90
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 95
Error 'cast' is not followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 98
Error 'cast' is not followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 101
Error 'cast' is not followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 104
Error '!' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104

org/jaxen/test/XPathReaderFactoryTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Missing a Javadoc comment. 58
Error Parameter name should be final. 58
Error '{' should be on the previous line. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line has trailing spaces. 62
Error Line has trailing spaces. 63
Error Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'testDefault' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Method 'testValidByProperty' 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 '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line has trailing spaces. 86
Error Method 'testInvalidByProperty' 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. 88
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '}' should be on the same line. 95
Error Method 'testNonExistantByProperty' 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 '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '}' should be on the same line. 111
Error '{' should be on the previous line. 113
Error Must have at least one statement. 113
Error Method 'testValidExplicit' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error '{' should be on the previous line. 119
Error Line is longer than 80 characters. 120
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. 122
Error ')' is preceded with whitespace. 122
Error Method 'testInvalidExplicit' 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 '{' should be on the previous line. 128
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '}' should be on the same line. 131
Error '{' should be on the previous line. 133
Error Must have at least one statement. 133
Error Method 'testNonExistantExplicit' is not designed for extension - needs to be abstract, final or empty. 138
Error Missing a Javadoc comment. 138
Error '{' should be on the previous line. 139
Error '{' should be on the previous line. 141
Error Line is longer than 80 characters. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '}' should be on the same line. 144
Error '{' should be on the previous line. 146
Error Must have at least one statement. 146

org/jaxen/test/XPathReaderTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error 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. 75
Error Missing a Javadoc comment. 83
Error Line is longer than 80 characters. 84
Error Line is longer than 80 characters. 89
Error Line is longer than 80 characters. 91
Error Missing a Javadoc comment. 94
Error '(' is followed by whitespace. 94
Error Parameter name should be final. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line is longer than 80 characters. 99
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Method 'tearDown' 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 Line is longer than 80 characters. 119
Error Line is longer than 80 characters. 120
Error Method 'testPaths' 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 'for' is not followed by whitespace. 126
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 preceded with whitespace. 128
Error Method 'testBogusPaths' is not designed for extension - needs to be abstract, final or empty. 132
Error Missing a Javadoc comment. 132
Error '{' should be on the previous line. 133
Error 'for' is not followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error Line is longer than 80 characters. 142
Error '(' is followed by whitespace. 142
Error '}' should be on the same line. 143
Error 'catch' is not followed by whitespace. 144
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. 146
Error ')' is preceded with whitespace. 146
Error Method 'testChildrenOfNumber' 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 '{' should be on the previous line. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '(' is followed by whitespace. 156
Error '}' should be on the same line. 157
Error 'catch' is not followed by whitespace. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error Method 'testChildIsNumber' is not designed for extension - needs to be abstract, final or empty. 164
Error Missing a Javadoc comment. 164
Error '{' should be on the previous line. 165
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 '}' should be on the same line. 170
Error 'catch' is not followed by whitespace. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 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. 175
Error Method 'testNumberOrNumber' is not designed for extension - needs to be abstract, final or empty. 178
Error Missing a Javadoc comment. 178
Error '{' should be on the previous line. 179
Error '{' should be on the previous line. 182
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '(' is followed by whitespace. 185
Error '}' should be on the same line. 186
Error 'catch' is not followed by whitespace. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '{' should be on the previous line. 188
Error Line is longer than 80 characters. 189
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error Method 'testStringOrNumber' 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 '{' should be on the previous line. 197
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 '(' is followed by whitespace. 200
Error '}' should be on the same line. 201
Error 'catch' is not followed by whitespace. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 203
Error Line is longer than 80 characters. 204
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Line has trailing spaces. 206
Error Line has trailing spaces. 207
Error Line has trailing spaces. 208
Error Method 'testStringOrString' is not designed for extension - needs to be abstract, final or empty. 208
Error Missing a Javadoc comment. 208
Error '{' should be on the previous line. 209
Error '{' should be on the previous line. 212
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '(' is followed by whitespace. 215
Error '}' should be on the same line. 216
Error 'catch' is not followed by whitespace. 217
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '{' should be on the previous line. 218
Error Line is longer than 80 characters. 219
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error Line has trailing spaces. 221
Error Line has trailing spaces. 222
Error Line has trailing spaces. 223
Error Line has trailing spaces. 224
Error Method 'testUnionofNodesAndNonNodes' is not designed for extension - needs to be abstract, final or empty. 224
Error Missing a Javadoc comment. 224
Error '{' should be on the previous line. 225
Error '{' should be on the previous line. 228
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Line is longer than 80 characters. 231
Error '(' is followed by whitespace. 231
Error '}' should be on the same line. 232
Error 'catch' is not followed by whitespace. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 234
Error Line is longer than 80 characters. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Line has trailing spaces. 237
Error Line has trailing spaces. 238
Error Method 'testValidAxis' 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 '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error Method 'testInvalidAxis' is not designed for extension - needs to be abstract, final or empty. 244
Error Missing a Javadoc comment. 244
Error '{' should be on the previous line. 245
Error '{' should be on the previous line. 248
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error '}' should be on the same line. 251
Error 'catch' is not followed by whitespace. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 253
Error Line has trailing spaces. 271
Error Method 'testLocationPathStartsWithVariable' 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 '(' is followed by whitespace. 367
Error ')' is preceded with whitespace. 367
Error Method 'testLocationPathStartsWithParentheses' is not designed for extension - needs to be abstract, final or empty. 371
Error Missing a Javadoc comment. 371
Error '(' is followed by whitespace. 374
Error ')' is preceded with whitespace. 374
Error Line has trailing spaces. 405
Error Line has trailing spaces. 428
Error Method 'testNoSpaceAfterDiv' is not designed for extension - needs to be abstract, final or empty. 428
Error Missing a Javadoc comment. 428
Error '{' should be on the previous line. 429
Error '(' is followed by whitespace. 430
Error ')' is preceded with whitespace. 430
Error '10.5' is a magic number. 432
Error '0.000001' is a magic number. 432
Error Line has trailing spaces. 436
Error Method 'testNoSpaceAfterMod' is not designed for extension - needs to be abstract, final or empty. 436
Error Missing a Javadoc comment. 436
Error '{' should be on the previous line. 437
Error '(' is followed by whitespace. 438
Error ')' is preceded with whitespace. 438
Error '5' is a magic number. 440
Error Line has trailing spaces. 444
Error Method 'testNoSpaceAfterPlus' is not designed for extension - needs to be abstract, final or empty. 444
Error Missing a Javadoc comment. 444
Error '{' should be on the previous line. 445
Error '(' is followed by whitespace. 446
Error ')' is preceded with whitespace. 446
Error '115' is a magic number. 448
Error Line has trailing spaces. 450
Error Line has trailing spaces. 451
Error Method 'testNoSpaceAfterAnd' is not designed for extension - needs to be abstract, final or empty. 451
Error Missing a Javadoc comment. 451
Error '{' should be on the previous line. 452
Error Line has trailing spaces. 457
Error Line has trailing spaces. 458
Error Method 'testNoSpaceAfterOr' is not designed for extension - needs to be abstract, final or empty. 458
Error Missing a Javadoc comment. 458
Error '{' should be on the previous line. 459
Error Line has trailing spaces. 464
Error Line has trailing spaces. 465
Error Line is longer than 80 characters. 465
Error Method 'testAndImmediatelyFollowedByRelativeLocationPath' is not designed for extension - needs to be abstract, final or empty. 465
Error Missing a Javadoc comment. 465
Error Line has trailing spaces. 471

org/jaxen/test/XPathSyntaxExceptionTest.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 44
Error Using the '.*' form of import should be avoided - org.jaxen.dom.*. 55
Error Missing a Javadoc comment. 63
Error Parameter name should be final. 63
Error Method 'testGetXPath' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error '}' should be on the same line. 72
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Method 'testGetPositionMarker' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Line has trailing spaces. 80
Error '}' should be on the same line. 84
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Method 'testGetMultilineMessage' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Line has trailing spaces. 93
Error '}' should be on the same line. 97
Error Line has trailing spaces. 103
Error Line has trailing spaces. 104

org/jaxen/test/XPathTestBase.java

ErrorLine
Error File does not end with a newline. 0

org/jaxen/test/XPathTestBase.java

ErrorLine
Error Line has trailing spaces. 14
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Using the '.*' form of import should be avoided - org.jaxen.*. 53
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64
Error Missing a Javadoc comment. 65
Error Name 'VAR_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Error Variable 'VAR_URI' must be private and have accessor methods. 65
Error Missing a Javadoc comment. 66
Error Name 'TESTS_XML' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Error Variable 'TESTS_XML' must be private and have accessor methods. 66
Error Missing a Javadoc comment. 68
Error Variable 'verbose' must be private and have accessor methods. 68
Error Missing a Javadoc comment. 69
Error Variable 'debug' must be private and have accessor methods. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 72
Error Parameter name should be final. 72
Error '{' should be on the previous line. 73
Error Method 'setUp' 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 'log' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter text should be final. 85
Error '{' should be on the previous line. 86
Error Missing a Javadoc comment. 91
Error Parameter actualVerbose should be final. 91
Error Parameter text should be final. 92
Error '{' should be on the previous line. 93
Error 'if' construct must use '{}'s. 94
Error Line is longer than 80 characters. 97
Error Missing a Javadoc comment. 97
Error Parameter expectedSize should be final. 97
Error Parameter context should be final. 97
Error Parameter xpathStr should be final. 97
Error Line is longer than 80 characters. 102
Error Missing a Javadoc comment. 102
Error Parameter expectedSize should be final. 102
Error Parameter context should be final. 102
Error Parameter xpathStr should be final. 102
Error '{' should be on the previous line. 113
Error '{' should be on the previous line. 120
Error '{' should be on the previous line. 130
Error Missing a Javadoc comment. 136
Error Parameter context should be final. 136
Error Parameter xpathStr should be final. 136
Error '{' should be on the previous line. 137
Error '{' should be on the previous line. 139
Error '}' should be on the same line. 147
Error '{' should be on the previous line. 149
Error Line is longer than 80 characters. 154
Error Missing a Javadoc comment. 154
Error Parameter expected should be final. 154
Error Parameter context should be final. 154
Error Parameter xpathStr should be final. 154
Error '{' should be on the previous line. 167
Error Line is longer than 80 characters. 179
Error Missing a Javadoc comment. 179
Error Parameter xpath should be final. 179
Error Line has trailing spaces. 181
Error Line is longer than 80 characters. 181
Error Line contains a tab character. 181
Error Line has trailing spaces. 184
Error Missing a Javadoc comment. 185
Error Parameter contextNode should be final. 185
Error '{' should be on the previous line. 186
Error Missing a Javadoc comment. 194
Error '{' should be on the previous line. 195
Error '{' should be on the previous line. 197
Error Line is longer than 80 characters. 198
Error Missing a Javadoc comment. 206
Error Missing a Javadoc comment. 207
Error Line is longer than 80 characters. 209
Error Method 'testGetNodeType' is not designed for extension - needs to be abstract, final or empty. 209
Error Missing a Javadoc comment. 209
Error Line is longer than 80 characters. 214
Error '{' should be on the previous line. 216
Error '{' should be on the previous line. 220
Error Line is longer than 80 characters. 222
Error '25' is a magic number. 225
Error Method 'testJaxen24' 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 '{' should be on the previous line. 242
Error Method 'testJaxen58' is not designed for extension - needs to be abstract, final or empty. 251
Error Missing a Javadoc comment. 251
Error '{' should be on the previous line. 252
Error '{' should be on the previous line. 262
Error Method 'testJaxen3' is not designed for extension - needs to be abstract, final or empty. 273
Error Missing a Javadoc comment. 273
Error '{' should be on the previous line. 274
Error '{' should be on the previous line. 284
Error Method 'testStringFunction1' 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 '{' should be on the previous line. 301
Error Method 'testStringFunction2' is not designed for extension - needs to be abstract, final or empty. 307
Error Missing a Javadoc comment. 307
Error '{' should be on the previous line. 308
Error '{' should be on the previous line. 318
Error Method 'testStringFunction3' is not designed for extension - needs to be abstract, final or empty. 324
Error Missing a Javadoc comment. 324
Error '{' should be on the previous line. 325
Error '{' should be on the previous line. 335
Error Method 'testJaxen3dupe' is not designed for extension - needs to be abstract, final or empty. 343
Error Missing a Javadoc comment. 343
Error '{' should be on the previous line. 344
Error '{' should be on the previous line. 354
Error Line is longer than 80 characters. 356
Error Method 'testForParserErrors' is not designed for extension - needs to be abstract, final or empty. 362
Error Missing a Javadoc comment. 362
Error '{' should be on the previous line. 363
Error '{' should be on the previous line. 373
Error Method 'testUnderscoresInNames' is not designed for extension - needs to be abstract, final or empty. 402
Error Missing a Javadoc comment. 402
Error '{' should be on the previous line. 403
Error '{' should be on the previous line. 413
Error Method 'testNodesetEqualsString' is not designed for extension - needs to be abstract, final or empty. 428
Error Missing a Javadoc comment. 428
Error '{' should be on the previous line. 429
Error '{' should be on the previous line. 439
Error Line is longer than 80 characters. 441
Error Line is longer than 80 characters. 442
Error Method 'testNodesetEqualsNumber' is not designed for extension - needs to be abstract, final or empty. 446
Error Missing a Javadoc comment. 446
Error '{' should be on the previous line. 447
Error '{' should be on the previous line. 457
Error Line is longer than 80 characters. 462
Error Line is longer than 80 characters. 463
Error Method 'testIntegerArithmetic' is not designed for extension - needs to be abstract, final or empty. 470
Error Missing a Javadoc comment. 470
Error '{' should be on the previous line. 471
Error '{' should be on the previous line. 481
Error Line has trailing spaces. 518
Error Method 'testFloatingPointArithmetic' is not designed for extension - needs to be abstract, final or empty. 519
Error Missing a Javadoc comment. 519
Error '{' should be on the previous line. 520
Error '{' should be on the previous line. 530
Error Method 'testPrecedingSiblingAxis' is not designed for extension - needs to be abstract, final or empty. 550
Error Missing a Javadoc comment. 550
Error '{' should be on the previous line. 551
Error '{' should be on the previous line. 561
Error '5' is a magic number. 565
Error Line is longer than 80 characters. 567
Error Line is longer than 80 characters. 568
Error Line is longer than 80 characters. 570
Error Method 'testVariableLookup' is not designed for extension - needs to be abstract, final or empty. 574
Error Missing a Javadoc comment. 574
Error '{' should be on the previous line. 575
Error '{' should be on the previous line. 589
Error Method 'testAttributeParent' is not designed for extension - needs to be abstract, final or empty. 599
Error Missing a Javadoc comment. 599
Error '{' should be on the previous line. 600
Error '{' should be on the previous line. 610
Error Method 'testAttributeAsContext' is not designed for extension - needs to be abstract, final or empty. 620
Error Missing a Javadoc comment. 620
Error '{' should be on the previous line. 621
Error '{' should be on the previous line. 631
Error Method 'testid53992' is not designed for extension - needs to be abstract, final or empty. 637
Error Missing a Javadoc comment. 637
Error '{' should be on the previous line. 638
Error '{' should be on the previous line. 648
Error '3' is a magic number. 650
Error Line is longer than 80 characters. 652
Error Method 'testid54032' is not designed for extension - needs to be abstract, final or empty. 659
Error Missing a Javadoc comment. 659
Error '{' should be on the previous line. 660
Error '{' should be on the previous line. 670
Error '3' is a magic number. 672
Error Method 'testid54082' is not designed for extension - needs to be abstract, final or empty. 681
Error Missing a Javadoc comment. 681
Error '{' should be on the previous line. 682
Error '{' should be on the previous line. 692
Error Line is longer than 80 characters. 705
Error Line has trailing spaces. 713
Error Line has trailing spaces. 715
Error Method 'testid54145' is not designed for extension - needs to be abstract, final or empty. 717
Error Missing a Javadoc comment. 717
Error '{' should be on the previous line. 718
Error '{' should be on the previous line. 728
Error Method 'testid54156' is not designed for extension - needs to be abstract, final or empty. 734
Error Missing a Javadoc comment. 734
Error '{' should be on the previous line. 735
Error '{' should be on the previous line. 745
Error Method 'testid54168' is not designed for extension - needs to be abstract, final or empty. 751
Error Missing a Javadoc comment. 751
Error '{' should be on the previous line. 752
Error '{' should be on the previous line. 762
Error Method 'testid54180' is not designed for extension - needs to be abstract, final or empty. 768
Error Missing a Javadoc comment. 768
Error '{' should be on the previous line. 769
Error '{' should be on the previous line. 779
Error Line is longer than 80 characters. 781
Error Line is longer than 80 characters. 782
Error Method 'testid54197' is not designed for extension - needs to be abstract, final or empty. 786
Error Missing a Javadoc comment. 786
Error '{' should be on the previous line. 787
Error '{' should be on the previous line. 797
Error Line is longer than 80 characters. 799
Error Line is longer than 80 characters. 800
Error Method 'testid54219' is not designed for extension - needs to be abstract, final or empty. 804
Error Missing a Javadoc comment. 804
Error '{' should be on the previous line. 805
Error '{' should be on the previous line. 815
Error Line is longer than 80 characters. 817
Error Line is longer than 80 characters. 818
Error Line is longer than 80 characters. 819
Error Line is longer than 80 characters. 820
Error Method 'testid54249' is not designed for extension - needs to be abstract, final or empty. 824
Error Missing a Javadoc comment. 824
Error '{' should be on the previous line. 825
Error '{' should be on the previous line. 835
Error Method 'testid54266' is not designed for extension - needs to be abstract, final or empty. 842
Error Missing a Javadoc comment. 842
Error '{' should be on the previous line. 843
Error Line is longer than 80 characters. 848
Error '{' should be on the previous line. 853
Error '3' is a magic number. 855
Error Method 'testid54278' is not designed for extension - needs to be abstract, final or empty. 859
Error Missing a Javadoc comment. 859
Error '{' should be on the previous line. 860
Error Line is longer than 80 characters. 865
Error '{' should be on the previous line. 870
Error '13' is a magic number. 872
Error Method 'testid54298' is not designed for extension - needs to be abstract, final or empty. 878
Error Missing a Javadoc comment. 878
Error '{' should be on the previous line. 879
Error '{' should be on the previous line. 889
Error Method 'testid54467' is not designed for extension - needs to be abstract, final or empty. 929
Error Missing a Javadoc comment. 929
Error '{' should be on the previous line. 930
Error '{' should be on the previous line. 940
Error Method 'testid54522' is not designed for extension - needs to be abstract, final or empty. 958
Error Missing a Javadoc comment. 958
Error '{' should be on the previous line. 959
Error '{' should be on the previous line. 969
Error Line is longer than 80 characters. 971
Error Method 'testid54534' is not designed for extension - needs to be abstract, final or empty. 975
Error Missing a Javadoc comment. 975
Error '{' should be on the previous line. 976
Error '{' should be on the previous line. 986
Error '8' is a magic number. 990
Error Line is longer than 80 characters. 991
Error '7' is a magic number. 992
Error Method 'testid54570' is not designed for extension - needs to be abstract, final or empty. 996
Error Missing a Javadoc comment. 996
Error '{' should be on the previous line. 997
Error '{' should be on the previous line. 1007
Error '8' is a magic number. 1011
Error Line is longer than 80 characters. 1012
Error Line is longer than 80 characters. 1013
Error '7' is a magic number. 1013
Error Method 'testid54614' is not designed for extension - needs to be abstract, final or empty. 1017
Error Missing a Javadoc comment. 1017
Error '{' should be on the previous line. 1018
Error '{' should be on the previous line. 1028
Error '20' is a magic number. 1032
Error '221' is a magic number. 1033
Error '20' is a magic number. 1034
Error '20' is a magic number. 1035
Error '20' is a magic number. 1036
Error Line is longer than 80 characters. 1037
Error Line is longer than 80 characters. 1038
Error Line is longer than 80 characters. 1041
Error Line is longer than 80 characters. 1045
Error Line is longer than 80 characters. 1049
Error Line is longer than 80 characters. 1053
Error Line is longer than 80 characters. 1054
Error Line is longer than 80 characters. 1057
Error Line is longer than 80 characters. 1061
Error Method 'testNodeTypes' is not designed for extension - needs to be abstract, final or empty. 1067
Error Missing a Javadoc comment. 1067
Error '{' should be on the previous line. 1068
Error '{' should be on the previous line. 1078
Error '3' is a magic number. 1080
Error '3' is a magic number. 1081
Error '3' is a magic number. 1086
Error Method 'testPositioning' is not designed for extension - needs to be abstract, final or empty. 1092
Error Missing a Javadoc comment. 1092
Error '{' should be on the previous line. 1093
Error '{' should be on the previous line. 1103
Error '9' is a magic number. 1105
Error Line is longer than 80 characters. 1109
Error Line is longer than 80 characters. 1110
Error Line has trailing spaces. 1116
Error Method 'testid54853' is not designed for extension - needs to be abstract, final or empty. 1118
Error Missing a Javadoc comment. 1118
Error '{' should be on the previous line. 1119
Error '{' should be on the previous line. 1129
Error '19' is a magic number. 1131
Error '19' is a magic number. 1132
Error '19' is a magic number. 1133
Error '19' is a magic number. 1134
Error Method 'testid54932' is not designed for extension - needs to be abstract, final or empty. 1146
Error Missing a Javadoc comment. 1146
Error '{' should be on the previous line. 1147
Error '{' should be on the previous line. 1157
Error Method 'testCountFunction' is not designed for extension - needs to be abstract, final or empty. 1166
Error Missing a Javadoc comment. 1166
Error '{' should be on the previous line. 1167
Error '{' should be on the previous line. 1177
Error '5' is a magic number. 1179
Error '5' is a magic number. 1180
Error Line is longer than 80 characters. 1181
Error Line is longer than 80 characters. 1185
Error Line is longer than 80 characters. 1186
Error Method 'testCountFunctionMore' is not designed for extension - needs to be abstract, final or empty. 1190
Error Missing a Javadoc comment. 1190
Error '{' should be on the previous line. 1191
Error '{' should be on the previous line. 1201
Error '5' is a magic number. 1203
Error '5' is a magic number. 1204
Error Line is longer than 80 characters. 1205
Error '141' is a magic number. 1205
Error '141' is a magic number. 1206
Error Method 'testCorrectPredicateApplication' is not designed for extension - needs to be abstract, final or empty. 1217
Error Missing a Javadoc comment. 1217
Error '{' should be on the previous line. 1218
Error '{' should be on the previous line. 1228
Error Method 'testAxisNodeOrdering' is not designed for extension - needs to be abstract, final or empty. 1238
Error Missing a Javadoc comment. 1238
Error '{' should be on the previous line. 1239
Error '{' should be on the previous line. 1249
Error Line is longer than 80 characters. 1253
Error Line is longer than 80 characters. 1254
Error Line is longer than 80 characters. 1255
Error Method 'testDocumentFunction1' is not designed for extension - needs to be abstract, final or empty. 1261
Error Missing a Javadoc comment. 1261
Error '{' should be on the previous line. 1262
Error '{' should be on the previous line. 1272
Error Line is longer than 80 characters. 1274
Error Line is longer than 80 characters. 1275
Error Line is longer than 80 characters. 1276
Error Line is longer than 80 characters. 1277
Error Line has trailing spaces. 1283
Error Method 'testDocumentFunctionContextExample' is not designed for extension - needs to be abstract, final or empty. 1285
Error Missing a Javadoc comment. 1285
Error '{' should be on the previous line. 1286
Error '{' should be on the previous line. 1296
Error Line is longer than 80 characters. 1299
Error Method 'testDocumentFunctionActual' is not designed for extension - needs to be abstract, final or empty. 1303
Error Missing a Javadoc comment. 1303
Error '{' should be on the previous line. 1304
Error '{' should be on the previous line. 1314
Error Line is longer than 80 characters. 1316
Error Line is longer than 80 characters. 1317
Error Method 'testAbsoluteLocationPaths' is not designed for extension - needs to be abstract, final or empty. 1323
Error Missing a Javadoc comment. 1323
Error '{' should be on the previous line. 1324
Error '{' should be on the previous line. 1334
Error Method 'testTranslateFunction' is not designed for extension - needs to be abstract, final or empty. 1345
Error Missing a Javadoc comment. 1345
Error '{' should be on the previous line. 1346
Error '{' should be on the previous line. 1356
Error Line is longer than 80 characters. 1360
Error Line is longer than 80 characters. 1361
Error Line is longer than 80 characters. 1362
Error Line is longer than 80 characters. 1363
Error Line is longer than 80 characters. 1364
Error Line is longer than 80 characters. 1365
Error Line is longer than 80 characters. 1366
Error Line is longer than 80 characters. 1367
Error Method 'testSubstringFunction' is not designed for extension - needs to be abstract, final or empty. 1371
Error Missing a Javadoc comment. 1371
Error '{' should be on the previous line. 1372
Error '{' should be on the previous line. 1382
Error Line is longer than 80 characters. 1388
Error Line is longer than 80 characters. 1389
Error Method 'testNormalizeSpaceFunction' is not designed for extension - needs to be abstract, final or empty. 1397
Error Missing a Javadoc comment. 1397
Error '{' should be on the previous line. 1398
Error '{' should be on the previous line. 1408
Error Line is longer than 80 characters. 1410
Error Line is longer than 80 characters. 1411
Error Line is longer than 80 characters. 1412
Error Method 'testStringExtensionFunctions' is not designed for extension - needs to be abstract, final or empty. 1424
Error Missing a Javadoc comment. 1424
Error '{' should be on the previous line. 1425
Error '{' should be on the previous line. 1435
Error Line is longer than 80 characters. 1437
Error Line is longer than 80 characters. 1438
Error Line is longer than 80 characters. 1439
Error Line is longer than 80 characters. 1440
Error Line is longer than 80 characters. 1441
Error Line is longer than 80 characters. 1442
Error Line is longer than 80 characters. 1443
Error Method 'testLangFunction' is not designed for extension - needs to be abstract, final or empty. 1449
Error Missing a Javadoc comment. 1449
Error '{' should be on the previous line. 1450
Error '{' should be on the previous line. 1460
Error Method 'testNamespacesAgain' is not designed for extension - needs to be abstract, final or empty. 1475
Error Missing a Javadoc comment. 1475
Error '{' should be on the previous line. 1476
Error '{' should be on the previous line. 1492
Error Line is longer than 80 characters. 1499
Error Line is longer than 80 characters. 1500
Error Line is longer than 80 characters. 1501
Error Line has trailing spaces. 1506
Error Method 'testPrefixDoesntMatter' is not designed for extension - needs to be abstract, final or empty. 1508
Error Missing a Javadoc comment. 1508
Error '{' should be on the previous line. 1509
Error '{' should be on the previous line. 1522
Error Method 'testCDATASectionsAreIncludedInTextNodes' is not designed for extension - needs to be abstract, final or empty. 1529
Error Missing a Javadoc comment. 1529
Error Line has trailing spaces. 1538
Error '10' is a magic number. 1540
Error Method 'testNamespaces' is not designed for extension - needs to be abstract, final or empty. 1548
Error Missing a Javadoc comment. 1548
Error '{' should be on the previous line. 1549
Error '{' should be on the previous line. 1564
Error Line is longer than 80 characters. 1570
Error Method 'testNoNamespace' is not designed for extension - needs to be abstract, final or empty. 1574
Error Missing a Javadoc comment. 1574
Error '{' should be on the previous line. 1575
Error '{' should be on the previous line. 1585
Error Line is longer than 80 characters. 1591
Error Line is longer than 80 characters. 1593
Error Method 'testNamespaceResolution' is not designed for extension - needs to be abstract, final or empty. 1600
Error Missing a Javadoc comment. 1600
Error '{' should be on the previous line. 1601
Error '{' should be on the previous line. 1614
Error Method 'testTextNodes' is not designed for extension - needs to be abstract, final or empty. 1620
Error Missing a Javadoc comment. 1620
Error '{' should be on the previous line. 1621
Error '{' should be on the previous line. 1631
Error '3' is a magic number. 1633
Error Line is longer than 80 characters. 1634
Error Method 'testNamespaceNodeCounts1' is not designed for extension - needs to be abstract, final or empty. 1638
Error Missing a Javadoc comment. 1638
Error '{' should be on the previous line. 1639
Error '{' should be on the previous line. 1649
Error '3' is a magic number. 1657
Error '3' is a magic number. 1658
Error '25' is a magic number. 1661
Error Method 'testNamespaceNodeCounts' is not designed for extension - needs to be abstract, final or empty. 1665
Error Missing a Javadoc comment. 1665
Error '{' should be on the previous line. 1666
Error '{' should be on the previous line. 1676
Error '3' is a magic number. 1680
Error '3' is a magic number. 1682
Error '3' is a magic number. 1683
Error '25' is a magic number. 1684
Error '8' is a magic number. 1685
Error Method 'testNamespaceNodesHaveParent' is not designed for extension - needs to be abstract, final or empty. 1693
Error Missing a Javadoc comment. 1693
Error '{' should be on the previous line. 1694
Error '{' should be on the previous line. 1704
Error Line is longer than 80 characters. 1708
Error Method 'testNamespaceNodeAsContext' is not designed for extension - needs to be abstract, final or empty. 1714
Error Missing a Javadoc comment. 1714
Error '{' should be on the previous line. 1715
Error '{' should be on the previous line. 1725

org/jaxen/test/package.html

ErrorLine
Error Missing package documentation file.0