Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
49014724

Files

FilesIWE
org/astrogrid/oldquery/ConditionVisitor.java 010
org/astrogrid/oldquery/DefaultQueryTraverser.java 020
org/astrogrid/oldquery/FunctionDefinition.java 010
org/astrogrid/oldquery/OldQuery.java 0120
org/astrogrid/oldquery/QueryTraverser.java 010
org/astrogrid/oldquery/SimpleQueryMaker.java 030
org/astrogrid/oldquery/adql/Adql074Writer.java 083
org/astrogrid/oldquery/adql/AdqlQueryMaker.java 050
org/astrogrid/oldquery/adql/AdqlXml074Parser.java 0122
org/astrogrid/oldquery/condition/CircleCondition.java 0101
org/astrogrid/oldquery/condition/ColumnReference.java 030
org/astrogrid/oldquery/condition/ConditionalFunction.java 010
org/astrogrid/oldquery/condition/Intersection.java 040
org/astrogrid/oldquery/condition/Literal.java 010
org/astrogrid/oldquery/condition/LiteralAngle.java 010
org/astrogrid/oldquery/condition/LiteralDate.java 020
org/astrogrid/oldquery/condition/LiteralInteger.java 001
org/astrogrid/oldquery/condition/LiteralNumber.java 010
org/astrogrid/oldquery/condition/LiteralReal.java 010
org/astrogrid/oldquery/condition/LiteralString.java 001
org/astrogrid/oldquery/condition/MathOperator.java 010
org/astrogrid/oldquery/condition/NumericCompareOperator.java 010
org/astrogrid/oldquery/condition/NumericExpression.java 010
org/astrogrid/oldquery/condition/RawSearchField.java 020
org/astrogrid/oldquery/condition/SearchFieldReference.java 030
org/astrogrid/oldquery/condition/StringCompareOperator.java 010
org/astrogrid/oldquery/condition/StringExpression.java 010
org/astrogrid/oldquery/condition/Union.java 041
org/astrogrid/oldquery/constraint/ConstraintSpec.java 050
org/astrogrid/oldquery/fadql/Fadql01Writer.java 073
org/astrogrid/oldquery/fadql/FadqlXml01Parser.java 0120
org/astrogrid/oldquery/keyword/KeywordMaker.java 040
org/astrogrid/oldquery/returns/ReturnSpec.java 070
org/astrogrid/oldquery/returns/ReturnTable.java 070
org/astrogrid/oldquery/sql/Sql2Adql.java 021
org/astrogrid/oldquery/sql/SqlParser.java 01711
org/astrogrid/oldquery/xql/XqlMaker.java 030

org/astrogrid/oldquery/ConditionVisitor.java

ErrorLine
Warning First sentence should end with a period. 30

org/astrogrid/oldquery/DefaultQueryTraverser.java

ErrorLine
Warning First sentence should end with a period. 15
Warning First sentence should end with a period. 31

org/astrogrid/oldquery/FunctionDefinition.java

ErrorLine
Warning First sentence should end with a period. 10

org/astrogrid/oldquery/OldQuery.java

ErrorLine
Warning First sentence should end with a period. 32
Warning First sentence should end with a period. 35
Warning First sentence should end with a period. 38
Warning First sentence should end with a period. 41
Warning First sentence should end with a period. 44
Warning First sentence should end with a period. 96
Warning First sentence should end with a period. 106
Warning First sentence should end with a period. 115
Warning First sentence should end with a period. 130
Warning First sentence should end with a period. 147
Warning First sentence should end with a period. 152
Warning First sentence should end with a period. 171

org/astrogrid/oldquery/QueryTraverser.java

ErrorLine
Warning First sentence should end with a period. 30

org/astrogrid/oldquery/SimpleQueryMaker.java

ErrorLine
Warning First sentence should end with a period. 63
Warning First sentence should end with a period. 69
Warning First sentence should end with a period. 75

org/astrogrid/oldquery/adql/Adql074Writer.java

ErrorLine
Warning First sentence should end with a period. 30
Warning First sentence should end with a period. 43
Warning First sentence should end with a period. 47
Warning First sentence should end with a period. 55
Warning First sentence should end with a period. 62
Warning First sentence should end with a period. 340
Warning First sentence should end with a period. 365
Warning First sentence should end with a period. 393
Error should this be using commons logging? 421
Error should this be using commons logging? 425
Error should this be using commons logging? 429

