Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
2100239

Files

FilesIWE
org/skife/lucene/graph/GraphIndexer.java 0050
org/skife/lucene/graph/IndexBuilder.java 0069
org/skife/lucene/graph/MetadataFactory.java 007
org/skife/lucene/graph/NameMapper.java 0010
org/skife/lucene/graph/ObjectIndexFilter.java 004
org/skife/lucene/graph/PropertyChain.java 0065
org/skife/lucene/graph/SimpleNameMapper.java 0010
org/skife/lucene/graph/SimpleValueMapper.java 008
org/skife/lucene/graph/StandardLibraryFilter.java 0010
org/skife/lucene/graph/ValueMapper.java 005
org/skife/lucene/graph/package.html 001

org/skife/lucene/graph/GraphIndexer.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 28
Error '{' should be on the previous line. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error First sentence should end with a period. 41
Error Line is longer than 80 characters. 43
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 45
Error '{' should be on the previous line. 48
Error Parameter entity should be final. 51
Error '{' should be on the previous line. 52
Error First sentence should end with a period. 58
Error Line is longer than 80 characters. 59
Error 'metadata' hides a field. 62
Error Expected @param tag for 'metadata'. 62
Error '{' should be on the previous line. 63
Error First sentence should end with a period. 72
Error Line is longer than 80 characters. 73
Error 'metadata' hides a field. 76
Error Expected @param tag for 'metadata'. 76
Error 'filter' hides a field. 77
Error Expected @param tag for 'filter'. 77
Error '{' should be on the previous line. 78
Error First sentence should end with a period. 87
Error Line is longer than 80 characters. 96
Error 'metadata' hides a field. 99
Error 'analyzer' hides a field. 100
Error 'filter' hides a field. 101
Error 'nameMapper' hides a field. 102
Error 'valueMapper' hides a field. 103
Error '{' should be on the previous line. 104
Error First sentence should end with a period. 113
Error Line is longer than 80 characters. 114
Error Method 'index' is not designed for extension - needs to be abstract, final or empty. 121
Error Expected @throws tag for 'IOException'. 121
Error '{' should be on the previous line. 122
Error Line is longer than 80 characters. 123
Error Line is longer than 80 characters. 129
Error First sentence should end with a period. 138
Error Line is longer than 80 characters. 139
Error Line is longer than 80 characters. 141
Error Expected an @return tag. 144
Error Method 'index' is not designed for extension - needs to be abstract, final or empty. 144
Error Expected @throws tag for 'IOException'. 144
Error '{' should be on the previous line. 145

org/skife/lucene/graph/IndexBuilder.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 33
Error '{' should be on the previous line. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error 'graph' hides a field. 51
Error Expected @param tag for 'graph'. 51
Error 'metadata' hides a field. 52
Error Expected @param tag for 'metadata'. 52
Error 'filter' hides a field. 53
Error Expected @param tag for 'filter'. 53
Error 'writer' hides a field. 54
Error Expected @param tag for 'writer'. 54
Error 'names' hides a field. 55
Error Expected @param tag for 'names'. 55
Error 'values' hides a field. 56
Error Expected @param tag for 'values'. 56
Error '{' should be on the previous line. 57
Error First sentence should end with a period. 66
Error '{' should be on the previous line. 70
Error '{' should be on the previous line. 75
Error '{' should be on the previous line. 78
Error '}' should be on the same line. 80
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 86
Error Name 'metadata_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
Error Name 'bean_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
Error 'for' construct must use '{}'s. 93
Error Line is longer than 80 characters. 93
Error 'for' construct must use '{}'s. 94
Error Line is longer than 80 characters. 94
Error '}' should be on the same line. 101
Error '{' should be on the previous line. 103
Error '{' should be on the previous line. 112
Error '{' should be on the previous line. 115
Error '}' should be on the same line. 117
Error '{' should be on the previous line. 119
Error Line is longer than 80 characters. 120
Error Expected an @return tag. 128
Error Expected @param tag for 'current'. 128
Error '{' should be on the previous line. 129
Error Expected an @return tag. 136
Error Expected @param tag for 'current'. 136
Error '{' should be on the previous line. 137
Error Expected an @return tag. 148
Error Expected @param tag for 'property'. 148
Error '{' should be on the previous line. 149
Error Name 'a_method' must match pattern '^[a-z][a-zA-Z0-9]*$'. 150
Error '{' should be on the previous line. 152
Error '}' should be on the same line. 154
Error Line is longer than 80 characters. 155
Error First sentence should end with a period. 162
Error Expected an @return tag. 165
Error Expected @param tag for 'current'. 165
Error '{' should be on the previous line. 166
Error Line is longer than 80 characters. 167
Error Name 'property_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. 168
Error '{' should be on the previous line. 171
Error 'if' construct must use '{}'s. 173
Error '{' should be on the previous line. 177
Error '}' should be on the same line. 179
Error '{' should be on the previous line. 181
Error Line is longer than 80 characters. 182