org/astrogrid/oldquery/adql/AdqlQueryMaker.java

ErrorLine
Warning First sentence should end with a period. 20
Warning Extra HTML tag found: </Table> 42
Warning Extra HTML tag found: </Select> elements to lower case 43
Warning First sentence should end with a period. 53
Warning First sentence should end with a period. 66

org/astrogrid/oldquery/adql/AdqlXml074Parser.java

ErrorLine
Warning First sentence should end with a period. 28
Warning First sentence should end with a period. 49
Warning First sentence should end with a period. 56
Warning First sentence should end with a period. 62
Warning First sentence should end with a period. 68
Warning First sentence should end with a period. 79
Error should this be using commons logging? 161
Warning First sentence should end with a period. 215
Warning First sentence should end with a period. 224
Error should this be using commons logging? 279
Warning First sentence should end with a period. 299
Warning First sentence should end with a period. 467
Warning First sentence should end with a period. 515
Warning First sentence should end with a period. 526

org/astrogrid/oldquery/condition/CircleCondition.java

ErrorLine
Error Missing a Javadoc comment. 21
Warning First sentence should end with a period. 25
Warning First sentence should end with a period. 30
Warning First sentence should end with a period. 40
Warning First sentence should end with a period. 46
Warning First sentence should end with a period. 51
Warning First sentence should end with a period. 56
Warning First sentence should end with a period. 61
Warning First sentence should end with a period. 66
Warning First sentence should end with a period. 71
Warning First sentence should end with a period. 86

org/astrogrid/oldquery/condition/ColumnReference.java

ErrorLine
Warning First sentence should end with a period. 85
Warning First sentence should end with a period. 95
Warning First sentence should end with a period. 104

org/astrogrid/oldquery/condition/ConditionalFunction.java

ErrorLine
Warning First sentence should end with a period. 11

org/astrogrid/oldquery/condition/Intersection.java

ErrorLine
Warning First sentence should end with a period. 24
Warning First sentence should end with a period. 30
Warning First sentence should end with a period. 35
Warning First sentence should end with a period. 40

org/astrogrid/oldquery/condition/Literal.java

ErrorLine
Warning First sentence should end with a period. 10

org/astrogrid/oldquery/condition/LiteralAngle.java

ErrorLine
Warning First sentence should end with a period. 14

org/astrogrid/oldquery/condition/LiteralDate.java

ErrorLine
Warning First sentence should end with a period. 15
Warning First sentence should end with a period. 43

org/astrogrid/oldquery/condition/LiteralInteger.java

ErrorLine
Error Missing a Javadoc comment. 20

org/astrogrid/oldquery/condition/LiteralNumber.java

ErrorLine
Warning First sentence should end with a period. 14

org/astrogrid/oldquery/condition/LiteralReal.java

ErrorLine
Warning First sentence should end with a period. 12

org/astrogrid/oldquery/condition/LiteralString.java

ErrorLine
Error Missing a Javadoc comment. 19

org/astrogrid/oldquery/condition/MathOperator.java

ErrorLine
Warning First sentence should end with a period. 5

org/astrogrid/oldquery/condition/NumericCompareOperator.java

ErrorLine
Warning First sentence should end with a period. 5

org/astrogrid/oldquery/condition/NumericExpression.java

ErrorLine
Warning First sentence should end with a period. 19

org/astrogrid/oldquery/condition/RawSearchField.java

ErrorLine
Warning First sentence should end with a period. 14
Warning First sentence should end with a period. 33

org/astrogrid/oldquery/condition/SearchFieldReference.java

ErrorLine
Warning First sentence should end with a period. 24
Warning First sentence should end with a period. 31
Warning First sentence should end with a period. 38

org/astrogrid/oldquery/condition/StringCompareOperator.java

ErrorLine
Warning First sentence should end with a period. 8

org/astrogrid/oldquery/condition/StringExpression.java

ErrorLine
Warning First sentence should end with a period. 10

org/astrogrid/oldquery/condition/Union.java