org/skife/lucene/graph/MetadataFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error '{' should be on the previous line. 23
Error First sentence should end with a period. 24
Error Expected an @return tag. 27
Error Redundant 'public' modifier. 27
Error Expected @param tag for 'entity'. 27

org/skife/lucene/graph/NameMapper.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 18
Error Line is longer than 80 characters. 19
Error Line has trailing spaces. 20
Error Line is longer than 80 characters. 20
Error '{' should be on the previous line. 23
Error First sentence should end with a period. 24
Error Expected an @return tag. 28
Error Redundant 'public' modifier. 28
Error Expected @param tag for 'entity'. 28

org/skife/lucene/graph/ObjectIndexFilter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 22
Error Expected an @return tag. 27
Error Expected @param tag for 'entity'. 27

org/skife/lucene/graph/PropertyChain.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 27
Error Line has trailing spaces. 28
Error Extra HTML tag found: </code>root.property.property</code> style fields 28
Error Extra HTML tag found: </code> style fields 28
Error '{' should be on the previous line. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error 'names' hides a field. 37
Error 'values' hides a field. 38
Error '{' should be on the previous line. 39
Error First sentence should end with a period. 44
Error Expected @param tag for 'current'. 47
Error Expected @param tag for 'doc'. 47
Error '{' should be on the previous line. 48
Error First sentence should end with a period. 54
Error Expected @param tag for 'current'. 57
Error '{' should be on the previous line. 58
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64
Error Name 'local_stack' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Error 'for' construct must use '{}'s. 66
Error Line is longer than 80 characters. 66
Error '{' should be on the previous line. 69
Error Line is longer than 80 characters. 74
Error Name 'current_field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Line is longer than 80 characters. 79
Error '{' should be on the previous line. 81
Error '{' should be on the previous line. 84
Error Name 'prop_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
Error '{' should be on the previous line. 87
Error Line is longer than 80 characters. 88
Error '}' should be on the same line. 89
Error '{' should be on the previous line. 91
Error Name 'field_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Error Line is longer than 80 characters. 96
Error Line is longer than 80 characters. 97
Error Name 'current_name_and_dot' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
Error Line is longer than 80 characters. 105
Error '{' should be on the previous line. 107
Error '{' should be on the previous line. 110
Error Name 'prop_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 111
Error '{' should be on the previous line. 113
Error Line is longer than 80 characters. 114
Error '}' should be on the same line. 115
Error '{' should be on the previous line. 117
Error Line is longer than 80 characters. 118
Error Line is longer than 80 characters. 121
Error Name 'field_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 121
Error Line is longer than 80 characters. 122
Error Line is longer than 80 characters. 123
Error Missing a Javadoc comment. 131
Error '{' should be on the previous line. 132
Error Line is longer than 80 characters. 133
Error First sentence should end with a period. 137
Error Expected an @return tag. 140
Error '{' should be on the previous line. 141
Error 'if' construct must use '{}'s. 142
Error Missing a Javadoc comment. 146
Error '{' should be on the previous line. 147
Error Missing a Javadoc comment. 151
Error '{' should be on the previous line. 152

org/skife/lucene/graph/SimpleNameMapper.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 19
Error '{' should be on the previous line. 23
Error Expected an @return tag. 28
Error Method 'build' is not designed for extension - needs to be abstract, final or empty. 28
Error Expected @param tag for 'entity'. 28
Error '{' should be on the previous line. 29
Error Name 'full_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Error Name 'package_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Line is longer than 80 characters. 32

org/skife/lucene/graph/SimpleValueMapper.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 17
Error '{' should be on the previous line. 22
Error First sentence should end with a period. 23
Error Expected an @return tag. 26
Error Method 'build' is not designed for extension - needs to be abstract, final or empty. 26
Error Expected @param tag for 'entity'. 26
Error '{' should be on the previous line. 27

org/skife/lucene/graph/StandardLibraryFilter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 23
Error First sentence should end with a period. 24
Error Expected an @return tag. 27
Error Method 'include' is not designed for extension - needs to be abstract, final or empty. 27
Error Parameter entity should be final. 27
Error Expected @param tag for 'entity'. 27
Error '{' should be on the previous line. 28
Error 'if' construct must use '{}'s. 29
Error Line is longer than 80 characters. 29

org/skife/lucene/graph/ValueMapper.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 23
Error First sentence should end with a period. 24
Error Expected an @return tag. 31
Error Redundant 'public' modifier. 31

org/skife/lucene/graph/package.html

ErrorLine
Error Missing package documentation file.0