ErrorLine
Error Missing a Javadoc comment. 19
Warning First sentence should end with a period. 23
Warning First sentence should end with a period. 29
Warning First sentence should end with a period. 34
Warning First sentence should end with a period. 39

org/astrogrid/oldquery/constraint/ConstraintSpec.java

ErrorLine
Warning First sentence should end with a period. 28
Warning First sentence should end with a period. 31
Warning First sentence should end with a period. 36
Warning First sentence should end with a period. 46
Warning First sentence should end with a period. 64

org/astrogrid/oldquery/fadql/Fadql01Writer.java

ErrorLine
Warning First sentence should end with a period. 45
Warning First sentence should end with a period. 49
Warning First sentence should end with a period. 57
Warning First sentence should end with a period. 64
Warning First sentence should end with a period. 257
Warning First sentence should end with a period. 280
Warning First sentence should end with a period. 319
Error should this be using commons logging? 347
Error should this be using commons logging? 351
Error should this be using commons logging? 355

org/astrogrid/oldquery/fadql/FadqlXml01Parser.java

ErrorLine
Warning First sentence should end with a period. 26
Warning First sentence should end with a period. 43
Warning First sentence should end with a period. 50
Warning First sentence should end with a period. 56
Warning First sentence should end with a period. 62
Warning First sentence should end with a period. 73
Warning First sentence should end with a period. 170
Warning First sentence should end with a period. 179
Warning First sentence should end with a period. 191
Warning First sentence should end with a period. 357
Warning First sentence should end with a period. 405
Warning First sentence should end with a period. 416

org/astrogrid/oldquery/keyword/KeywordMaker.java

ErrorLine
Warning First sentence should end with a period. 55
Warning First sentence should end with a period. 60
Warning First sentence should end with a period. 69
Warning First sentence should end with a period. 136

org/astrogrid/oldquery/returns/ReturnSpec.java

ErrorLine
Warning First sentence should end with a period. 46
Warning First sentence should end with a period. 48
Warning First sentence should end with a period. 51
Warning First sentence should end with a period. 54
Warning First sentence should end with a period. 57
Warning First sentence should end with a period. 72
Warning First sentence should end with a period. 78

org/astrogrid/oldquery/returns/ReturnTable.java

ErrorLine
Warning First sentence should end with a period. 15
Warning First sentence should end with a period. 32
Warning First sentence should end with a period. 40
Warning First sentence should end with a period. 46
Warning First sentence should end with a period. 52
Warning First sentence should end with a period. 58
Warning First sentence should end with a period. 96

org/astrogrid/oldquery/sql/Sql2Adql.java

ErrorLine
Warning First sentence should end with a period. 13
Warning First sentence should end with a period. 24
Error should this be using commons logging? 30

org/astrogrid/oldquery/sql/SqlParser.java

ErrorLine
Warning First sentence should end with a period. 58
Warning First sentence should end with a period. 67
Warning First sentence should end with a period. 128
Warning First sentence should end with a period. 151
Warning First sentence should end with a period. 166
Error Missing a Javadoc comment. 177
Warning First sentence should end with a period. 295
Warning Unclosed HTML tag found: <alias>.<column> or <tablename>.<columnname> 402
Warning Unclosed HTML tag found: <column> or <tablename>.<columnname> 402
Warning Unclosed HTML tag found: <tablename>.<columnname> 402
Warning Unclosed HTML tag found: <columnname> 402
Warning First sentence should end with a period. 468
Warning First sentence should end with a period. 479
Warning First sentence should end with a period. 491
Warning First sentence should end with a period. 584
Warning First sentence should end with a period. 637
Warning First sentence should end with a period. 714
Warning First sentence should end with a period. 723
Error should this be using commons logging? 738
Error should this be using commons logging? 745
Error should this be using commons logging? 752
Error should this be using commons logging? 757
Error should this be using commons logging? 764
Error should this be using commons logging? 771
Error should this be using commons logging? 778
Error should this be using commons logging? 785
Error should this be using commons logging? 792
Error should this be using commons logging? 816

org/astrogrid/oldquery/xql/XqlMaker.java

ErrorLine
Warning First sentence should end with a period. 35
Warning First sentence should end with a period. 45
Warning First sentence should end with a period. 78