The following document contains the results of Checkstyle 5.8 with file:////tmp/pikes/src/settings/checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
338 0 12690 16

Details

META-INF/rdfpro.properties

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 10
 Warning regexp RegexpSingleline Line has trailing spaces. 20

MergeSemafor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - ixa.kaflib.*. 1
 Warning imports ImportOrder Wrong order for 'org.openrdf.query.algebra.Str' import. 2
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 9
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 11
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter args should be final. 26
 Warning coding FinalLocalVariable Variable 'nafFolder' should be declared final. 27
 Warning coding FinalLocalVariable Variable 'semFolder' should be declared final. 28
 Warning coding FinalLocalVariable Variable 'outFolder' should be declared final. 29
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 33
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 34
 Warning coding FinalLocalVariable Variable 'nafFolderFile' should be declared final. 36
 Warning coding FinalLocalVariable Variable 'listOfFiles' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 51
 Warning sizes LineLength Line is longer than 100 characters (found 119). 53
 Warning coding FinalLocalVariable Variable 'semaforFile' should be declared final. 53
 Warning sizes LineLength Line is longer than 100 characters (found 102). 55
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'numSent' should be declared final. 64
 Warning coding FinalLocalVariable Variable 'nNode' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'eElement' should be declared final. 75
 Warning coding FinalLocalVariable Variable 'frameName' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'roles' should be declared final. 78
 Warning coding FinalLocalVariable Variable 'labelList' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'labelNode' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'labelElement' should be declared final. 84
 Warning coding FinalLocalVariable Variable 'name' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 87
 Warning sizes LineLength Line is longer than 100 characters (found 101). 88
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 89
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 97
 Warning coding FinalLocalVariable Variable 'firstToken' should be declared final. 99
 Warning coding FinalLocalVariable Variable 'lastToken' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'foundFirst' should be declared final. 101
 Warning sizes LineLength Line is longer than 100 characters (found 114). 102
 Warning coding FinalLocalVariable Variable 'foundLast' should be declared final. 102
 Warning coding FinalLocalVariable Variable 'okTerms' should be declared final. 109
 Warning sizes LineLength Line is longer than 100 characters (found 110). 117
 Warning coding FinalLocalVariable Variable 'target' should be declared final. 132
 Warning coding FinalLocalVariable Variable 'predicate' should be declared final. 134
 Warning sizes LineLength Line is longer than 100 characters (found 104). 135
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 143
 Warning coding FinalLocalVariable Variable 'role' should be declared final. 144
 Warning sizes LineLength Line is longer than 100 characters (found 115). 145
 Warning coding FinalLocalVariable Variable 'outFileName' should be declared final. 151
 Warning misc FinalParameters Parameter terms should be final. 161
 Warning misc FinalParameters Parameter token should be final. 161
 Warning misc FinalParameters Parameter start should be final. 161
 Warning coding FinalLocalVariable Variable 'okTerms' should be declared final. 162

eu/fbk/dkm/pikes/depparseannotation/DepParseInfo.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 8
 Warning imports ImportOrder Wrong order for 'java.util.*' import. 8
 Warning misc FinalParameters Parameter width should be final. 19
 Warning coding FinalLocalVariable Variable 'b' should be declared final. 20
 Warning sizes LineLength Line is longer than 100 characters (found 106). 28
 Warning misc FinalParameters Parameter curr should be final. 28
 Warning misc FinalParameters Parameter sb should be final. 28
 Warning misc FinalParameters Parameter offset should be final. 28
 Warning misc FinalParameters Parameter used should be final. 28
 Warning sizes LineLength Line is longer than 100 characters (found 115). 29
 Warning misc FinalParameters Parameter dependencies should be final. 29
 Warning misc FinalParameters Parameter depLabels should be final. 29
 Warning misc FinalParameters Parameter depParents should be final. 29
 Warning coding FinalLocalVariable Variable 'edges' should be declared final. 31
 Warning coding FinalLocalVariable Variable 'target' should be declared final. 34
 Warning sizes LineLength Line is longer than 100 characters (found 109). 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Warning misc FinalParameters Parameter depParents should be final. 48
 Warning misc FinalParameters Parameter depLabels should be final. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 54
 Warning misc FinalParameters Parameter dependencies should be final. 54
 Warning coding FinalLocalVariable Variable 'rootNodes' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'sb' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'used' should be declared final. 62
 Warning coding FinalLocalVariable Variable 'nodes' should be declared final. 70
 Warning coding FinalLocalVariable Variable 'node' should be declared final. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning whitespace OperatorWrap '+' should be on a new line. 90
 Warning whitespace OperatorWrap '+' should be on a new line. 91
 Warning whitespace OperatorWrap '+' should be on a new line. 92

eu/fbk/dkm/pikes/depparseannotation/DepparseAnnotations.java

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 10
 Warning javadoc JavadocVariable Missing a Javadoc comment. 12
 Warning sizes LineLength Line is longer than 100 characters (found 115). 13
 Warning javadoc JavadocVariable Missing a Javadoc comment. 13
 Warning javadoc JavadocType Missing a Javadoc comment. 15

eu/fbk/dkm/pikes/depparseannotation/StanfordToConllDepsAnnotator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter annotatorName should be final. 24
 Warning misc FinalParameters Parameter props should be final. 24
 Warning misc FinalParameters Parameter annotation should be final. 29
 Warning coding FinalLocalVariable Variable 'dependencies' should be declared final. 33
 Warning coding FinalLocalVariable Variable 'info' should be declared final. 35
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 36
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'j' should be declared final. 40
 Warning coding FinalLocalVariable Variable 'label' should be declared final. 42

eu/fbk/dkm/pikes/eval/Aligner.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.RDFHandlers' import. 31
 Warning javadoc JavadocType Missing a Javadoc comment. 36
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning sizes LineLength Line is longer than 100 characters (found 108). 167
 Warning javadoc JavadocMethod Missing a Javadoc comment. 232

eu/fbk/dkm/pikes/eval/Converter.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found 'String' 78

eu/fbk/dkm/pikes/eval/EVAL.java

Severity Category Rule Message Line
 Warning design FinalClass Class EVAL should be declared as final. 8
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning javadoc JavadocVariable Missing a Javadoc comment. 10
 Warning javadoc JavadocVariable Missing a Javadoc comment. 12
 Warning javadoc JavadocVariable Missing a Javadoc comment. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40

eu/fbk/dkm/pikes/eval/Evaluation.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.RDFHandlers' import. 44
 Warning javadoc JavadocType Missing a Javadoc comment. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 86
 Warning javadoc JavadocMethod Missing a Javadoc comment. 90
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 98
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 110
 Warning javadoc JavadocMethod Missing a Javadoc comment. 114
 Warning javadoc JavadocMethod Missing a Javadoc comment. 118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 122
 Warning javadoc JavadocType Missing a Javadoc comment. 126
 Warning javadoc JavadocMethod Missing a Javadoc comment. 142
 Warning javadoc JavadocMethod Missing a Javadoc comment. 178
 Warning javadoc JavadocMethod Missing a Javadoc comment. 182
 Warning javadoc JavadocMethod Missing a Javadoc comment. 186
 Warning javadoc JavadocMethod Missing a Javadoc comment. 190
 Warning sizes LineLength Line is longer than 100 characters (found 107). 242
 Warning sizes LineLength Line is longer than 100 characters (found 101). 526
 Warning sizes LineLength Line is longer than 100 characters (found 101). 612
 Warning sizes LineLength Line is longer than 100 characters (found 103). 878
 Warning sizes LineLength Line is longer than 100 characters (found 133). 879
 Warning sizes LineLength Line is longer than 100 characters (found 139). 880
 Warning sizes LineLength Line is longer than 100 characters (found 122). 882
 Warning sizes LineLength Line is longer than 100 characters (found 119). 887
 Warning sizes LineLength Line is longer than 100 characters (found 109). 890
 Warning sizes LineLength Line is longer than 100 characters (found 123). 908
 Warning annotation AnnotationUseStyle Annotation style must be 'COMPACT_NO_ARRAY'. 946
 Warning javadoc JavadocMethod Missing a Javadoc comment. 997

eu/fbk/dkm/pikes/eval/Prettifier.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 10
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 10
 Warning javadoc JavadocMethod Missing a Javadoc comment. 12

eu/fbk/dkm/pikes/eval/PrettyTurtle.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' should be on the previous line. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning naming StaticVariableName Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
 Warning design VisibilityModifier Variable 'INSTANCE' must be private and have accessor methods. 40
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning blocks LeftCurly '{' should be on the previous line. 54
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning blocks LeftCurly '{' should be on the previous line. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning blocks LeftCurly '{' should be on the previous line. 66
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning blocks LeftCurly '{' should be on the previous line. 75
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79
 Warning blocks LeftCurly '{' should be on the previous line. 86
 Warning blocks LeftCurly '{' should be on the previous line. 92
 Warning javadoc JavadocMethod Missing a Javadoc comment. 96
 Warning blocks LeftCurly '{' should be on the previous line. 104
 Warning javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning blocks LeftCurly '{' should be on the previous line. 115
 Warning blocks LeftCurly '{' should be on the previous line. 133
 Warning blocks LeftCurly '{' should be on the previous line. 142
 Warning blocks LeftCurly '{' should be on the previous line. 156
 Warning blocks LeftCurly '{' should be on the previous line. 162
 Warning blocks LeftCurly '{' should be on the previous line. 170
 Warning blocks LeftCurly '{' should be on the previous line. 220
 Warning blocks LeftCurly '{' should be on the previous line. 239
 Warning blocks LeftCurly '{' should be on the previous line. 246
 Warning blocks LeftCurly '{' should be on the previous line. 272
 Warning blocks LeftCurly '{' should be on the previous line. 285
 Warning blocks LeftCurly '{' should be on the previous line. 331
 Warning blocks LeftCurly '{' should be on the previous line. 363
 Warning blocks LeftCurly '{' should be on the previous line. 394

eu/fbk/dkm/pikes/eval/Relation.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocType Missing a Javadoc comment. 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62

eu/fbk/dkm/pikes/eval/Util.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.util.Algebra' import. 20
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 25

eu/fbk/dkm/pikes/kv/KeyQuadIndex.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.AbstractRDFHandlerWrapper' import. 49
 Warning javadoc JavadocType Missing a Javadoc comment. 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 107
 Warning javadoc JavadocMethod Missing a Javadoc comment. 328
 Warning javadoc JavadocMethod Missing a Javadoc comment. 411

eu/fbk/dkm/pikes/kv/KeyQuadIndexTest.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 7
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 9

eu/fbk/dkm/pikes/kv/KeyQuadSource.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error extension TreeWalker Got an exception - expecting EOF, found 'get' 29

eu/fbk/dkm/pikes/naflib/Corpus.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found '}' 205

eu/fbk/dkm/pikes/naflib/CorpusStatistics.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 19
 Error extension TreeWalker Got an exception - expecting EOF, found 'long' 47

eu/fbk/dkm/pikes/naflib/NafOffsetReader.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 9
 Warning imports ImportOrder Wrong order for 'eu.fbk.utils.core.CommandLine' import. 14
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 20
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter args should be final. 24
 Warning sizes LineLength Line is longer than 100 characters (found 112). 29
 Warning sizes LineLength Line is longer than 100 characters (found 108). 30
 Warning sizes LineLength Line is longer than 100 characters (found 106). 31
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'piece' should be declared final. 47

eu/fbk/dkm/pikes/naflib/NafRenderUtils.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 27
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 112
 Warning sizes LineLength Line is longer than 100 characters (found 101). 150
 Warning javadoc JavadocType Missing a Javadoc comment. 727
 Warning javadoc JavadocMethod Missing a Javadoc comment. 733
 Warning javadoc JavadocMethod Missing a Javadoc comment. 738
 Warning javadoc JavadocMethod Missing a Javadoc comment. 742

eu/fbk/dkm/pikes/naflib/OpinionPrecisionRecall.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found 'if' 241

eu/fbk/dkm/pikes/naflib/TxtToNaf.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 7
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 10
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 16
 Warning naming StaticVariableName Name 'DEFAULT_STRATEGY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter args should be final. 24
 Warning sizes LineLength Line is longer than 100 characters (found 110). 34
 Warning sizes LineLength Line is longer than 100 characters (found 119). 36
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 42
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'prefix' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'trimText' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 83
 Warning whitespace OperatorWrap '+' should be on a new line. 84
 Warning sizes LineLength Line is longer than 100 characters (found 115). 85
 Warning coding MissingSwitchDefault switch without "default" clause. 89
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 94
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 99
 Warning coding FinalLocalVariable Variable 'documentPublic' should be declared final. 101
 Warning coding FinalLocalVariable Variable 'documentFileDesc' should be declared final. 105

eu/fbk/dkm/pikes/query/Term.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocType Missing a Javadoc comment. 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning javadoc JavadocType Missing a Javadoc comment. 115
 Warning javadoc JavadocVariable Missing a Javadoc comment. 117
 Warning javadoc JavadocVariable Missing a Javadoc comment. 119
 Warning javadoc JavadocVariable Missing a Javadoc comment. 121
 Warning javadoc JavadocVariable Missing a Javadoc comment. 123
 Warning javadoc JavadocVariable Missing a Javadoc comment. 125
 Warning javadoc JavadocVariable Missing a Javadoc comment. 127
 Warning javadoc JavadocVariable Missing a Javadoc comment. 129
 Warning javadoc JavadocVariable Missing a Javadoc comment. 131
 Warning javadoc JavadocVariable Missing a Javadoc comment. 133
 Warning javadoc JavadocVariable Missing a Javadoc comment. 135
 Warning javadoc JavadocVariable Missing a Javadoc comment. 137
 Warning javadoc JavadocVariable Missing a Javadoc comment. 139
 Warning javadoc JavadocVariable Missing a Javadoc comment. 141
 Warning javadoc JavadocVariable Missing a Javadoc comment. 143
 Warning javadoc JavadocVariable Missing a Javadoc comment. 145
 Warning javadoc JavadocVariable Missing a Javadoc comment. 147
 Warning javadoc JavadocVariable Missing a Javadoc comment. 149
 Warning javadoc JavadocVariable Missing a Javadoc comment. 151
 Warning javadoc JavadocVariable Missing a Javadoc comment. 153
 Warning javadoc JavadocVariable Missing a Javadoc comment. 155
 Warning javadoc JavadocVariable Missing a Javadoc comment. 157
 Warning javadoc JavadocVariable Missing a Javadoc comment. 159
 Warning javadoc JavadocVariable Missing a Javadoc comment. 161
 Warning javadoc JavadocMethod Missing a Javadoc comment. 169

eu/fbk/dkm/pikes/query/TermExtractor.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found 'for' 134

eu/fbk/dkm/pikes/query/Yovisto.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.RDFSources' import. 28
 Warning javadoc JavadocType Missing a Javadoc comment. 33
 Warning sizes MethodLength Method length is 155 lines (max allowed is 150). 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning misc FinalParameters Parameter string should be final. 225

eu/fbk/dkm/pikes/raid/Analyzer.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found '}' 145

eu/fbk/dkm/pikes/raid/Component.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning imports ImportOrder Wrong order for 'java.util.Arrays' import. 4
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning javadoc JavadocVariable Missing a Javadoc comment. 10
 Warning javadoc JavadocVariable Missing a Javadoc comment. 12
 Warning javadoc JavadocVariable Missing a Javadoc comment. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45

eu/fbk/dkm/pikes/raid/CreateTrainingForExpression.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.dkm.pikes.naflib.Corpus' should be separated from previous imports. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - eu.fbk.dkm.pikes.resources.*. 6
 Warning imports ImportOrder 'ixa.kaflib.*' should be separated from previous imports. 11
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - ixa.kaflib.*. 11
 Warning imports ImportOrder Wrong order for 'org.slf4j.LoggerFactory' import. 12
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 14
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 15
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 15
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Warning sizes LineLength Line is longer than 100 characters (found 110). 25
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 25
 Warning javadoc JavadocType Missing a Javadoc comment. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning naming StaticVariableName Name 'MAJORITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
 Warning naming StaticVariableName Name 'FEATS_STANFORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
 Warning naming StaticVariableName Name 'FEATS_SENTICNET' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
 Warning naming StaticVariableName Name 'FEATS_SUBJLEXICON' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
 Warning naming StaticVariableName Name 'FEATS_INTENSITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
 Warning naming StaticVariableName Name 'FEATS_WORDNET' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
 Warning naming StaticVariableName Name 'FEATS_SENTIWORDNET' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
 Warning naming StaticVariableName Name 'FEATS_MOSCHITTI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
 Warning naming StaticVariableName Name 'FEATS_SST' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
 Warning naming StaticVariableName Name 'FEATS_ENTITIES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
 Warning naming StaticVariableName Name 'FEATS_STEM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
 Warning naming StaticVariableName Name 'FEATS_POS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
 Warning naming StaticVariableName Name 'FEATS_DEP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
 Warning naming StaticVariableName Name 'FEATS_SRL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
 Warning naming StaticVariableName Name 'DEFAULT_SEED' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
 Warning misc UpperEll Should use uppercase 'L'. 67
 Warning naming StaticVariableName Name 'DEFAULT_CLASSIFICATION_LABEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
 Warning naming StaticVariableName Name 'DEFAULT_SLOT_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
 Warning naming StaticVariableName Name 'DEFAULT_SPLIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
 Warning naming StaticVariableName Name 'DEFAULT_NONE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
 Warning naming StaticVariableName Name 'DEFAULT_YES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
 Warning naming StaticVariableName Name 'DOUBLE_FEATURES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
 Warning naming StaticVariableName Name 'TRIPLE_FEATURES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
 Warning javadoc JavadocType Missing a Javadoc comment. 91
 Warning javadoc JavadocVariable Missing a Javadoc comment. 92
 Warning javadoc JavadocVariable Missing a Javadoc comment. 92
 Warning javadoc JavadocVariable Missing a Javadoc comment. 92
 Warning javadoc JavadocVariable Missing a Javadoc comment. 92
 Warning javadoc JavadocVariable Missing a Javadoc comment. 92
 Warning javadoc JavadocType Missing a Javadoc comment. 95
 Warning javadoc JavadocVariable Missing a Javadoc comment. 96
 Warning javadoc JavadocVariable Missing a Javadoc comment. 96
 Warning naming StaticVariableName Name 'DEFAULT_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
 Warning sizes LineLength Line is longer than 100 characters (found 165). 101
 Warning sizes MethodLength Method length is 361 lines (max allowed is 150). 101
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning misc FinalParameters Parameter document should be final. 101
 Warning misc FinalParameters Parameter labels should be final. 101
 Warning misc FinalParameters Parameter hypernyms should be final. 101
 Warning misc FinalParameters Parameter skipEmpty should be final. 101
 Warning coding FinalLocalVariable Variable 'opinionTerms' should be declared final. 102
 Warning coding FinalLocalVariable Variable 'stanfordTerms' should be declared final. 103
 Warning coding FinalLocalVariable Variable 'entityTerms' should be declared final. 104
 Warning coding FinalLocalVariable Variable 'srlFeatures' should be declared final. 107
 Warning sizes LineLength Line is longer than 100 characters (found 113). 117
 Warning sizes LineLength Line is longer than 100 characters (found 113). 125
 Warning sizes LineLength Line is longer than 100 characters (found 116). 133
 Warning sizes LineLength Line is longer than 100 characters (found 131). 142
 Warning sizes LineLength Line is longer than 100 characters (found 106). 191
 Warning sizes LineLength Line is longer than 100 characters (found 102). 214
 Warning coding FinalLocalVariable Variable 'senticnetMM' should be declared final. 214
 Warning sizes LineLength Line is longer than 100 characters (found 125). 215
 Warning coding FinalLocalVariable Variable 'subjectivityMM' should be declared final. 215
 Warning sizes LineLength Line is longer than 100 characters (found 108). 216
 Warning coding FinalLocalVariable Variable 'intensitiesMM' should be declared final. 216
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 219
 Warning coding FinalLocalVariable Variable 'sentence' should be declared final. 223
 Warning coding FinalLocalVariable Variable 'sent' should be declared final. 224
 Warning coding FinalLocalVariable Variable 'feats' should be declared final. 227
 Warning coding FinalLocalVariable Variable 'to' should be declared final. 240
 Warning naming LocalVariableName Name 'SST' must match pattern '^[a-z][a-zA-Z0-9]*$'. 270
 Warning coding FinalLocalVariable Variable 'snLexemes' should be declared final. 283
 Warning sizes LineLength Line is longer than 100 characters (found 106). 295
 Warning sizes LineLength Line is longer than 100 characters (found 104). 297
 Warning coding FinalLocalVariable Variable 'first' should be declared final. 381
 Warning coding FinalLocalVariable Variable 'split' should be declared final. 393
 Warning coding FinalLocalVariable Variable 'wnSense' should be declared final. 398
 Warning blocks RightCurly '}' should be on the same line. 409
 Warning blocks RightCurly '}' should be on the same line. 416
 Warning coding FinalLocalVariable Variable 'swnPair' should be declared final. 430
 Warning coding FinalLocalVariable Variable 'posTimes' should be declared final. 431
 Warning coding FinalLocalVariable Variable 'negTimes' should be declared final. 432
 Warning blocks RightCurly '}' should be on the same line. 445
 Warning blocks RightCurly '}' should be on the same line. 449
 Warning sizes MethodLength Method length is 234 lines (max allowed is 150). 463
 Warning javadoc JavadocMethod Missing a Javadoc comment. 463
 Warning misc FinalParameters Parameter args should be final. 463
 Warning sizes LineLength Line is longer than 100 characters (found 134). 469
 Warning sizes LineLength Line is longer than 100 characters (found 139). 470
 Warning sizes LineLength Line is longer than 100 characters (found 138). 471
 Warning sizes LineLength Line is longer than 100 characters (found 124). 472
 Warning sizes LineLength Line is longer than 100 characters (found 138). 473
 Warning sizes LineLength Line is longer than 100 characters (found 153). 474
 Warning sizes LineLength Line is longer than 100 characters (found 190). 475
 Warning sizes LineLength Line is longer than 100 characters (found 104). 476
 Warning sizes LineLength Line is longer than 100 characters (found 170). 477
 Warning sizes LineLength Line is longer than 100 characters (found 131). 478
 Warning sizes LineLength Line is longer than 100 characters (found 136). 481
 Warning sizes LineLength Line is longer than 100 characters (found 132). 482
 Warning coding FinalLocalVariable Variable 'mainFolder' should be declared final. 485
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 486
 Warning coding FinalLocalVariable Variable 'wnFolder' should be declared final. 488
 Warning coding FinalLocalVariable Variable 'swnFolder' should be declared final. 489
 Warning coding FinalLocalVariable Variable 'label' should be declared final. 491
 Warning coding FinalLocalVariable Variable 'labels' should be declared final. 492
 Warning coding FinalLocalVariable Variable 'skipEmptyTrain' should be declared final. 494
 Warning coding FinalLocalVariable Variable 'skipEmptyTest' should be declared final. 495
 Warning coding FinalLocalVariable Variable 'typeString' should be declared final. 499
 Warning coding FinalLocalVariable Variable 'slotSize' should be declared final. 514
 Warning coding FinalLocalVariable Variable 'split' should be declared final. 515
 Warning coding FinalLocalVariable Variable 'seed' should be declared final. 519
 Warning coding FinalLocalVariable Variable 'trainList' should be declared final. 529
 Warning coding FinalLocalVariable Variable 'testList' should be declared final. 530
 Warning sizes LineLength Line is longer than 100 characters (found 101). 532
 Warning sizes LineLength Line is longer than 100 characters (found 102). 533
 Warning coding FinalLocalVariable Variable 'createdOutputFolder' should be declared final. 539
 Warning coding FinalLocalVariable Variable 'trainFiles' should be declared final. 565
 Warning coding FinalLocalVariable Variable 'testFiles' should be declared final. 566
 Warning blocks RightCurly '}' should be on the same line. 569
 Warning coding FinalLocalVariable Variable 'myCorpus' should be declared final. 571
 Warning coding FinalLocalVariable Variable 'allHypernyms' should be declared final. 576
 Warning coding FinalLocalVariable Variable 'columns' should be declared final. 579
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 585
 Warning coding FinalLocalVariable Variable 'wnSense' should be declared final. 587
 Warning coding FinalLocalVariable Variable 'hypernyms' should be declared final. 589
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 598
 Warning sizes LineLength Line is longer than 100 characters (found 136). 599
 Warning coding FinalLocalVariable Variable 'sentences' should be declared final. 599
 Warning sizes LineLength Line is longer than 100 characters (found 101). 600
 Warning sizes LineLength Line is longer than 100 characters (found 106). 613
 Warning coding FinalLocalVariable Variable 'trainDataFile' should be declared final. 613
 Warning coding FinalLocalVariable Variable 'trainWriter' should be declared final. 614
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 616
 Warning sizes LineLength Line is longer than 100 characters (found 104). 617
 Warning sizes LineLength Line is longer than 100 characters (found 104). 623
 Warning coding FinalLocalVariable Variable 'testDataFile' should be declared final. 623
 Warning coding FinalLocalVariable Variable 'testWriter' should be declared final. 624
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 626
 Warning sizes LineLength Line is longer than 100 characters (found 102). 627
 Warning sizes LineLength Line is longer than 100 characters (found 111). 632
 Warning coding FinalLocalVariable Variable 'templateFile' should be declared final. 632
 Warning coding FinalLocalVariable Variable 'templateWriter' should be declared final. 633
 Warning coding FinalLocalVariable Variable 'buffer' should be declared final. 634
 Warning coding FinalLocalVariable Variable 'colName' should be declared final. 638
 Warning blocks RightCurly '}' should be on the same line. 652
 Warning sizes LineLength Line is longer than 100 characters (found 103). 664
 Warning sizes LineLength Line is longer than 100 characters (found 103). 674
 Warning sizes LineLength Line is longer than 100 characters (found 103). 676
 Warning misc FinalParameters Parameter term should be final. 698
 Warning sizes LineLength Line is longer than 100 characters (found 125). 714
 Warning javadoc JavadocMethod Missing a Javadoc comment. 714
 Warning misc FinalParameters Parameter fileList should be final. 714
 Warning misc FinalParameters Parameter baseFolder should be final. 714
 Warning misc FinalParameters Parameter replaceExtension should be final. 714
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 716
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 735
 Warning sizes LineLength Line is longer than 100 characters (found 193). 753
 Warning misc FinalParameters Parameter document should be final. 753
 Warning misc FinalParameters Parameter writer should be final. 753
 Warning misc FinalParameters Parameter labels should be final. 753
 Warning misc FinalParameters Parameter skipEmptySentences should be final. 753
 Warning misc FinalParameters Parameter hypernyms should be final. 753
 Warning misc FinalParameters Parameter type should be final. 753
 Warning misc FinalParameters Parameter slotSize should be final. 753
 Warning coding MissingSwitchDefault switch without "default" clause. 761
 Warning sizes LineLength Line is longer than 100 characters (found 121). 782
 Warning coding FinalLocalVariable Variable 'sentences' should be declared final. 782
 Warning blocks RightCurly '}' should be on the same line. 788
 Warning coding FinalLocalVariable Variable 'bigBuffer' should be declared final. 795
 Warning coding FinalLocalVariable Variable 'isAnnotated' should be declared final. 799
 Warning coding FinalLocalVariable Variable 'buffer' should be declared final. 800
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 803
 Warning coding FinalLocalVariable Variable 'classification' should be declared final. 804
 Warning coding MissingSwitchDefault switch without "default" clause. 810
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 818
 Warning blocks RightCurly '}' should be on the same line. 822
 Warning sizes LineLength Line is longer than 100 characters (found 113). 825
 Warning blocks RightCurly '}' should be on the same line. 848
 Warning coding FinalLocalVariable Variable 'thisValue' should be declared final. 858

eu/fbk/dkm/pikes/raid/EvaluateOnStanford.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 7
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 12
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 15
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Warning sizes LineLength Line is longer than 100 characters (found 101). 25
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning naming StaticVariableName Name 'DEFAULT_NAF_EXTENSIONS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
 Warning design VisibilityModifier Variable 'DEFAULT_NAF_EXTENSIONS' must be private and have accessor methods. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning misc FinalParameters Parameter unsortedMap should be final. 37
 Warning misc FinalParameters Parameter desc should be final. 37
 Warning coding FinalLocalVariable Variable 'sortedMap' should be declared final. 38
 Warning misc FinalParameters Parameter map should be final. 43
 Warning misc FinalParameters Parameter opinion should be final. 43
 Warning sizes MethodLength Method length is 153 lines (max allowed is 150). 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning misc FinalParameters Parameter args should be final. 47
 Warning sizes LineLength Line is longer than 100 characters (found 119). 57
 Warning sizes LineLength Line is longer than 100 characters (found 174). 59
 Warning sizes LineLength Line is longer than 100 characters (found 140). 60
 Warning coding FinalLocalVariable Variable 'mainFolder' should be declared final. 63
 Warning sizes LineLength Line is longer than 100 characters (found 106). 64
 Warning coding FinalLocalVariable Variable 'threshold' should be declared final. 69
 Warning sizes LineLength Line is longer than 100 characters (found 110). 81
 Warning sizes LineLength Line is longer than 100 characters (found 133). 85
 Warning coding FinalLocalVariable Variable 'fileIterator' should be declared final. 85
 Warning coding FinalLocalVariable Variable 'precisionRecallStats' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 94
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 97
 Warning coding FinalLocalVariable Variable 'mpqaOpinions' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'stanfordOpinions' should be declared final. 101
 Warning sizes LineLength Line is longer than 100 characters (found 110). 104
 Warning sizes LineLength Line is longer than 100 characters (found 114). 110
 Warning coding IllegalTokenText labels are discouraged 118
 Warning coding FinalLocalVariable Variable 'opinion' should be declared final. 120
 Warning sizes LineLength Line is longer than 100 characters (found 103). 121
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 121
 Warning sizes LineLength Line is longer than 100 characters (found 102). 122
 Warning coding FinalLocalVariable Variable 'checkOpinion' should be declared final. 124
 Warning sizes LineLength Line is longer than 100 characters (found 112). 125
 Warning sizes LineLength Line is longer than 100 characters (found 117). 126
 Warning coding FinalLocalVariable Variable 'checkTerms' should be declared final. 126
 Warning coding FinalLocalVariable Variable 'sizeBefore' should be declared final. 127
 Warning sizes LineLength Line is longer than 100 characters (found 172). 130
 Warning sizes LineLength Line is longer than 100 characters (found 118). 133
 Warning coding FinalLocalVariable Variable 'goldPolarity' should be declared final. 133
 Warning sizes LineLength Line is longer than 100 characters (found 110). 135
 Warning coding FinalLocalVariable Variable 'stanfordPolarities' should be declared final. 135
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 137
 Warning sizes LineLength Line is longer than 100 characters (found 145). 138
 Warning coding FinalLocalVariable Variable 'neg' should be declared final. 138
 Warning coding FinalLocalVariable Variable 'neu' should be declared final. 139
 Warning sizes LineLength Line is longer than 100 characters (found 145). 140
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 140
 Warning blocks RightCurly '}' should be on the same line. 144
 Warning blocks RightCurly '}' should be on the same line. 147
 Warning blocks RightCurly '}' should be on the same line. 151
 Warning blocks RightCurly '}' should be on the same line. 155
 Warning blocks RightCurly '}' should be on the same line. 158
 Warning blocks RightCurly '}' should be on the same line. 163
 Warning sizes LineLength Line is longer than 100 characters (found 119). 165
 Warning blocks RightCurly '}' should be on the same line. 170
 Warning blocks RightCurly '}' should be on the same line. 174
 Warning sizes LineLength Line is longer than 100 characters (found 169). 179
 Warning sizes LineLength Line is longer than 100 characters (found 103). 190
 Warning misc FinalParameters Parameter polarity should be final. 201
 Warning coding FinalLocalVariable Variable 'p' should be declared final. 202
 Warning blocks RightCurly '}' should be on the same line. 205
 Warning blocks RightCurly '}' should be on the same line. 208

eu/fbk/dkm/pikes/raid/Evaluation.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'org.slf4j.LoggerFactory' import. 6
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 8
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 18
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning misc FinalParameters Parameter args should be final. 22
 Warning sizes LineLength Line is longer than 100 characters (found 136). 28
 Warning sizes LineLength Line is longer than 100 characters (found 138). 29
 Warning sizes LineLength Line is longer than 100 characters (found 138). 30
 Warning coding FinalLocalVariable Variable 'testFile' should be declared final. 33
 Warning coding FinalLocalVariable Variable 'e' should be declared final. 37
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'allGold' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'allTest' should be declared final. 77
 Warning blocks RightCurly '}' should be on the same line. 89
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 102
 Warning coding FinalLocalVariable Variable 'testCol' should be declared final. 107
 Warning coding FinalLocalVariable Variable 'goldCol' should be declared final. 108
 Warning sizes LineLength Line is longer than 100 characters (found 115). 111
 Warning blocks RightCurly '}' should be on the same line. 128
 Warning blocks RightCurly '}' should be on the same line. 138
 Warning coding FinalLocalVariable Variable 'spr' should be declared final. 149

eu/fbk/dkm/pikes/raid/Extractor.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found '}' 48

eu/fbk/dkm/pikes/raid/OpinionSet.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.Opinion' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'java.util.Comparator' import. 6
 Warning javadoc JavadocType Missing a Javadoc comment. 17
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 21
 Warning misc FinalParameters Parameter opinion should be final. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning whitespace OperatorWrap '+' should be on a new line. 36
 Warning whitespace OperatorWrap '+' should be on a new line. 37
 Warning whitespace OperatorWrap '+' should be on a new line. 38
 Warning misc FinalParameters Parameter desc should be final. 47
 Warning misc FinalParameters Parameter o1 should be final. 52
 Warning misc FinalParameters Parameter o2 should be final. 52
 Warning blocks RightCurly '}' should be on the same line. 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning misc FinalParameters Parameter desc should be final. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 84
 Warning misc FinalParameters Parameter opinion should be final. 84

eu/fbk/dkm/pikes/raid/Opinions.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.dkm.pikes.resources.NAFUtils' should be separated from previous imports. 7
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 8
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 17
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 18
 Warning javadoc JavadocType Missing a Javadoc comment. 21
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning sizes LineLength Line is longer than 100 characters (found 101). 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning coding IllegalTokenText labels are discouraged 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 134
 Warning javadoc JavadocMethod Missing a Javadoc comment. 181

eu/fbk/dkm/pikes/raid/SenticSubjlexTraining.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.dkm.pikes.resources.SenticNet' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 15
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 18
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 22
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 28
 Warning sizes LineLength Line is longer than 100 characters (found 104). 30
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 30
 Warning sizes MethodLength Method length is 179 lines (max allowed is 150). 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning misc FinalParameters Parameter args should be final. 33
 Warning sizes LineLength Line is longer than 100 characters (found 134). 39
 Warning sizes LineLength Line is longer than 100 characters (found 129). 40
 Warning sizes LineLength Line is longer than 100 characters (found 124). 41
 Warning sizes LineLength Line is longer than 100 characters (found 190). 42
 Warning coding FinalLocalVariable Variable 'mainFolder' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'wnFolder' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'stemmer' should be declared final. 57
 Warning sizes LineLength Line is longer than 100 characters (found 106). 67
 Warning coding FinalLocalVariable Variable 'senticNet' should be declared final. 70
 Warning coding FinalLocalVariable Variable 'subjectivityLexicon' should be declared final. 71
 Warning sizes LineLength Line is longer than 100 characters (found 119). 85
 Warning sizes LineLength Line is longer than 100 characters (found 124). 86
 Warning coding FinalLocalVariable Variable 'parameters' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'trainingSet' should be declared final. 87
 Warning sizes LineLength Line is longer than 100 characters (found 119). 91
 Warning coding FinalLocalVariable Variable 'files' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 101
 Warning sizes LineLength Line is longer than 100 characters (found 110). 104
 Warning coding FinalLocalVariable Variable 'senticnetMM' should be declared final. 104
 Warning sizes LineLength Line is longer than 100 characters (found 133). 105
 Warning coding FinalLocalVariable Variable 'subjectivityMM' should be declared final. 105
 Warning coding FinalLocalVariable Variable 'opinionTerms' should be declared final. 107
 Warning coding FinalLocalVariable Variable 'vector' should be declared final. 157
 Warning sizes LineLength Line is longer than 100 characters (found 116). 178
 Warning sizes LineLength Line is longer than 100 characters (found 128). 191
 Warning coding FinalLocalVariable Variable 'grid' should be declared final. 193
 Warning sizes LineLength Line is longer than 100 characters (found 142). 194
 Warning sizes LineLength Line is longer than 100 characters (found 113). 195

eu/fbk/dkm/pikes/raid/SimpleEvaluation.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.slf4j.LoggerFactory' import. 4
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 6
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 14
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning misc FinalParameters Parameter args should be final. 18
 Warning sizes LineLength Line is longer than 100 characters (found 136). 24
 Warning sizes LineLength Line is longer than 100 characters (found 138). 25
 Warning sizes LineLength Line is longer than 100 characters (found 138). 26
 Warning coding FinalLocalVariable Variable 'testFile' should be declared final. 29
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 30
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'testCol' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'goldCol' should be declared final. 45

eu/fbk/dkm/pikes/raid/Trainer.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found 'doAdd' 75

eu/fbk/dkm/pikes/raid/UpdateNafsWithResults.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 7
 Warning imports ImportOrder Wrong order for 'org.slf4j.LoggerFactory' import. 11
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 13
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 13
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 25
 Warning sizes LineLength Line is longer than 100 characters (found 104). 27
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 27
 Warning naming StaticVariableName Name 'DEFAULT_SEED' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
 Warning misc UpperEll Should use uppercase 'L'. 31
 Warning naming StaticVariableName Name 'DEFAULT_CLASSIFICATION_LABEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Warning naming StaticVariableName Name 'DEFAULT_SPLIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
 Warning naming StaticVariableName Name 'DEFAULT_NEG_POL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
 Warning naming StaticVariableName Name 'DEFAULT_POS_POL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
 Warning sizes MethodLength Method length is 360 lines (max allowed is 150). 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning misc FinalParameters Parameter args should be final. 38
 Warning sizes LineLength Line is longer than 100 characters (found 134). 44
 Warning sizes LineLength Line is longer than 100 characters (found 124). 45
 Warning sizes LineLength Line is longer than 100 characters (found 133). 46
 Warning sizes LineLength Line is longer than 100 characters (found 114). 47
 Warning sizes LineLength Line is longer than 100 characters (found 190). 48
 Warning sizes LineLength Line is longer than 100 characters (found 131). 49
 Warning sizes LineLength Line is longer than 100 characters (found 146). 50
 Warning sizes LineLength Line is longer than 100 characters (found 180). 51
 Warning sizes LineLength Line is longer than 100 characters (found 180). 52
 Warning sizes LineLength Line is longer than 100 characters (found 104). 53
 Warning sizes LineLength Line is longer than 100 characters (found 131). 54
 Warning sizes LineLength Line is longer than 100 characters (found 137). 55
 Warning sizes LineLength Line is longer than 100 characters (found 132). 56
 Warning coding FinalLocalVariable Variable 'mainFolder' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'resultsFile' should be declared final. 63
 Warning coding FinalLocalVariable Variable 'label' should be declared final. 64
 Warning coding FinalLocalVariable Variable 'split' should be declared final. 65
 Warning coding FinalLocalVariable Variable 'seed' should be declared final. 66
 Warning coding FinalLocalVariable Variable 'trainList' should be declared final. 76
 Warning coding FinalLocalVariable Variable 'testList' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'sentimentModel' should be declared final. 79
 Warning coding FinalLocalVariable Variable 'sentimentProperties' should be declared final. 80
 Warning sizes LineLength Line is longer than 100 characters (found 101). 82
 Warning coding FinalLocalVariable Variable 'negLimit' should be declared final. 82
 Warning sizes LineLength Line is longer than 100 characters (found 101). 83
 Warning coding FinalLocalVariable Variable 'posLimit' should be declared final. 83
 Warning coding FinalLocalVariable Variable 'fakeMode' should be declared final. 85
 Warning sizes LineLength Line is longer than 100 characters (found 101). 87
 Warning sizes LineLength Line is longer than 100 characters (found 114). 88
 Warning coding FinalLocalVariable Variable 'mkdirs' should be declared final. 94
 Warning sizes LineLength Line is longer than 100 characters (found 117). 96
 Warning coding FinalLocalVariable Variable 'prp' should be declared final. 104
 Warning coding FinalLocalVariable Variable 'iS' should be declared final. 105
 Warning coding FinalLocalVariable Variable 'trainFiles' should be declared final. 116
 Warning coding FinalLocalVariable Variable 'testFiles' should be declared final. 117
 Warning blocks RightCurly '}' should be on the same line. 120
 Warning coding FinalLocalVariable Variable 'myCorpus' should be declared final. 122
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 126
 Warning coding FinalLocalVariable Variable 'startIndex' should be declared final. 127
 Warning coding FinalLocalVariable Variable 'endIndex' should be declared final. 128
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 135
 Warning coding FinalLocalVariable Variable 'res' should be declared final. 140
 Warning coding FinalLocalVariable Variable 'baseFileName' should be declared final. 160
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 161
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 165
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 166
 Warning coding FinalLocalVariable Variable 'length' should be declared final. 171
 Warning coding FinalLocalVariable Variable 'termSpan' should be declared final. 172
 Warning sizes LineLength Line is longer than 100 characters (found 109). 178
 Warning coding FinalLocalVariable Variable 'opinion' should be declared final. 184
 Warning sizes LineLength Line is longer than 100 characters (found 112). 186
 Warning coding FinalLocalVariable Variable 'opinionExpression' should be declared final. 186
 Warning sizes LineLength Line is longer than 100 characters (found 118). 196
 Warning sizes LineLength Line is longer than 100 characters (found 122). 197
 Warning sizes LineLength Line is longer than 100 characters (found 101). 234
 Warning sizes LineLength Line is longer than 100 characters (found 114). 244
 Warning sizes LineLength Line is longer than 100 characters (found 118). 248
 Warning sizes LineLength Line is longer than 100 characters (found 113). 251
 Warning sizes LineLength Line is longer than 100 characters (found 104). 259
 Warning coding FinalLocalVariable Variable 'computedPolarity' should be declared final. 263
 Warning sizes LineLength Line is longer than 100 characters (found 107). 291
 Warning sizes LineLength Line is longer than 100 characters (found 111). 316

eu/fbk/dkm/pikes/raid/mdfsa/APIManager.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.shell.mdfsa.data.structures.DomainGraph' import. 6
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.raid.mdfsa.wordnet.WordNetLexicalizer' import. 8
 Warning imports ImportOrder Wrong order for 'org.tartarus.snowball.ext.porterStemmer' import. 10
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 12
 Warning javadoc JavadocType Missing a Javadoc comment. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning sizes LineLength Line is longer than 100 characters (found 102). 30
 Warning coding FinalLocalVariable Variable 'iS' should be declared final. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning misc FinalParameters Parameter prp should be final. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning misc FinalParameters Parameter modelPath should be final. 40
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning misc FinalParameters Parameter text should be final. 51
 Warning sizes LineLength Line is longer than 100 characters (found 109). 56
 Warning coding FinalLocalVariable Variable 'sentenceTokens' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'stemmedTokens' should be declared final. 62
 Warning coding FinalLocalVariable Variable 'eT' should be declared final. 64
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 65
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 66
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 67
 Warning coding FinalLocalVariable Variable 'lexToken' should be declared final. 68
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 70
 Warning coding FinalLocalVariable Variable 'stemmer' should be declared final. 75
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 78
 Warning coding FinalLocalVariable Variable 'it' should be declared final. 85
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 86
 Warning coding FinalLocalVariable Variable 'currentConcept' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'cts' should be declared final. 88
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 93
 Warning regexp RegexpSingleline Line has trailing spaces. 94
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 102
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 105
 Warning blocks NeedBraces 'if' construct must use '{}'s. 106
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 106
 Warning blocks NeedBraces 'if' construct must use '{}'s. 107
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 107
 Warning coding FinalLocalVariable Variable 'notToken' should be declared final. 111
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 112
 Warning blocks EmptyBlock Must have at least one statement. 112
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 116
 Warning whitespace OperatorWrap '&&' should be on a new line. 116
 Warning whitespace OperatorWrap '||' should be on a new line. 118
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 131
 Warning coding FinalLocalVariable Variable 'feature' should be declared final. 133
 Warning regexp RegexpSingleline Line has trailing spaces. 135
 Warning coding FinalLocalVariable Variable 'ratioFactor' should be declared final. 142
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 144
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 158
 Warning blocks NeedBraces 'if' construct must use '{}'s. 173
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 173
 Warning blocks NeedBraces 'if' construct must use '{}'s. 174
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 174
 Warning blocks NeedBraces 'if' construct must use '{}'s. 175
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 175
 Warning blocks NeedBraces 'if' construct must use '{}'s. 176
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 176
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 188
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 191
 Warning sizes LineLength Line is longer than 100 characters (found 102). 205
 Warning javadoc JavadocMethod Missing a Javadoc comment. 205
 Warning misc FinalParameters Parameter sentence should be final. 205
 Warning misc FinalParameters Parameter startNodeId should be final. 205
 Warning misc FinalParameters Parameter blockedNodes should be final. 205
 Warning coding FinalLocalVariable Variable 'dependencies' should be declared final. 206
 Warning coding FinalLocalVariable Variable 'dependenciesList' should be declared final. 207
 Warning sizes LineLength Line is longer than 100 characters (found 111). 211
 Warning sizes MethodLength Method length is 221 lines (max allowed is 150). 211
 Warning javadoc JavadocMethod Missing a Javadoc comment. 211
 Warning misc FinalParameters Parameter dependenciesList should be final. 211
 Warning misc FinalParameters Parameter startNodeId should be final. 211
 Warning misc FinalParameters Parameter blockedNodes should be final. 211
 Warning coding FinalLocalVariable Variable 'tokensToPolarize' should be declared final. 212
 Warning coding FinalLocalVariable Variable 'tokensToBlock' should be declared final. 218
 Warning coding FinalLocalVariable Variable 'tokensToAnalyze' should be declared final. 219
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 221
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 226
 Warning coding FinalLocalVariable Variable 'currentNode' should be declared final. 227
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 228
 Warning sizes LineLength Line is longer than 100 characters (found 137). 229
 Warning coding FinalLocalVariable Variable 'rel' should be declared final. 229
 Warning coding FinalLocalVariable Variable 'gov' should be declared final. 230
 Warning coding FinalLocalVariable Variable 'dep' should be declared final. 231
 Warning coding FinalLocalVariable Variable 'blockFlag' should be declared final. 232
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 233
 Warning sizes LineLength Line is longer than 100 characters (found 109). 238
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 240
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 241
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 243
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 251
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 260
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 262
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 271
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 280
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 281
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 282
 Warning sizes LineLength Line is longer than 100 characters (found 109). 289
 Warning coding FinalLocalVariable Variable 'sentenceTokens' should be declared final. 294
 Warning coding FinalLocalVariable Variable 'stemmedTokens' should be declared final. 295
 Warning coding FinalLocalVariable Variable 'eT' should be declared final. 297
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 298
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 299
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 300
 Warning coding FinalLocalVariable Variable 'lexToken' should be declared final. 301
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 303
 Warning coding FinalLocalVariable Variable 'stemmer' should be declared final. 308
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 311
 Warning coding FinalLocalVariable Variable 'it' should be declared final. 318
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 319
 Warning coding FinalLocalVariable Variable 'currentConcept' should be declared final. 320
 Warning coding FinalLocalVariable Variable 'cts' should be declared final. 321
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 326
 Warning regexp RegexpSingleline Line has trailing spaces. 327
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 335
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 338
 Warning blocks NeedBraces 'if' construct must use '{}'s. 339
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 339
 Warning blocks NeedBraces 'if' construct must use '{}'s. 340
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 340
 Warning coding FinalLocalVariable Variable 'notToken' should be declared final. 344
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 345
 Warning blocks EmptyBlock Must have at least one statement. 345
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 349
 Warning whitespace OperatorWrap '&&' should be on a new line. 349
 Warning whitespace OperatorWrap '||' should be on a new line. 351
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 364
 Warning coding FinalLocalVariable Variable 'feature' should be declared final. 366
 Warning regexp RegexpSingleline Line has trailing spaces. 368
 Warning coding FinalLocalVariable Variable 'ratioFactor' should be declared final. 375
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 377
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 391
 Warning blocks NeedBraces 'if' construct must use '{}'s. 406
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 406
 Warning blocks NeedBraces 'if' construct must use '{}'s. 407
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 407
 Warning blocks NeedBraces 'if' construct must use '{}'s. 408
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 408
 Warning blocks NeedBraces 'if' construct must use '{}'s. 409
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 409
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 421
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 424

eu/fbk/dkm/pikes/raid/mdfsa/FileManager.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'org.w3c.dom.Document' should be separated from previous imports. 14
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 16
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 18
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 18
 Warning javadoc JavadocType Missing a Javadoc comment. 22
 Warning javadoc JavadocStyle First sentence should end with a period. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning javadoc JavadocStyle First sentence should end with a period. 40
 Warning misc FinalParameters Parameter fileAbsolutePath should be final. 46
 Warning javadoc JavadocMethod Expected @param tag for 'fileAbsolutePath'. 46
 Warning misc FinalParameters Parameter m should be final. 46
 Warning javadoc JavadocMethod Expected @param tag for 'm'. 46
 Warning sizes LineLength Line is longer than 100 characters (found 104). 55
 Warning coding FinalLocalVariable Variable 'iS' should be declared final. 55
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 56
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 59
 Warning sizes LineLength Line is longer than 100 characters (found 104). 65
 Warning misc FinalParameters Parameter dataStream should be final. 79
 Warning javadoc JavadocMethod Expected @param tag for 'dataStream'. 79
 Warning javadoc JavadocStyle First sentence should end with a period. 85
 Warning javadoc JavadocMethod Expected an @return tag. 91
 Warning javadoc JavadocStyle First sentence should end with a period. 105
 Warning regexp RegexpSingleline Line has trailing spaces. 111
 Warning regexp RegexpSingleline Line has trailing spaces. 122
 Warning javadoc JavadocStyle First sentence should end with a period. 123
 Warning javadoc JavadocMethod Expected an @return tag. 126
 Warning javadoc JavadocMethod Missing a Javadoc comment. 136
 Warning regexp RegexpSingleline Line has trailing spaces. 146
 Warning javadoc JavadocMethod Missing a Javadoc comment. 147
 Warning misc FinalParameters Parameter rowDelimiter should be final. 147
 Warning regexp RegexpSingleline Line has trailing spaces. 156
 Warning regexp RegexpSingleline Line has trailing spaces. 157
 Warning regexp RegexpSingleline Line has trailing spaces. 158
 Warning regexp RegexpSingleline Line has trailing spaces. 159
 Warning javadoc JavadocMethod Missing a Javadoc comment. 160
 Warning regexp RegexpSingleline Line has trailing spaces. 164
 Warning javadoc JavadocMethod Missing a Javadoc comment. 165
 Warning misc FinalParameters Parameter splitter should be final. 165
 Warning regexp RegexpSingleline Line has trailing spaces. 166
 Warning coding FinalLocalVariable Variable 'splittedData' should be declared final. 167
 Warning coding FinalLocalVariable Variable 'content' should be declared final. 170
 Warning regexp RegexpSingleline Line has trailing spaces. 174
 Warning javadoc JavadocMethod Missing a Javadoc comment. 178
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 181
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 182
 Warning regexp RegexpSingleline Line has trailing spaces. 190
 Warning javadoc JavadocMethod Missing a Javadoc comment. 191
 Warning coding FinalLocalVariable Variable 'model' should be declared final. 193
 Warning coding FinalLocalVariable Variable 'in' should be declared final. 196
 Warning regexp RegexpSingleline Line has trailing spaces. 202
 Warning regexp RegexpSingleline Line has trailing spaces. 205
 Warning regexp RegexpSingleline Line has trailing spaces. 206
 Warning javadoc JavadocMethod Missing a Javadoc comment. 207

eu/fbk/dkm/pikes/raid/mdfsa/MaxEntTagger.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 8
 Warning javadoc JavadocType Missing a Javadoc comment. 15
 Warning blocks LeftCurly '{' should be on the previous line. 16
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 21
 Warning misc FinalParameters Parameter prp should be final. 21
 Warning whitespace WhitespaceAround 'catch' is not followed by whitespace. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning misc FinalParameters Parameter fn should be final. 33
 Warning sizes LineLength Line is longer than 100 characters (found 108). 36
 Warning coding FinalLocalVariable Variable 'sentences' should be declared final. 36
 Warning coding FinalLocalVariable Variable 'tSentence' should be declared final. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 41
 Warning whitespace WhitespaceAround 'catch' is not followed by whitespace. 42

eu/fbk/dkm/pikes/raid/mdfsa/parser/DatasetInstanceParser.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.raid.mdfsa.FileManager' import. 4
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.raid.mdfsa.wordnet.WordNetLexicalizer' import. 8
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 11
 Warning javadoc JavadocType Missing a Javadoc comment. 14
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning misc FinalParameters Parameter prp should be final. 22
 Warning misc FinalParameters Parameter wnl should be final. 22
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 25
 Warning regexp RegexpSingleline Line has trailing spaces. 32
 Warning regexp RegexpSingleline Line has trailing spaces. 33
 Warning regexp RegexpSingleline Line has trailing spaces. 34
 Warning javadoc JavadocStyle First sentence should end with a period. 35
 Warning javadoc JavadocMethod Expected an @return tag. 38
 Warning sizes LineLength Line is longer than 100 characters (found 114). 38
 Warning misc FinalParameters Parameter originalText should be final. 38
 Warning javadoc JavadocMethod Expected @param tag for 'originalText'. 38
 Warning misc FinalParameters Parameter id should be final. 38
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 39
 Warning regexp RegexpSingleline Line has trailing spaces. 41
 Warning regexp RegexpSingleline Line has trailing spaces. 49
 Warning regexp RegexpSingleline Line has trailing spaces. 75
 Warning regexp RegexpSingleline Line has trailing spaces. 78
 Warning regexp RegexpSingleline Line has trailing spaces. 81
 Warning regexp RegexpSingleline Line has trailing spaces. 87
 Warning regexp RegexpSingleline Line has trailing spaces. 91
 Warning regexp RegexpSingleline Line has trailing spaces. 95
 Warning regexp RegexpSingleline Line has trailing spaces. 98
 Warning regexp RegexpSingleline Line has trailing spaces. 99
 Warning coding FinalLocalVariable Variable 'ssr' should be declared final. 101
 Warning regexp RegexpSingleline Line has trailing spaces. 107
 Warning regexp RegexpSingleline Line has trailing spaces. 108
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 109
 Warning regexp RegexpSingleline Line has trailing spaces. 114
 Warning regexp RegexpSingleline Line has trailing spaces. 115
 Warning regexp RegexpSingleline Line has trailing spaces. 118
 Warning regexp RegexpSingleline Line has trailing spaces. 119
 Warning regexp RegexpSingleline Line has trailing spaces. 120
 Warning regexp RegexpSingleline Line has trailing spaces. 121
 Warning javadoc JavadocStyle First sentence should end with a period. 122
 Warning misc FinalParameters Parameter filename should be final. 125
 Warning javadoc JavadocMethod Expected @param tag for 'filename'. 125
 Warning misc FinalParameters Parameter datasetName should be final. 125
 Warning javadoc JavadocMethod Expected @param tag for 'datasetName'. 125
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 126
 Warning coding FinalLocalVariable Variable 'contents' should be declared final. 128
 Warning regexp RegexpSingleline Line has trailing spaces. 129
 Warning sizes LineLength Line is longer than 100 characters (found 221). 130
 Warning coding FinalLocalVariable Variable 'rdfOut' should be declared final. 130
 Warning regexp RegexpSingleline Line has trailing spaces. 131
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 138
 Warning coding ModifiedControlVariable Control variable 'currentReview' is modified. 141
 Warning regexp RegexpSingleline Line has trailing spaces. 143
 Warning sizes LineLength Line is longer than 100 characters (found 110). 145
 Warning sizes LineLength Line is longer than 100 characters (found 149). 146
 Warning sizes LineLength Line is longer than 100 characters (found 122). 147
 Warning regexp RegexpSingleline Line has trailing spaces. 153
 Warning regexp RegexpSingleline Line has trailing spaces. 154
 Warning regexp RegexpSingleline Line has trailing spaces. 165
 Warning regexp RegexpSingleline Line has trailing spaces. 166

eu/fbk/dkm/pikes/raid/mdfsa/parser/DependenciesBuilder.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - edu.stanford.nlp.trees.*. 7
 Warning imports ImportOrder Wrong order for 'java.io.Reader' import. 9
 Warning javadoc JavadocType Missing a Javadoc comment. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning regexp RegexpSingleline Line has trailing spaces. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning regexp RegexpSingleline Line has trailing spaces. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning regexp RegexpSingleline Line has trailing spaces. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning regexp RegexpSingleline Line has trailing spaces. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning misc FinalParameters Parameter text should be final. 43
 Warning regexp RegexpSingleline Line has trailing spaces. 46
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'dp' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'parsedTree' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'gs' should be declared final. 56
 Warning coding FinalLocalVariable Variable 'tdl' should be declared final. 57
 Warning regexp RegexpSingleline Line has trailing spaces. 58
 Warning coding FinalLocalVariable Variable 'dt' should be declared final. 59
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 60
 Warning coding FinalLocalVariable Variable 'dep' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'gov' should be declared final. 62
 Warning coding FinalLocalVariable Variable 'gr' should be declared final. 63
 Warning coding FinalLocalVariable Variable 'depString' should be declared final. 64
 Warning regexp RegexpSingleline Line has trailing spaces. 72
 Warning regexp RegexpSingleline Line has trailing spaces. 73
 Warning regexp RegexpSingleline Line has trailing spaces. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 75
 Warning misc FinalParameters Parameter texts should be final. 75
 Warning coding FinalLocalVariable Variable 'dtList' should be declared final. 76
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 78
 Warning coding FinalLocalVariable Variable 'sent' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'parse' should be declared final. 81
 Warning coding FinalLocalVariable Variable 'gs' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'tdl' should be declared final. 83
 Warning coding FinalLocalVariable Variable 'curDT' should be declared final. 84
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 85
 Warning coding FinalLocalVariable Variable 'dep' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'gov' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'gr' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'depString' should be declared final. 89

eu/fbk/dkm/pikes/raid/mdfsa/parser/DependencyTree.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning regexp RegexpSingleline Line has trailing spaces. 7
 Warning regexp RegexpSingleline Line has trailing spaces. 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 12
 Warning regexp RegexpSingleline Line has trailing spaces. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 16
 Warning misc FinalParameters Parameter dep should be final. 16
 Warning regexp RegexpSingleline Line has trailing spaces. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning regexp RegexpSingleline Line has trailing spaces. 23

eu/fbk/dkm/pikes/raid/mdfsa/parser/ReviewsParser.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - com.hp.hpl.jena.rdf.model.*. 3
 Warning imports ImportOrder 'edu.stanford.nlp.parser.lexparser.LexicalizedParser' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.raid.mdfsa.FileManager' import. 6
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.raid.mdfsa.wordnet.WordNetLexicalizer' import. 10
 Warning imports ImportOrder Wrong order for 'org.w3c.dom.Document' import. 12
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 14
 Warning javadoc JavadocType Missing a Javadoc comment. 17
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning misc FinalParameters Parameter prp should be final. 22
 Warning misc FinalParameters Parameter wnl should be final. 22
 Warning regexp RegexpSingleline Line has trailing spaces. 26
 Warning regexp RegexpSingleline Line has trailing spaces. 27
 Warning javadoc JavadocStyle First sentence should end with a period. 28
 Warning javadoc JavadocMethod Expected an @return tag. 32
 Warning misc FinalParameters Parameter datasetName should be final. 32
 Warning sizes LineLength Line is longer than 100 characters (found 128). 33
 Warning coding FinalLocalVariable Variable 'positiveReviews' should be declared final. 33
 Warning sizes LineLength Line is longer than 100 characters (found 128). 34
 Warning coding FinalLocalVariable Variable 'negativeReviews' should be declared final. 34
 Warning sizes LineLength Line is longer than 100 characters (found 118). 35
 Warning coding FinalLocalVariable Variable 'allReviews' should be declared final. 35
 Warning regexp RegexpSingleline Line has trailing spaces. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 39
 Warning regexp RegexpSingleline Line has trailing spaces. 40
 Warning javadoc JavadocStyle First sentence should end with a period. 41
 Warning javadoc JavadocMethod Expected an @return tag. 44
 Warning misc FinalParameters Parameter filename should be final. 44
 Warning javadoc JavadocMethod Expected @param tag for 'filename'. 44
 Warning regexp RegexpSingleline Line has trailing spaces. 45
 Warning sizes LineLength Line is longer than 100 characters (found 107). 46
 Warning coding FinalLocalVariable Variable 'wnlex' should be declared final. 46
 Warning sizes LineLength Line is longer than 100 characters (found 108). 47
 Warning coding FinalLocalVariable Variable 'ssrList' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'treeParser' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'db' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'met' should be declared final. 50
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 52
 Warning coding FinalLocalVariable Variable 'content' should be declared final. 53
 Warning regexp RegexpSingleline Line has trailing spaces. 54
 Warning coding FinalLocalVariable Variable 'task' should be declared final. 55
 Warning regexp RegexpSingleline Line has trailing spaces. 56
 Warning coding FinalLocalVariable Variable 'iter' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'stmtID' should be declared final. 62
 Warning coding FinalLocalVariable Variable 'stmt' should be declared final. 66
 Warning coding FinalLocalVariable Variable 'subject' should be declared final. 67
 Warning coding FinalLocalVariable Variable 'predicate' should be declared final. 68
 Warning coding FinalLocalVariable Variable 'object' should be declared final. 69
 Warning regexp RegexpSingleline Line has trailing spaces. 70
 Warning coding FinalLocalVariable Variable 'endText' should be declared final. 72
 Warning coding FinalLocalVariable Variable 'currentReviewOriginal' should be declared final. 73
 Warning regexp RegexpSingleline Line has trailing spaces. 108
 Warning regexp RegexpSingleline Line has trailing spaces. 111
 Warning regexp RegexpSingleline Line has trailing spaces. 114
 Warning regexp RegexpSingleline Line has trailing spaces. 117
 Warning regexp RegexpSingleline Line has trailing spaces. 119
 Warning regexp RegexpSingleline Line has trailing spaces. 123
 Warning regexp RegexpSingleline Line has trailing spaces. 126
 Warning regexp RegexpSingleline Line has trailing spaces. 130
 Warning regexp RegexpSingleline Line has trailing spaces. 132
 Warning regexp RegexpSingleline Line has trailing spaces. 135
 Warning regexp RegexpSingleline Line has trailing spaces. 138
 Warning regexp RegexpSingleline Line has trailing spaces. 142
 Warning coding FinalLocalVariable Variable 'ssr' should be declared final. 144
 Warning regexp RegexpSingleline Line has trailing spaces. 153
 Warning regexp RegexpSingleline Line has trailing spaces. 159
 Warning regexp RegexpSingleline Line has trailing spaces. 161
 Warning regexp RegexpSingleline Line has trailing spaces. 170
 Warning regexp RegexpSingleline Line has trailing spaces. 171
 Warning regexp RegexpSingleline Line has trailing spaces. 172
 Warning regexp RegexpSingleline Line has trailing spaces. 173
 Warning javadoc JavadocStyle First sentence should end with a period. 174
 Warning misc FinalParameters Parameter filename should be final. 177
 Warning javadoc JavadocMethod Expected @param tag for 'filename'. 177
 Warning misc FinalParameters Parameter datasetName should be final. 177
 Warning javadoc JavadocMethod Expected @param tag for 'datasetName'. 177
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 178
 Warning coding FinalLocalVariable Variable 'contents' should be declared final. 180
 Warning regexp RegexpSingleline Line has trailing spaces. 181
 Warning sizes LineLength Line is longer than 100 characters (found 221). 182
 Warning coding FinalLocalVariable Variable 'rdfOut' should be declared final. 182
 Warning regexp RegexpSingleline Line has trailing spaces. 183
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 190
 Warning coding ModifiedControlVariable Control variable 'currentReview' is modified. 193
 Warning regexp RegexpSingleline Line has trailing spaces. 195
 Warning sizes LineLength Line is longer than 100 characters (found 110). 197
 Warning sizes LineLength Line is longer than 100 characters (found 149). 198
 Warning sizes LineLength Line is longer than 100 characters (found 122). 199
 Warning regexp RegexpSingleline Line has trailing spaces. 205
 Warning regexp RegexpSingleline Line has trailing spaces. 206
 Warning regexp RegexpSingleline Line has trailing spaces. 217
 Warning regexp RegexpSingleline Line has trailing spaces. 218

eu/fbk/dkm/pikes/raid/mdfsa/wordnet/WordNetLexicalizer.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 5
 Warning blocks LeftCurly '{' should be on the previous line. 6
 Warning naming MemberName Name 'SufxNoun' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8
 Warning naming MemberName Name 'EndNoun' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9
 Warning naming MemberName Name 'SufxVerb' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
 Warning naming MemberName Name 'EndVerb' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
 Warning naming MemberName Name 'SufxAdj' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
 Warning naming MemberName Name 'EndAdj' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
 Warning naming MemberName Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
 Warning naming MemberName Name 'CurWord' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 16
 Warning regexp RegexpSingleline Line has trailing spaces. 25
 Warning naming MemberName Name 'HNoun' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
 Warning naming MemberName Name 'HVerb' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
 Warning naming MemberName Name 'HAdj' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Warning naming MemberName Name 'WordType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
 Warning naming MemberName Name 'POSWordType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
 Warning naming MemberName Name 'IsNounAdj' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Warning regexp RegexpSingleline Line has trailing spaces. 34
 Warning sizes LineLength Line is longer than 100 characters (found 102). 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning misc FinalParameters Parameter allTerms should be final. 35
 Warning misc FinalParameters Parameter exceptions should be final. 35
 Warning regexp RegexpSingleline Line has trailing spaces. 45
 Warning regexp RegexpSingleline Line has trailing spaces. 50
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning blocks LeftCurly '{' should be on the previous line. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning blocks LeftCurly '{' should be on the previous line. 58
 Warning regexp RegexpSingleline Line has trailing spaces. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62
 Warning misc FinalParameters Parameter t should be final. 62
 Warning blocks LeftCurly '{' should be on the previous line. 63
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 64
 Warning regexp RegexpSingleline Line has trailing spaces. 66
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning misc FinalParameters Parameter word should be final. 67
 Warning blocks LeftCurly '{' should be on the previous line. 68
 Warning regexp RegexpSingleline Line has trailing spaces. 73
 Warning javadoc JavadocStyle First sentence should end with a period. 74
 Warning misc FinalParameters Parameter word should be final. 80
 Warning misc FinalParameters Parameter posTag should be final. 80
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 82
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 84
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 86
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 88
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 90
 Warning regexp RegexpSingleline Line has trailing spaces. 91
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 93
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 96
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 99
 Warning regexp RegexpSingleline Line has trailing spaces. 102
 Warning regexp RegexpSingleline Line has trailing spaces. 106
 Warning regexp RegexpSingleline Line has trailing spaces. 107
 Warning regexp RegexpSingleline Line has trailing spaces. 108
 Warning misc FinalParameters Parameter noun should be final. 114
 Warning regexp RegexpSingleline Line has trailing spaces. 118
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 120
 Warning regexp RegexpSingleline Line has trailing spaces. 123
 Warning naming LocalVariableName Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. 125
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 126
 Warning sizes LineLength Line is longer than 100 characters (found 105). 127
 Warning sizes LineLength Line is longer than 100 characters (found 114). 128
 Warning regexp RegexpSingleline Line has trailing spaces. 139
 Warning regexp RegexpSingleline Line has trailing spaces. 140
 Warning misc FinalParameters Parameter verb should be final. 146
 Warning regexp RegexpSingleline Line has trailing spaces. 150
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 152
 Warning regexp RegexpSingleline Line has trailing spaces. 155
 Warning naming LocalVariableName Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. 157
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 158
 Warning sizes LineLength Line is longer than 100 characters (found 105). 159
 Warning sizes LineLength Line is longer than 100 characters (found 114). 160
 Warning regexp RegexpSingleline Line has trailing spaces. 171
 Warning regexp RegexpSingleline Line has trailing spaces. 172
 Warning regexp RegexpSingleline Line has trailing spaces. 173
 Warning misc FinalParameters Parameter adj should be final. 179
 Warning regexp RegexpSingleline Line has trailing spaces. 183
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 185
 Warning regexp RegexpSingleline Line has trailing spaces. 188
 Warning naming LocalVariableName Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. 190
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 191
 Warning sizes LineLength Line is longer than 100 characters (found 101). 192
 Warning sizes LineLength Line is longer than 100 characters (found 110). 193
 Warning regexp RegexpSingleline Line has trailing spaces. 204
 Warning regexp RegexpSingleline Line has trailing spaces. 205
 Warning misc FinalParameters Parameter adv should be final. 211
 Warning regexp RegexpSingleline Line has trailing spaces. 215
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 217
 Warning regexp RegexpSingleline Line has trailing spaces. 220
 Warning naming LocalVariableName Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. 222
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 223
 Warning sizes LineLength Line is longer than 100 characters (found 103). 224
 Warning sizes LineLength Line is longer than 100 characters (found 112). 225
 Warning regexp RegexpSingleline Line has trailing spaces. 236
 Warning regexp RegexpSingleline Line has trailing spaces. 237
 Warning regexp RegexpSingleline Line has trailing spaces. 238
 Warning regexp RegexpSingleline Line has trailing spaces. 239
 Warning regexp RegexpSingleline Line has trailing spaces. 240
 Warning regexp RegexpSingleline Line has trailing spaces. 241
 Warning regexp RegexpSingleline Line has trailing spaces. 242
 Warning javadoc JavadocMethod Missing a Javadoc comment. 244
 Warning blocks LeftCurly '{' should be on the previous line. 245
 Warning naming LocalVariableName Name 'TempString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 249
 Warning naming LocalVariableName Name 'QueryString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 250
 Warning blocks LeftCurly '{' should be on the previous line. 253
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 255
 Warning blocks LeftCurly '{' should be on the previous line. 256
 Warning naming LocalVariableName Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. 258
 Warning blocks LeftCurly '{' should be on the previous line. 259
 Warning blocks LeftCurly '{' should be on the previous line. 261
 Warning whitespace OperatorWrap '-' should be on a new line. 262
 Warning blocks LeftCurly '{' should be on the previous line. 265
 Warning whitespace OperatorWrap '-' should be on a new line. 266
 Warning whitespace OperatorWrap '+' should be on a new line. 267
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 270
 Warning blocks LeftCurly '{' should be on the previous line. 272
 Warning regexp RegexpSingleline Line has trailing spaces. 283
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 284
 Warning blocks LeftCurly '{' should be on the previous line. 285
 Warning naming LocalVariableName Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. 287
 Warning blocks LeftCurly '{' should be on the previous line. 288
 Warning blocks LeftCurly '{' should be on the previous line. 290
 Warning whitespace OperatorWrap '-' should be on a new line. 291
 Warning blocks LeftCurly '{' should be on the previous line. 295
 Warning whitespace OperatorWrap '-' should be on a new line. 296
 Warning whitespace OperatorWrap '+' should be on a new line. 297
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 301
 Warning blocks LeftCurly '{' should be on the previous line. 303
 Warning regexp RegexpSingleline Line has trailing spaces. 315
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 316
 Warning blocks LeftCurly '{' should be on the previous line. 317
 Warning naming LocalVariableName Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. 319
 Warning blocks LeftCurly '{' should be on the previous line. 320
 Warning blocks LeftCurly '{' should be on the previous line. 322
 Warning whitespace OperatorWrap '-' should be on a new line. 323
 Warning blocks LeftCurly '{' should be on the previous line. 327
 Warning whitespace OperatorWrap '-' should be on a new line. 329
 Warning whitespace OperatorWrap '+' should be on a new line. 330
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 334
 Warning blocks LeftCurly '{' should be on the previous line. 336
 Warning blocks RightCurly '}' should be on the same line. 347
 Warning whitespace WhitespaceAround 'catch' is not followed by whitespace. 348
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 348
 Warning blocks EmptyBlock Empty catch block. 348
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 348
 Warning regexp RegexpSingleline Line has trailing spaces. 353
 Warning regexp RegexpSingleline Line has trailing spaces. 354
 Warning javadoc JavadocMethod Missing a Javadoc comment. 355
 Warning misc FinalParameters Parameter CurrentString should be final. 355
 Warning naming ParameterName Name 'CurrentString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 355
 Warning blocks LeftCurly '{' should be on the previous line. 356
 Warning naming LocalVariableName Name 'Result' must match pattern '^[a-z][a-zA-Z0-9]*$'. 357
 Warning naming LocalVariableName Name 'Words' must match pattern '^[a-z][a-zA-Z0-9]*$'. 358
 Warning coding FinalLocalVariable Variable 'Words' should be declared final. 358
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 359
 Warning naming LocalVariableName Name 'QueryString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 359
 Warning naming LocalVariableName Name 'TempString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 359
 Warning naming LocalVariableName Name 'RS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 360
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 361
 Warning naming LocalVariableName Name 'J' must match pattern '^[a-z][a-zA-Z0-9]*$'. 361
 Warning naming LocalVariableName Name 'CompoundNoun' must match pattern '^[a-z][a-zA-Z0-9]*$'. 361
 Warning regexp RegexpSingleline Line has trailing spaces. 362
 Warning naming LocalVariableName Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. 363
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 364
 Warning blocks LeftCurly '{' should be on the previous line. 365
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 367
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 367
 Warning blocks LeftCurly '{' should have line break after. 367
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 367
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 367
 Warning blocks RightCurly '}' should have line break before. 367
 Warning regexp RegexpSingleline Line has trailing spaces. 368
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 372
 Warning blocks LeftCurly '{' should be on the previous line. 373
 Warning blocks NeedBraces 'if' construct must use '{}'s. 374
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 374
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 376
 Warning blocks NeedBraces 'if' construct must use '{}'s. 377
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 377
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 377
 Warning blocks NeedBraces 'if' construct must use '{}'s. 378
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 378
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 378
 Warning regexp RegexpSingleline Line has trailing spaces. 379
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 380
 Warning blocks LeftCurly '{' should have line break after. 380
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 380
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 380
 Warning blocks RightCurly '}' should be on the same line. 380
 Warning blocks RightCurly '}' should have line break before. 380
 Warning blocks NeedBraces 'else' construct must use '{}'s. 381
 Warning regexp RegexpSingleline Line has trailing spaces. 383
 Warning regexp RegexpSingleline Line has trailing spaces. 387

eu/fbk/dkm/pikes/raid/mdfsa/wordnet/WordNetLoader.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 7
 Warning javadoc JavadocType Missing a Javadoc comment. 12
 Warning regexp RegexpSingleline Line has trailing spaces. 13
 Warning regexp RegexpSingleline Line has trailing spaces. 20
 Warning regexp RegexpSingleline Line has trailing spaces. 35
 Warning regexp RegexpSingleline Line has trailing spaces. 36
 Warning javadoc JavadocStyle First sentence should end with a period. 37
 Warning misc FinalParameters Parameter prp should be final. 42
 Warning regexp RegexpSingleline Line has trailing spaces. 49
 Warning regexp RegexpSingleline Line has trailing spaces. 59
 Warning regexp RegexpSingleline Line has trailing spaces. 71
 Warning regexp RegexpSingleline Line has trailing spaces. 72
 Warning javadoc JavadocStyle First sentence should end with a period. 73
 Warning regexp RegexpSingleline Line has trailing spaces. 84
 Warning regexp RegexpSingleline Line has trailing spaces. 85
 Warning regexp RegexpSingleline Line has trailing spaces. 86
 Warning regexp RegexpSingleline Line has trailing spaces. 88
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 90
 Warning coding FinalLocalVariable Variable 'relations' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'it' should be declared final. 92
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 93
 Warning coding FinalLocalVariable Variable 'currentRelation' should be declared final. 94
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 95
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 96
 Warning regexp RegexpSingleline Line has trailing spaces. 102
 Warning regexp RegexpSingleline Line has trailing spaces. 103
 Warning regexp RegexpSingleline Line has trailing spaces. 104
 Warning regexp RegexpSingleline Line has trailing spaces. 109
 Warning sizes LineLength Line is longer than 100 characters (found 108). 113
 Warning regexp RegexpSingleline Line has trailing spaces. 115
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 116
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 117
 Warning coding FinalLocalVariable Variable 'currentWord' should be declared final. 121
 Warning coding FinalLocalVariable Variable 'currentSynset' should be declared final. 122
 Warning regexp RegexpSingleline Line has trailing spaces. 123
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 126
 Warning regexp RegexpSingleline Line has trailing spaces. 131
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 134
 Warning regexp RegexpSingleline Line has trailing spaces. 141
 Warning regexp RegexpSingleline Line has trailing spaces. 146
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 147
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 148
 Warning coding FinalLocalVariable Variable 'currentSynSource' should be declared final. 152
 Warning coding FinalLocalVariable Variable 'currentSynTarget' should be declared final. 153
 Warning coding FinalLocalVariable Variable 'currentRelation' should be declared final. 154
 Warning regexp RegexpSingleline Line has trailing spaces. 155
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 157
 Warning regexp RegexpSingleline Line has trailing spaces. 160
 Warning coding FinalLocalVariable Variable 'wnr' should be declared final. 160
 Warning sizes LineLength Line is longer than 100 characters (found 110). 161
 Warning regexp RegexpSingleline Line has trailing spaces. 165
 Warning regexp RegexpSingleline Line has trailing spaces. 166
 Warning regexp RegexpSingleline Line has trailing spaces. 167
 Warning coding FinalLocalVariable Variable 'indexFiles' should be declared final. 171
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 176
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 179
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 180
 Warning coding FinalLocalVariable Variable 'data' should be declared final. 183
 Warning regexp RegexpSingleline Line has trailing spaces. 187
 Warning regexp RegexpSingleline Line has trailing spaces. 188
 Warning coding FinalLocalVariable Variable 'excFiles' should be declared final. 192
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 197
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 200
 Warning coding FinalLocalVariable Variable 'curExc' should be declared final. 201
 Warning regexp RegexpSingleline Line has trailing spaces. 205
 Warning regexp RegexpSingleline Line has trailing spaces. 206
 Warning coding FinalLocalVariable Variable 'stopwordsFile' should be declared final. 210
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 213
 Warning regexp RegexpSingleline Line has trailing spaces. 216
 Warning whitespace WhitespaceAround 'catch' is not followed by whitespace. 217
 Warning regexp RegexpSingleline Line has trailing spaces. 221
 Warning regexp RegexpSingleline Line has trailing spaces. 222
 Warning regexp RegexpSingleline Line has trailing spaces. 223
 Warning javadoc JavadocStyle First sentence should end with a period. 224
 Warning misc FinalParameters Parameter g should be final. 229
 Warning regexp RegexpSingleline Line has trailing spaces. 230
 Warning sizes LineLength Line is longer than 100 characters (found 124). 231
 Warning regexp RegexpSingleline Line has trailing spaces. 234
 Warning coding FinalLocalVariable Variable 'synsets' should be declared final. 236
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 237
 Warning coding FinalLocalVariable Variable 'currentSynset' should be declared final. 238
 Warning coding FinalLocalVariable Variable 'synRelations' should be declared final. 239
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 240
 Warning coding FinalLocalVariable Variable 'targetSynset' should be declared final. 241
 Warning coding FinalLocalVariable Variable 'weight' should be declared final. 242
 Warning sizes LineLength Line is longer than 100 characters (found 108). 243
 Warning regexp RegexpSingleline Line has trailing spaces. 246
 Warning sizes LineLength Line is longer than 100 characters (found 111). 248
 Warning regexp RegexpSingleline Line has trailing spaces. 251
 Warning javadoc JavadocMethod Missing a Javadoc comment. 256
 Warning javadoc JavadocMethod Missing a Javadoc comment. 261
 Warning misc FinalParameters Parameter allTerms should be final. 261
 Warning javadoc JavadocMethod Missing a Javadoc comment. 266
 Warning javadoc JavadocMethod Missing a Javadoc comment. 271
 Warning misc FinalParameters Parameter allNouns should be final. 271
 Warning javadoc JavadocMethod Missing a Javadoc comment. 276
 Warning javadoc JavadocMethod Missing a Javadoc comment. 281
 Warning misc FinalParameters Parameter allVerbs should be final. 281
 Warning javadoc JavadocMethod Missing a Javadoc comment. 286
 Warning javadoc JavadocMethod Missing a Javadoc comment. 291
 Warning misc FinalParameters Parameter allAdjs should be final. 291
 Warning javadoc JavadocMethod Missing a Javadoc comment. 296
 Warning javadoc JavadocMethod Missing a Javadoc comment. 301
 Warning misc FinalParameters Parameter allAdvs should be final. 301
 Warning javadoc JavadocMethod Missing a Javadoc comment. 306
 Warning javadoc JavadocMethod Missing a Javadoc comment. 311
 Warning misc FinalParameters Parameter allExceptions should be final. 311
 Warning javadoc JavadocMethod Missing a Javadoc comment. 316
 Warning javadoc JavadocMethod Missing a Javadoc comment. 321
 Warning misc FinalParameters Parameter nounExceptions should be final. 321
 Warning javadoc JavadocMethod Missing a Javadoc comment. 326
 Warning javadoc JavadocMethod Missing a Javadoc comment. 331
 Warning misc FinalParameters Parameter verbExceptions should be final. 331
 Warning javadoc JavadocMethod Missing a Javadoc comment. 336
 Warning javadoc JavadocMethod Missing a Javadoc comment. 341
 Warning misc FinalParameters Parameter adjExceptions should be final. 341
 Warning javadoc JavadocMethod Missing a Javadoc comment. 346
 Warning javadoc JavadocMethod Missing a Javadoc comment. 351
 Warning misc FinalParameters Parameter advExceptions should be final. 351
 Warning javadoc JavadocMethod Missing a Javadoc comment. 356
 Warning javadoc JavadocMethod Missing a Javadoc comment. 361
 Warning misc FinalParameters Parameter stopwords should be final. 361
 Warning regexp RegexpSingleline Line has trailing spaces. 364

eu/fbk/dkm/pikes/raid/mdfsa/wordnet/WordNetRelation.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning javadoc JavadocType Missing a Javadoc comment. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 8
 Warning javadoc JavadocMethod Missing a Javadoc comment. 9
 Warning misc FinalParameters Parameter r should be final. 9
 Warning misc FinalParameters Parameter t should be final. 9
 Warning misc FinalParameters Parameter w should be final. 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning misc FinalParameters Parameter relationType should be final. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter targetSynset should be final. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning misc FinalParameters Parameter relationWeight should be final. 35

eu/fbk/dkm/pikes/raid/pipeline/LinkLabeller.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.resources.NAFUtils' import. 33
 Warning imports ImportOrder Wrong order for 'eu.fbk.utils.eval.ConfusionMatrix' import. 37
 Warning design FinalClass Class LinkLabeller should be declared as final. 44
 Warning javadoc JavadocType Missing a Javadoc comment. 44
 Warning sizes LineLength Line is longer than 100 characters (found 105). 48
 Warning sizes LineLength Line is longer than 100 characters (found 101). 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning sizes LineLength Line is longer than 100 characters (found 101). 167
 Warning javadoc JavadocMethod Missing a Javadoc comment. 418
 Warning javadoc JavadocType Missing a Javadoc comment. 424
 Warning sizes LineLength Line is longer than 100 characters (found 101). 439
 Warning javadoc JavadocMethod Missing a Javadoc comment. 439
 Warning javadoc JavadocMethod Missing a Javadoc comment. 472

eu/fbk/dkm/pikes/raid/pipeline/PipelineExtractor.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.raid.Component' import. 31
 Warning javadoc JavadocType Missing a Javadoc comment. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 70
 Warning annotation AnnotationUseStyle Annotation style must be 'COMPACT_NO_ARRAY'. 138

eu/fbk/dkm/pikes/raid/pipeline/PipelineTrainer.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.raid.Component' import. 24
 Warning javadoc JavadocType Missing a Javadoc comment. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62

eu/fbk/dkm/pikes/raid/pipeline/SpanLabeller.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 20
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.resources.NAFUtils' import. 31
 Warning javadoc JavadocType Missing a Javadoc comment. 40
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning sizes LineLength Line is longer than 100 characters (found 103). 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 113
 Warning sizes LineLength Line is longer than 100 characters (found 102). 206
 Warning blocks EmptyBlock Must have at least one statement. 336
 Warning blocks EmptyBlock Must have at least one statement. 341
 Warning coding IllegalTokenText labels are discouraged 399
 Warning javadoc JavadocMethod Missing a Javadoc comment. 419
 Warning javadoc JavadocMethod Missing a Javadoc comment. 445
 Warning javadoc JavadocType Missing a Javadoc comment. 449
 Warning javadoc JavadocMethod Missing a Javadoc comment. 460
 Warning javadoc JavadocMethod Missing a Javadoc comment. 484

eu/fbk/dkm/pikes/raid/sbrs/CreateTraining.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 28
 Error extension TreeWalker Got an exception - expecting EOF, found '}' 62

eu/fbk/dkm/pikes/raid/sbrs/SBRSExtractor.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'java.util.EnumSet' import. 8
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 17
 Warning sizes LineLength Line is longer than 100 characters (found 112). 18
 Warning misc FinalParameters Parameter document should be final. 18
 Warning misc FinalParameters Parameter sentenceID should be final. 18
 Warning misc FinalParameters Parameter components should be final. 18
 Warning sizes LineLength Line is longer than 100 characters (found 128). 23
 Warning misc FinalParameters Parameter document should be final. 23
 Warning misc FinalParameters Parameter sentenceID should be final. 23
 Warning misc FinalParameters Parameter components should be final. 23
 Warning misc FinalParameters Parameter opinion should be final. 23

eu/fbk/dkm/pikes/raid/sbrs/SBRSTrainer.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - com.google.common.collect.*. 3
 Warning imports ImportOrder 'eu.fbk.dkm.pikes.raid.Component' should be separated from previous imports. 4
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 12
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 17
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 18
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning sizes LineLength Line is longer than 100 characters (found 104). 48
 Warning sizes LineLength Line is longer than 100 characters (found 110). 49
 Warning blocks RightCurly '}' should be on the same line. 55
 Warning misc FinalParameters Parameter document should be final. 68
 Warning misc FinalParameters Parameter sentence should be final. 68
 Warning misc FinalParameters Parameter opinions should be final. 68
 Warning sizes LineLength Line is longer than 100 characters (found 111). 120

eu/fbk/dkm/pikes/rdf/AnnotationHelper.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.resources.NAFUtils' import. 48
 Warning javadoc JavadocType Missing a Javadoc comment. 52
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning sizes MethodLength Method length is 175 lines (max allowed is 150). 101
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning sizes LineLength Line is longer than 100 characters (found 107). 256

eu/fbk/dkm/pikes/rdf/Logging.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 36
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning javadoc JavadocType Missing a Javadoc comment. 45
 Warning javadoc JavadocType Missing a Javadoc comment. 63
 Warning javadoc JavadocType Missing a Javadoc comment. 81
 Warning javadoc JavadocType Missing a Javadoc comment. 98
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 110
 Warning javadoc JavadocMethod Missing a Javadoc comment. 118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 122

eu/fbk/dkm/pikes/rdf/Main.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 24
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 24

eu/fbk/dkm/pikes/rdf/RDFGenerator.java

Severity Category Rule Message Line
 Warning sizes FileLength File length is 2,025 lines (max allowed is 2,000). 1
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.naflib.Corpus' import. 76
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.RDFHandlers' import. 95
 Warning javadoc JavadocType Missing a Javadoc comment. 109
 Warning sizes LineLength Line is longer than 100 characters (found 104). 115
 Warning sizes LineLength Line is longer than 100 characters (found 101). 147
 Warning javadoc JavadocVariable Missing a Javadoc comment. 149
 Warning sizes LineLength Line is longer than 100 characters (found 102). 172
 Warning javadoc JavadocMethod Missing a Javadoc comment. 172
 Warning javadoc JavadocMethod Missing a Javadoc comment. 178
 Warning javadoc JavadocMethod Missing a Javadoc comment. 189
 Warning javadoc JavadocMethod Missing a Javadoc comment. 206
 Warning javadoc JavadocType Missing a Javadoc comment. 210
 Warning javadoc JavadocMethod Missing a Javadoc comment. 256
 Warning javadoc JavadocMethod Missing a Javadoc comment. 261
 Warning javadoc JavadocMethod Missing a Javadoc comment. 266
 Warning javadoc JavadocMethod Missing a Javadoc comment. 271
 Warning javadoc JavadocMethod Missing a Javadoc comment. 276
 Warning javadoc JavadocMethod Missing a Javadoc comment. 281
 Warning javadoc JavadocMethod Missing a Javadoc comment. 286
 Warning sizes MethodLength Method length is 224 lines (max allowed is 150). 498
 Warning coding IllegalTokenText labels are discouraged 532
 Warning sizes LineLength Line is longer than 100 characters (found 101). 561
 Warning sizes LineLength Line is longer than 100 characters (found 112). 1059
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1061
 Warning sizes LineLength Line is longer than 100 characters (found 113). 1065
 Warning coding IllegalTokenText labels are discouraged 1437
 Warning blocks EmptyBlock Must have at least one statement. 1839
 Warning blocks EmptyBlock Must have at least one statement. 1874

eu/fbk/dkm/pikes/rdf/Renderer.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - eu.fbk.utils.vocab.*. 39
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.BNode' import. 40
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.naflib.NafRenderUtils' import. 57
 Warning design FinalClass Class Renderer should be declared as final. 71
 Warning javadoc JavadocType Missing a Javadoc comment. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 75
 Warning javadoc JavadocVariable Missing a Javadoc comment. 77
 Warning javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning javadoc JavadocVariable Missing a Javadoc comment. 99
 Warning javadoc JavadocVariable Missing a Javadoc comment. 101
 Warning javadoc JavadocVariable Missing a Javadoc comment. 103
 Warning javadoc JavadocVariable Missing a Javadoc comment. 108
 Warning modifier RedundantModifier Redundant 'final' modifier. 112
 Warning javadoc JavadocMethod Missing a Javadoc comment. 201
 Warning javadoc JavadocMethod Missing a Javadoc comment. 257
 Warning javadoc JavadocMethod Missing a Javadoc comment. 266
 Warning javadoc JavadocMethod Missing a Javadoc comment. 273
 Warning javadoc JavadocMethod Missing a Javadoc comment. 279
 Warning javadoc JavadocMethod Missing a Javadoc comment. 338
 Warning javadoc JavadocMethod Missing a Javadoc comment. 378
 Warning sizes LineLength Line is longer than 100 characters (found 113). 385
 Warning sizes LineLength Line is longer than 100 characters (found 101). 415
 Warning javadoc JavadocMethod Missing a Javadoc comment. 432
 Warning javadoc JavadocMethod Missing a Javadoc comment. 536
 Warning javadoc JavadocType Missing a Javadoc comment. 540
 Warning javadoc JavadocMethod Missing a Javadoc comment. 569
 Warning javadoc JavadocMethod Missing a Javadoc comment. 586
 Warning sizes LineLength Line is longer than 100 characters (found 102). 591
 Warning javadoc JavadocMethod Missing a Javadoc comment. 591
 Warning javadoc JavadocMethod Missing a Javadoc comment. 596
 Warning javadoc JavadocMethod Missing a Javadoc comment. 602
 Warning javadoc JavadocMethod Missing a Javadoc comment. 607
 Warning javadoc JavadocMethod Missing a Javadoc comment. 612
 Warning javadoc JavadocMethod Missing a Javadoc comment. 617
 Warning javadoc JavadocMethod Missing a Javadoc comment. 622
 Warning javadoc JavadocMethod Missing a Javadoc comment. 627
 Warning javadoc JavadocType Missing a Javadoc comment. 633
 Warning javadoc JavadocVariable Missing a Javadoc comment. 635
 Warning javadoc JavadocVariable Missing a Javadoc comment. 637
 Warning javadoc JavadocVariable Missing a Javadoc comment. 639
 Warning javadoc JavadocVariable Missing a Javadoc comment. 641
 Warning javadoc JavadocVariable Missing a Javadoc comment. 643
 Warning javadoc JavadocVariable Missing a Javadoc comment. 645

eu/fbk/dkm/pikes/rdf/SemaforExtractor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning javadoc JavadocType Missing a Javadoc comment. 19
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 21

eu/fbk/dkm/pikes/rdf/api/Annotator.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 3
 Warning javadoc JavadocMethod Missing a Javadoc comment. 5

eu/fbk/dkm/pikes/rdf/api/Extractor.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning javadoc JavadocMethod Missing a Javadoc comment. 8
 Warning javadoc JavadocMethod Missing a Javadoc comment. 10
 Warning modifier RedundantModifier Redundant 'public' modifier. 10

eu/fbk/dkm/pikes/rdf/api/Mapper.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.Statement' import. 8
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 11
 Warning javadoc JavadocType Missing a Javadoc comment. 14
 Warning javadoc JavadocMethod Missing a Javadoc comment. 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning modifier RedundantModifier Redundant 'public' modifier. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning modifier RedundantModifier Redundant 'public' modifier. 31

eu/fbk/dkm/pikes/rdf/api/Renderer.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning javadoc JavadocMethod Missing a Javadoc comment. 8

eu/fbk/dkm/pikes/rdf/naf/NAFExtractor.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.dkm.pikes.rdf.api.Extractor' should be separated from previous imports. 9
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.RDFHandlers' import. 19
 Warning imports ImportOrder 'ixa.kaflib.*' should be separated from previous imports. 22
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - ixa.kaflib.*. 22
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.URI' import. 25
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 33
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 34
 Warning javadoc JavadocType Missing a Javadoc comment. 38

eu/fbk/dkm/pikes/rdf/naf/NAFRenderer.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error extension TreeWalker Got an exception - expecting EOF, found '}' 125

eu/fbk/dkm/pikes/rdf/util/ModelUtil.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - com.google.common.collect.*. 3
 Warning imports ImportOrder 'eu.fbk.utils.vocab.GAF' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.util.QuadModel' import. 7
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.openrdf.model.*. 9
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.*' import. 9
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 12
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 13
 Warning javadoc JavadocType Missing a Javadoc comment. 21
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 134

eu/fbk/dkm/pikes/rdf/util/OWLTime.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.vocab.OWLTIME' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.util.Statements' import. 6
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.Resource' import. 7
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 15
 Warning imports ImportOrder Wrong order for 'java.util.Calendar' import. 16
 Warning javadoc JavadocType Missing a Javadoc comment. 21
 Warning javadoc JavadocType Missing a Javadoc comment. 48
 Warning sizes LineLength Line is longer than 100 characters (found 101). 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning sizes LineLength Line is longer than 100 characters (found 101). 72
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning sizes LineLength Line is longer than 100 characters (found 101). 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning blocks EmptyBlock Must have at least one statement. 110
 Warning blocks EmptyBlock Must have at least one statement. 148
 Warning javadoc JavadocMethod Missing a Javadoc comment. 227
 Warning javadoc JavadocMethod Missing a Javadoc comment. 231
 Warning javadoc JavadocMethod Missing a Javadoc comment. 236
 Warning javadoc JavadocMethod Missing a Javadoc comment. 258
 Warning javadoc JavadocMethod Missing a Javadoc comment. 278
 Warning javadoc JavadocType Missing a Javadoc comment. 295
 Warning javadoc JavadocMethod Missing a Javadoc comment. 325
 Warning misc FinalParameters Parameter month should be final. 325
 Warning misc FinalParameters Parameter week should be final. 325
 Warning javadoc JavadocMethod Missing a Javadoc comment. 366
 Warning javadoc JavadocMethod Missing a Javadoc comment. 370
 Warning javadoc JavadocMethod Missing a Javadoc comment. 374
 Warning javadoc JavadocMethod Missing a Javadoc comment. 378
 Warning javadoc JavadocMethod Missing a Javadoc comment. 382
 Warning javadoc JavadocMethod Missing a Javadoc comment. 386
 Warning javadoc JavadocMethod Missing a Javadoc comment. 390
 Warning javadoc JavadocMethod Missing a Javadoc comment. 394
 Warning javadoc JavadocMethod Missing a Javadoc comment. 418
 Warning javadoc JavadocMethod Missing a Javadoc comment. 478
 Warning javadoc JavadocType Missing a Javadoc comment. 518
 Warning javadoc JavadocMethod Missing a Javadoc comment. 549
 Warning javadoc JavadocMethod Missing a Javadoc comment. 561
 Warning javadoc JavadocMethod Missing a Javadoc comment. 627
 Warning javadoc JavadocMethod Missing a Javadoc comment. 631
 Warning javadoc JavadocMethod Missing a Javadoc comment. 635
 Warning javadoc JavadocMethod Missing a Javadoc comment. 639
 Warning javadoc JavadocMethod Missing a Javadoc comment. 643
 Warning javadoc JavadocMethod Missing a Javadoc comment. 647
 Warning javadoc JavadocMethod Missing a Javadoc comment. 651
 Warning javadoc JavadocMethod Missing a Javadoc comment. 676
 Warning javadoc JavadocMethod Missing a Javadoc comment. 705

eu/fbk/dkm/pikes/rdf/util/ProcessorASNorm.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.Mapper' import. 20
 Warning javadoc JavadocType Missing a Javadoc comment. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46

eu/fbk/dkm/pikes/rdf/util/RDFGraphvizRenderer.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - com.google.common.collect.*. 7
 Warning imports ImportOrder 'eu.fbk.rdfpro.util.*' should be separated from previous imports. 9
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - eu.fbk.rdfpro.util.*. 9
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.openrdf.model.*. 10
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.*' import. 10
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 16
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 17
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 17
 Warning javadoc JavadocType Missing a Javadoc comment. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 133
 Warning sizes LineLength Line is longer than 100 characters (found 101). 157
 Warning sizes LineLength Line is longer than 100 characters (found 109). 221
 Warning javadoc JavadocMethod Missing a Javadoc comment. 350
 Warning javadoc JavadocType Missing a Javadoc comment. 354
 Warning javadoc JavadocMethod Missing a Javadoc comment. 383
 Warning javadoc JavadocMethod Missing a Javadoc comment. 388
 Warning javadoc JavadocMethod Missing a Javadoc comment. 393
 Warning javadoc JavadocMethod Missing a Javadoc comment. 399
 Warning javadoc JavadocMethod Missing a Javadoc comment. 405
 Warning javadoc JavadocMethod Missing a Javadoc comment. 410
 Warning javadoc JavadocMethod Missing a Javadoc comment. 415
 Warning javadoc JavadocMethod Missing a Javadoc comment. 420
 Warning javadoc JavadocMethod Missing a Javadoc comment. 426
 Warning javadoc JavadocMethod Missing a Javadoc comment. 431

eu/fbk/dkm/pikes/rdf/vocab/BBN.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 15
 Warning javadoc JavadocVariable Missing a Javadoc comment. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning javadoc JavadocVariable Missing a Javadoc comment. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning javadoc JavadocVariable Missing a Javadoc comment. 75
 Warning javadoc JavadocVariable Missing a Javadoc comment. 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81

eu/fbk/dkm/pikes/rdf/vocab/KS.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning javadoc JavadocVariable Missing a Javadoc comment. 10
 Warning javadoc JavadocVariable Missing a Javadoc comment. 12
 Warning javadoc JavadocVariable Missing a Javadoc comment. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning javadoc JavadocVariable Missing a Javadoc comment. 54
 Warning javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning javadoc JavadocVariable Missing a Javadoc comment. 72
 Warning javadoc JavadocVariable Missing a Javadoc comment. 74
 Warning javadoc JavadocVariable Missing a Javadoc comment. 76
 Warning javadoc JavadocVariable Missing a Javadoc comment. 78
 Warning javadoc JavadocVariable Missing a Javadoc comment. 80
 Warning javadoc JavadocVariable Missing a Javadoc comment. 82
 Warning javadoc JavadocVariable Missing a Javadoc comment. 84
 Warning javadoc JavadocVariable Missing a Javadoc comment. 86
 Warning javadoc JavadocVariable Missing a Javadoc comment. 88
 Warning javadoc JavadocVariable Missing a Javadoc comment. 90
 Warning javadoc JavadocVariable Missing a Javadoc comment. 92
 Warning javadoc JavadocVariable Missing a Javadoc comment. 94
 Warning javadoc JavadocVariable Missing a Javadoc comment. 96
 Warning javadoc JavadocVariable Missing a Javadoc comment. 98
 Warning javadoc JavadocVariable Missing a Javadoc comment. 100
 Warning javadoc JavadocVariable Missing a Javadoc comment. 102
 Warning javadoc JavadocVariable Missing a Javadoc comment. 104
 Warning javadoc JavadocVariable Missing a Javadoc comment. 106
 Warning javadoc JavadocVariable Missing a Javadoc comment. 110
 Warning javadoc JavadocVariable Missing a Javadoc comment. 112
 Warning javadoc JavadocVariable Missing a Javadoc comment. 114
 Warning javadoc JavadocVariable Missing a Javadoc comment. 116
 Warning javadoc JavadocVariable Missing a Javadoc comment. 118
 Warning javadoc JavadocVariable Missing a Javadoc comment. 122
 Warning javadoc JavadocVariable Missing a Javadoc comment. 124
 Warning javadoc JavadocVariable Missing a Javadoc comment. 126
 Warning javadoc JavadocVariable Missing a Javadoc comment. 128

eu/fbk/dkm/pikes/resources/FrameBase.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.AbstractRDFHandler' import. 31
 Warning javadoc JavadocType Missing a Javadoc comment. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 98
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 109
 Warning javadoc JavadocMethod Missing a Javadoc comment. 122
 Warning javadoc JavadocMethod Missing a Javadoc comment. 134
 Warning javadoc JavadocMethod Missing a Javadoc comment. 181
 Warning sizes LineLength Line is longer than 100 characters (found 105). 188
 Warning javadoc JavadocType Missing a Javadoc comment. 283
 Warning javadoc JavadocVariable Missing a Javadoc comment. 285
 Warning javadoc JavadocVariable Missing a Javadoc comment. 287
 Warning javadoc JavadocVariable Missing a Javadoc comment. 289
 Warning javadoc JavadocVariable Missing a Javadoc comment. 291
 Warning javadoc JavadocMethod Missing a Javadoc comment. 299
 Warning javadoc JavadocMethod Missing a Javadoc comment. 303
 Warning misc FinalParameters Parameter tag should be final. 303
 Warning javadoc JavadocMethod Missing a Javadoc comment. 316
 Warning misc FinalParameters Parameter tag should be final. 316

eu/fbk/dkm/pikes/resources/FrameBaseTest.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning javadoc JavadocType Missing a Javadoc comment. 11
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 13

eu/fbk/dkm/pikes/resources/FrameNet.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - com.google.common.collect.*. 4
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 8
 Warning imports ImportOrder Wrong order for 'javax.xml.stream.XMLStreamException' import. 11
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 12
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 12
 Warning javadoc JavadocType Missing a Javadoc comment. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 17
 Warning sizes LineLength Line is longer than 100 characters (found 106). 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79
 Warning sizes LineLength Line is longer than 100 characters (found 108). 85
 Warning javadoc JavadocType Missing a Javadoc comment. 156
 Warning javadoc JavadocVariable Missing a Javadoc comment. 158
 Warning javadoc JavadocVariable Missing a Javadoc comment. 160
 Warning javadoc JavadocVariable Missing a Javadoc comment. 162
 Warning javadoc JavadocVariable Missing a Javadoc comment. 164
 Warning javadoc JavadocVariable Missing a Javadoc comment. 166
 Warning javadoc JavadocVariable Missing a Javadoc comment. 168
 Warning javadoc JavadocVariable Missing a Javadoc comment. 170
 Warning javadoc JavadocVariable Missing a Javadoc comment. 172
 Warning javadoc JavadocVariable Missing a Javadoc comment. 174
 Warning javadoc JavadocVariable Missing a Javadoc comment. 176
 Warning javadoc JavadocVariable Missing a Javadoc comment. 178
 Warning javadoc JavadocVariable Missing a Javadoc comment. 180
 Warning javadoc JavadocVariable Missing a Javadoc comment. 182

eu/fbk/dkm/pikes/resources/Intensities.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.rdfpro.util.Environment' should be separated from previous imports. 7
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 8
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 10
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 13
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 14
 Warning javadoc JavadocType Missing a Javadoc comment. 18
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning coding FinalLocalVariable Variable 'lexicon' should be declared final. 44
 Warning sizes LineLength Line is longer than 100 characters (found 146). 46
 Warning coding FinalLocalVariable Variable 'fileName' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'lexemeMultimap' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'lexemes' should be declared final. 51
 Warning sizes LineLength Line is longer than 100 characters (found 114). 63
 Warning sizes LineLength Line is longer than 100 characters (found 104). 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning javadoc JavadocType Missing a Javadoc comment. 86
 Warning javadoc JavadocMethod Missing a Javadoc comment. 90
 Warning javadoc JavadocMethod Missing a Javadoc comment. 95
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning javadoc JavadocType Missing a Javadoc comment. 112
 Warning javadoc JavadocVariable Missing a Javadoc comment. 114
 Warning javadoc JavadocVariable Missing a Javadoc comment. 115
 Warning javadoc JavadocVariable Missing a Javadoc comment. 116

eu/fbk/dkm/pikes/resources/Lexicon.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - com.google.common.collect.*. 6
 Warning imports ImportOrder 'eu.fbk.rdfpro.util.IO' should be separated from previous imports. 7
 Warning imports ImportOrder 'ixa.kaflib.Dep' should be separated from previous imports. 8
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 12
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 13
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 20
 Warning javadoc JavadocType Missing a Javadoc comment. 22
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 75
 Warning sizes LineLength Line is longer than 100 characters (found 141). 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 99
 Warning sizes LineLength Line is longer than 100 characters (found 139). 100
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 134
 Warning javadoc JavadocMethod Missing a Javadoc comment. 138
 Warning javadoc JavadocMethod Missing a Javadoc comment. 142
 Warning javadoc JavadocMethod Missing a Javadoc comment. 159
 Warning javadoc JavadocMethod Missing a Javadoc comment. 165
 Warning javadoc JavadocType Missing a Javadoc comment. 173
 Warning javadoc JavadocMethod Missing a Javadoc comment. 182
 Warning javadoc JavadocMethod Missing a Javadoc comment. 187
 Warning sizes LineLength Line is longer than 100 characters (found 129). 188
 Warning blocks RightCurly '}' should be on the same line. 205
 Warning blocks RightCurly '}' should be on the same line. 223
 Warning javadoc JavadocMethod Missing a Javadoc comment. 236
 Warning blocks RightCurly '}' should be on the same line. 255
 Warning javadoc JavadocMethod Missing a Javadoc comment. 265
 Warning javadoc JavadocMethod Missing a Javadoc comment. 269
 Warning javadoc JavadocMethod Missing a Javadoc comment. 273
 Warning javadoc JavadocMethod Missing a Javadoc comment. 277
 Warning coding IllegalTokenText labels are discouraged 281
 Warning coding IllegalTokenText labels are discouraged 327
 Warning javadoc JavadocMethod Missing a Javadoc comment. 387
 Warning javadoc JavadocType Missing a Javadoc comment. 413
 Warning javadoc JavadocVariable Missing a Javadoc comment. 415
 Warning javadoc JavadocMethod Missing a Javadoc comment. 433
 Warning javadoc JavadocMethod Missing a Javadoc comment. 439
 Warning javadoc JavadocMethod Missing a Javadoc comment. 443
 Warning misc FinalParameters Parameter altLemma should be final. 443
 Warning javadoc JavadocMethod Missing a Javadoc comment. 455
 Warning javadoc JavadocMethod Missing a Javadoc comment. 460
 Warning javadoc JavadocMethod Missing a Javadoc comment. 465
 Warning javadoc JavadocMethod Missing a Javadoc comment. 470
 Warning javadoc JavadocMethod Missing a Javadoc comment. 497

eu/fbk/dkm/pikes/resources/NAFFilter.java

Severity Category Rule Message Line
 Warning sizes FileLength File length is 2,195 lines (max allowed is 2,000). 1
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.URI' import. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 98
 Warning coding IllegalTokenText labels are discouraged 483
 Warning sizes LineLength Line is longer than 100 characters (found 102). 659
 Warning coding IllegalTokenText labels are discouraged 737
 Warning coding IllegalTokenText labels are discouraged 773
 Warning sizes LineLength Line is longer than 100 characters (found 101). 805
 Warning coding IllegalTokenText labels are discouraged 824
 Warning coding IllegalTokenText labels are discouraged 855
 Warning sizes LineLength Line is longer than 100 characters (found 103). 934
 Warning sizes LineLength Line is longer than 100 characters (found 104). 936
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1261
 Warning whitespace ParenPad '(' is followed by whitespace. 1262
 Warning modifier RedundantModifier Redundant 'final' modifier. 1574
 Warning modifier RedundantModifier Redundant 'final' modifier. 1587
 Warning javadoc JavadocMethod Unused @param tag for 'srlRemoveUnknownRefs'. 2072
 Warning javadoc JavadocMethod Expected @param tag for 'srlRemoveUnknownPredicates'. 2078

eu/fbk/dkm/pikes/resources/NAFUtils.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.Coref' should be separated from previous imports. 30
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.util.IO' import. 47
 Warning javadoc JavadocType Missing a Javadoc comment. 49
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning javadoc JavadocVariable Missing a Javadoc comment. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning javadoc JavadocVariable Missing a Javadoc comment. 75
 Warning javadoc JavadocVariable Missing a Javadoc comment. 77
 Warning javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning javadoc JavadocVariable Missing a Javadoc comment. 81
 Warning javadoc JavadocVariable Missing a Javadoc comment. 83
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 137
 Warning javadoc JavadocMethod Missing a Javadoc comment. 157
 Warning javadoc JavadocMethod Missing a Javadoc comment. 171
 Warning javadoc JavadocMethod Missing a Javadoc comment. 183
 Warning javadoc JavadocMethod Missing a Javadoc comment. 241
 Warning javadoc JavadocMethod Missing a Javadoc comment. 266
 Warning sizes LineLength Line is longer than 100 characters (found 106). 306
 Warning javadoc JavadocMethod Missing a Javadoc comment. 316
 Warning javadoc JavadocMethod Missing a Javadoc comment. 328
 Warning javadoc JavadocMethod Missing a Javadoc comment. 343
 Warning javadoc JavadocMethod Missing a Javadoc comment. 357
 Warning javadoc JavadocMethod Missing a Javadoc comment. 361
 Warning javadoc JavadocMethod Missing a Javadoc comment. 371
 Warning javadoc JavadocMethod Missing a Javadoc comment. 375
 Warning sizes LineLength Line is longer than 100 characters (found 105). 376
 Warning javadoc JavadocMethod Missing a Javadoc comment. 394
 Warning javadoc JavadocMethod Missing a Javadoc comment. 411
 Warning javadoc JavadocMethod Missing a Javadoc comment. 422
 Warning javadoc JavadocMethod Missing a Javadoc comment. 433
 Warning javadoc JavadocMethod Missing a Javadoc comment. 437
 Warning javadoc JavadocMethod Missing a Javadoc comment. 442
 Warning sizes LineLength Line is longer than 100 characters (found 101). 518
 Warning javadoc JavadocMethod Missing a Javadoc comment. 518
 Warning javadoc JavadocMethod Missing a Javadoc comment. 538
 Warning javadoc JavadocMethod Missing a Javadoc comment. 560
 Warning javadoc JavadocMethod Missing a Javadoc comment. 564
 Warning javadoc JavadocMethod Missing a Javadoc comment. 574
 Warning javadoc JavadocMethod Missing a Javadoc comment. 606
 Warning coding IllegalTokenText labels are discouraged 645
 Warning javadoc JavadocMethod Missing a Javadoc comment. 705
 Warning sizes LineLength Line is longer than 100 characters (found 104). 718
 Warning javadoc JavadocMethod Missing a Javadoc comment. 762
 Warning modifier RedundantModifier Redundant 'final' modifier. 762
 Warning javadoc JavadocMethod Missing a Javadoc comment. 807
 Warning modifier RedundantModifier Redundant 'final' modifier. 807
 Warning javadoc JavadocMethod Missing a Javadoc comment. 827
 Warning javadoc JavadocMethod Missing a Javadoc comment. 841
 Warning javadoc JavadocMethod Missing a Javadoc comment. 852
 Warning javadoc JavadocMethod Missing a Javadoc comment. 862
 Warning javadoc JavadocMethod Missing a Javadoc comment. 875
 Warning javadoc JavadocMethod Missing a Javadoc comment. 889
 Warning javadoc JavadocMethod Missing a Javadoc comment. 925
 Warning javadoc JavadocMethod Missing a Javadoc comment. 944

eu/fbk/dkm/pikes/resources/NomBank.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - com.google.common.collect.*. 6
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 8
 Warning imports ImportOrder Wrong order for 'org.slf4j.LoggerFactory' import. 11
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 13
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 15
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 15
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 16
 Warning javadoc JavadocType Missing a Javadoc comment. 20
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 109
 Warning javadoc JavadocMethod Missing a Javadoc comment. 113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning sizes LineLength Line is longer than 100 characters (found 107). 123
 Warning sizes LineLength Line is longer than 100 characters (found 140). 127
 Warning javadoc JavadocType Missing a Javadoc comment. 381
 Warning javadoc JavadocMethod Missing a Javadoc comment. 431
 Warning javadoc JavadocMethod Missing a Javadoc comment. 435
 Warning javadoc JavadocMethod Missing a Javadoc comment. 440
 Warning javadoc JavadocMethod Missing a Javadoc comment. 444
 Warning javadoc JavadocMethod Missing a Javadoc comment. 448
 Warning javadoc JavadocMethod Missing a Javadoc comment. 452
 Warning javadoc JavadocMethod Missing a Javadoc comment. 456
 Warning javadoc JavadocMethod Missing a Javadoc comment. 464
 Warning javadoc JavadocMethod Missing a Javadoc comment. 468

eu/fbk/dkm/pikes/resources/NumberSpeller.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 6
 Warning imports ImportOrder Wrong order for 'java.util.Iterator' import. 7
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 16
 Warning sizes MethodLength Method length is 161 lines (max allowed is 150). 84
 Warning whitespace GenericWhitespace '>' is followed by an illegal character. 98
 Warning sizes LineLength Line is longer than 100 characters (found 108). 153
 Warning blocks AvoidNestedBlocks Avoid nested blocks. 181
 Warning javadoc JavadocMethod Unused @param tag for 'number'. 254
 Warning javadoc JavadocMethod Expected @param tag for 'num'. 259
 Warning javadoc JavadocMethod Missing a Javadoc comment. 361
 Warning javadoc JavadocMethod Missing a Javadoc comment. 376
 Warning javadoc JavadocMethod Missing a Javadoc comment. 391
 Warning javadoc JavadocMethod Missing a Javadoc comment. 396

eu/fbk/dkm/pikes/resources/PosNegPair.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 12
 Warning misc FinalParameters Parameter posScore should be final. 12
 Warning misc FinalParameters Parameter negScore should be final. 12
 Warning javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 21
 Warning whitespace OperatorWrap '+' should be on a new line. 27
 Warning whitespace OperatorWrap '+' should be on a new line. 28
 Warning whitespace OperatorWrap '+' should be on a new line. 29

eu/fbk/dkm/pikes/resources/PredicateMatrix.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 3
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 10
 Warning sizes LineLength Line is longer than 100 characters (found 101). 11
 Warning sizes LineLength Line is longer than 100 characters (found 102). 13
 Warning sizes LineLength Line is longer than 100 characters (found 105). 20
 Warning sizes LineLength Line is longer than 100 characters (found 105). 21
 Warning sizes LineLength Line is longer than 100 characters (found 101). 22
 Warning sizes MethodLength Method length is 163 lines (max allowed is 150). 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 25
 Warning misc FinalParameters Parameter modelFile should be final. 25
 Warning sizes LineLength Line is longer than 100 characters (found 138). 27
 Warning coding FinalLocalVariable Variable 'pmReader' should be declared final. 27
 Warning sizes LineLength Line is longer than 100 characters (found 110). 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 189
 Warning misc FinalParameters Parameter PBSense should be final. 189
 Warning naming ParameterName Name 'PBSense' must match pattern '^[a-z][a-zA-Z0-9]*$'. 189
 Warning javadoc JavadocMethod Missing a Javadoc comment. 197
 Warning misc FinalParameters Parameter vnSense should be final. 197
 Warning javadoc JavadocMethod Missing a Javadoc comment. 205
 Warning misc FinalParameters Parameter PBSense should be final. 205
 Warning naming ParameterName Name 'PBSense' must match pattern '^[a-z][a-zA-Z0-9]*$'. 205
 Warning javadoc JavadocMethod Missing a Javadoc comment. 213
 Warning misc FinalParameters Parameter PBSense should be final. 213
 Warning naming ParameterName Name 'PBSense' must match pattern '^[a-z][a-zA-Z0-9]*$'. 213
 Warning javadoc JavadocMethod Missing a Javadoc comment. 221
 Warning misc FinalParameters Parameter PBSense should be final. 221
 Warning naming ParameterName Name 'PBSense' must match pattern '^[a-z][a-zA-Z0-9]*$'. 221
 Warning javadoc JavadocMethod Missing a Javadoc comment. 229
 Warning misc FinalParameters Parameter PBSense should be final. 229
 Warning naming ParameterName Name 'PBSense' must match pattern '^[a-z][a-zA-Z0-9]*$'. 229
 Warning javadoc JavadocMethod Missing a Javadoc comment. 237
 Warning misc FinalParameters Parameter PBSense should be final. 237
 Warning naming ParameterName Name 'PBSense' must match pattern '^[a-z][a-zA-Z0-9]*$'. 237
 Warning javadoc JavadocMethod Missing a Javadoc comment. 245
 Warning misc FinalParameters Parameter PBSense should be final. 245
 Warning naming ParameterName Name 'PBSense' must match pattern '^[a-z][a-zA-Z0-9]*$'. 245
 Warning javadoc JavadocMethod Missing a Javadoc comment. 253
 Warning misc FinalParameters Parameter PBSenseArgument should be final. 253
 Warning naming ParameterName Name 'PBSenseArgument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 253
 Warning javadoc JavadocMethod Missing a Javadoc comment. 261
 Warning misc FinalParameters Parameter PBSenseArgument should be final. 261
 Warning naming ParameterName Name 'PBSenseArgument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 261
 Warning javadoc JavadocMethod Missing a Javadoc comment. 269
 Warning misc FinalParameters Parameter PBSenseArgument should be final. 269
 Warning naming ParameterName Name 'PBSenseArgument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 269
 Warning javadoc JavadocMethod Missing a Javadoc comment. 277
 Warning misc FinalParameters Parameter PBSenseArgument should be final. 277
 Warning naming ParameterName Name 'PBSenseArgument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 277
 Warning misc FinalParameters Parameter array should be final. 285
 Warning misc FinalParameters Parameter element should be final. 285

eu/fbk/dkm/pikes/resources/PropBank.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - com.google.common.collect.*. 7
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 9
 Warning imports ImportOrder Wrong order for 'org.slf4j.LoggerFactory' import. 11
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 13
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 15
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 15
 Warning javadoc JavadocType Missing a Javadoc comment. 21
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 110
 Warning sizes LineLength Line is longer than 100 characters (found 105). 117
 Warning sizes LineLength Line is longer than 100 characters (found 161). 118
 Warning sizes LineLength Line is longer than 100 characters (found 111). 123
 Warning sizes LineLength Line is longer than 100 characters (found 104). 195
 Warning sizes LineLength Line is longer than 100 characters (found 103). 203
 Warning sizes LineLength Line is longer than 100 characters (found 106). 219
 Warning misc FinalParameters Parameter string should be final. 241
 Warning javadoc JavadocType Missing a Javadoc comment. 353
 Warning javadoc JavadocMethod Missing a Javadoc comment. 408
 Warning javadoc JavadocMethod Missing a Javadoc comment. 412
 Warning javadoc JavadocMethod Missing a Javadoc comment. 416
 Warning javadoc JavadocMethod Missing a Javadoc comment. 420
 Warning javadoc JavadocMethod Missing a Javadoc comment. 424
 Warning javadoc JavadocMethod Missing a Javadoc comment. 428
 Warning javadoc JavadocMethod Missing a Javadoc comment. 432
 Warning javadoc JavadocMethod Missing a Javadoc comment. 446
 Warning javadoc JavadocMethod Missing a Javadoc comment. 450
 Warning javadoc JavadocMethod Missing a Javadoc comment. 455
 Warning javadoc JavadocMethod Missing a Javadoc comment. 460
 Warning javadoc JavadocMethod Missing a Javadoc comment. 464
 Warning annotation AnnotationUseStyle Annotation style must be 'COMPACT_NO_ARRAY'. 488

eu/fbk/dkm/pikes/resources/SentiWordNet.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 4
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 7
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 17
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter path should be final. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 32
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'posScore' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'negScore' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'wnID' should be declared final. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning misc FinalParameters Parameter wnID should be final. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning misc FinalParameters Parameter args should be final. 71

eu/fbk/dkm/pikes/resources/SenticNet.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 10
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.AbstractRDFHandler' import. 12
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.openrdf.model.*. 17
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.*' import. 17
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 22
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 23
 Warning javadoc JavadocType Missing a Javadoc comment. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 161
 Warning sizes LineLength Line is longer than 100 characters (found 101). 166
 Warning sizes LineLength Line is longer than 100 characters (found 102). 168
 Warning javadoc JavadocMethod Missing a Javadoc comment. 187
 Warning javadoc JavadocMethod Missing a Javadoc comment. 191
 Warning javadoc JavadocType Missing a Javadoc comment. 195
 Warning javadoc JavadocMethod Missing a Javadoc comment. 209
 Warning javadoc JavadocMethod Missing a Javadoc comment. 227
 Warning javadoc JavadocMethod Missing a Javadoc comment. 249
 Warning javadoc JavadocMethod Missing a Javadoc comment. 253
 Warning javadoc JavadocMethod Missing a Javadoc comment. 257
 Warning javadoc JavadocMethod Missing a Javadoc comment. 261
 Warning javadoc JavadocMethod Missing a Javadoc comment. 265
 Warning javadoc JavadocMethod Missing a Javadoc comment. 269

eu/fbk/dkm/pikes/resources/Stemming.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'org.tartarus.snowball.SnowballStemmer' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 8
 Warning imports ImportOrder Wrong order for 'java.util.Map' import. 9
 Warning javadoc JavadocType Missing a Javadoc comment. 11
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68

eu/fbk/dkm/pikes/resources/SubjectivityLexicon.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 8
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.util.Environment' import. 9
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 11
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 14
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 15
 Warning javadoc JavadocType Missing a Javadoc comment. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 120
 Warning sizes LineLength Line is longer than 100 characters (found 112). 127
 Warning sizes LineLength Line is longer than 100 characters (found 108). 128
 Warning sizes LineLength Line is longer than 100 characters (found 107). 130
 Warning javadoc JavadocMethod Missing a Javadoc comment. 146
 Warning javadoc JavadocType Missing a Javadoc comment. 150
 Warning javadoc JavadocMethod Missing a Javadoc comment. 156
 Warning javadoc JavadocMethod Missing a Javadoc comment. 163
 Warning javadoc JavadocMethod Missing a Javadoc comment. 176
 Warning javadoc JavadocMethod Missing a Javadoc comment. 180
 Warning javadoc JavadocType Missing a Javadoc comment. 186
 Warning javadoc JavadocVariable Missing a Javadoc comment. 188
 Warning javadoc JavadocVariable Missing a Javadoc comment. 190
 Warning javadoc JavadocVariable Missing a Javadoc comment. 192
 Warning javadoc JavadocVariable Missing a Javadoc comment. 194

eu/fbk/dkm/pikes/resources/Sumo.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 27
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 109
 Warning javadoc JavadocMethod Missing a Javadoc comment. 120
 Warning javadoc JavadocMethod Missing a Javadoc comment. 128
 Warning coding IllegalTokenText labels are discouraged 130
 Warning javadoc JavadocMethod Missing a Javadoc comment. 141
 Warning javadoc JavadocMethod Missing a Javadoc comment. 158
 Warning javadoc JavadocMethod Missing a Javadoc comment. 175
 Warning design VisibilityModifier Variable 'uri' must be private and have accessor methods. 193
 Warning design VisibilityModifier Variable 'parents' must be private and have accessor methods. 195
 Warning design VisibilityModifier Variable 'children' must be private and have accessor methods. 197
 Warning design VisibilityModifier Variable 'synsets' must be private and have accessor methods. 199

eu/fbk/dkm/pikes/resources/Txt2Naf.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 6
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 10
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 12
 Warning javadoc JavadocType Missing a Javadoc comment. 14
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 14
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning misc FinalParameters Parameter args should be final. 19
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 31
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 32
 Warning coding FinalLocalVariable Variable 'content' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 48
 Warning whitespace OperatorWrap '+' should be on a new line. 49
 Warning sizes LineLength Line is longer than 100 characters (found 104). 51
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 51
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'documentPublic' should be declared final. 56
 Warning coding FinalLocalVariable Variable 'documentFileDesc' should be declared final. 60

eu/fbk/dkm/pikes/resources/VerbNet.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.Set' import. 6
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 8
 Warning javadoc JavadocMethod Missing a Javadoc comment. 10

eu/fbk/dkm/pikes/resources/WordNet.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - com.google.common.collect.*. 6
 Warning imports ImportOrder 'eu.fbk.rdfpro.util.Environment' should be separated from previous imports. 8
 Warning imports ImportOrder Wrong order for 'net.didion.jwnl.JWNL' import. 9
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - net.didion.jwnl.data.*. 11
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 14
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 15
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 17
 Warning javadoc JavadocType Missing a Javadoc comment. 19
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 19
 Warning javadoc JavadocVariable Missing a Javadoc comment. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 152
 Warning javadoc JavadocMethod Missing a Javadoc comment. 156
 Warning misc FinalParameters Parameter lemma should be final. 156
 Warning misc FinalParameters Parameter pos should be final. 156
 Warning coding FinalLocalVariable Variable 'indexWord' should be declared final. 159
 Warning coding FinalLocalVariable Variable 'synsets' should be declared final. 163
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 164
 Warning coding FinalLocalVariable Variable 'synset' should be declared final. 166
 Warning javadoc JavadocMethod Missing a Javadoc comment. 177
 Warning javadoc JavadocMethod Missing a Javadoc comment. 183
 Warning javadoc JavadocMethod Missing a Javadoc comment. 195
 Warning javadoc JavadocStyle First sentence should end with a period. 199
 Warning javadoc JavadocMethod Expected an @return tag. 212
 Warning sizes LineLength Line is longer than 100 characters (found 103). 221
 Warning javadoc JavadocMethod Missing a Javadoc comment. 237
 Warning javadoc JavadocMethod Missing a Javadoc comment. 267
 Warning javadoc JavadocMethod Missing a Javadoc comment. 279
 Warning misc FinalParameters Parameter synsetID should be final. 279
 Warning javadoc JavadocMethod Missing a Javadoc comment. 292
 Warning javadoc JavadocMethod Missing a Javadoc comment. 303
 Warning javadoc JavadocMethod Missing a Javadoc comment. 322
 Warning javadoc JavadocMethod Missing a Javadoc comment. 338
 Warning javadoc JavadocMethod Missing a Javadoc comment. 342
 Warning javadoc JavadocMethod Missing a Javadoc comment. 346
 Warning javadoc JavadocMethod Missing a Javadoc comment. 351
 Warning javadoc JavadocMethod Missing a Javadoc comment. 357
 Warning javadoc JavadocMethod Missing a Javadoc comment. 363
 Warning javadoc JavadocMethod Missing a Javadoc comment. 392
 Warning javadoc JavadocMethod Missing a Javadoc comment. 405

eu/fbk/dkm/pikes/resources/YagoTaxonomy.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.AbstractRDFHandler' import. 35
 Warning javadoc JavadocType Missing a Javadoc comment. 41
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 116
 Warning javadoc JavadocMethod Missing a Javadoc comment. 128
 Warning javadoc JavadocMethod Missing a Javadoc comment. 151
 Warning javadoc JavadocMethod Missing a Javadoc comment. 168
 Warning javadoc JavadocMethod Missing a Javadoc comment. 189
 Warning javadoc JavadocMethod Missing a Javadoc comment. 210
 Warning javadoc JavadocMethod Missing a Javadoc comment. 228
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 305
 Warning design VisibilityModifier Variable 'parents' must be private and have accessor methods. 307
 Warning design VisibilityModifier Variable 'children' must be private and have accessor methods. 309

eu/fbk/dkm/pikes/resources/boxer/CorpusEvaluator.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.ExternalRef' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 10
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 14
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter args should be final. 27
 Warning sizes LineLength Line is longer than 100 characters (found 131). 33
 Warning sizes LineLength Line is longer than 100 characters (found 127). 34
 Warning coding FinalLocalVariable Variable 'lines' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'evaluator' should be declared final. 56
 Warning sizes LineLength Line is longer than 100 characters (found 135). 58
 Warning coding FinalLocalVariable Variable 'fileIterator' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 62
 Warning coding FinalLocalVariable Variable 'fnTerms' should be declared final. 64
 Warning coding FinalLocalVariable Variable 'frameNets' should be declared final. 66
 Warning sizes LineLength Line is longer than 100 characters (found 103). 68
 Warning coding FinalLocalVariable Variable 'last' should be declared final. 90
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'j' should be declared final. 93
 Warning coding FinalLocalVariable Variable 'sent' should be declared final. 94
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 97
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 98
 Warning coding FinalLocalVariable Variable 'precisionRecall' should be declared final. 146

eu/fbk/dkm/pikes/resources/boxer/CorpusSplitter.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.impl.URIImpl' import. 5
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 8
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 17
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 19
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning naming ConstantName Name 'sentencesPerCluster' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
 Warning sizes LineLength Line is longer than 100 characters (found 113). 21
 Warning misc FinalParameters Parameter list should be final. 23
 Warning misc FinalParameters Parameter folder should be final. 23
 Warning misc FinalParameters Parameter index should be final. 23
 Warning coding FinalLocalVariable Variable 'buffer' should be declared final. 25
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 31
 Warning coding FinalLocalVariable Variable 'nafFileName' should be declared final. 32
 Warning coding FinalLocalVariable Variable 'nafFile' should be declared final. 33
 Warning coding FinalLocalVariable Variable 'documentURI' should be declared final. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Warning misc FinalParameters Parameter args should be final. 48
 Warning sizes LineLength Line is longer than 100 characters (found 123). 54
 Warning sizes LineLength Line is longer than 100 characters (found 124). 55
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 66

eu/fbk/dkm/pikes/resources/darmstadt/ConvertNafDocumentsToXml.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.naflib.Corpus' import. 28
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 35
 Warning sizes LineLength Line is longer than 100 characters (found 107). 37
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 37
 Warning sizes MethodLength Method length is 163 lines (max allowed is 150). 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning misc FinalParameters Parameter args should be final. 39
 Warning sizes LineLength Line is longer than 100 characters (found 147). 45
 Warning sizes LineLength Line is longer than 100 characters (found 116). 46
 Warning sizes LineLength Line is longer than 100 characters (found 116). 47
 Warning sizes LineLength Line is longer than 100 characters (found 133). 49
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 52
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 53
 Warning sizes LineLength Line is longer than 100 characters (found 107). 54
 Warning coding FinalLocalVariable Variable 'labels' should be declared final. 54
 Warning regexp RegexpSingleline Line has trailing spaces. 55
 Warning coding FinalLocalVariable Variable 'list' should be declared final. 56
 Warning coding FinalLocalVariable Variable 'useNumeric' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'docFactory' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'docBuilder' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 63
 Warning coding FinalLocalVariable Variable 'rootElement' should be declared final. 64
 Warning coding FinalLocalVariable Variable 'files' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'fileList' should be declared final. 74
 Warning coding ModifiedControlVariable Control variable 'fileName' is modified. 76
 Warning coding FinalLocalVariable Variable 'documentFileName' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'sentenceElement' should be declared final. 90
 Warning blocks RightCurly '}' should be on the same line. 94
 Warning coding FinalLocalVariable Variable 'uri' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'textElement' should be declared final. 101
 Warning regexp RegexpSingleline Line has trailing spaces. 117
 Warning coding FinalLocalVariable Variable 'indexes' should be declared final. 123
 Warning sizes LineLength Line is longer than 100 characters (found 113). 130
 Warning sizes LineLength Line is longer than 100 characters (found 161). 131
 Warning whitespace OperatorWrap '+' should be on a new line. 131
 Warning sizes LineLength Line is longer than 100 characters (found 139). 132
 Warning sizes LineLength Line is longer than 100 characters (found 113). 135
 Warning sizes LineLength Line is longer than 100 characters (found 109). 137
 Warning sizes LineLength Line is longer than 100 characters (found 153). 138
 Warning whitespace OperatorWrap '+' should be on a new line. 138
 Warning sizes LineLength Line is longer than 100 characters (found 135). 139
 Warning blocks RightCurly '}' should be on the same line. 140
 Warning sizes LineLength Line is longer than 100 characters (found 113). 146
 Warning sizes LineLength Line is longer than 100 characters (found 109). 148
 Warning sizes LineLength Line is longer than 100 characters (found 153). 149
 Warning whitespace OperatorWrap '+' should be on a new line. 149
 Warning sizes LineLength Line is longer than 100 characters (found 135). 150
 Warning blocks RightCurly '}' should be on the same line. 151
 Warning coding FinalLocalVariable Variable 'frameElement' should be declared final. 156
 Warning coding FinalLocalVariable Variable 'holderElement' should be declared final. 158
 Warning sizes LineLength Line is longer than 100 characters (found 103). 160
 Warning coding FinalLocalVariable Variable 'topicElement' should be declared final. 163
 Warning sizes LineLength Line is longer than 100 characters (found 102). 165
 Warning coding FinalLocalVariable Variable 'opinionElement' should be declared final. 168
 Warning sizes LineLength Line is longer than 100 characters (found 108). 170
 Warning sizes LineLength Line is longer than 100 characters (found 104). 171
 Warning coding FinalLocalVariable Variable 'polarityElement' should be declared final. 172
 Warning sizes LineLength Line is longer than 100 characters (found 154). 173
 Warning coding FinalLocalVariable Variable 'transformerFactory' should be declared final. 185
 Warning coding FinalLocalVariable Variable 'transformer' should be declared final. 186
 Warning coding FinalLocalVariable Variable 'source' should be declared final. 191
 Warning coding FinalLocalVariable Variable 'result' should be declared final. 193
 Warning whitespace ParenPad '(' is followed by whitespace. 203
 Warning misc FinalParameters Parameter polarity should be final. 203
 Warning coding FinalLocalVariable Variable 'p' should be declared final. 204

eu/fbk/dkm/pikes/resources/darmstadt/CorpusAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.dkm.pikes.resources.NAFFilter' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 7
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 11
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 19
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 21
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 33
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 35
 Warning naming StaticVariableName Name 'TERM_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
 Warning misc FinalParameters Parameter pFile should be final. 39
 Warning misc FinalParameters Parameter folders should be final. 39
 Warning misc FinalParameters Parameter span should be final. 48
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 51
 Warning misc FinalParameters Parameter document should be final. 58
 Warning misc FinalParameters Parameter span should be final. 58
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'termSpan' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 63
 Warning blocks RightCurly '}' should be on the same line. 65
 Warning coding FinalLocalVariable Variable 'id1' should be declared final. 67
 Warning coding FinalLocalVariable Variable 'id2' should be declared final. 68
 Warning sizes MethodLength Method length is 174 lines (max allowed is 150). 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning misc FinalParameters Parameter args should be final. 77
 Warning sizes LineLength Line is longer than 100 characters (found 143). 83
 Warning coding FinalLocalVariable Variable 'forceOpinion' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 90
 Warning sizes LineLength Line is longer than 100 characters (found 105). 95
 Warning sizes LineLength Line is longer than 100 characters (found 106). 96
 Warning coding FinalLocalVariable Variable 'folders' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'okFolders' should be declared final. 103
 Warning coding IllegalTokenText labels are discouraged 104
 Warning coding FinalLocalVariable Variable 'newFolder' should be declared final. 107
 Warning coding FinalLocalVariable Variable 'markableDir' should be declared final. 123
 Warning coding FinalLocalVariable Variable 'basedataDir' should be declared final. 124
 Warning coding FinalLocalVariable Variable 'nafDir' should be declared final. 125
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 130
 Warning coding FinalLocalVariable Variable 'fileBaseName' should be declared final. 131
 Warning sizes LineLength Line is longer than 100 characters (found 136). 134
 Warning coding FinalLocalVariable Variable 'annotatedFile' should be declared final. 134
 Warning sizes LineLength Line is longer than 100 characters (found 135). 140
 Warning coding FinalLocalVariable Variable 'basedataFile' should be declared final. 140
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 146
 Warning sizes LineLength Line is longer than 100 characters (found 101). 150
 Warning regexp RegexpSingleline Line has trailing spaces. 155
 Warning regexp RegexpSingleline Line has trailing spaces. 158
 Warning sizes LineLength Line is longer than 100 characters (found 109). 164
 Warning regexp RegexpSingleline Line has trailing spaces. 165
 Warning coding FinalLocalVariable Variable 'origWordCount' should be declared final. 166
 Warning coding FinalLocalVariable Variable 'nafWordCount' should be declared final. 167
 Warning regexp RegexpSingleline Line has trailing spaces. 168
 Warning regexp RegexpSingleline Line has trailing spaces. 172
 Warning coding FinalLocalVariable Variable 'markables' should be declared final. 173
 Warning regexp RegexpSingleline Line has trailing spaces. 174
 Warning sizes LineLength Line is longer than 100 characters (found 109). 177
 Warning coding FinalLocalVariable Variable 'nList' should be declared final. 178
 Warning coding FinalLocalVariable Variable 'nNode' should be declared final. 180
 Warning coding FinalLocalVariable Variable 'attributes' should be declared final. 181
 Warning coding FinalLocalVariable Variable 'thisMarkable' should be declared final. 183
 Warning sizes LineLength Line is longer than 100 characters (found 122). 185
 Warning regexp RegexpSingleline Line has trailing spaces. 187
 Warning regexp RegexpSingleline Line has trailing spaces. 193
 Warning regexp RegexpSingleline Line has trailing spaces. 196
 Warning coding FinalLocalVariable Variable 'holderString' should be declared final. 197
 Warning coding FinalLocalVariable Variable 'targetString' should be declared final. 198
 Warning regexp RegexpSingleline Line has trailing spaces. 199
 Warning regexp RegexpSingleline Line has trailing spaces. 202
 Warning regexp RegexpSingleline Line has trailing spaces. 209
 Warning regexp RegexpSingleline Line has trailing spaces. 211
 Warning regexp RegexpSingleline Line has trailing spaces. 217
 Warning coding FinalLocalVariable Variable 'opinion' should be declared final. 218
 Warning sizes LineLength Line is longer than 100 characters (found 113). 220
 Warning coding FinalLocalVariable Variable 'expression' should be declared final. 220
 Warning regexp RegexpSingleline Line has trailing spaces. 227
 Warning sizes LineLength Line is longer than 100 characters (found 102). 229
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 229
 Warning sizes LineLength Line is longer than 100 characters (found 102). 233
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 233
 Warning regexp RegexpSingleline Line has trailing spaces. 239
 Warning regexp RegexpSingleline Line has trailing spaces. 242

eu/fbk/dkm/pikes/resources/darmstadt/CorpusLoader.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 7
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 15
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 26
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 28
 Warning sizes LineLength Line is longer than 100 characters (found 172). 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning misc FinalParameters Parameter pFile should be final. 33
 Warning misc FinalParameters Parameter folders should be final. 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning misc FinalParameters Parameter args should be final. 42
 Warning sizes LineLength Line is longer than 100 characters (found 143). 48
 Warning sizes LineLength Line is longer than 100 characters (found 192). 49
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 59
 Warning sizes LineLength Line is longer than 100 characters (found 105). 64
 Warning sizes LineLength Line is longer than 100 characters (found 106). 65
 Warning coding FinalLocalVariable Variable 'folders' should be declared final. 67
 Warning coding FinalLocalVariable Variable 'okFolders' should be declared final. 70
 Warning coding IllegalTokenText labels are discouraged 71
 Warning coding FinalLocalVariable Variable 'newFolder' should be declared final. 74
 Warning coding FinalLocalVariable Variable 'baseDataDir' should be declared final. 90
 Warning coding FinalLocalVariable Variable 'nafDir' should be declared final. 91
 Warning blocks RightCurly '}' should be on the same line. 95
 Warning sizes LineLength Line is longer than 100 characters (found 105). 101
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 103
 Warning coding FinalLocalVariable Variable 'stringBuffer' should be declared final. 104
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 113
 Warning sizes LineLength Line is longer than 100 characters (found 114). 114
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 114
 Warning coding FinalLocalVariable Variable 'nList' should be declared final. 115
 Warning coding FinalLocalVariable Variable 'nNode' should be declared final. 117
 Warning coding FinalLocalVariable Variable 'nafFileName' should be declared final. 122
 Warning sizes LineLength Line is longer than 100 characters (found 101). 123
 Warning coding FinalLocalVariable Variable 'nafFile' should be declared final. 123
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 124
 Warning coding FinalLocalVariable Variable 'documentURI' should be declared final. 125

eu/fbk/dkm/pikes/resources/darmstadt/IdentifyDocuments.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.naflib.Corpus' import. 6
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 7
 Warning imports ImportOrder Wrong order for 'org.slf4j.LoggerFactory' import. 8
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 13
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 15
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 25
 Warning misc FinalParameters Parameter a should be final. 27
 Warning misc FinalParameters Parameter b should be final. 27
 Warning misc FinalParameters Parameter c should be final. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning misc FinalParameters Parameter str1 should be final. 31
 Warning misc FinalParameters Parameter str2 should be final. 31
 Warning coding FinalLocalVariable Variable 'distance' should be declared final. 32
 Warning sizes LineLength Line is longer than 100 characters (found 103). 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning misc FinalParameters Parameter args should be final. 53
 Warning sizes LineLength Line is longer than 100 characters (found 147). 59
 Warning sizes LineLength Line is longer than 100 characters (found 161). 60
 Warning sizes LineLength Line is longer than 100 characters (found 116). 61
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 64
 Warning coding FinalLocalVariable Variable 'datasetFile' should be declared final. 65
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 66
 Warning coding FinalLocalVariable Variable 'textToFile' should be declared final. 68
 Warning coding FinalLocalVariable Variable 'corpus' should be declared final. 70
 Warning sizes LineLength Line is longer than 100 characters (found 107). 73
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'buffer' should be declared final. 83
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 85
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'nList' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'nNode' should be declared final. 90
 Warning sizes LineLength Line is longer than 100 characters (found 104). 95
 Warning blocks RightCurly '}' should be on the same line. 101
 Warning coding FinalLocalVariable Variable 'distance' should be declared final. 108
 Warning coding FinalLocalVariable Variable 'ratio' should be declared final. 109
 Warning blocks RightCurly '}' should be on the same line. 118

eu/fbk/dkm/pikes/resources/ecb/ClusteringEvaluation.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 5
 Warning imports ImportOrder Wrong order for 'java.util.*' import. 5
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 11
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 15
 Warning misc FinalParameters Parameter s1 should be final. 17
 Warning misc FinalParameters Parameter s2 should be final. 17
 Warning misc FinalParameters Parameter o should be final. 22
 Warning coding FinalLocalVariable Variable 'pair' should be declared final. 30
 Warning whitespace OperatorWrap '||' should be on a new line. 32
 Warning whitespace OperatorWrap '+' should be on a new line. 43
 Warning whitespace OperatorWrap '+' should be on a new line. 44
 Warning whitespace OperatorWrap '+' should be on a new line. 45
 Warning misc FinalParameters Parameter goldS should be final. 50
 Warning misc FinalParameters Parameter classifiedS should be final. 50
 Warning coding FinalLocalVariable Variable 'gold' should be declared final. 52
 Warning coding FinalLocalVariable Variable 'classified' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'goldPairs' should be declared final. 62
 Warning coding FinalLocalVariable Variable 'classifiedPairs' should be declared final. 63
 Warning coding FinalLocalVariable Variable 'intersection' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'commons' should be declared final. 83
 Warning coding FinalLocalVariable Variable 'goldPairCount' should be declared final. 84
 Warning coding FinalLocalVariable Variable 'classifiedPairCount' should be declared final. 85
 Warning coding FinalLocalVariable Variable 'p' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'r' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 90
 Warning javadoc JavadocMethod Missing a Javadoc comment. 98
 Warning misc FinalParameters Parameter args should be final. 98
 Warning coding FinalLocalVariable Variable 'm' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'm1' should be declared final. 101
 Warning coding FinalLocalVariable Variable 'm2' should be declared final. 105
 Warning coding FinalLocalVariable Variable 'c' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'c1' should be declared final. 113
 Warning coding FinalLocalVariable Variable 'c2' should be declared final. 116
 Warning coding FinalLocalVariable Variable 'c3' should be declared final. 120

eu/fbk/dkm/pikes/resources/ecb/ConvertECBPlus.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 6
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 13
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 19
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning misc FinalParameters Parameter args should be final. 32
 Warning coding FinalLocalVariable Variable 'opMkDirs' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'files' should be declared final. 51
 Warning coding FinalLocalVariable Variable 'thisFolderFiles' should be declared final. 57
 Warning sizes LineLength Line is longer than 100 characters (found 116). 66
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 72
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 74
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 75
 Warning coding FinalLocalVariable Variable 'xPathfactory' should be declared final. 76
 Warning coding FinalLocalVariable Variable 'xpath' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 90
 Warning coding FinalLocalVariable Variable 'item' should be declared final. 93
 Warning coding FinalLocalVariable Variable 'element' should be declared final. 94
 Warning coding FinalLocalVariable Variable 'sentence' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'aPublic' should be declared final. 115
 Warning coding FinalLocalVariable Variable 'fileDesc' should be declared final. 118
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 121
 Warning coding FinalLocalVariable Variable 'folderID' should be declared final. 123
 Warning coding FinalLocalVariable Variable 'newFolder' should be declared final. 124
 Warning sizes LineLength Line is longer than 100 characters (found 104). 128
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 128

eu/fbk/dkm/pikes/resources/ecb/ECBPlusEvaluator.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.Coref' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.apache.commons.csv.CSVFormat' import. 10
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 15
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 15
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 16
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Warning sizes LineLength Line is longer than 100 characters (found 119). 26
 Warning naming ConstantName Name 'tokenPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
 Warning sizes LineLength Line is longer than 100 characters (found 101). 27
 Warning naming ConstantName Name 'fileNamePattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Warning naming StaticVariableName Name 'FOLDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
 Warning sizes LineLength Line is longer than 100 characters (found 105). 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning misc FinalParameters Parameter writer should be final. 33
 Warning misc FinalParameters Parameter token should be final. 33
 Warning misc FinalParameters Parameter i should be final. 33
 Warning misc FinalParameters Parameter last should be final. 33
 Warning sizes MethodLength Method length is 368 lines (max allowed is 150). 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning misc FinalParameters Parameter args should be final. 55
 Warning coding FinalLocalVariable Variable 'inputCsv' should be declared final. 81
 Warning coding FinalLocalVariable Variable 'inputNaf' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'inputLemmas' should be declared final. 83
 Warning coding FinalLocalVariable Variable 'inputAllLemmas' should be declared final. 84
 Warning coding FinalLocalVariable Variable 'outputGold' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'outputBaseline' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'output' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'checkGold' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'addSingleClusters' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'goldWriter' should be declared final. 134
 Warning coding FinalLocalVariable Variable 'baselineWriter' should be declared final. 135
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 136
 Warning coding FinalLocalVariable Variable 'goldTmpClusters' should be declared final. 138
 Warning coding FinalLocalVariable Variable 'goldClusters' should be declared final. 139
 Warning coding FinalLocalVariable Variable 'okEvents' should be declared final. 140
 Warning coding FinalLocalVariable Variable 'theBaseline' should be declared final. 142
 Warning coding FinalLocalVariable Variable 'path' should be declared final. 152
 Warning coding FinalLocalVariable Variable 'relativeFilePath' should be declared final. 153
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 156
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 173
 Warning coding FinalLocalVariable Variable 'cluster' should be declared final. 183
 Warning coding FinalLocalVariable Variable 'idCluster' should be declared final. 184
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 187
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 188
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 199
 Warning sizes LineLength Line is longer than 100 characters (found 104). 207
 Warning sizes LineLength Line is longer than 100 characters (found 108). 208
 Warning coding FinalLocalVariable Variable 'numSentences' should be declared final. 210
 Warning coding FinalLocalVariable Variable 'goldBuilder' should be declared final. 214
 Warning coding FinalLocalVariable Variable 'baselineBuilder' should be declared final. 215
 Warning coding FinalLocalVariable Variable 'sentenceTerms' should be declared final. 217
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 220
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 232
 Warning coding FinalLocalVariable Variable 'clusterIndexes' should be declared final. 278
 Warning coding FinalLocalVariable Variable 'theClusters' should be declared final. 279
 Warning coding FinalLocalVariable Variable 'index1' should be declared final. 297
 Warning coding FinalLocalVariable Variable 'index2' should be declared final. 298
 Warning coding FinalLocalVariable Variable 'relativeFilePath' should be declared final. 358
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 361
 Warning sizes LineLength Line is longer than 100 characters (found 104). 372
 Warning sizes LineLength Line is longer than 100 characters (found 111). 373
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 376
 Warning coding FinalLocalVariable Variable 'numSentences' should be declared final. 383
 Warning coding FinalLocalVariable Variable 'outBuilder' should be declared final. 387
 Warning coding FinalLocalVariable Variable 'sentenceTerms' should be declared final. 389
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 392

eu/fbk/dkm/pikes/resources/ecb/ECBPlusEvaluatorLemma.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.Coref' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.apache.commons.csv.CSVFormat' import. 10
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 15
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 15
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 16
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Warning sizes LineLength Line is longer than 100 characters (found 119). 26
 Warning naming ConstantName Name 'tokenPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
 Warning sizes LineLength Line is longer than 100 characters (found 101). 27
 Warning naming ConstantName Name 'fileNamePattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Warning naming StaticVariableName Name 'FOLDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
 Warning sizes LineLength Line is longer than 100 characters (found 105). 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning misc FinalParameters Parameter writer should be final. 33
 Warning misc FinalParameters Parameter token should be final. 33
 Warning misc FinalParameters Parameter i should be final. 33
 Warning misc FinalParameters Parameter last should be final. 33
 Warning sizes MethodLength Method length is 368 lines (max allowed is 150). 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning misc FinalParameters Parameter args should be final. 55
 Warning coding FinalLocalVariable Variable 'inputCsv' should be declared final. 81
 Warning coding FinalLocalVariable Variable 'inputNaf' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'inputLemmas' should be declared final. 83
 Warning coding FinalLocalVariable Variable 'inputAllLemmas' should be declared final. 84
 Warning coding FinalLocalVariable Variable 'outputGold' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'outputBaseline' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'output' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'checkGold' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'addSingleClusters' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'goldWriter' should be declared final. 134
 Warning coding FinalLocalVariable Variable 'baselineWriter' should be declared final. 135
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 136
 Warning coding FinalLocalVariable Variable 'goldTmpClusters' should be declared final. 138
 Warning coding FinalLocalVariable Variable 'goldClusters' should be declared final. 139
 Warning coding FinalLocalVariable Variable 'okEvents' should be declared final. 140
 Warning coding FinalLocalVariable Variable 'theBaseline' should be declared final. 142
 Warning coding FinalLocalVariable Variable 'path' should be declared final. 152
 Warning coding FinalLocalVariable Variable 'relativeFilePath' should be declared final. 153
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 156
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 173
 Warning coding FinalLocalVariable Variable 'cluster' should be declared final. 183
 Warning coding FinalLocalVariable Variable 'idCluster' should be declared final. 184
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 187
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 188
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 199
 Warning sizes LineLength Line is longer than 100 characters (found 104). 207
 Warning sizes LineLength Line is longer than 100 characters (found 108). 208
 Warning coding FinalLocalVariable Variable 'numSentences' should be declared final. 210
 Warning coding FinalLocalVariable Variable 'goldBuilder' should be declared final. 214
 Warning coding FinalLocalVariable Variable 'baselineBuilder' should be declared final. 215
 Warning coding FinalLocalVariable Variable 'sentenceTerms' should be declared final. 217
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 220
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 232
 Warning coding FinalLocalVariable Variable 'clusterIndexes' should be declared final. 278
 Warning coding FinalLocalVariable Variable 'theClusters' should be declared final. 279
 Warning coding FinalLocalVariable Variable 'index1' should be declared final. 297
 Warning coding FinalLocalVariable Variable 'index2' should be declared final. 298
 Warning coding FinalLocalVariable Variable 'relativeFilePath' should be declared final. 358
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 361
 Warning sizes LineLength Line is longer than 100 characters (found 104). 372
 Warning sizes LineLength Line is longer than 100 characters (found 111). 373
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 376
 Warning coding FinalLocalVariable Variable 'numSentences' should be declared final. 383
 Warning coding FinalLocalVariable Variable 'outBuilder' should be declared final. 387
 Warning coding FinalLocalVariable Variable 'sentenceTerms' should be declared final. 389
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 392

eu/fbk/dkm/pikes/resources/ecb/ECBPlusSplitter.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 4
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 7
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 7
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 19
 Warning naming ConstantName Name 'headerPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter args should be final. 24
 Warning coding FinalLocalVariable Variable 'inputFile' should be declared final. 36
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 37
 Warning coding FinalLocalVariable Variable 'res' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 45
 Warning sizes LineLength Line is longer than 100 characters (found 103). 62
 Warning coding FinalLocalVariable Variable 'thisFileString' should be declared final. 62
 Warning coding FinalLocalVariable Variable 'thisFile' should be declared final. 63
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 65

eu/fbk/dkm/pikes/resources/ecb/ECBevaluator.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.Coref' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.apache.commons.csv.CSVFormat' import. 10
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 15
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 15
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 26
 Warning sizes LineLength Line is longer than 100 characters (found 105). 29
 Warning naming ConstantName Name 'tokenPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
 Warning naming StaticVariableName Name 'FOLDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Warning sizes LineLength Line is longer than 100 characters (found 105). 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning misc FinalParameters Parameter writer should be final. 34
 Warning misc FinalParameters Parameter token should be final. 34
 Warning misc FinalParameters Parameter i should be final. 34
 Warning misc FinalParameters Parameter last should be final. 34
 Warning sizes MethodLength Method length is 291 lines (max allowed is 150). 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning misc FinalParameters Parameter args should be final. 56
 Warning coding FinalLocalVariable Variable 'inputCsv' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'inputNaf' should be declared final. 81
 Warning coding FinalLocalVariable Variable 'inputLemmas' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'outputGold' should be declared final. 84
 Warning coding FinalLocalVariable Variable 'outputBaseline' should be declared final. 85
 Warning coding FinalLocalVariable Variable 'output' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'checkGold' should be declared final. 89
 Warning coding FinalLocalVariable Variable 'addSingleClusters' should be declared final. 90
 Warning coding FinalLocalVariable Variable 'goldWriter' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'baselineWriter' should be declared final. 113
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 114
 Warning coding FinalLocalVariable Variable 'goldTmpClusters' should be declared final. 116
 Warning coding FinalLocalVariable Variable 'goldClusters' should be declared final. 117
 Warning coding FinalLocalVariable Variable 'okEvents' should be declared final. 118
 Warning coding FinalLocalVariable Variable 'path' should be declared final. 128
 Warning sizes LineLength Line is longer than 100 characters (found 102). 129
 Warning coding FinalLocalVariable Variable 'folder' should be declared final. 129
 Warning sizes LineLength Line is longer than 100 characters (found 109). 130
 Warning coding FinalLocalVariable Variable 'fileNum' should be declared final. 130
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 137
 Warning coding FinalLocalVariable Variable 'cluster' should be declared final. 147
 Warning coding FinalLocalVariable Variable 'idCluster' should be declared final. 148
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 151
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 152
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 154
 Warning sizes LineLength Line is longer than 100 characters (found 104). 162
 Warning sizes LineLength Line is longer than 100 characters (found 108). 163
 Warning coding FinalLocalVariable Variable 'numSentences' should be declared final. 165
 Warning coding FinalLocalVariable Variable 'goldBuilder' should be declared final. 169
 Warning coding FinalLocalVariable Variable 'baselineBuilder' should be declared final. 170
 Warning coding FinalLocalVariable Variable 'sentenceTerms' should be declared final. 172
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 175
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 187
 Warning coding FinalLocalVariable Variable 'clusterIndexes' should be declared final. 222
 Warning coding FinalLocalVariable Variable 'tmpClusters' should be declared final. 223
 Warning coding FinalLocalVariable Variable 'index1' should be declared final. 238
 Warning coding FinalLocalVariable Variable 'index2' should be declared final. 239
 Warning coding FinalLocalVariable Variable 'path' should be declared final. 294
 Warning sizes LineLength Line is longer than 100 characters (found 102). 295
 Warning coding FinalLocalVariable Variable 'folder' should be declared final. 295
 Warning sizes LineLength Line is longer than 100 characters (found 109). 296
 Warning coding FinalLocalVariable Variable 'fileNum' should be declared final. 296
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 299
 Warning coding FinalLocalVariable Variable 'numSentences' should be declared final. 306
 Warning coding FinalLocalVariable Variable 'outBuilder' should be declared final. 310
 Warning coding FinalLocalVariable Variable 'sentenceTerms' should be declared final. 312
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 315

eu/fbk/dkm/pikes/resources/ecb/ECBevaluator2.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.Coref' should be separated from previous imports. 7
 Warning imports ImportOrder Wrong order for 'org.apache.commons.csv.CSVFormat' import. 11
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 16
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 29
 Warning sizes LineLength Line is longer than 100 characters (found 105). 32
 Warning naming ConstantName Name 'tokenPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
 Warning sizes MethodLength Method length is 172 lines (max allowed is 150). 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning misc FinalParameters Parameter args should be final. 36
 Warning coding FinalLocalVariable Variable 'inputCsv' should be declared final. 52
 Warning coding FinalLocalVariable Variable 'inputNaf' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'inputLemmas' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'removeAloneClusters' should be declared final. 56
 Warning coding FinalLocalVariable Variable 'goldTmpClusters' should be declared final. 75
 Warning coding FinalLocalVariable Variable 'okEvents' should be declared final. 76
 Warning coding FinalLocalVariable Variable 'path' should be declared final. 86
 Warning sizes LineLength Line is longer than 100 characters (found 102). 87
 Warning coding FinalLocalVariable Variable 'folder' should be declared final. 87
 Warning sizes LineLength Line is longer than 100 characters (found 109). 88
 Warning coding FinalLocalVariable Variable 'fileNum' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'cluster' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'idCluster' should be declared final. 101
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 104
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 105
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 107
 Warning coding FinalLocalVariable Variable 'goldClusters' should be declared final. 115
 Warning coding FinalLocalVariable Variable 'cluster' should be declared final. 117
 Warning coding FinalLocalVariable Variable 'clusterIndexes' should be declared final. 130
 Warning coding FinalLocalVariable Variable 'tmpClusters' should be declared final. 131
 Warning coding FinalLocalVariable Variable 'index1' should be declared final. 146
 Warning coding FinalLocalVariable Variable 'index2' should be declared final. 147
 Warning coding FinalLocalVariable Variable 'clusters' should be declared final. 183
 Warning coding FinalLocalVariable Variable 'cluster' should be declared final. 185
 Warning coding FinalLocalVariable Variable 'precisionRecall' should be declared final. 195

eu/fbk/dkm/pikes/resources/ecb/ECBextractor.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder 'ixa.kaflib.Coref' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 9
 Warning imports ImportOrder Wrong order for 'java.io.BufferedWriter' import. 12
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 20
 Warning sizes LineLength Line is longer than 100 characters (found 105). 23
 Warning naming ConstantName Name 'tokenPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter args should be final. 27
 Warning coding FinalLocalVariable Variable 'inputNaf' should be declared final. 40
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'path' should be declared final. 53
 Warning sizes LineLength Line is longer than 100 characters (found 102). 54
 Warning coding FinalLocalVariable Variable 'folder' should be declared final. 54
 Warning sizes LineLength Line is longer than 100 characters (found 109). 55
 Warning coding FinalLocalVariable Variable 'fileNum' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'uri' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'cluster' should be declared final. 69
 Warning coding FinalLocalVariable Variable 'idCluster' should be declared final. 70
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'thisURI' should be declared final. 75
 Warning sizes LineLength Line is longer than 100 characters (found 112). 76

eu/fbk/dkm/pikes/resources/ecb/ECBmerger.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.*' should be separated from previous imports. 6
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - ixa.kaflib.*. 6
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 7
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 11
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 13
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 25
 Warning naming ConstantName Name 'mentionPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
 Warning naming ConstantName Name 'chainPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning misc FinalParameters Parameter args should be final. 31
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'nafFolder' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'tags' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'i' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'path' should be declared final. 70
 Warning coding FinalLocalVariable Variable 'folder' should be declared final. 71
 Warning naming LocalVariableName Name 'local_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
 Warning coding FinalLocalVariable Variable 'local_name' should be declared final. 72
 Warning coding FinalLocalVariable Variable 'naf' should be declared final. 74
 Warning coding FinalLocalVariable Variable 'bais' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'gzis' should be declared final. 78
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 79
 Warning coding FinalLocalVariable Variable 'in' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'nafDocument' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'termsHashMap' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'clusterOffsets' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'content' should be declared final. 98
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'chainMatcher' should be declared final. 106
 Warning coding FinalLocalVariable Variable 'chain' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 119
 Warning coding FinalLocalVariable Variable 'termsList' should be declared final. 120
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 122
 Warning coding FinalLocalVariable Variable 'termSpan' should be declared final. 127
 Warning coding FinalLocalVariable Variable 'coref' should be declared final. 131
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 136
 Warning whitespace OperatorWrap '+' should be on a new line. 137
 Warning sizes LineLength Line is longer than 100 characters (found 109). 139

eu/fbk/dkm/pikes/resources/ecb/ECBparser.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 6
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 11
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 13
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter args should be final. 27
 Warning sizes LineLength Line is longer than 100 characters (found 110). 37
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 42
 Warning coding FinalLocalVariable Variable 'prefix' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 50
 Warning coding FinalLocalVariable Variable 'tags' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'i' should be declared final. 57
 Warning coding FinalLocalVariable Variable 'path' should be declared final. 66
 Warning coding FinalLocalVariable Variable 'folder' should be declared final. 67
 Warning naming LocalVariableName Name 'local_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
 Warning coding FinalLocalVariable Variable 'local_name' should be declared final. 68
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 68
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 68
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 68
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 68
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 72
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 72
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 72
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'title' should be declared final. 74
 Warning sizes LineLength Line is longer than 100 characters (found 109). 80
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 82
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 82
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 82
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 84
 Warning whitespace OperatorWrap '+' should be on a new line. 85
 Warning sizes LineLength Line is longer than 100 characters (found 104). 87
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 90
 Warning coding FinalLocalVariable Variable 'documentPublic' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'documentFileDesc' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'finalContent' should be declared final. 100

eu/fbk/dkm/pikes/resources/ecb/MergeECBPlus.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.Coref' should be separated from previous imports. 7
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 11
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 18
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 24
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 28
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 35
 Warning sizes MethodLength Method length is 160 lines (max allowed is 150). 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning misc FinalParameters Parameter args should be final. 39
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'nafFolder' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'files' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'thisFolderFiles' should be declared final. 67
 Warning sizes LineLength Line is longer than 100 characters (found 109). 81
 Warning coding FinalLocalVariable Variable 'naf' should be declared final. 81
 Warning coding FinalLocalVariable Variable 'nafFile' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 84
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 85
 Warning coding FinalLocalVariable Variable 'xPathfactory' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'xpath' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'offsets' should be declared final. 95
 Warning coding FinalLocalVariable Variable 'clusterOffsets' should be declared final. 97
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 104
 Warning coding FinalLocalVariable Variable 'item' should be declared final. 108
 Warning coding FinalLocalVariable Variable 'element' should be declared final. 109
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 110
 Warning naming LocalVariableName Name 't_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
 Warning coding FinalLocalVariable Variable 't_id' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'sentence' should be declared final. 115
 Warning coding FinalLocalVariable Variable 'item' should be declared final. 137
 Warning coding FinalLocalVariable Variable 'element' should be declared final. 138
 Warning coding FinalLocalVariable Variable 'clusterID' should be declared final. 140
 Warning coding FinalLocalVariable Variable 'elements' should be declared final. 142
 Warning coding FinalLocalVariable Variable 'item2' should be declared final. 144
 Warning coding FinalLocalVariable Variable 'element2' should be declared final. 145
 Warning naming LocalVariableName Name 't_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
 Warning coding FinalLocalVariable Variable 't_id' should be declared final. 147
 Warning coding FinalLocalVariable Variable 'bais' should be declared final. 154
 Warning coding FinalLocalVariable Variable 'gzis' should be declared final. 155
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 156
 Warning coding FinalLocalVariable Variable 'in' should be declared final. 157
 Warning coding FinalLocalVariable Variable 'nafDocument' should be declared final. 159
 Warning coding FinalLocalVariable Variable 'termsHashMap' should be declared final. 161
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 167
 Warning coding FinalLocalVariable Variable 'termsList' should be declared final. 168
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 170
 Warning coding FinalLocalVariable Variable 'termSpan' should be declared final. 175
 Warning coding FinalLocalVariable Variable 'coref' should be declared final. 184
 Warning sizes LineLength Line is longer than 100 characters (found 117). 189
 Warning coding FinalLocalVariable Variable 'outFileName' should be declared final. 189
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 190

eu/fbk/dkm/pikes/resources/goodbadfor/CorpusAnalyzer.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 9
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 14
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 22
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter span should be final. 26
 Warning coding FinalLocalVariable Variable 'stringBuffer' should be declared final. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning misc FinalParameters Parameter args should be final. 35
 Warning sizes LineLength Line is longer than 100 characters (found 144). 41
 Warning sizes LineLength Line is longer than 100 characters (found 123). 42
 Warning sizes LineLength Line is longer than 100 characters (found 116). 47
 Warning coding FinalLocalVariable Variable 'nafFolder' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'testFile' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'influenceRet' should be declared final. 57
 Warning coding FinalLocalVariable Variable 'influenceRev' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'goodFor' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'badFor' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 64
 Warning coding FinalLocalVariable Variable 'fileBaseName' should be declared final. 65
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'opinionList' should be declared final. 74
 Warning coding FinalLocalVariable Variable 'expression' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'expression' should be declared final. 87

eu/fbk/dkm/pikes/resources/goodbadfor/CorpusAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 9
 Warning imports ImportOrder Wrong order for 'javax.xml.stream.XMLStreamException' import. 15
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 16
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 27
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 29
 Warning sizes MethodLength Method length is 194 lines (max allowed is 150). 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning sizes LineLength Line is longer than 100 characters (found 144). 37
 Warning sizes LineLength Line is longer than 100 characters (found 123). 38
 Warning sizes LineLength Line is longer than 100 characters (found 118). 45
 Warning coding FinalLocalVariable Variable 'annotationsFolder' should be declared final. 45
 Warning sizes LineLength Line is longer than 100 characters (found 116). 46
 Warning coding FinalLocalVariable Variable 'nafFolder' should be declared final. 46
 Warning sizes LineLength Line is longer than 100 characters (found 116). 47
 Warning coding FinalLocalVariable Variable 'testFile' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 76
 Warning coding FinalLocalVariable Variable 'fileBaseName' should be declared final. 77
 Warning sizes LineLength Line is longer than 100 characters (found 147). 83
 Warning coding FinalLocalVariable Variable 'mpqaFile' should be declared final. 83
 Warning sizes LineLength Line is longer than 100 characters (found 117). 84
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 99
 Warning coding FinalLocalVariable Variable 'opinions' should be declared final. 102
 Warning coding FinalLocalVariable Variable 'index' should be declared final. 110
 Warning coding FinalLocalVariable Variable 'span1OnlyLetters' should be declared final. 124
 Warning coding FinalLocalVariable Variable 'span2OnlyLetters' should be declared final. 125
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 134
 Warning coding FinalLocalVariable Variable 'type' should be declared final. 149
 Warning coding FinalLocalVariable Variable 'label' should be declared final. 155
 Warning coding FinalLocalVariable Variable 'agent' should be declared final. 164
 Warning coding FinalLocalVariable Variable 'target' should be declared final. 165
 Warning coding FinalLocalVariable Variable 'attitudeSpan' should be declared final. 167
 Warning coding FinalLocalVariable Variable 'targetSpan' should be declared final. 168
 Warning coding FinalLocalVariable Variable 'sourceSpan' should be declared final. 169
 Warning sizes LineLength Line is longer than 100 characters (found 130). 171
 Warning coding FinalLocalVariable Variable 'opinion' should be declared final. 173
 Warning sizes LineLength Line is longer than 100 characters (found 131). 177
 Warning sizes LineLength Line is longer than 100 characters (found 139). 179
 Warning coding FinalLocalVariable Variable 'opinionHolder' should be declared final. 179
 Warning coding FinalLocalVariable Variable 'attitude' should be declared final. 180
 Warning sizes LineLength Line is longer than 100 characters (found 132). 188
 Warning sizes LineLength Line is longer than 100 characters (found 139). 190
 Warning coding FinalLocalVariable Variable 'opinionTarget' should be declared final. 190
 Warning coding FinalLocalVariable Variable 'attitude' should be declared final. 191
 Warning sizes LineLength Line is longer than 100 characters (found 103). 200
 Warning sizes LineLength Line is longer than 100 characters (found 103). 201
 Warning blocks RightCurly '}' should be on the same line. 215

eu/fbk/dkm/pikes/resources/goodbadfor/CorpusLoader.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 7
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 19
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 23
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 32
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 34
 Warning sizes LineLength Line is longer than 100 characters (found 125). 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning sizes LineLength Line is longer than 100 characters (found 111). 40
 Warning misc FinalParameters Parameter text should be final. 40
 Warning misc FinalParameters Parameter record should be final. 40
 Warning misc FinalParameters Parameter expectedLength should be final. 40
 Warning misc FinalParameters Parameter span1 should be final. 40
 Warning sizes LineLength Line is longer than 100 characters (found 125). 44
 Warning misc FinalParameters Parameter text should be final. 44
 Warning misc FinalParameters Parameter record should be final. 44
 Warning misc FinalParameters Parameter expectedLength should be final. 44
 Warning misc FinalParameters Parameter span1 should be final. 44
 Warning misc FinalParameters Parameter trim should be final. 44
 Warning coding FinalLocalVariable Variable 'maxTo' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 47
 Warning sizes LineLength Line is longer than 100 characters (found 120). 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning misc FinalParameters Parameter file should be final. 67
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 68
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 69
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 70
 Warning coding FinalLocalVariable Variable 'nList' should be declared final. 71
 Warning coding FinalLocalVariable Variable 'nNode' should be declared final. 74
 Warning sizes MethodLength Method length is 178 lines (max allowed is 150). 81
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning sizes LineLength Line is longer than 100 characters (found 144). 87
 Warning sizes LineLength Line is longer than 100 characters (found 192). 88
 Warning sizes LineLength Line is longer than 100 characters (found 123). 89
 Warning sizes LineLength Line is longer than 100 characters (found 116). 94
 Warning coding FinalLocalVariable Variable 'documentsFolder' should be declared final. 94
 Warning sizes LineLength Line is longer than 100 characters (found 118). 95
 Warning coding FinalLocalVariable Variable 'annotationsFolder' should be declared final. 95
 Warning sizes LineLength Line is longer than 100 characters (found 109). 96
 Warning coding FinalLocalVariable Variable 'nafFolder' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'testFile' should be declared final. 103
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 125
 Warning coding FinalLocalVariable Variable 'fileBaseName' should be declared final. 126
 Warning coding FinalLocalVariable Variable 'nafFileName' should be declared final. 131
 Warning coding FinalLocalVariable Variable 'nafFile' should be declared final. 132
 Warning sizes LineLength Line is longer than 100 characters (found 147). 133
 Warning coding FinalLocalVariable Variable 'mpqaFile' should be declared final. 133
 Warning coding FinalLocalVariable Variable 'documentURI' should be declared final. 146
 Warning coding FinalLocalVariable Variable 'originalTextLength' should be declared final. 151
 Warning coding FinalLocalVariable Variable 'records' should be declared final. 155
 Warning coding FinalLocalVariable Variable 'span2' should be declared final. 162
 Warning coding FinalLocalVariable Variable 'expectedLength' should be declared final. 171
 Warning coding FinalLocalVariable Variable 'span1OnlyLetters' should be declared final. 173
 Warning coding FinalLocalVariable Variable 'span2OnlyLetters' should be declared final. 174
 Warning sizes LineLength Line is longer than 100 characters (found 154). 176
 Warning sizes LineLength Line is longer than 100 characters (found 113). 182
 Warning coding FinalLocalVariable Variable 'offset' should be declared final. 182
 Warning sizes LineLength Line is longer than 100 characters (found 147). 183
 Warning coding FinalLocalVariable Variable 'offset' should be declared final. 207
 Warning sizes LineLength Line is longer than 100 characters (found 143). 209
 Warning blocks RightCurly '}' should be on the same line. 210
 Warning coding FinalLocalVariable Variable 'diff' should be declared final. 219
 Warning sizes LineLength Line is longer than 100 characters (found 125). 242

eu/fbk/dkm/pikes/resources/mpqa/CorpusAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 8
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 13
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 25
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning naming StaticVariableName Name 'DEFAULT_NAF_EXTENSIONS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Warning design VisibilityModifier Variable 'DEFAULT_NAF_EXTENSIONS' must be private and have accessor methods. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning naming StaticVariableName Name 'GOLD_LABEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Warning design VisibilityModifier Variable 'GOLD_LABEL' must be private and have accessor methods. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning misc FinalParameters Parameter terms should be final. 41
 Warning misc FinalParameters Parameter interval should be final. 41
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning misc FinalParameters Parameter terms should be final. 53
 Warning misc FinalParameters Parameter interval should be final. 53
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 63
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 70
 Warning misc FinalParameters Parameter terms should be final. 70
 Warning misc FinalParameters Parameter start should be final. 70
 Warning misc FinalParameters Parameter end should be final. 70
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 71
 Warning coding FinalLocalVariable Variable 'tStart' should be declared final. 74
 Warning coding FinalLocalVariable Variable 'tEnd' should be declared final. 75
 Warning sizes MethodLength Method length is 193 lines (max allowed is 150). 87
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87
 Warning misc FinalParameters Parameter args should be final. 87
 Warning sizes LineLength Line is longer than 100 characters (found 145). 97
 Warning sizes LineLength Line is longer than 100 characters (found 130). 100
 Warning sizes LineLength Line is longer than 100 characters (found 174). 102
 Warning sizes LineLength Line is longer than 100 characters (found 123). 103
 Warning sizes LineLength Line is longer than 100 characters (found 102). 106
 Warning coding FinalLocalVariable Variable 'mainFolder' should be declared final. 128
 Warning coding FinalLocalVariable Variable 'testFile' should be declared final. 129
 Warning sizes LineLength Line is longer than 100 characters (found 102). 131
 Warning sizes LineLength Line is longer than 100 characters (found 120). 136
 Warning coding FinalLocalVariable Variable 'opinionsByDocument' should be declared final. 149
 Warning sizes LineLength Line is longer than 100 characters (found 106). 153
 Warning sizes LineLength Line is longer than 100 characters (found 104). 156
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 160
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 163
 Warning coding FinalLocalVariable Variable 'properties' should be declared final. 168
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 170
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 176
 Warning sizes LineLength Line is longer than 100 characters (found 129). 190
 Warning coding FinalLocalVariable Variable 'fileIterator' should be declared final. 190
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 193
 Warning coding FinalLocalVariable Variable 'fileBaseName' should be declared final. 195
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 201
 Warning coding FinalLocalVariable Variable 'opinions' should be declared final. 204
 Warning blocks RightCurly '}' should be on the same line. 215
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 217
 Warning coding FinalLocalVariable Variable 'documentID' should be declared final. 219
 Warning coding FinalLocalVariable Variable 'map' should be declared final. 220
 Warning coding FinalLocalVariable Variable 'sourceSpan' should be declared final. 228
 Warning coding FinalLocalVariable Variable 'sourceLocal' should be declared final. 229
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 235
 Warning coding FinalLocalVariable Variable 'targetSpan' should be declared final. 242
 Warning coding FinalLocalVariable Variable 'attitudeSpan' should be declared final. 246
 Warning coding FinalLocalVariable Variable 'opinion' should be declared final. 249

eu/fbk/dkm/pikes/resources/mpqa/CorpusPreprocessor.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 12
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.util.IO' import. 13
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 14
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.impl.URIImpl' import. 15
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 19
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 21
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 21
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 23
 Warning javadoc JavadocType Missing a Javadoc comment. 26
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 26
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 28
 Warning sizes LineLength Line is longer than 100 characters (found 125). 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Warning sizes LineLength Line is longer than 100 characters (found 152). 60
 Warning sizes LineLength Line is longer than 100 characters (found 129). 63
 Warning sizes LineLength Line is longer than 100 characters (found 119). 66
 Warning sizes LineLength Line is longer than 100 characters (found 124). 68
 Warning sizes LineLength Line is longer than 100 characters (found 103). 73
 Warning sizes LineLength Line is longer than 100 characters (found 103). 81
 Warning coding FinalLocalVariable Variable 'checkOneDoc' should be declared final. 91
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning sizes LineLength Line is longer than 100 characters (found 117). 101
 Warning sizes LineLength Line is longer than 100 characters (found 102). 136
 Warning blocks RightCurly '}' should be on the same line. 181
 Warning sizes MethodLength Method length is 280 lines (max allowed is 150). 204
 Warning sizes LineLength Line is longer than 100 characters (found 119). 205
 Warning sizes LineLength Line is longer than 100 characters (found 114). 206
 Warning coding FinalLocalVariable Variable 'agentRecords' should be declared final. 209
 Warning coding FinalLocalVariable Variable 'lastRecords' should be declared final. 210
 Warning coding FinalLocalVariable Variable 'sourceString' should be declared final. 213
 Warning coding FinalLocalVariable Variable 'sources' should be declared final. 215
 Warning coding FinalLocalVariable Variable 'last' should be declared final. 217
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 222
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 236
 Warning coding FinalLocalVariable Variable 'sentenceSpan' should be declared final. 259
 Warning blocks RightCurly '}' should be on the same line. 274
 Warning sizes LineLength Line is longer than 100 characters (found 118). 289
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 292
 Warning sizes LineLength Line is longer than 100 characters (found 113). 299
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 311
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 367
 Warning coding FinalLocalVariable Variable 'sentenceSpan' should be declared final. 376
 Warning coding FinalLocalVariable Variable 'sources' should be declared final. 382
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 393
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 403
 Warning coding FinalLocalVariable Variable 'sentenceSpan' should be declared final. 412
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 418
 Warning coding FinalLocalVariable Variable 'sources' should be declared final. 425
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 436
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 447
 Warning coding FinalLocalVariable Variable 'sentenceSpan' should be declared final. 456
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 462
 Warning coding FinalLocalVariable Variable 'sources' should be declared final. 469
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 480
 Warning sizes LineLength Line is longer than 100 characters (found 143). 487
 Warning misc FinalParameters Parameter record should be final. 487
 Warning misc FinalParameters Parameter sentences should be final. 487
 Warning misc FinalParameters Parameter fields should be final. 487
 Warning misc FinalParameters Parameter text should be final. 487
 Warning misc FinalParameters Parameter documentURI should be final. 487
 Warning coding FinalLocalVariable Variable 'okSpan' should be declared final. 490
 Warning sizes LineLength Line is longer than 100 characters (found 103). 506
 Warning misc FinalParameters Parameter nestedSource should be final. 512
 Warning misc FinalParameters Parameter agentRecords should be final. 512
 Warning misc FinalParameters Parameter lastRecords should be final. 513
 Warning misc FinalParameters Parameter sentenceSpan should be final. 513
 Warning sizes LineLength Line is longer than 100 characters (found 102). 514
 Warning misc FinalParameters Parameter fields should be final. 514
 Warning misc FinalParameters Parameter documentURI should be final. 514
 Warning misc FinalParameters Parameter text should be final. 514
 Warning sizes LineLength Line is longer than 100 characters (found 113). 515
 Warning misc FinalParameters Parameter nestedSource should be final. 518
 Warning misc FinalParameters Parameter agentRecords should be final. 518
 Warning misc FinalParameters Parameter lastRecords should be final. 519
 Warning misc FinalParameters Parameter sentenceSpan should be final. 519
 Warning misc FinalParameters Parameter fields should be final. 520
 Warning misc FinalParameters Parameter documentURI should be final. 520
 Warning misc FinalParameters Parameter text should be final. 520
 Warning misc FinalParameters Parameter highlights should be final. 521
 Warning misc FinalParameters Parameter otherSources should be final. 522
 Warning coding FinalLocalVariable Variable 'sources' should be declared final. 524
 Warning coding FinalLocalVariable Variable 'last' should be declared final. 527
 Warning sizes LineLength Line is longer than 100 characters (found 127). 529
 Warning sizes LineLength Line is longer than 100 characters (found 115). 531
 Warning sizes LineLength Line is longer than 100 characters (found 110). 538
 Warning misc FinalParameters Parameter record should be final. 538
 Warning misc FinalParameters Parameter sentenceSpan should be final. 538
 Warning misc FinalParameters Parameter fields should be final. 538
 Warning misc FinalParameters Parameter documentURI should be final. 539
 Warning misc FinalParameters Parameter text should be final. 539
 Warning sizes LineLength Line is longer than 100 characters (found 110). 543
 Warning misc FinalParameters Parameter record should be final. 543
 Warning misc FinalParameters Parameter sentenceSpan should be final. 543
 Warning misc FinalParameters Parameter fields should be final. 543
 Warning misc FinalParameters Parameter documentURI should be final. 544
 Warning misc FinalParameters Parameter text should be final. 544
 Warning misc FinalParameters Parameter highlights should be final. 545
 Warning misc FinalParameters Parameter otherSources should be final. 546
 Warning blocks RightCurly '}' should be on the same line. 563
 Warning misc FinalParameters Parameter sourceString should be final. 577
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 578
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 580
 Warning coding ModifiedControlVariable Control variable 'part' is modified. 582
 Warning misc FinalParameters Parameter documentURI should be final. 591
 Warning misc FinalParameters Parameter fields should be final. 591
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 592
 Warning sizes LineLength Line is longer than 100 characters (found 101). 632
 Warning misc FinalParameters Parameter text should be final. 632
 Warning blocks RightCurly '}' should be on the same line. 639
 Warning blocks RightCurly '}' should be on the same line. 642
 Warning blocks RightCurly '}' should be on the same line. 645
 Warning blocks RightCurly '}' should be on the same line. 648
 Warning blocks RightCurly '}' should be on the same line. 667
 Warning blocks RightCurly '}' should be on the same line. 671
 Warning blocks RightCurly '}' should be on the same line. 702
 Warning javadoc JavadocMethod Missing a Javadoc comment. 713
 Warning javadoc JavadocMethod Missing a Javadoc comment. 717

eu/fbk/dkm/pikes/resources/mpqa/JohanssonAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.dkm.pikes.resources.NAFFilter' should be separated from previous imports. 4
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - eu.fbk.dkm.pikes.resources.reader.*. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 7
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 11
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 14
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 15
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 16
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning naming StaticVariableName Name 'DEFAULT_NAF_EXTENSIONS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
 Warning design VisibilityModifier Variable 'DEFAULT_NAF_EXTENSIONS' must be private and have accessor methods. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning naming StaticVariableName Name 'GOLD_LABEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Warning design VisibilityModifier Variable 'GOLD_LABEL' must be private and have accessor methods. 32
 Warning misc FinalParameters Parameter entity should be final. 39
 Warning misc FinalParameters Parameter document should be final. 39
 Warning coding FinalLocalVariable Variable 'returnSpan' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'termID' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 46
 Warning misc FinalParameters Parameter termSpan should be final. 55
 Warning coding FinalLocalVariable Variable 'sentences' should be declared final. 56
 Warning sizes MethodLength Method length is 335 lines (max allowed is 150). 72
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning misc FinalParameters Parameter args should be final. 72
 Warning sizes LineLength Line is longer than 100 characters (found 142). 79
 Warning sizes LineLength Line is longer than 100 characters (found 129). 80
 Warning sizes LineLength Line is longer than 100 characters (found 174). 81
 Warning sizes LineLength Line is longer than 100 characters (found 123). 82
 Warning sizes LineLength Line is longer than 100 characters (found 102). 85
 Warning coding FinalLocalVariable Variable 'lkFolder' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 89
 Warning coding FinalLocalVariable Variable 'r' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'annotatedText' should be declared final. 93
 Warning coding FinalLocalVariable Variable 'agentsLayer' should be declared final. 94
 Warning coding FinalLocalVariable Variable 'fileName' should be declared final. 95
 Warning coding FinalLocalVariable Variable 'nafFile' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 104
 Warning coding FinalLocalVariable Variable 'hiddenAgents' should be declared final. 106
 Warning coding FinalLocalVariable Variable 'agents' should be declared final. 108
 Warning coding FinalLocalVariable Variable 'expressionNode' should be declared final. 110
 Warning coding FinalLocalVariable Variable 'implicit' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 118
 Warning coding FinalLocalVariable Variable 'agentSpan' should be declared final. 124
 Warning sizes LineLength Line is longer than 100 characters (found 104). 127
 Warning coding FinalLocalVariable Variable 'ns' should be declared final. 133
 Warning coding FinalLocalVariable Variable 'ids' should be declared final. 135
 Warning coding FinalLocalVariable Variable 'last' should be declared final. 136
 Warning coding FinalLocalVariable Variable 'targetsLayer' should be declared final. 141
 Warning coding FinalLocalVariable Variable 'targets' should be declared final. 142
 Warning coding FinalLocalVariable Variable 'agentSpan' should be declared final. 144
 Warning sizes LineLength Line is longer than 100 characters (found 104). 147
 Warning coding FinalLocalVariable Variable 'attLayer' should be declared final. 162
 Warning coding FinalLocalVariable Variable 'attitudes' should be declared final. 163
 Warning coding FinalLocalVariable Variable 'thisAttitude' should be declared final. 165
 Warning coding FinalLocalVariable Variable 'expressionNode' should be declared final. 166
 Warning coding FinalLocalVariable Variable 'expressionSpan' should be declared final. 167
 Warning coding FinalLocalVariable Variable 'targetSpan' should be declared final. 175
 Warning coding FinalLocalVariable Variable 'dseLayer' should be declared final. 184
 Warning coding FinalLocalVariable Variable 'expressionSpan' should be declared final. 187
 Warning sizes LineLength Line is longer than 100 characters (found 109). 192
 Warning coding FinalLocalVariable Variable 'sentence' should be declared final. 196
 Warning sizes LineLength Line is longer than 100 characters (found 118). 198
 Warning coding FinalLocalVariable Variable 'opinion' should be declared final. 202
 Warning sizes LineLength Line is longer than 100 characters (found 114). 205
 Warning coding FinalLocalVariable Variable 'opinionExpression' should be declared final. 205
 Warning coding FinalLocalVariable Variable 'expressionNode' should be declared final. 206
 Warning coding FinalLocalVariable Variable 'holderString' should be declared final. 210
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 212
 Warning coding IllegalTokenText labels are discouraged 214
 Warning coding FinalLocalVariable Variable 'agentID' should be declared final. 216
 Warning sizes LineLength Line is longer than 100 characters (found 104). 219
 Warning coding FinalLocalVariable Variable 'spans' should be declared final. 223
 Warning coding FinalLocalVariable Variable 'agentSentence' should be declared final. 225
 Warning sizes LineLength Line is longer than 100 characters (found 102). 242
 Warning coding FinalLocalVariable Variable 'opinionHolder' should be declared final. 242
 Warning coding FinalLocalVariable Variable 'target' should be declared final. 249
 Warning coding FinalLocalVariable Variable 'attitude' should be declared final. 251
 Warning coding FinalLocalVariable Variable 'type' should be declared final. 252
 Warning sizes LineLength Line is longer than 100 characters (found 103). 253
 Warning sizes LineLength Line is longer than 100 characters (found 147). 254
 Warning coding FinalLocalVariable Variable 'attitudeExpression' should be declared final. 254
 Warning sizes LineLength Line is longer than 100 characters (found 101). 257
 Warning sizes LineLength Line is longer than 100 characters (found 111). 260
 Warning coding FinalLocalVariable Variable 'opinionHolder' should be declared final. 260
 Warning sizes LineLength Line is longer than 100 characters (found 134). 264
 Warning coding FinalLocalVariable Variable 'opinionTarget' should be declared final. 264
 Warning coding FinalLocalVariable Variable 'eseLayer' should be declared final. 271
 Warning coding FinalLocalVariable Variable 'expressionSpan' should be declared final. 274
 Warning sizes LineLength Line is longer than 100 characters (found 109). 278
 Warning coding FinalLocalVariable Variable 'sentence' should be declared final. 282
 Warning sizes LineLength Line is longer than 100 characters (found 118). 284
 Warning coding FinalLocalVariable Variable 'opinion' should be declared final. 288
 Warning sizes LineLength Line is longer than 100 characters (found 114). 291
 Warning coding FinalLocalVariable Variable 'opinionExpression' should be declared final. 291
 Warning coding FinalLocalVariable Variable 'expressionNode' should be declared final. 292
 Warning coding FinalLocalVariable Variable 'holderString' should be declared final. 296
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 298
 Warning coding IllegalTokenText labels are discouraged 300
 Warning coding FinalLocalVariable Variable 'agentID' should be declared final. 302
 Warning sizes LineLength Line is longer than 100 characters (found 104). 305
 Warning coding FinalLocalVariable Variable 'spans' should be declared final. 309
 Warning coding FinalLocalVariable Variable 'agentSentence' should be declared final. 311
 Warning sizes LineLength Line is longer than 100 characters (found 102). 328
 Warning coding FinalLocalVariable Variable 'opinionHolder' should be declared final. 328
 Warning coding FinalLocalVariable Variable 'oseLayer' should be declared final. 332
 Warning coding FinalLocalVariable Variable 'expressionSpan' should be declared final. 335
 Warning sizes LineLength Line is longer than 100 characters (found 109). 339
 Warning coding FinalLocalVariable Variable 'sentence' should be declared final. 343
 Warning sizes LineLength Line is longer than 100 characters (found 118). 345
 Warning coding FinalLocalVariable Variable 'opinion' should be declared final. 349
 Warning sizes LineLength Line is longer than 100 characters (found 114). 352
 Warning coding FinalLocalVariable Variable 'opinionExpression' should be declared final. 352
 Warning coding FinalLocalVariable Variable 'expressionNode' should be declared final. 353
 Warning coding FinalLocalVariable Variable 'holderString' should be declared final. 355
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 357
 Warning coding IllegalTokenText labels are discouraged 359
 Warning coding FinalLocalVariable Variable 'agentID' should be declared final. 361
 Warning sizes LineLength Line is longer than 100 characters (found 104). 364
 Warning coding FinalLocalVariable Variable 'spans' should be declared final. 368
 Warning coding FinalLocalVariable Variable 'agentSentence' should be declared final. 370
 Warning sizes LineLength Line is longer than 100 characters (found 102). 387
 Warning coding FinalLocalVariable Variable 'opinionHolder' should be declared final. 387

eu/fbk/dkm/pikes/resources/mpqa/JohanssonPreprocessor.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.openrdf.model.impl.URIImpl' import. 6
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 13
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 16
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 25
 Warning sizes LineLength Line is longer than 100 characters (found 104). 27
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 27
 Warning sizes LineLength Line is longer than 100 characters (found 125). 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 31
 Warning misc FinalParameters Parameter start should be final. 34
 Warning misc FinalParameters Parameter end should be final. 34
 Warning misc FinalParameters Parameter id should be final. 34
 Warning misc FinalParameters Parameter value should be final. 34
 Warning whitespace OperatorWrap '+' should be on a new line. 59
 Warning whitespace OperatorWrap '+' should be on a new line. 60
 Warning whitespace OperatorWrap '+' should be on a new line. 61
 Warning whitespace OperatorWrap '+' should be on a new line. 62
 Warning whitespace OperatorWrap '+' should be on a new line. 63
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning sizes LineLength Line is longer than 100 characters (found 120). 74
 Warning sizes LineLength Line is longer than 100 characters (found 103). 75
 Warning sizes LineLength Line is longer than 100 characters (found 119). 81
 Warning sizes LineLength Line is longer than 100 characters (found 124). 83
 Warning coding FinalLocalVariable Variable 'checkOneDoc' should be declared final. 98
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 101
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 117
 Warning coding FinalLocalVariable Variable 'nList' should be declared final. 119
 Warning coding FinalLocalVariable Variable 'spans' should be declared final. 121
 Warning coding FinalLocalVariable Variable 'nNode' should be declared final. 124
 Warning coding FinalLocalVariable Variable 'eElement' should be declared final. 129
 Warning coding FinalLocalVariable Variable 'provides' should be declared final. 131
 Warning coding FinalLocalVariable Variable 'eS' should be declared final. 136
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 138
 Warning coding FinalLocalVariable Variable 'eSpan' should be declared final. 143
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 145
 Warning sizes LineLength Line is longer than 100 characters (found 106). 146
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 146
 Warning sizes LineLength Line is longer than 100 characters (found 102). 147
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 147
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 148
 Warning coding FinalLocalVariable Variable 's' should be declared final. 150
 Warning coding FinalLocalVariable Variable 'buffer' should be declared final. 155
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 181
 Warning coding FinalLocalVariable Variable 'nafFile' should be declared final. 183

eu/fbk/dkm/pikes/resources/mpqa/Record.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'org.slf4j.Logger' should be separated from previous imports. 7
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 10
 Warning imports ImportOrder Wrong order for 'java.util.Arrays' import. 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 90
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 98
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 138

eu/fbk/dkm/pikes/resources/mpqa/RecordSet.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 8
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 9
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 12
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 13
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 13
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning modifier ModifierOrder '@Nullable' annotation modifier does not preceed non-annotation modifiers. 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning javadoc JavadocMethod Missing a Javadoc comment. 90
 Warning misc FinalParameters Parameter args should be final. 90
 Warning sizes LineLength Line is longer than 100 characters (found 122). 95

eu/fbk/dkm/pikes/resources/mpqa/Span.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'org.slf4j.Logger' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 8
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 16
 Warning design VisibilityModifier Variable 'begin' must be private and have accessor methods. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 18
 Warning design VisibilityModifier Variable 'end' must be private and have accessor methods. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning misc FinalParameters Parameter escapeHTML should be final. 38
 Warning blocks RightCurly '}' should be on the same line. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning sizes LineLength Line is longer than 100 characters (found 104). 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning blocks RightCurly '}' should be on the same line. 112

eu/fbk/dkm/pikes/resources/ontonotes/OntoNotesLoader.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.xml.sax.InputSource' import. 5
 Warning imports ImportOrder Wrong order for 'javax.xml.XMLConstants' import. 9
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 16
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 24
 Warning sizes LineLength Line is longer than 100 characters (found 149). 26
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter thisClass should be final. 26
 Warning misc FinalParameters Parameter file should be final. 26
 Warning coding FinalLocalVariable Variable 'jaxbContext' should be declared final. 27
 Warning coding FinalLocalVariable Variable 'spf' should be declared final. 29
 Warning coding FinalLocalVariable Variable 'xmlReader' should be declared final. 35
 Warning coding FinalLocalVariable Variable 'inputSource' should be declared final. 36
 Warning coding FinalLocalVariable Variable 'source' should be declared final. 37
 Warning coding FinalLocalVariable Variable 'jaxbUnmarshaller' should be declared final. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning misc FinalParameters Parameter args should be final. 44
 Warning sizes LineLength Line is longer than 100 characters (found 155). 45
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'frameset' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'note' should be declared final. 50

eu/fbk/dkm/pikes/resources/ontonotes/VerbNetStatisticsExtractor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.Charsets' import. 6
 Warning imports ImportOrder Wrong order for 'javax.xml.XMLConstants' import. 13
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 18
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 18
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 30
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning misc FinalParameters Parameter args should be final. 38
 Warning sizes LineLength Line is longer than 100 characters (found 102). 44
 Warning sizes LineLength Line is longer than 100 characters (found 135). 45
 Warning sizes LineLength Line is longer than 100 characters (found 111). 46
 Warning coding FinalLocalVariable Variable 'statisticsExtractor' should be declared final. 52
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 60
 Warning sizes LineLength Line is longer than 100 characters (found 149). 62
 Warning sizes LineLength Line is longer than 100 characters (found 149). 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning misc FinalParameters Parameter onDir should be final. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79
 Warning javadoc JavadocMethod Missing a Javadoc comment. 83
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87
 Warning misc FinalParameters Parameter fileName should be final. 87
 Warning coding FinalLocalVariable Variable 'lines' should be declared final. 91
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 93
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 101
 Warning sizes LineLength Line is longer than 100 characters (found 124). 116
 Warning javadoc JavadocMethod Missing a Javadoc comment. 116
 Warning coding FinalLocalVariable Variable 'vnMappings' should be declared final. 122
 Warning coding FinalLocalVariable Variable 'fnMappings' should be declared final. 123
 Warning coding FinalLocalVariable Variable 'handler' should be declared final. 127
 Warning sizes LineLength Line is longer than 100 characters (found 125). 134
 Warning misc FinalParameters Parameter uri should be final. 134
 Warning misc FinalParameters Parameter localName should be final. 134
 Warning misc FinalParameters Parameter qName should be final. 134
 Warning misc FinalParameters Parameter attributes should be final. 134
 Warning misc FinalParameters Parameter uri should be final. 149
 Warning misc FinalParameters Parameter localName should be final. 149
 Warning misc FinalParameters Parameter qName should be final. 149
 Warning misc FinalParameters Parameter ch should be final. 158
 Warning misc ArrayTypeStyle Array brackets at illegal position. 158
 Warning misc FinalParameters Parameter start should be final. 158
 Warning misc FinalParameters Parameter length should be final. 158
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 160
 Warning whitespace OperatorWrap '&&' should be on a new line. 162
 Warning whitespace OperatorWrap '&&' should be on a new line. 163
 Warning coding FinalLocalVariable Variable 'key' should be declared final. 166
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 168
 Warning coding ModifiedControlVariable Control variable 'part' is modified. 170
 Warning coding FinalLocalVariable Variable 'spf' should be declared final. 191
 Warning coding FinalLocalVariable Variable 'xml' should be declared final. 205
 Warning coding FinalLocalVariable Variable 'saxParser' should be declared final. 207
 Warning coding FinalLocalVariable Variable 'is' should be declared final. 209
 Warning coding FinalLocalVariable Variable 'lines' should be declared final. 227
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 229
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 234
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 235
 Warning coding FinalLocalVariable Variable 'sense' should be declared final. 236
 Warning coding FinalLocalVariable Variable 'key' should be declared final. 238

eu/fbk/dkm/pikes/resources/ontonotes/frames/Arg.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning design VisibilityModifier Variable 'f' must be private and have accessor methods. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 33
 Warning regexp RegexpSingleline Line has trailing spaces. 41
 Warning regexp RegexpSingleline Line has trailing spaces. 53
 Warning misc FinalParameters Parameter value should be final. 55
 Warning regexp RegexpSingleline Line has trailing spaces. 65
 Warning regexp RegexpSingleline Line has trailing spaces. 77
 Warning misc FinalParameters Parameter value should be final. 79
 Warning regexp RegexpSingleline Line has trailing spaces. 89
 Warning regexp RegexpSingleline Line has trailing spaces. 101
 Warning misc FinalParameters Parameter value should be final. 103

eu/fbk/dkm/pikes/resources/ontonotes/frames/Example.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 14
 Warning javadoc JavadocStyle Javadoc has empty description section. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'type' must be private and have accessor methods. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'src' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning design VisibilityModifier Variable 'inflectionOrNoteOrTextOrArgOrRel' must be private and have accessor methods. 44
 Warning regexp RegexpSingleline Line has trailing spaces. 52
 Warning regexp RegexpSingleline Line has trailing spaces. 64
 Warning misc FinalParameters Parameter value should be final. 66
 Warning regexp RegexpSingleline Line has trailing spaces. 76
 Warning regexp RegexpSingleline Line has trailing spaces. 88
 Warning misc FinalParameters Parameter value should be final. 90
 Warning regexp RegexpSingleline Line has trailing spaces. 100
 Warning regexp RegexpSingleline Line has trailing spaces. 112
 Warning misc FinalParameters Parameter value should be final. 114
 Warning sizes LineLength Line is longer than 100 characters (found 108). 125
 Warning javadoc JavadocMethod Expected an @return tag. 144

eu/fbk/dkm/pikes/resources/ontonotes/frames/Frameset.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 12
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning design VisibilityModifier Variable 'noteOrPredicate' must be private and have accessor methods. 30
 Warning javadoc JavadocMethod Expected an @return tag. 55

eu/fbk/dkm/pikes/resources/ontonotes/frames/Inflection.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning design VisibilityModifier Variable 'person' must be private and have accessor methods. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning design VisibilityModifier Variable 'tense' must be private and have accessor methods. 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning design VisibilityModifier Variable 'aspect' must be private and have accessor methods. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning design VisibilityModifier Variable 'voice' must be private and have accessor methods. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning design VisibilityModifier Variable 'form' must be private and have accessor methods. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 46
 Warning regexp RegexpSingleline Line has trailing spaces. 62
 Warning misc FinalParameters Parameter value should be final. 64
 Warning regexp RegexpSingleline Line has trailing spaces. 74
 Warning regexp RegexpSingleline Line has trailing spaces. 90
 Warning misc FinalParameters Parameter value should be final. 92
 Warning regexp RegexpSingleline Line has trailing spaces. 102
 Warning regexp RegexpSingleline Line has trailing spaces. 118
 Warning misc FinalParameters Parameter value should be final. 120
 Warning regexp RegexpSingleline Line has trailing spaces. 130
 Warning regexp RegexpSingleline Line has trailing spaces. 146
 Warning misc FinalParameters Parameter value should be final. 148
 Warning regexp RegexpSingleline Line has trailing spaces. 158
 Warning regexp RegexpSingleline Line has trailing spaces. 174
 Warning misc FinalParameters Parameter value should be final. 176

eu/fbk/dkm/pikes/resources/ontonotes/frames/Note.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 25
 Warning regexp RegexpSingleline Line has trailing spaces. 33
 Warning regexp RegexpSingleline Line has trailing spaces. 45
 Warning misc FinalParameters Parameter value should be final. 47

eu/fbk/dkm/pikes/resources/ontonotes/frames/ObjectFactory.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning regexp RegexpSingleline Line has trailing spaces. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 16
 Warning regexp RegexpSingleline Line has trailing spaces. 18
 Warning regexp RegexpSingleline Line has trailing spaces. 19
 Warning regexp RegexpSingleline Line has trailing spaces. 20
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning regexp RegexpSingleline Line has trailing spaces. 22
 Warning regexp RegexpSingleline Line has trailing spaces. 23
 Warning regexp RegexpSingleline Line has trailing spaces. 24
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning sizes LineLength Line is longer than 100 characters (found 157). 33
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc JavadocMethod Expected an @return tag. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning javadoc JavadocMethod Expected an @return tag. 51
 Warning javadoc JavadocStyle First sentence should end with a period. 55
 Warning javadoc JavadocMethod Expected an @return tag. 59
 Warning javadoc JavadocStyle First sentence should end with a period. 63
 Warning javadoc JavadocMethod Expected an @return tag. 67
 Warning javadoc JavadocStyle First sentence should end with a period. 71
 Warning javadoc JavadocMethod Expected an @return tag. 75
 Warning javadoc JavadocStyle First sentence should end with a period. 79
 Warning javadoc JavadocMethod Expected an @return tag. 83
 Warning javadoc JavadocStyle First sentence should end with a period. 87
 Warning javadoc JavadocMethod Expected an @return tag. 91
 Warning javadoc JavadocStyle First sentence should end with a period. 95
 Warning javadoc JavadocMethod Expected an @return tag. 99
 Warning javadoc JavadocStyle First sentence should end with a period. 103
 Warning javadoc JavadocMethod Expected an @return tag. 107
 Warning javadoc JavadocStyle First sentence should end with a period. 111
 Warning javadoc JavadocMethod Expected an @return tag. 115
 Warning javadoc JavadocStyle First sentence should end with a period. 119
 Warning javadoc JavadocMethod Expected an @return tag. 123
 Warning javadoc JavadocStyle First sentence should end with a period. 127
 Warning javadoc JavadocMethod Expected an @return tag. 131

eu/fbk/dkm/pikes/resources/ontonotes/frames/Predicate.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 14
 Warning javadoc JavadocStyle Javadoc has empty description section. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning design VisibilityModifier Variable 'lemma' must be private and have accessor methods. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'noteOrRoleset' must be private and have accessor methods. 35
 Warning regexp RegexpSingleline Line has trailing spaces. 43
 Warning regexp RegexpSingleline Line has trailing spaces. 55
 Warning misc FinalParameters Parameter value should be final. 57
 Warning javadoc JavadocMethod Expected an @return tag. 84

eu/fbk/dkm/pikes/resources/ontonotes/frames/Rel.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning design VisibilityModifier Variable 'f' must be private and have accessor methods. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 30
 Warning regexp RegexpSingleline Line has trailing spaces. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 50
 Warning misc FinalParameters Parameter value should be final. 52
 Warning regexp RegexpSingleline Line has trailing spaces. 62
 Warning regexp RegexpSingleline Line has trailing spaces. 74
 Warning misc FinalParameters Parameter value should be final. 76

eu/fbk/dkm/pikes/resources/ontonotes/frames/Role.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 14
 Warning javadoc JavadocStyle Javadoc has empty description section. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'f' must be private and have accessor methods. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'descr' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning design VisibilityModifier Variable 'source' must be private and have accessor methods. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning design VisibilityModifier Variable 'vnrole' must be private and have accessor methods. 40
 Warning regexp RegexpSingleline Line has trailing spaces. 48
 Warning regexp RegexpSingleline Line has trailing spaces. 60
 Warning misc FinalParameters Parameter value should be final. 62
 Warning regexp RegexpSingleline Line has trailing spaces. 72
 Warning regexp RegexpSingleline Line has trailing spaces. 84
 Warning misc FinalParameters Parameter value should be final. 86
 Warning regexp RegexpSingleline Line has trailing spaces. 96
 Warning regexp RegexpSingleline Line has trailing spaces. 108
 Warning misc FinalParameters Parameter value should be final. 110
 Warning regexp RegexpSingleline Line has trailing spaces. 120
 Warning regexp RegexpSingleline Line has trailing spaces. 132
 Warning misc FinalParameters Parameter value should be final. 134
 Warning javadoc JavadocMethod Expected an @return tag. 160

eu/fbk/dkm/pikes/resources/ontonotes/frames/Roles.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 12
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning design VisibilityModifier Variable 'noteOrRole' must be private and have accessor methods. 30
 Warning javadoc JavadocMethod Expected an @return tag. 55

eu/fbk/dkm/pikes/resources/ontonotes/frames/Roleset.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 15
 Warning javadoc JavadocStyle Javadoc has empty description section. 19
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning design VisibilityModifier Variable 'vncls' must be private and have accessor methods. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning design VisibilityModifier Variable 'framnet' must be private and have accessor methods. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning design VisibilityModifier Variable 'source' must be private and have accessor methods. 44
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning design VisibilityModifier Variable 'noteOrRolesOrExample' must be private and have accessor methods. 50
 Warning regexp RegexpSingleline Line has trailing spaces. 58
 Warning regexp RegexpSingleline Line has trailing spaces. 70
 Warning misc FinalParameters Parameter value should be final. 72
 Warning regexp RegexpSingleline Line has trailing spaces. 82
 Warning regexp RegexpSingleline Line has trailing spaces. 94
 Warning misc FinalParameters Parameter value should be final. 96
 Warning regexp RegexpSingleline Line has trailing spaces. 106
 Warning regexp RegexpSingleline Line has trailing spaces. 118
 Warning misc FinalParameters Parameter value should be final. 120
 Warning regexp RegexpSingleline Line has trailing spaces. 130
 Warning regexp RegexpSingleline Line has trailing spaces. 142
 Warning misc FinalParameters Parameter value should be final. 144
 Warning regexp RegexpSingleline Line has trailing spaces. 154
 Warning regexp RegexpSingleline Line has trailing spaces. 166
 Warning misc FinalParameters Parameter value should be final. 168
 Warning javadoc JavadocMethod Expected an @return tag. 196

eu/fbk/dkm/pikes/resources/ontonotes/frames/Text.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning design VisibilityModifier Variable 'src' must be private and have accessor methods. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 30
 Warning regexp RegexpSingleline Line has trailing spaces. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 50
 Warning misc FinalParameters Parameter value should be final. 52
 Warning regexp RegexpSingleline Line has trailing spaces. 62
 Warning regexp RegexpSingleline Line has trailing spaces. 74
 Warning misc FinalParameters Parameter value should be final. 76

eu/fbk/dkm/pikes/resources/ontonotes/frames/Vnrole.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 17
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning design VisibilityModifier Variable 'vncls' must be private and have accessor methods. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning design VisibilityModifier Variable 'vntheta' must be private and have accessor methods. 30
 Warning regexp RegexpSingleline Line has trailing spaces. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 50
 Warning misc FinalParameters Parameter value should be final. 52
 Warning regexp RegexpSingleline Line has trailing spaces. 62
 Warning regexp RegexpSingleline Line has trailing spaces. 74
 Warning misc FinalParameters Parameter value should be final. 76

eu/fbk/dkm/pikes/resources/ontonotes/senses/Inventory.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 14
 Warning javadoc JavadocStyle Javadoc has empty description section. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning design VisibilityModifier Variable 'lemma' must be private and have accessor methods. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning design VisibilityModifier Variable 'commentary' must be private and have accessor methods. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'sense' must be private and have accessor methods. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning design VisibilityModifier Variable 'wordmeta' must be private and have accessor methods. 37
 Warning regexp RegexpSingleline Line has trailing spaces. 45
 Warning regexp RegexpSingleline Line has trailing spaces. 57
 Warning misc FinalParameters Parameter value should be final. 59
 Warning regexp RegexpSingleline Line has trailing spaces. 69
 Warning regexp RegexpSingleline Line has trailing spaces. 81
 Warning misc FinalParameters Parameter value should be final. 83
 Warning javadoc JavadocMethod Expected an @return tag. 109
 Warning regexp RegexpSingleline Line has trailing spaces. 122
 Warning regexp RegexpSingleline Line has trailing spaces. 134
 Warning misc FinalParameters Parameter value should be final. 136

eu/fbk/dkm/pikes/resources/ontonotes/senses/Mappings.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 12
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'grSense' must be private and have accessor methods. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning design VisibilityModifier Variable 'wn' must be private and have accessor methods. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning design VisibilityModifier Variable 'omega' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning design VisibilityModifier Variable 'pb' must be private and have accessor methods. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning design VisibilityModifier Variable 'vn' must be private and have accessor methods. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning design VisibilityModifier Variable 'fn' must be private and have accessor methods. 40
 Warning regexp RegexpSingleline Line has trailing spaces. 48
 Warning regexp RegexpSingleline Line has trailing spaces. 60
 Warning misc FinalParameters Parameter value should be final. 62
 Warning javadoc JavadocMethod Expected an @return tag. 88
 Warning regexp RegexpSingleline Line has trailing spaces. 101
 Warning regexp RegexpSingleline Line has trailing spaces. 113
 Warning misc FinalParameters Parameter value should be final. 115
 Warning regexp RegexpSingleline Line has trailing spaces. 125
 Warning regexp RegexpSingleline Line has trailing spaces. 137
 Warning misc FinalParameters Parameter value should be final. 139
 Warning regexp RegexpSingleline Line has trailing spaces. 149
 Warning regexp RegexpSingleline Line has trailing spaces. 161
 Warning misc FinalParameters Parameter value should be final. 163
 Warning regexp RegexpSingleline Line has trailing spaces. 173
 Warning regexp RegexpSingleline Line has trailing spaces. 185
 Warning misc FinalParameters Parameter value should be final. 187

eu/fbk/dkm/pikes/resources/ontonotes/senses/ObjectFactory.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning regexp RegexpSingleline Line has trailing spaces. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 16
 Warning regexp RegexpSingleline Line has trailing spaces. 18
 Warning regexp RegexpSingleline Line has trailing spaces. 19
 Warning regexp RegexpSingleline Line has trailing spaces. 20
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning regexp RegexpSingleline Line has trailing spaces. 22
 Warning regexp RegexpSingleline Line has trailing spaces. 23
 Warning regexp RegexpSingleline Line has trailing spaces. 24
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning sizes LineLength Line is longer than 100 characters (found 183). 33
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc JavadocMethod Expected an @return tag. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning javadoc JavadocMethod Expected an @return tag. 51
 Warning javadoc JavadocStyle First sentence should end with a period. 55
 Warning javadoc JavadocMethod Expected an @return tag. 59
 Warning javadoc JavadocStyle First sentence should end with a period. 63
 Warning javadoc JavadocMethod Expected an @return tag. 67
 Warning javadoc JavadocStyle First sentence should end with a period. 71
 Warning javadoc JavadocMethod Expected an @return tag. 75
 Warning javadoc JavadocStyle First sentence should end with a period. 79
 Warning javadoc JavadocMethod Expected an @return tag. 83

eu/fbk/dkm/pikes/resources/ontonotes/senses/SENSEMETA.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning design VisibilityModifier Variable 'clarity' must be private and have accessor methods. 26
 Warning regexp RegexpSingleline Line has trailing spaces. 34
 Warning regexp RegexpSingleline Line has trailing spaces. 46
 Warning misc FinalParameters Parameter value should be final. 48

eu/fbk/dkm/pikes/resources/ontonotes/senses/Sense.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning design VisibilityModifier Variable 'type' must be private and have accessor methods. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning design VisibilityModifier Variable 'group' must be private and have accessor methods. 40
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning design VisibilityModifier Variable 'commentary' must be private and have accessor methods. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning design VisibilityModifier Variable 'examples' must be private and have accessor methods. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning design VisibilityModifier Variable 'mappings' must be private and have accessor methods. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning design VisibilityModifier Variable 'sensemeta' must be private and have accessor methods. 47
 Warning regexp RegexpSingleline Line has trailing spaces. 55
 Warning regexp RegexpSingleline Line has trailing spaces. 67
 Warning misc FinalParameters Parameter value should be final. 69
 Warning regexp RegexpSingleline Line has trailing spaces. 79
 Warning regexp RegexpSingleline Line has trailing spaces. 91
 Warning misc FinalParameters Parameter value should be final. 93
 Warning regexp RegexpSingleline Line has trailing spaces. 103
 Warning regexp RegexpSingleline Line has trailing spaces. 115
 Warning misc FinalParameters Parameter value should be final. 117
 Warning regexp RegexpSingleline Line has trailing spaces. 127
 Warning regexp RegexpSingleline Line has trailing spaces. 139
 Warning misc FinalParameters Parameter value should be final. 141
 Warning regexp RegexpSingleline Line has trailing spaces. 151
 Warning regexp RegexpSingleline Line has trailing spaces. 163
 Warning misc FinalParameters Parameter value should be final. 165
 Warning regexp RegexpSingleline Line has trailing spaces. 175
 Warning regexp RegexpSingleline Line has trailing spaces. 187
 Warning misc FinalParameters Parameter value should be final. 189
 Warning regexp RegexpSingleline Line has trailing spaces. 199
 Warning regexp RegexpSingleline Line has trailing spaces. 211
 Warning misc FinalParameters Parameter value should be final. 213
 Warning regexp RegexpSingleline Line has trailing spaces. 223
 Warning regexp RegexpSingleline Line has trailing spaces. 235
 Warning misc FinalParameters Parameter value should be final. 237

eu/fbk/dkm/pikes/resources/ontonotes/senses/WORDMETA.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning design VisibilityModifier Variable 'authors' must be private and have accessor methods. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning design VisibilityModifier Variable 'sampleScore' must be private and have accessor methods. 29
 Warning regexp RegexpSingleline Line has trailing spaces. 37
 Warning regexp RegexpSingleline Line has trailing spaces. 49
 Warning misc FinalParameters Parameter value should be final. 51
 Warning regexp RegexpSingleline Line has trailing spaces. 61
 Warning regexp RegexpSingleline Line has trailing spaces. 73
 Warning misc FinalParameters Parameter value should be final. 75

eu/fbk/dkm/pikes/resources/ontonotes/senses/Wn.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning design VisibilityModifier Variable 'version' must be private and have accessor methods. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning design VisibilityModifier Variable 'lemma' must be private and have accessor methods. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 33
 Warning regexp RegexpSingleline Line has trailing spaces. 41
 Warning regexp RegexpSingleline Line has trailing spaces. 53
 Warning misc FinalParameters Parameter value should be final. 55
 Warning regexp RegexpSingleline Line has trailing spaces. 65
 Warning regexp RegexpSingleline Line has trailing spaces. 77
 Warning misc FinalParameters Parameter value should be final. 79
 Warning regexp RegexpSingleline Line has trailing spaces. 89
 Warning regexp RegexpSingleline Line has trailing spaces. 101
 Warning misc FinalParameters Parameter value should be final. 103

eu/fbk/dkm/pikes/resources/reader/DataElementNode.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocType Missing a Javadoc comment. 10
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 11
 Warning javadoc JavadocVariable Missing a Javadoc comment. 11
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 11
 Warning javadoc JavadocVariable Missing a Javadoc comment. 12
 Warning design VisibilityModifier Variable 'attributes' must be private and have accessor methods. 12
 Warning javadoc JavadocVariable Missing a Javadoc comment. 13
 Warning design VisibilityModifier Variable 'children' must be private and have accessor methods. 13
 Warning misc FinalParameters Parameter name should be final. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning coding FinalLocalVariable Variable 'out' should be declared final. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning misc FinalParameters Parameter key should be final. 36
 Warning coding FinalLocalVariable Variable 'n' should be declared final. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning misc FinalParameters Parameter key should be final. 51
 Warning coding FinalLocalVariable Variable 'n' should be declared final. 58
 Warning whitespace OperatorWrap '+' should be on a new line. 68
 Warning whitespace OperatorWrap '+' should be on a new line. 69
 Warning whitespace OperatorWrap '+' should be on a new line. 70
 Warning whitespace OperatorWrap '+' should be on a new line. 71

eu/fbk/dkm/pikes/resources/reader/DataNode.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocType Missing a Javadoc comment. 6

eu/fbk/dkm/pikes/resources/reader/DataTextNode.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 7
 Warning javadoc JavadocVariable Missing a Javadoc comment. 7
 Warning design VisibilityModifier Variable 'text' must be private and have accessor methods. 7
 Warning misc FinalParameters Parameter text should be final. 8
 Warning javadoc JavadocMethod Missing a Javadoc comment. 12

eu/fbk/dkm/pikes/resources/reader/LKAnnotatedText.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 8
 Warning javadoc JavadocVariable Missing a Javadoc comment. 8
 Warning design VisibilityModifier Variable 'rawText' must be private and have accessor methods. 8
 Warning javadoc JavadocVariable Missing a Javadoc comment. 9
 Warning design VisibilityModifier Variable 'layers' must be private and have accessor methods. 9
 Warning javadoc JavadocVariable Missing a Javadoc comment. 11
 Warning design VisibilityModifier Variable 'metaInfo' must be private and have accessor methods. 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 13
 Warning misc FinalParameters Parameter provides should be final. 13
 Warning blocks NeedBraces 'for' construct must use '{}'s. 14
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 14
 Warning blocks NeedBraces 'if' construct must use '{}'s. 15
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 15

eu/fbk/dkm/pikes/resources/reader/LKAnnotationEntity.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 9
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 9
 Warning javadoc JavadocVariable Missing a Javadoc comment. 9
 Warning design VisibilityModifier Variable 'cstart' must be private and have accessor methods. 9
 Warning design VisibilityModifier Variable 'cend' must be private and have accessor methods. 9
 Warning javadoc JavadocVariable Missing a Javadoc comment. 11
 Warning design VisibilityModifier Variable 'referred' must be private and have accessor methods. 11
 Warning javadoc JavadocVariable Missing a Javadoc comment. 12
 Warning design VisibilityModifier Variable 'from' must be private and have accessor methods. 12
 Warning javadoc JavadocVariable Missing a Javadoc comment. 13
 Warning design VisibilityModifier Variable 'to' must be private and have accessor methods. 13
 Warning javadoc JavadocVariable Missing a Javadoc comment. 16
 Warning design VisibilityModifier Variable 'data' must be private and have accessor methods. 16
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning design VisibilityModifier Variable 'localURI' must be private and have accessor methods. 20
 Warning whitespace OperatorWrap '+' should be on a new line. 24
 Warning whitespace OperatorWrap '+' should be on a new line. 25
 Warning whitespace OperatorWrap '+' should be on a new line. 26
 Warning whitespace OperatorWrap '+' should be on a new line. 27
 Warning whitespace OperatorWrap '+' should be on a new line. 28
 Warning whitespace OperatorWrap '+' should be on a new line. 29
 Warning whitespace OperatorWrap '+' should be on a new line. 30
 Warning whitespace OperatorWrap '+' should be on a new line. 31

eu/fbk/dkm/pikes/resources/reader/LKAnnotationLayer.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocType Missing a Javadoc comment. 10
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 11
 Warning javadoc JavadocVariable Missing a Javadoc comment. 11
 Warning design VisibilityModifier Variable 'provides' must be private and have accessor methods. 11
 Warning javadoc JavadocVariable Missing a Javadoc comment. 12
 Warning design VisibilityModifier Variable 'scopeFile' must be private and have accessor methods. 12
 Warning javadoc JavadocVariable Missing a Javadoc comment. 13
 Warning design VisibilityModifier Variable 'onFiles' must be private and have accessor methods. 13
 Warning javadoc JavadocVariable Missing a Javadoc comment. 15
 Warning design VisibilityModifier Variable 'entityList' must be private and have accessor methods. 15
 Warning javadoc JavadocVariable Missing a Javadoc comment. 16
 Warning design VisibilityModifier Variable 'idToIndex' must be private and have accessor methods. 16

eu/fbk/dkm/pikes/resources/reader/LKCollectionReader.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.xml.sax.*. 4
 Warning imports ImportOrder 'se.lth.cs.nlp.nlputils.core.Ax' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.ParserConfigurationException' import. 9
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 10
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 10
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 11
 Warning javadoc JavadocType Missing a Javadoc comment. 17
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning misc FinalParameters Parameter dir should be final. 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning misc FinalParameters Parameter dir should be final. 37
 Warning misc FinalParameters Parameter fileList should be final. 37
 Warning misc FinalParameters Parameter usedAnnotations should be final. 41
 Warning misc FinalParameters Parameter dir should be final. 41
 Warning misc FinalParameters Parameter fileList should be final. 42
 Warning blocks RightCurly '}' should be on the same line. 50
 Warning misc FinalParameters Parameter dir should be final. 62
 Warning coding FinalLocalVariable Variable 'df' should be declared final. 63
 Warning coding FinalLocalVariable Variable 'list' should be declared final. 68
 Warning coding FinalLocalVariable Variable 'br' should be declared final. 72
 Warning coding FinalLocalVariable Variable 'm' should be declared final. 88
 Warning misc FinalParameters Parameter dir should be final. 112
 Warning misc FinalParameters Parameter listedFiles should be final. 112
 Warning coding FinalLocalVariable Variable 'copy' should be declared final. 113
 Warning coding FinalLocalVariable Variable 'df' should be declared final. 114
 Warning coding FinalLocalVariable Variable 'iter' should be declared final. 119
 Warning whitespace EmptyForIteratorPad ';' is followed by whitespace. 119
 Warning blocks LeftCurly '{' should be on the previous line. 125
 Warning coding FinalLocalVariable Variable 'fn2' should be declared final. 134
 Warning coding FinalLocalVariable Variable 'list' should be declared final. 146
 Warning coding FinalLocalVariable Variable 'sc' should be declared final. 148
 Warning coding FinalLocalVariable Variable 'line' should be declared final. 151
 Warning coding FinalLocalVariable Variable 'line2' should be declared final. 160
 Warning coding FinalLocalVariable Variable 'm' should be declared final. 161
 Warning javadoc JavadocMethod Missing a Javadoc comment. 182
 Warning coding UnnecessaryParentheses Unnecessary parentheses around return value. 183
 Warning javadoc JavadocMethod Missing a Javadoc comment. 187
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 194
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 200
 Warning coding FinalLocalVariable Variable 'is' should be declared final. 204
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 208
 Warning coding FinalLocalVariable Variable 'layers' should be declared final. 213
 Warning coding FinalLocalVariable Variable 'out' should be declared final. 219
 Warning misc FinalParameters Parameter provides should be final. 231
 Warning misc FinalParameters Parameter ls should be final. 231
 Warning regexp RegexpSingleline Line has trailing spaces. 238
 Warning coding FinalLocalVariable Variable 'saxParserFactory' should be declared final. 245
 Warning misc FinalParameters Parameter namespace should be final. 267
 Warning misc FinalParameters Parameter localname should be final. 267
 Warning misc FinalParameters Parameter type should be final. 268
 Warning misc FinalParameters Parameter attributes should be final. 268
 Warning coding FinalLocalVariable Variable 'name' should be declared final. 270
 Warning blocks RightCurly '}' should be on the same line. 277
 Warning blocks RightCurly '}' should be on the same line. 281
 Warning blocks EmptyBlock Must have at least one statement. 282
 Warning blocks RightCurly '}' should be on the same line. 284
 Warning misc FinalParameters Parameter namespace should be final. 291
 Warning misc FinalParameters Parameter localname should be final. 291
 Warning misc FinalParameters Parameter type should be final. 292
 Warning blocks RightCurly '}' should be on the same line. 295
 Warning misc FinalParameters Parameter ch should be final. 302
 Warning misc FinalParameters Parameter start should be final. 302
 Warning misc FinalParameters Parameter len should be final. 302
 Warning coding FinalLocalVariable Variable 's' should be declared final. 304
 Warning blocks RightCurly '}' should be on the same line. 306
 Warning coding FinalLocalVariable Variable 's' should be declared final. 308
 Warning sizes LineLength Line is longer than 100 characters (found 119). 323
 Warning misc FinalParameters Parameter baseText should be final. 323
 Warning misc FinalParameters Parameter files should be final. 323
 Warning coding FinalLocalVariable Variable 'layerMap' should be declared final. 328
 Warning coding FinalLocalVariable Variable 'sorted' should be declared final. 330
 Warning coding FinalLocalVariable Variable 'out' should be declared final. 332
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 341
 Warning coding FinalLocalVariable Variable 'acb' should be declared final. 342
 Warning coding FinalLocalVariable Variable 'fullFileName' should be declared final. 345
 Warning coding FinalLocalVariable Variable 'is' should be declared final. 346
 Warning misc FinalParameters Parameter baseTextFile should be final. 382
 Warning misc FinalParameters Parameter layerMap should be final. 383
 Warning sizes MethodLength Method length is 167 lines (max allowed is 150). 388
 Warning misc FinalParameters Parameter namespace should be final. 388
 Warning misc FinalParameters Parameter localname should be final. 388
 Warning misc FinalParameters Parameter type should be final. 389
 Warning misc FinalParameters Parameter attributes should be final. 389
 Warning coding FinalLocalVariable Variable 'parent' should be declared final. 392
 Warning coding FinalLocalVariable Variable 'n' should be declared final. 393
 Warning coding FinalLocalVariable Variable 'k' should be declared final. 395
 Warning coding FinalLocalVariable Variable 'v' should be declared final. 396
 Warning blocks RightCurly '}' should be on the same line. 401
 Warning coding FinalLocalVariable Variable 'e' should be declared final. 403
 Warning coding FinalLocalVariable Variable 'on' should be declared final. 405
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 406
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 407
 Warning coding FinalLocalVariable Variable 'from' should be declared final. 408
 Warning coding FinalLocalVariable Variable 'to' should be declared final. 409
 Warning blocks RightCurly '}' should be on the same line. 458
 Warning coding FinalLocalVariable Variable 'l1' should be declared final. 460
 Warning coding FinalLocalVariable Variable 'ix1' should be declared final. 461
 Warning coding FinalLocalVariable Variable 'l2' should be declared final. 462
 Warning coding FinalLocalVariable Variable 'ix2' should be declared final. 463
 Warning blocks RightCurly '}' should be on the same line. 471
 Warning coding FinalLocalVariable Variable 'set' should be declared final. 473
 Warning coding FinalLocalVariable Variable 'l' should be declared final. 475
 Warning coding FinalLocalVariable Variable 'ix' should be declared final. 477
 Warning blocks RightCurly '}' should be on the same line. 480
 Warning coding FinalLocalVariable Variable 'l' should be declared final. 482
 Warning coding FinalLocalVariable Variable 'ix1' should be declared final. 483
 Warning coding FinalLocalVariable Variable 'ix2' should be declared final. 485
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 489
 Warning coding FinalLocalVariable Variable 'n' should be declared final. 506
 Warning blocks RightCurly '}' should be on the same line. 510
 Warning coding FinalLocalVariable Variable 'name' should be declared final. 512
 Warning blocks RightCurly '}' should be on the same line. 519
 Warning coding FinalLocalVariable Variable 'scopeFile' should be declared final. 522
 Warning coding FinalLocalVariable Variable 'onFiles' should be declared final. 523
 Warning sizes LineLength Line is longer than 100 characters (found 136). 525
 Warning blocks RightCurly '}' should be on the same line. 531
 Warning blocks RightCurly '}' should be on the same line. 538
 Warning blocks RightCurly '}' should be on the same line. 548
 Warning blocks EmptyBlock Must have at least one statement. 549
 Warning blocks RightCurly '}' should be on the same line. 551
 Warning misc FinalParameters Parameter ref should be final. 557
 Warning misc FinalParameters Parameter lout should be final. 557
 Warning coding FinalLocalVariable Variable 'ix' should be declared final. 562
 Warning coding FinalLocalVariable Variable 'l' should be declared final. 563
 Warning blocks RightCurly '}' should be on the same line. 569
 Warning blocks RightCurly '}' should be on the same line. 578
 Warning sizes LineLength Line is longer than 100 characters (found 106). 582
 Warning coding FinalLocalVariable Variable 'llIx' should be declared final. 589
 Warning misc FinalParameters Parameter namespace should be final. 598
 Warning misc FinalParameters Parameter localname should be final. 598
 Warning misc FinalParameters Parameter type should be final. 599
 Warning regexp RegexpSingleline Line has trailing spaces. 604
 Warning blocks RightCurly '}' should be on the same line. 605
 Warning blocks RightCurly '}' should be on the same line. 609
 Warning blocks RightCurly '}' should be on the same line. 613
 Warning misc FinalParameters Parameter ch should be final. 619
 Warning misc FinalParameters Parameter start should be final. 619
 Warning misc FinalParameters Parameter len should be final. 619
 Warning coding FinalLocalVariable Variable 's' should be declared final. 621
 Warning coding FinalLocalVariable Variable 'n' should be declared final. 622
 Warning blocks RightCurly '}' should be on the same line. 624
 Warning coding FinalLocalVariable Variable 's' should be declared final. 626
 Warning misc FinalParameters Parameter files should be final. 641
 Warning coding FinalLocalVariable Variable 'dg' should be declared final. 643
 Warning coding FinalLocalVariable Variable 'out' should be declared final. 645
 Warning misc FinalParameters Parameter depGraph should be final. 650
 Warning coding FinalLocalVariable Variable 'starts' should be declared final. 652
 Warning coding FinalLocalVariable Variable 'q' should be declared final. 665
 Warning coding FinalLocalVariable Variable 'out' should be declared final. 666
 Warning coding FinalLocalVariable Variable 't' should be declared final. 669
 Warning coding FinalLocalVariable Variable 'sl' should be declared final. 671
 Warning coding FinalLocalVariable Variable 'sl2' should be declared final. 676
 Warning coding FinalLocalVariable Variable 'seen' should be declared final. 684
 Warning coding FinalLocalVariable Variable 'it' should be declared final. 685
 Warning whitespace EmptyForIteratorPad ';' is followed by whitespace. 685
 Warning coding FinalLocalVariable Variable 't' should be declared final. 686
 Warning blocks RightCurly '}' should be on the same line. 689
 Warning naming MethodName Name 'tsort_orig' must match pattern '^[a-z][a-zA-Z0-9]*$'. 697
 Warning misc FinalParameters Parameter depGraph should be final. 697
 Warning coding FinalLocalVariable Variable 'starts' should be declared final. 698
 Warning coding FinalLocalVariable Variable 'q' should be declared final. 711
 Warning coding FinalLocalVariable Variable 'out' should be declared final. 712
 Warning coding FinalLocalVariable Variable 't' should be declared final. 715
 Warning coding FinalLocalVariable Variable 'sl' should be declared final. 717
 Warning coding FinalLocalVariable Variable 'seen' should be declared final. 723
 Warning coding FinalLocalVariable Variable 'it' should be declared final. 724
 Warning whitespace EmptyForIteratorPad ';' is followed by whitespace. 724
 Warning coding FinalLocalVariable Variable 't' should be declared final. 725
 Warning blocks RightCurly '}' should be on the same line. 728
 Warning misc FinalParameters Parameter files should be final. 737
 Warning coding FinalLocalVariable Variable 'out' should be declared final. 738
 Warning coding FinalLocalVariable Variable 'full' should be declared final. 740
 Warning coding FinalLocalVariable Variable 'br' should be declared final. 741
 Warning coding FinalLocalVariable Variable 'm1' should be declared final. 746
 Warning coding FinalLocalVariable Variable 'ref' should be declared final. 748
 Warning blocks RightCurly '}' should be on the same line. 750
 Warning coding FinalLocalVariable Variable 'm2' should be declared final. 752
 Warning javadoc JavadocMethod Missing a Javadoc comment. 766
 Warning misc FinalParameters Parameter argv should be final. 766
 Warning coding FinalLocalVariable Variable 'r' should be declared final. 768
 Warning coding FinalLocalVariable Variable 'annotatedText' should be declared final. 772
 Warning coding FinalLocalVariable Variable 'layer' should be declared final. 773

eu/fbk/dkm/pikes/resources/signalmedia/JsonToNaf.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 6
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 9
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 9
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter args should be final. 23
 Warning sizes LineLength Line is longer than 100 characters (found 110). 33
 Warning coding FinalLocalVariable Variable 'inputFile' should be declared final. 38
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'prefix' should be declared final. 40
 Warning coding FinalLocalVariable Variable 'skipTitle' should be declared final. 42
 Warning coding FinalLocalVariable Variable 'fileStream' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'gzipStream' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'decoder' should be declared final. 50
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 51
 Warning coding FinalLocalVariable Variable 'mapper' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'rootNode' should be declared final. 56
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'title' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'mediaType' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'source' should be declared final. 62
 Warning coding FinalLocalVariable Variable 'published' should be declared final. 63
 Warning coding FinalLocalVariable Variable 'simpleID' should be declared final. 72
 Warning coding FinalLocalVariable Variable 'subFolder' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'subFolderFile' should be declared final. 74
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 77
 Warning sizes LineLength Line is longer than 100 characters (found 109). 78
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 78
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'documentPublic' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'documentFileDesc' should be declared final. 86

eu/fbk/dkm/pikes/resources/tempeval/TMLtoNAF.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.joox.JOOX' import. 6
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 13
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 15
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter args should be final. 26
 Warning sizes LineLength Line is longer than 100 characters (found 110). 36
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 40
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'prefix' should be declared final. 42
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'i' should be declared final. 51
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'docidElements' should be declared final. 64
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 74
 Warning coding FinalLocalVariable Variable 'docTimeElements' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'function' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'textElements' should be declared final. 97
 Warning sizes LineLength Line is longer than 100 characters (found 106). 108
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 113
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 116
 Warning coding FinalLocalVariable Variable 'documentPublic' should be declared final. 118
 Warning coding FinalLocalVariable Variable 'documentFileDesc' should be declared final. 122

eu/fbk/dkm/pikes/resources/trec/CR.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.joox.JOOX' import. 7
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 14
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 32
 Warning naming StaticVariableName Name 'DEFAULT_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning misc FinalParameters Parameter args should be final. 38
 Warning sizes LineLength Line is longer than 100 characters (found 101). 45
 Warning sizes LineLength Line is longer than 100 characters (found 114). 46
 Warning sizes LineLength Line is longer than 100 characters (found 120). 48
 Warning coding FinalLocalVariable Variable 'inputDir' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'outputDir' should be declared final. 61
 Warning sizes LineLength Line is longer than 100 characters (found 102). 74
 Warning coding FinalLocalVariable Variable 'newFolder' should be declared final. 75
 Warning misc FinalParameters Parameter inputFile should be final. 86
 Warning misc FinalParameters Parameter outputFilePattern should be final. 86
 Warning misc FinalParameters Parameter urlTemplate should be final. 86
 Warning coding FinalLocalVariable Variable 'stringBuffer' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'is' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 97
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 98
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 99
 Warning coding FinalLocalVariable Variable 'docnoElement' should be declared final. 105
 Warning coding FinalLocalVariable Variable 'dateElement' should be declared final. 106
 Warning coding FinalLocalVariable Variable 'headlineElement' should be declared final. 107
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 111
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 138
 Warning coding FinalLocalVariable Variable 'builder' should be declared final. 143
 Warning sizes LineLength Line is longer than 100 characters (found 118). 145
 Warning coding FinalLocalVariable Variable 'calendar' should be declared final. 150
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 159
 Warning coding FinalLocalVariable Variable 'fileDesc' should be declared final. 162
 Warning coding FinalLocalVariable Variable 'aPublic' should be declared final. 165

eu/fbk/dkm/pikes/resources/trec/FBIS.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.joox.JOOX' import. 7
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 14
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36
 Warning naming StaticVariableName Name 'DEFAULT_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning misc FinalParameters Parameter args should be final. 43
 Warning sizes LineLength Line is longer than 100 characters (found 103). 50
 Warning sizes LineLength Line is longer than 100 characters (found 114). 51
 Warning sizes LineLength Line is longer than 100 characters (found 120). 53
 Warning coding FinalLocalVariable Variable 'inputDir' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'outputDir' should be declared final. 66
 Warning sizes LineLength Line is longer than 100 characters (found 102). 79
 Warning coding FinalLocalVariable Variable 'newFolder' should be declared final. 80
 Warning misc FinalParameters Parameter inputFile should be final. 91
 Warning misc FinalParameters Parameter outputFilePattern should be final. 91
 Warning misc FinalParameters Parameter urlTemplate should be final. 91
 Warning coding FinalLocalVariable Variable 'stringBuffer' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'is' should be declared final. 150
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 151
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 152
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 153
 Warning coding FinalLocalVariable Variable 'docnoElement' should be declared final. 159
 Warning coding FinalLocalVariable Variable 'dateElement' should be declared final. 160
 Warning coding FinalLocalVariable Variable 'headlineElement' should be declared final. 161
 Warning coding FinalLocalVariable Variable 'textElement' should be declared final. 162
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 166
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 198
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 214
 Warning coding FinalLocalVariable Variable 'fileDesc' should be declared final. 217
 Warning coding FinalLocalVariable Variable 'aPublic' should be declared final. 222

eu/fbk/dkm/pikes/resources/trec/FR94.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.joox.JOOX' import. 7
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 14
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 35
 Warning naming StaticVariableName Name 'DEFAULT_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning misc FinalParameters Parameter args should be final. 40
 Warning sizes LineLength Line is longer than 100 characters (found 103). 47
 Warning sizes LineLength Line is longer than 100 characters (found 114). 48
 Warning sizes LineLength Line is longer than 100 characters (found 120). 50
 Warning coding FinalLocalVariable Variable 'inputDir' should be declared final. 56
 Warning coding FinalLocalVariable Variable 'outputDir' should be declared final. 63
 Warning sizes LineLength Line is longer than 100 characters (found 102). 76
 Warning coding FinalLocalVariable Variable 'newFolder' should be declared final. 77
 Warning misc FinalParameters Parameter inputFile should be final. 88
 Warning misc FinalParameters Parameter outputFilePattern should be final. 88
 Warning misc FinalParameters Parameter urlTemplate should be final. 88
 Warning coding FinalLocalVariable Variable 'stringBuffer' should be declared final. 93
 Warning coding FinalLocalVariable Variable 'is' should be declared final. 155
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 156
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 157
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 158
 Warning coding FinalLocalVariable Variable 'docnoElement' should be declared final. 164
 Warning coding FinalLocalVariable Variable 'textElement' should be declared final. 165
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 169
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 187
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 192
 Warning coding FinalLocalVariable Variable 'fileDesc' should be declared final. 195
 Warning coding FinalLocalVariable Variable 'aPublic' should be declared final. 197

eu/fbk/dkm/pikes/resources/trec/FT.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.joox.JOOX' import. 7
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 14
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 30
 Warning naming StaticVariableName Name 'DEFAULT_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
 Warning sizes LineLength Line is longer than 100 characters (found 106). 36
 Warning naming StaticVariableName Name 'TITLE_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning misc FinalParameters Parameter args should be final. 38
 Warning sizes LineLength Line is longer than 100 characters (found 101). 45
 Warning sizes LineLength Line is longer than 100 characters (found 114). 46
 Warning sizes LineLength Line is longer than 100 characters (found 120). 48
 Warning coding FinalLocalVariable Variable 'inputDir' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'outputDir' should be declared final. 61
 Warning sizes LineLength Line is longer than 100 characters (found 102). 71
 Warning coding FinalLocalVariable Variable 'newFolder' should be declared final. 72
 Warning misc FinalParameters Parameter inputFile should be final. 83
 Warning misc FinalParameters Parameter outputFilePattern should be final. 83
 Warning misc FinalParameters Parameter urlTemplate should be final. 83
 Warning coding FinalLocalVariable Variable 'stringBuffer' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'is' should be declared final. 93
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 94
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 95
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 96
 Warning coding FinalLocalVariable Variable 'docnoElement' should be declared final. 102
 Warning coding FinalLocalVariable Variable 'dateElement' should be declared final. 103
 Warning coding FinalLocalVariable Variable 'headlineElement' should be declared final. 104
 Warning coding FinalLocalVariable Variable 'textElement' should be declared final. 105
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 109
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 137
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 144
 Warning coding FinalLocalVariable Variable 'builder' should be declared final. 149
 Warning sizes LineLength Line is longer than 100 characters (found 118). 151
 Warning coding FinalLocalVariable Variable 'calendar' should be declared final. 156
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 160
 Warning coding FinalLocalVariable Variable 'fileDesc' should be declared final. 163
 Warning coding FinalLocalVariable Variable 'aPublic' should be declared final. 166

eu/fbk/dkm/pikes/resources/trec/LATIMES.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.joox.JOOX' import. 7
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 14
 Warning imports ImportOrder Wrong order for 'java.io.ByteArrayInputStream' import. 17
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 34
 Warning naming StaticVariableName Name 'DEFAULT_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning misc FinalParameters Parameter args should be final. 42
 Warning sizes LineLength Line is longer than 100 characters (found 106). 49
 Warning sizes LineLength Line is longer than 100 characters (found 114). 50
 Warning sizes LineLength Line is longer than 100 characters (found 120). 52
 Warning coding FinalLocalVariable Variable 'inputDir' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'outputDir' should be declared final. 65
 Warning sizes LineLength Line is longer than 100 characters (found 102). 78
 Warning coding FinalLocalVariable Variable 'newFolder' should be declared final. 79
 Warning misc FinalParameters Parameter inputFile should be final. 90
 Warning misc FinalParameters Parameter outputFilePattern should be final. 90
 Warning misc FinalParameters Parameter urlTemplate should be final. 90
 Warning coding FinalLocalVariable Variable 'stringBuffer' should be declared final. 95
 Warning coding FinalLocalVariable Variable 'is' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 101
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 102
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 103
 Warning coding FinalLocalVariable Variable 'docnoElement' should be declared final. 109
 Warning coding FinalLocalVariable Variable 'dateElement' should be declared final. 110
 Warning coding FinalLocalVariable Variable 'correctionDateElement' should be declared final. 111
 Warning coding FinalLocalVariable Variable 'headlineElement' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'textElement' should be declared final. 114
 Warning coding FinalLocalVariable Variable 'graphicElement' should be declared final. 115
 Warning coding FinalLocalVariable Variable 'correctionElement' should be declared final. 116
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 120
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 159
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 187
 Warning coding FinalLocalVariable Variable 'fileDesc' should be declared final. 190
 Warning coding FinalLocalVariable Variable 'aPublic' should be declared final. 195

eu/fbk/dkm/pikes/resources/trec/Qrels.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 6
 Warning imports ImportOrder Wrong order for 'java.io.BufferedWriter' import. 10
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 20
 Warning sizes LineLength Line is longer than 100 characters (found 106). 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter args should be final. 26
 Warning sizes LineLength Line is longer than 100 characters (found 114). 34
 Warning sizes LineLength Line is longer than 100 characters (found 111). 36
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 40
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'qrels' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'fileIterator' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'lines' should be declared final. 51
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 53
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'qID' should be declared final. 57
 Warning coding FinalLocalVariable Variable 'docID' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'relevance' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 69
 Warning coding FinalLocalVariable Variable 'stringBuffer' should be declared final. 72

eu/fbk/dkm/pikes/resources/trec/Queries.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 7
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 15
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 18
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 18
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 32
 Warning naming StaticVariableName Name 'DEFAULT_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning misc FinalParameters Parameter args should be final. 41
 Warning sizes LineLength Line is longer than 100 characters (found 106). 48
 Warning sizes LineLength Line is longer than 100 characters (found 120). 51
 Warning coding FinalLocalVariable Variable 'inputfile' should be declared final. 57
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 65
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 66
 Warning coding FinalLocalVariable Variable 'content' should be declared final. 70
 Warning coding FinalLocalVariable Variable 'newContent' should be declared final. 72
 Warning sizes LineLength Line is longer than 100 characters (found 116). 83
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 83
 Warning coding FinalLocalVariable Variable 'numElement' should be declared final. 85
 Warning coding FinalLocalVariable Variable 'titleElement' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'descElement' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'number' should be declared final. 89
 Warning coding FinalLocalVariable Variable 'title' should be declared final. 90
 Warning sizes LineLength Line is longer than 100 characters (found 111). 91
 Warning coding FinalLocalVariable Variable 'desc' should be declared final. 91
 Warning sizes LineLength Line is longer than 100 characters (found 117). 93
 Warning sizes LineLength Line is longer than 100 characters (found 113). 94
 Warning sizes LineLength Line is longer than 100 characters (found 133). 95
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 95
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 95
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 95
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 95
 Warning misc FinalParameters Parameter outputFilename should be final. 105
 Warning misc FinalParameters Parameter raw should be final. 105
 Warning misc FinalParameters Parameter id should be final. 105
 Warning misc FinalParameters Parameter url_template should be final. 105
 Warning naming ParameterName Name 'url_template' must match pattern '^[a-z][a-zA-Z0-9]*$'. 105
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 108
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 111
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 113
 Warning coding FinalLocalVariable Variable 'fileDesc' should be declared final. 116
 Warning coding FinalLocalVariable Variable 'aPublic' should be declared final. 119
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 120
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 120

eu/fbk/dkm/pikes/resources/trec/QueriesTSV.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 5
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 12
 Warning imports ImportOrder Wrong order for 'java.io.BufferedWriter' import. 14
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 24
 Warning sizes LineLength Line is longer than 100 characters (found 106). 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning misc FinalParameters Parameter args should be final. 30
 Warning sizes LineLength Line is longer than 100 characters (found 114). 38
 Warning sizes LineLength Line is longer than 100 characters (found 111). 40
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 50
 Warning coding FinalLocalVariable Variable 'fileIterator' should be declared final. 52
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'content' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'newContent' should be declared final. 60
 Warning sizes LineLength Line is longer than 100 characters (found 120). 71
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 71
 Warning coding FinalLocalVariable Variable 'numElement' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'titleElement' should be declared final. 74
 Warning coding FinalLocalVariable Variable 'descElement' should be declared final. 75
 Warning coding FinalLocalVariable Variable 'number' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'title' should be declared final. 78
 Warning sizes LineLength Line is longer than 100 characters (found 115). 79
 Warning coding FinalLocalVariable Variable 'desc' should be declared final. 79

eu/fbk/dkm/pikes/resources/treccani/TAOL.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 4
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.apache.commons.lang.StringEscapeUtils' import. 6
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 13
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 15
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 21
 Warning sizes LineLength Line is longer than 100 characters (found 114). 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter args should be final. 26
 Warning sizes LineLength Line is longer than 100 characters (found 110). 36
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 40
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'prefix' should be declared final. 42
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'language' should be declared final. 70
 Warning coding FinalLocalVariable Variable 'thisPrefix' should be declared final. 71
 Warning coding FinalLocalVariable Variable 'cidaElement' should be declared final. 77
 Warning sizes LineLength Line is longer than 100 characters (found 101). 79
 Warning coding FinalLocalVariable Variable 'cida' should be declared final. 79
 Warning coding FinalLocalVariable Variable 'ctitElement' should be declared final. 84
 Warning coding FinalLocalVariable Variable 'contentElement' should be declared final. 89
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 91
 Warning sizes LineLength Line is longer than 100 characters (found 113). 92
 Warning whitespace OperatorWrap '+' should be on a new line. 92
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 97
 Warning coding FinalLocalVariable Variable 'documentPublic' should be declared final. 99
 Warning coding FinalLocalVariable Variable 'documentFileDesc' should be declared final. 103
 Warning coding FinalLocalVariable Variable 'finalContent' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'lines' should be declared final. 114
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 116
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 118
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 121
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 127

eu/fbk/dkm/pikes/resources/util/corpus/Corpus.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 6
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter sentences should be final. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning misc FinalParameters Parameter sentence should be final. 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning misc FinalParameters Parameter fileName should be final. 37
 Warning misc FinalParameters Parameter sourceName should be final. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning misc FinalParameters Parameter file should be final. 41
 Warning misc FinalParameters Parameter sourceName should be final. 41
 Warning coding FinalLocalVariable Variable 'corpus' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'lines' should be declared final. 46
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 56
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'word' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'row' should be declared final. 72
 Warning coding FinalLocalVariable Variable 'srl' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'roleIndex' should be declared final. 78
 Warning naming LocalVariableName Name 'row_role' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
 Warning coding FinalLocalVariable Variable 'row_role' should be declared final. 81
 Warning sizes LineLength Line is longer than 100 characters (found 103). 86
 Warning coding FinalLocalVariable Variable 'role' should be declared final. 86
 Warning javadoc JavadocMethod Missing a Javadoc comment. 109
 Warning misc FinalParameters Parameter args should be final. 109
 Warning coding FinalLocalVariable Variable 'fileName' should be declared final. 110

eu/fbk/dkm/pikes/resources/util/corpus/Role.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 16
 Warning misc FinalParameters Parameter span should be final. 16
 Warning misc FinalParameters Parameter label should be final. 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 21
 Warning misc FinalParameters Parameter word should be final. 21
 Warning misc FinalParameters Parameter label should be final. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning whitespace OperatorWrap '+' should be on a new line. 35
 Warning whitespace OperatorWrap '+' should be on a new line. 36
 Warning whitespace OperatorWrap '+' should be on a new line. 37

eu/fbk/dkm/pikes/resources/util/corpus/Sentence.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 6
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter text should be final. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter words should be final. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning misc FinalParameters Parameter word should be final. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning misc FinalParameters Parameter srl should be final. 35
 Warning misc FinalParameters Parameter i should be final. 45
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 46
 Warning misc FinalParameters Parameter i should be final. 67
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 68
 Warning coding FinalLocalVariable Variable 'children' should be declared final. 70
 Warning coding FinalLocalVariable Variable 'noLoop' should be declared final. 77
 Warning sizes LineLength Line is longer than 100 characters (found 111). 83
 Warning javadoc JavadocMethod Missing a Javadoc comment. 83
 Warning misc FinalParameters Parameter map should be final. 83
 Warning misc FinalParameters Parameter ret should be final. 83
 Warning misc FinalParameters Parameter parent should be final. 83
 Warning misc FinalParameters Parameter noLoop should be final. 83
 Warning coding FinalLocalVariable Variable 'children' should be declared final. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning misc FinalParameters Parameter span should be final. 97
 Warning coding FinalLocalVariable Variable 'ancestorLists' should be declared final. 98
 Warning coding FinalLocalVariable Variable 'integer' should be declared final. 100
 Warning misc FinalParameters Parameter ancestorLists should be final. 107
 Warning coding FinalLocalVariable Variable 'integers' should be declared final. 115
 Warning javadoc JavadocMethod Missing a Javadoc comment. 134
 Warning javadoc JavadocMethod Missing a Javadoc comment. 137
 Warning javadoc JavadocMethod Missing a Javadoc comment. 141
 Warning javadoc JavadocMethod Missing a Javadoc comment. 145
 Warning coding FinalLocalVariable Variable 'srlMap' should be declared final. 147
 Warning coding FinalLocalVariable Variable 'word' should be declared final. 149
 Warning coding FinalLocalVariable Variable 'additionalColumnsNo' should be declared final. 153
 Warning coding FinalLocalVariable Variable 'additionalColumns' should be declared final. 154
 Warning coding FinalLocalVariable Variable 'srl' should be declared final. 163
 Warning coding FinalLocalVariable Variable 'roleKey' should be declared final. 169
 Warning coding FinalLocalVariable Variable 'builder' should be declared final. 176
 Warning coding FinalLocalVariable Variable 'builder' should be declared final. 205

eu/fbk/dkm/pikes/resources/util/corpus/Srl.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning misc FinalParameters Parameter target should be final. 18
 Warning misc FinalParameters Parameter label should be final. 18
 Warning misc FinalParameters Parameter source should be final. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter target should be final. 24
 Warning misc FinalParameters Parameter label should be final. 24
 Warning misc FinalParameters Parameter source should be final. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning misc FinalParameters Parameter role should be final. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning whitespace OperatorWrap '+' should be on a new line. 51
 Warning whitespace OperatorWrap '+' should be on a new line. 52
 Warning whitespace OperatorWrap '+' should be on a new line. 53
 Warning whitespace OperatorWrap '+' should be on a new line. 54
 Warning whitespace OperatorWrap '+' should be on a new line. 55

eu/fbk/dkm/pikes/resources/util/corpus/Word.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter parts should be final. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning misc FinalParameters Parameter id should be final. 44
 Warning misc FinalParameters Parameter form should be final. 44
 Warning misc FinalParameters Parameter lemma should be final. 44
 Warning misc FinalParameters Parameter pos should be final. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning misc FinalParameters Parameter id should be final. 51
 Warning misc FinalParameters Parameter form should be final. 51
 Warning misc FinalParameters Parameter lemma should be final. 51
 Warning misc FinalParameters Parameter pos should be final. 51
 Warning misc FinalParameters Parameter depParent should be final. 51
 Warning misc FinalParameters Parameter depLabel should be final. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning misc FinalParameters Parameter form should be final. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning misc FinalParameters Parameter lemma should be final. 72
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning misc FinalParameters Parameter pos should be final. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 84
 Warning javadoc JavadocMethod Missing a Javadoc comment. 88
 Warning misc FinalParameters Parameter depParent should be final. 88
 Warning javadoc JavadocMethod Missing a Javadoc comment. 92
 Warning javadoc JavadocMethod Missing a Javadoc comment. 96
 Warning misc FinalParameters Parameter depLabel should be final. 96
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 104
 Warning javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning misc FinalParameters Parameter begin should be final. 108
 Warning javadoc JavadocMethod Missing a Javadoc comment. 112
 Warning javadoc JavadocMethod Missing a Javadoc comment. 116
 Warning misc FinalParameters Parameter end should be final. 116
 Warning whitespace OperatorWrap '+' should be on a new line. 121
 Warning whitespace OperatorWrap '+' should be on a new line. 122
 Warning whitespace OperatorWrap '+' should be on a new line. 123
 Warning whitespace OperatorWrap '+' should be on a new line. 124
 Warning whitespace OperatorWrap '+' should be on a new line. 125
 Warning whitespace OperatorWrap '+' should be on a new line. 126
 Warning whitespace OperatorWrap '+' should be on a new line. 127
 Warning coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 131
 Warning misc FinalParameters Parameter obj should be final. 131

eu/fbk/dkm/pikes/resources/util/fnlu/AnnoSetType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 39
 Warning javadoc JavadocMethod Expected an @return tag. 45
 Warning misc FinalParameters Parameter value should be final. 53
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 53

eu/fbk/dkm/pikes/resources/util/fnlu/AnnotationSetType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 111). 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 54
 Warning design VisibilityModifier Variable 'layer' must be private and have accessor methods. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning design VisibilityModifier Variable 'status' must be private and have accessor methods. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'frameName' must be private and have accessor methods. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning design VisibilityModifier Variable 'frameID' must be private and have accessor methods. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning design VisibilityModifier Variable 'luName' must be private and have accessor methods. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning design VisibilityModifier Variable 'luID' must be private and have accessor methods. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 68
 Warning design VisibilityModifier Variable 'cxnName' must be private and have accessor methods. 69
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning design VisibilityModifier Variable 'cxnID' must be private and have accessor methods. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 72
 Warning design VisibilityModifier Variable 'cDate' must be private and have accessor methods. 73
 Warning javadoc JavadocMethod Expected an @return tag. 97
 Warning regexp RegexpSingleline Line has trailing spaces. 110
 Warning regexp RegexpSingleline Line has trailing spaces. 122
 Warning misc FinalParameters Parameter value should be final. 124
 Warning regexp RegexpSingleline Line has trailing spaces. 134
 Warning regexp RegexpSingleline Line has trailing spaces. 146
 Warning misc FinalParameters Parameter value should be final. 148
 Warning regexp RegexpSingleline Line has trailing spaces. 158
 Warning regexp RegexpSingleline Line has trailing spaces. 170
 Warning misc FinalParameters Parameter value should be final. 172
 Warning regexp RegexpSingleline Line has trailing spaces. 182
 Warning regexp RegexpSingleline Line has trailing spaces. 194
 Warning misc FinalParameters Parameter value should be final. 196
 Warning regexp RegexpSingleline Line has trailing spaces. 206
 Warning regexp RegexpSingleline Line has trailing spaces. 218
 Warning misc FinalParameters Parameter value should be final. 220
 Warning regexp RegexpSingleline Line has trailing spaces. 230
 Warning regexp RegexpSingleline Line has trailing spaces. 242
 Warning misc FinalParameters Parameter value should be final. 244
 Warning regexp RegexpSingleline Line has trailing spaces. 254
 Warning regexp RegexpSingleline Line has trailing spaces. 266
 Warning misc FinalParameters Parameter value should be final. 268
 Warning regexp RegexpSingleline Line has trailing spaces. 278
 Warning regexp RegexpSingleline Line has trailing spaces. 290
 Warning misc FinalParameters Parameter value should be final. 292
 Warning regexp RegexpSingleline Line has trailing spaces. 302
 Warning regexp RegexpSingleline Line has trailing spaces. 314
 Warning misc FinalParameters Parameter value should be final. 316

eu/fbk/dkm/pikes/resources/util/fnlu/CoreType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning misc FinalParameters Parameter v should be final. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning misc FinalParameters Parameter v should be final. 55

eu/fbk/dkm/pikes/resources/util/fnlu/CorpDocType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 109). 33
 Warning sizes LineLength Line is longer than 100 characters (found 110). 34
 Warning sizes LineLength Line is longer than 100 characters (found 117). 35
 Warning sizes LineLength Line is longer than 100 characters (found 107). 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning design VisibilityModifier Variable 'document' must be private and have accessor methods. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning design VisibilityModifier Variable 'description' must be private and have accessor methods. 63
 Warning javadoc JavadocMethod Expected an @return tag. 87
 Warning javadoc JavadocMethod Expected an @return tag. 98
 Warning misc FinalParameters Parameter value should be final. 106
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 106
 Warning regexp RegexpSingleline Line has trailing spaces. 116
 Warning regexp RegexpSingleline Line has trailing spaces. 128
 Warning misc FinalParameters Parameter value should be final. 130
 Warning regexp RegexpSingleline Line has trailing spaces. 140
 Warning regexp RegexpSingleline Line has trailing spaces. 152
 Warning misc FinalParameters Parameter value should be final. 154
 Warning sizes LineLength Line is longer than 100 characters (found 103). 168
 Warning sizes LineLength Line is longer than 100 characters (found 104). 169
 Warning sizes LineLength Line is longer than 100 characters (found 111). 170
 Warning javadoc JavadocVariable Missing a Javadoc comment. 182
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 183
 Warning javadoc JavadocVariable Missing a Javadoc comment. 184
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 185
 Warning javadoc JavadocVariable Missing a Javadoc comment. 186
 Warning design VisibilityModifier Variable 'description' must be private and have accessor methods. 187
 Warning javadoc JavadocMethod Expected an @return tag. 193
 Warning misc FinalParameters Parameter value should be final. 201
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 201
 Warning regexp RegexpSingleline Line has trailing spaces. 211
 Warning regexp RegexpSingleline Line has trailing spaces. 223
 Warning misc FinalParameters Parameter value should be final. 225
 Warning regexp RegexpSingleline Line has trailing spaces. 235
 Warning regexp RegexpSingleline Line has trailing spaces. 247
 Warning misc FinalParameters Parameter value should be final. 249

eu/fbk/dkm/pikes/resources/util/fnlu/FEGroupRealizationType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 112). 30
 Warning sizes LineLength Line is longer than 100 characters (found 133). 36
 Warning sizes LineLength Line is longer than 100 characters (found 125). 37
 Warning sizes LineLength Line is longer than 100 characters (found 115). 39
 Warning sizes LineLength Line is longer than 100 characters (found 105). 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'fe' must be private and have accessor methods. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning design VisibilityModifier Variable 'pattern' must be private and have accessor methods. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning design VisibilityModifier Variable 'total' must be private and have accessor methods. 65
 Warning javadoc JavadocMethod Expected an @return tag. 89
 Warning javadoc JavadocMethod Expected an @return tag. 118
 Warning javadoc JavadocMethod Expected an @return tag. 129
 Warning misc FinalParameters Parameter value should be final. 137
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 137
 Warning sizes LineLength Line is longer than 100 characters (found 127). 152
 Warning sizes LineLength Line is longer than 100 characters (found 119). 153
 Warning sizes LineLength Line is longer than 100 characters (found 109). 155
 Warning javadoc JavadocVariable Missing a Javadoc comment. 170
 Warning design VisibilityModifier Variable 'valenceUnit' must be private and have accessor methods. 171
 Warning javadoc JavadocVariable Missing a Javadoc comment. 172
 Warning design VisibilityModifier Variable 'annoSet' must be private and have accessor methods. 173
 Warning javadoc JavadocVariable Missing a Javadoc comment. 174
 Warning design VisibilityModifier Variable 'total' must be private and have accessor methods. 175
 Warning javadoc JavadocMethod Expected an @return tag. 199
 Warning javadoc JavadocMethod Expected an @return tag. 228
 Warning javadoc JavadocMethod Expected an @return tag. 239
 Warning misc FinalParameters Parameter value should be final. 247
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 247

eu/fbk/dkm/pikes/resources/util/fnlu/FERealizationType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 111). 36
 Warning sizes LineLength Line is longer than 100 characters (found 125). 37
 Warning sizes LineLength Line is longer than 100 characters (found 115). 39
 Warning sizes LineLength Line is longer than 100 characters (found 105). 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'fe' must be private and have accessor methods. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning design VisibilityModifier Variable 'pattern' must be private and have accessor methods. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning design VisibilityModifier Variable 'total' must be private and have accessor methods. 65
 Warning regexp RegexpSingleline Line has trailing spaces. 73
 Warning regexp RegexpSingleline Line has trailing spaces. 85
 Warning misc FinalParameters Parameter value should be final. 87
 Warning javadoc JavadocMethod Expected an @return tag. 113
 Warning javadoc JavadocMethod Expected an @return tag. 124
 Warning misc FinalParameters Parameter value should be final. 132
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 132
 Warning sizes LineLength Line is longer than 100 characters (found 105). 147
 Warning sizes LineLength Line is longer than 100 characters (found 119). 148
 Warning sizes LineLength Line is longer than 100 characters (found 109). 150
 Warning javadoc JavadocVariable Missing a Javadoc comment. 165
 Warning design VisibilityModifier Variable 'valenceUnit' must be private and have accessor methods. 166
 Warning javadoc JavadocVariable Missing a Javadoc comment. 167
 Warning design VisibilityModifier Variable 'annoSet' must be private and have accessor methods. 168
 Warning javadoc JavadocVariable Missing a Javadoc comment. 169
 Warning design VisibilityModifier Variable 'total' must be private and have accessor methods. 170
 Warning regexp RegexpSingleline Line has trailing spaces. 178
 Warning regexp RegexpSingleline Line has trailing spaces. 190
 Warning misc FinalParameters Parameter value should be final. 192
 Warning javadoc JavadocMethod Expected an @return tag. 218
 Warning javadoc JavadocMethod Expected an @return tag. 229
 Warning misc FinalParameters Parameter value should be final. 237
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 237

eu/fbk/dkm/pikes/resources/util/fnlu/FEValenceType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 39
 Warning regexp RegexpSingleline Line has trailing spaces. 47
 Warning regexp RegexpSingleline Line has trailing spaces. 59
 Warning misc FinalParameters Parameter value should be final. 61

eu/fbk/dkm/pikes/resources/util/fnlu/GovernorType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 115). 30
 Warning sizes LineLength Line is longer than 100 characters (found 101). 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning design VisibilityModifier Variable 'annoSet' must be private and have accessor methods. 48
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning design VisibilityModifier Variable 'lemma' must be private and have accessor methods. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'type' must be private and have accessor methods. 52
 Warning javadoc JavadocMethod Expected an @return tag. 76
 Warning regexp RegexpSingleline Line has trailing spaces. 89
 Warning regexp RegexpSingleline Line has trailing spaces. 101
 Warning misc FinalParameters Parameter value should be final. 103
 Warning regexp RegexpSingleline Line has trailing spaces. 113
 Warning regexp RegexpSingleline Line has trailing spaces. 125
 Warning misc FinalParameters Parameter value should be final. 127

eu/fbk/dkm/pikes/resources/util/fnlu/HeaderType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 128). 30
 Warning sizes LineLength Line is longer than 100 characters (found 120). 40
 Warning sizes LineLength Line is longer than 100 characters (found 107). 41
 Warning sizes LineLength Line is longer than 100 characters (found 123). 42
 Warning sizes LineLength Line is longer than 100 characters (found 130). 43
 Warning sizes LineLength Line is longer than 100 characters (found 130). 44
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'corpus' must be private and have accessor methods. 69
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning design VisibilityModifier Variable 'frame' must be private and have accessor methods. 70
 Warning javadoc JavadocMethod Expected an @return tag. 94
 Warning regexp RegexpSingleline Line has trailing spaces. 107
 Warning regexp RegexpSingleline Line has trailing spaces. 119
 Warning misc FinalParameters Parameter value should be final. 121
 Warning sizes LineLength Line is longer than 100 characters (found 114). 140
 Warning sizes LineLength Line is longer than 100 characters (found 101). 141
 Warning sizes LineLength Line is longer than 100 characters (found 117). 142
 Warning sizes LineLength Line is longer than 100 characters (found 124). 143
 Warning sizes LineLength Line is longer than 100 characters (found 124). 144
 Warning javadoc JavadocVariable Missing a Javadoc comment. 163
 Warning design VisibilityModifier Variable 'fe' must be private and have accessor methods. 164
 Warning javadoc JavadocMethod Expected an @return tag. 188
 Warning sizes LineLength Line is longer than 100 characters (found 103). 199
 Warning sizes LineLength Line is longer than 100 characters (found 108). 205
 Warning sizes LineLength Line is longer than 100 characters (found 111). 207
 Warning sizes LineLength Line is longer than 100 characters (found 118). 208
 Warning sizes LineLength Line is longer than 100 characters (found 118). 209
 Warning javadoc JavadocVariable Missing a Javadoc comment. 221
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 222
 Warning javadoc JavadocVariable Missing a Javadoc comment. 223
 Warning design VisibilityModifier Variable 'abbrev' must be private and have accessor methods. 224
 Warning javadoc JavadocVariable Missing a Javadoc comment. 225
 Warning design VisibilityModifier Variable 'type' must be private and have accessor methods. 226
 Warning javadoc JavadocVariable Missing a Javadoc comment. 227
 Warning design VisibilityModifier Variable 'bgColor' must be private and have accessor methods. 228
 Warning javadoc JavadocVariable Missing a Javadoc comment. 229
 Warning design VisibilityModifier Variable 'fgColor' must be private and have accessor methods. 230
 Warning regexp RegexpSingleline Line has trailing spaces. 238
 Warning regexp RegexpSingleline Line has trailing spaces. 250
 Warning misc FinalParameters Parameter value should be final. 252
 Warning regexp RegexpSingleline Line has trailing spaces. 262
 Warning regexp RegexpSingleline Line has trailing spaces. 274
 Warning misc FinalParameters Parameter value should be final. 276
 Warning regexp RegexpSingleline Line has trailing spaces. 286
 Warning regexp RegexpSingleline Line has trailing spaces. 298
 Warning misc FinalParameters Parameter value should be final. 300
 Warning regexp RegexpSingleline Line has trailing spaces. 310
 Warning regexp RegexpSingleline Line has trailing spaces. 322
 Warning misc FinalParameters Parameter value should be final. 324
 Warning regexp RegexpSingleline Line has trailing spaces. 334
 Warning regexp RegexpSingleline Line has trailing spaces. 346
 Warning misc FinalParameters Parameter value should be final. 348

eu/fbk/dkm/pikes/resources/util/fnlu/LabelType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning design VisibilityModifier Variable 'start' must be private and have accessor methods. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning design VisibilityModifier Variable 'end' must be private and have accessor methods. 60
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'fgColor' must be private and have accessor methods. 62
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning design VisibilityModifier Variable 'bgColor' must be private and have accessor methods. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning design VisibilityModifier Variable 'itype' must be private and have accessor methods. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning design VisibilityModifier Variable 'feID' must be private and have accessor methods. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'cBy' must be private and have accessor methods. 70
 Warning regexp RegexpSingleline Line has trailing spaces. 78
 Warning regexp RegexpSingleline Line has trailing spaces. 90
 Warning misc FinalParameters Parameter value should be final. 92
 Warning regexp RegexpSingleline Line has trailing spaces. 102
 Warning regexp RegexpSingleline Line has trailing spaces. 114
 Warning misc FinalParameters Parameter value should be final. 116
 Warning regexp RegexpSingleline Line has trailing spaces. 126
 Warning regexp RegexpSingleline Line has trailing spaces. 138
 Warning misc FinalParameters Parameter value should be final. 140
 Warning regexp RegexpSingleline Line has trailing spaces. 150
 Warning regexp RegexpSingleline Line has trailing spaces. 162
 Warning misc FinalParameters Parameter value should be final. 164
 Warning regexp RegexpSingleline Line has trailing spaces. 174
 Warning regexp RegexpSingleline Line has trailing spaces. 186
 Warning misc FinalParameters Parameter value should be final. 188
 Warning regexp RegexpSingleline Line has trailing spaces. 198
 Warning regexp RegexpSingleline Line has trailing spaces. 210
 Warning misc FinalParameters Parameter value should be final. 212
 Warning regexp RegexpSingleline Line has trailing spaces. 222
 Warning regexp RegexpSingleline Line has trailing spaces. 234
 Warning misc FinalParameters Parameter value should be final. 236
 Warning regexp RegexpSingleline Line has trailing spaces. 246
 Warning regexp RegexpSingleline Line has trailing spaces. 258
 Warning misc FinalParameters Parameter value should be final. 260
 Warning whitespace OperatorWrap '+' should be on a new line. 265
 Warning whitespace OperatorWrap '+' should be on a new line. 266
 Warning whitespace OperatorWrap '+' should be on a new line. 267
 Warning whitespace OperatorWrap '+' should be on a new line. 268
 Warning whitespace OperatorWrap '+' should be on a new line. 269
 Warning whitespace OperatorWrap '+' should be on a new line. 270
 Warning whitespace OperatorWrap '+' should be on a new line. 271
 Warning whitespace OperatorWrap '+' should be on a new line. 272
 Warning whitespace OperatorWrap '+' should be on a new line. 273

eu/fbk/dkm/pikes/resources/util/fnlu/LayerType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 125). 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning design VisibilityModifier Variable 'label' must be private and have accessor methods. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 48
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning design VisibilityModifier Variable 'rank' must be private and have accessor methods. 50
 Warning javadoc JavadocMethod Expected an @return tag. 74
 Warning regexp RegexpSingleline Line has trailing spaces. 87
 Warning regexp RegexpSingleline Line has trailing spaces. 99
 Warning misc FinalParameters Parameter value should be final. 101
 Warning regexp RegexpSingleline Line has trailing spaces. 111
 Warning regexp RegexpSingleline Line has trailing spaces. 123
 Warning misc FinalParameters Parameter value should be final. 125

eu/fbk/dkm/pikes/resources/util/fnlu/LexUnit.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 113). 33
 Warning sizes LineLength Line is longer than 100 characters (found 132). 34
 Warning sizes LineLength Line is longer than 100 characters (found 109). 35
 Warning sizes LineLength Line is longer than 100 characters (found 133). 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning design VisibilityModifier Variable 'header' must be private and have accessor methods. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning design VisibilityModifier Variable 'definition' must be private and have accessor methods. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning design VisibilityModifier Variable 'lexeme' must be private and have accessor methods. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning design VisibilityModifier Variable 'semType' must be private and have accessor methods. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning design VisibilityModifier Variable 'valences' must be private and have accessor methods. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 68
 Warning design VisibilityModifier Variable 'subCorpus' must be private and have accessor methods. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'totalAnnotated' must be private and have accessor methods. 70
 Warning javadoc JavadocVariable Missing a Javadoc comment. 71
 Warning design VisibilityModifier Variable 'frameID' must be private and have accessor methods. 72
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning design VisibilityModifier Variable 'frame' must be private and have accessor methods. 74
 Warning javadoc JavadocVariable Missing a Javadoc comment. 75
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 76
 Warning javadoc JavadocVariable Missing a Javadoc comment. 77
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 78
 Warning javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning design VisibilityModifier Variable 'pos' must be private and have accessor methods. 80
 Warning javadoc JavadocVariable Missing a Javadoc comment. 81
 Warning design VisibilityModifier Variable 'incorporatedFE' must be private and have accessor methods. 82
 Warning javadoc JavadocVariable Missing a Javadoc comment. 83
 Warning design VisibilityModifier Variable 'status' must be private and have accessor methods. 84
 Warning regexp RegexpSingleline Line has trailing spaces. 92
 Warning regexp RegexpSingleline Line has trailing spaces. 104
 Warning misc FinalParameters Parameter value should be final. 106
 Warning regexp RegexpSingleline Line has trailing spaces. 116
 Warning regexp RegexpSingleline Line has trailing spaces. 128
 Warning misc FinalParameters Parameter value should be final. 130
 Warning javadoc JavadocMethod Expected an @return tag. 156
 Warning javadoc JavadocMethod Expected an @return tag. 185
 Warning regexp RegexpSingleline Line has trailing spaces. 198
 Warning regexp RegexpSingleline Line has trailing spaces. 210
 Warning misc FinalParameters Parameter value should be final. 212
 Warning javadoc JavadocMethod Expected an @return tag. 238
 Warning regexp RegexpSingleline Line has trailing spaces. 251
 Warning regexp RegexpSingleline Line has trailing spaces. 263
 Warning misc FinalParameters Parameter value should be final. 265
 Warning regexp RegexpSingleline Line has trailing spaces. 275
 Warning regexp RegexpSingleline Line has trailing spaces. 287
 Warning misc FinalParameters Parameter value should be final. 289
 Warning regexp RegexpSingleline Line has trailing spaces. 299
 Warning regexp RegexpSingleline Line has trailing spaces. 311
 Warning misc FinalParameters Parameter value should be final. 313
 Warning javadoc JavadocMethod Expected an @return tag. 321
 Warning misc FinalParameters Parameter value should be final. 329
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 329
 Warning regexp RegexpSingleline Line has trailing spaces. 339
 Warning regexp RegexpSingleline Line has trailing spaces. 351
 Warning misc FinalParameters Parameter value should be final. 353
 Warning regexp RegexpSingleline Line has trailing spaces. 363
 Warning regexp RegexpSingleline Line has trailing spaces. 375
 Warning misc FinalParameters Parameter value should be final. 377
 Warning regexp RegexpSingleline Line has trailing spaces. 387
 Warning regexp RegexpSingleline Line has trailing spaces. 399
 Warning misc FinalParameters Parameter value should be final. 401
 Warning regexp RegexpSingleline Line has trailing spaces. 411
 Warning regexp RegexpSingleline Line has trailing spaces. 423
 Warning misc FinalParameters Parameter value should be final. 425

eu/fbk/dkm/pikes/resources/util/fnlu/LexemeType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning sizes LineLength Line is longer than 100 characters (found 101). 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning design VisibilityModifier Variable 'pos' must be private and have accessor methods. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning design VisibilityModifier Variable 'breakBefore' must be private and have accessor methods. 47
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'headword' must be private and have accessor methods. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning design VisibilityModifier Variable 'order' must be private and have accessor methods. 51
 Warning regexp RegexpSingleline Line has trailing spaces. 59
 Warning regexp RegexpSingleline Line has trailing spaces. 71
 Warning misc FinalParameters Parameter value should be final. 73
 Warning regexp RegexpSingleline Line has trailing spaces. 83
 Warning regexp RegexpSingleline Line has trailing spaces. 95
 Warning misc FinalParameters Parameter value should be final. 97
 Warning regexp RegexpSingleline Line has trailing spaces. 107
 Warning regexp RegexpSingleline Line has trailing spaces. 119
 Warning misc FinalParameters Parameter value should be final. 121
 Warning regexp RegexpSingleline Line has trailing spaces. 131
 Warning regexp RegexpSingleline Line has trailing spaces. 143
 Warning misc FinalParameters Parameter value should be final. 145
 Warning regexp RegexpSingleline Line has trailing spaces. 155
 Warning regexp RegexpSingleline Line has trailing spaces. 167
 Warning misc FinalParameters Parameter value should be final. 169

eu/fbk/dkm/pikes/resources/util/fnlu/ObjectFactory.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning regexp RegexpSingleline Line has trailing spaces. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 16
 Warning regexp RegexpSingleline Line has trailing spaces. 17
 Warning regexp RegexpSingleline Line has trailing spaces. 18
 Warning regexp RegexpSingleline Line has trailing spaces. 19
 Warning regexp RegexpSingleline Line has trailing spaces. 20
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning regexp RegexpSingleline Line has trailing spaces. 22
 Warning regexp RegexpSingleline Line has trailing spaces. 23
 Warning regexp RegexpSingleline Line has trailing spaces. 24
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning sizes LineLength Line is longer than 100 characters (found 150). 33
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc JavadocMethod Expected an @return tag. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning javadoc JavadocMethod Expected an @return tag. 51
 Warning javadoc JavadocStyle First sentence should end with a period. 55
 Warning javadoc JavadocMethod Expected an @return tag. 59
 Warning javadoc JavadocStyle First sentence should end with a period. 63
 Warning javadoc JavadocMethod Expected an @return tag. 67
 Warning javadoc JavadocStyle First sentence should end with a period. 71
 Warning javadoc JavadocMethod Expected an @return tag. 75
 Warning javadoc JavadocStyle First sentence should end with a period. 79
 Warning javadoc JavadocMethod Expected an @return tag. 83
 Warning javadoc JavadocStyle First sentence should end with a period. 87
 Warning javadoc JavadocMethod Expected an @return tag. 91
 Warning javadoc JavadocStyle First sentence should end with a period. 95
 Warning javadoc JavadocMethod Expected an @return tag. 99
 Warning javadoc JavadocStyle First sentence should end with a period. 103
 Warning javadoc JavadocMethod Expected an @return tag. 107
 Warning javadoc JavadocStyle First sentence should end with a period. 111
 Warning javadoc JavadocMethod Expected an @return tag. 115
 Warning javadoc JavadocStyle First sentence should end with a period. 119
 Warning javadoc JavadocMethod Expected an @return tag. 123
 Warning javadoc JavadocStyle First sentence should end with a period. 127
 Warning javadoc JavadocMethod Expected an @return tag. 131
 Warning javadoc JavadocStyle First sentence should end with a period. 135
 Warning javadoc JavadocMethod Expected an @return tag. 139
 Warning javadoc JavadocStyle First sentence should end with a period. 143
 Warning javadoc JavadocMethod Expected an @return tag. 147
 Warning javadoc JavadocStyle First sentence should end with a period. 151
 Warning javadoc JavadocMethod Expected an @return tag. 155
 Warning javadoc JavadocStyle First sentence should end with a period. 159
 Warning javadoc JavadocMethod Expected an @return tag. 163
 Warning javadoc JavadocStyle First sentence should end with a period. 167
 Warning javadoc JavadocMethod Expected an @return tag. 171
 Warning javadoc JavadocStyle First sentence should end with a period. 175
 Warning javadoc JavadocMethod Expected an @return tag. 179
 Warning javadoc JavadocStyle First sentence should end with a period. 183
 Warning javadoc JavadocMethod Expected an @return tag. 187
 Warning javadoc JavadocStyle First sentence should end with a period. 191
 Warning javadoc JavadocMethod Expected an @return tag. 195
 Warning javadoc JavadocStyle First sentence should end with a period. 199
 Warning javadoc JavadocMethod Expected an @return tag. 203
 Warning javadoc JavadocStyle First sentence should end with a period. 207
 Warning javadoc JavadocMethod Expected an @return tag. 211

eu/fbk/dkm/pikes/resources/util/fnlu/POSType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 54
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning misc FinalParameters Parameter v should be final. 63

eu/fbk/dkm/pikes/resources/util/fnlu/SemTypeRefType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 40
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 42
 Warning javadoc JavadocMethod Expected an @return tag. 48
 Warning misc FinalParameters Parameter value should be final. 56
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 56
 Warning regexp RegexpSingleline Line has trailing spaces. 66
 Warning regexp RegexpSingleline Line has trailing spaces. 78
 Warning misc FinalParameters Parameter value should be final. 80

eu/fbk/dkm/pikes/resources/util/fnlu/SentenceType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 141). 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 54
 Warning design VisibilityModifier Variable 'text' must be private and have accessor methods. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 56
 Warning design VisibilityModifier Variable 'annotationSet' must be private and have accessor methods. 56
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 58
 Warning javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning design VisibilityModifier Variable 'aPos' must be private and have accessor methods. 60
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning design VisibilityModifier Variable 'paragNo' must be private and have accessor methods. 62
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning design VisibilityModifier Variable 'sentNo' must be private and have accessor methods. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning design VisibilityModifier Variable 'docID' must be private and have accessor methods. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning design VisibilityModifier Variable 'corpID' must be private and have accessor methods. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning design VisibilityModifier Variable 'externalID' must be private and have accessor methods. 70
 Warning regexp RegexpSingleline Line has trailing spaces. 78
 Warning regexp RegexpSingleline Line has trailing spaces. 90
 Warning misc FinalParameters Parameter value should be final. 92
 Warning javadoc JavadocMethod Expected an @return tag. 118
 Warning regexp RegexpSingleline Line has trailing spaces. 131
 Warning regexp RegexpSingleline Line has trailing spaces. 143
 Warning misc FinalParameters Parameter value should be final. 145
 Warning regexp RegexpSingleline Line has trailing spaces. 155
 Warning regexp RegexpSingleline Line has trailing spaces. 167
 Warning misc FinalParameters Parameter value should be final. 169
 Warning regexp RegexpSingleline Line has trailing spaces. 179
 Warning regexp RegexpSingleline Line has trailing spaces. 191
 Warning misc FinalParameters Parameter value should be final. 193
 Warning regexp RegexpSingleline Line has trailing spaces. 203
 Warning regexp RegexpSingleline Line has trailing spaces. 215
 Warning misc FinalParameters Parameter value should be final. 217
 Warning regexp RegexpSingleline Line has trailing spaces. 227
 Warning regexp RegexpSingleline Line has trailing spaces. 239
 Warning misc FinalParameters Parameter value should be final. 241
 Warning regexp RegexpSingleline Line has trailing spaces. 251
 Warning regexp RegexpSingleline Line has trailing spaces. 263
 Warning misc FinalParameters Parameter value should be final. 265
 Warning regexp RegexpSingleline Line has trailing spaces. 275
 Warning regexp RegexpSingleline Line has trailing spaces. 287
 Warning misc FinalParameters Parameter value should be final. 289

eu/fbk/dkm/pikes/resources/util/fnlu/SubCorpusType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 131). 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning design VisibilityModifier Variable 'sentence' must be private and have accessor methods. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 47
 Warning javadoc JavadocMethod Expected an @return tag. 71
 Warning regexp RegexpSingleline Line has trailing spaces. 84
 Warning regexp RegexpSingleline Line has trailing spaces. 96
 Warning misc FinalParameters Parameter value should be final. 98

eu/fbk/dkm/pikes/resources/util/fnlu/ValenceUnitType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning design VisibilityModifier Variable 'fe' must be private and have accessor methods. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning design VisibilityModifier Variable 'pt' must be private and have accessor methods. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning design VisibilityModifier Variable 'gf' must be private and have accessor methods. 45
 Warning regexp RegexpSingleline Line has trailing spaces. 53
 Warning regexp RegexpSingleline Line has trailing spaces. 65
 Warning misc FinalParameters Parameter value should be final. 67
 Warning regexp RegexpSingleline Line has trailing spaces. 77
 Warning regexp RegexpSingleline Line has trailing spaces. 89
 Warning misc FinalParameters Parameter value should be final. 91
 Warning regexp RegexpSingleline Line has trailing spaces. 101
 Warning regexp RegexpSingleline Line has trailing spaces. 113
 Warning misc FinalParameters Parameter value should be final. 115

eu/fbk/dkm/pikes/resources/util/fnlu/ValencesType.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning sizes LineLength Line is longer than 100 characters (found 131). 29
 Warning sizes LineLength Line is longer than 100 characters (found 141). 30
 Warning sizes LineLength Line is longer than 100 characters (found 151). 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 48
 Warning design VisibilityModifier Variable 'governor' must be private and have accessor methods. 48
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning design VisibilityModifier Variable 'feRealization' must be private and have accessor methods. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'feGroupRealization' must be private and have accessor methods. 52
 Warning javadoc JavadocMethod Expected an @return tag. 76
 Warning javadoc JavadocMethod Expected an @return tag. 105
 Warning javadoc JavadocMethod Expected an @return tag. 134

eu/fbk/dkm/pikes/resources/util/fnlu/package-info.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning sizes LineLength Line is longer than 100 characters (found 153). 8
 Warning javadoc JavadocStyle Missing a Javadoc comment. 9

eu/fbk/dkm/pikes/resources/util/onsenses/Inventory.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning design VisibilityModifier Variable 'lemma' must be private and have accessor methods. 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning design VisibilityModifier Variable 'commentary' must be private and have accessor methods. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning design VisibilityModifier Variable 'sense' must be private and have accessor methods. 40
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning design VisibilityModifier Variable 'wordmeta' must be private and have accessor methods. 42
 Warning regexp RegexpSingleline Line has trailing spaces. 50
 Warning regexp RegexpSingleline Line has trailing spaces. 62
 Warning misc FinalParameters Parameter value should be final. 64
 Warning regexp RegexpSingleline Line has trailing spaces. 74
 Warning regexp RegexpSingleline Line has trailing spaces. 86
 Warning misc FinalParameters Parameter value should be final. 88
 Warning javadoc JavadocMethod Expected an @return tag. 114
 Warning regexp RegexpSingleline Line has trailing spaces. 127
 Warning regexp RegexpSingleline Line has trailing spaces. 139
 Warning misc FinalParameters Parameter value should be final. 141

eu/fbk/dkm/pikes/resources/util/onsenses/Mappings.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning design VisibilityModifier Variable 'grSense' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning design VisibilityModifier Variable 'wn' must be private and have accessor methods. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning design VisibilityModifier Variable 'omega' must be private and have accessor methods. 40
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning design VisibilityModifier Variable 'pb' must be private and have accessor methods. 42
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning design VisibilityModifier Variable 'vn' must be private and have accessor methods. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning design VisibilityModifier Variable 'fn' must be private and have accessor methods. 44
 Warning regexp RegexpSingleline Line has trailing spaces. 52
 Warning regexp RegexpSingleline Line has trailing spaces. 64
 Warning misc FinalParameters Parameter value should be final. 66
 Warning javadoc JavadocMethod Expected an @return tag. 92
 Warning regexp RegexpSingleline Line has trailing spaces. 105
 Warning regexp RegexpSingleline Line has trailing spaces. 117
 Warning misc FinalParameters Parameter value should be final. 119
 Warning regexp RegexpSingleline Line has trailing spaces. 129
 Warning regexp RegexpSingleline Line has trailing spaces. 141
 Warning misc FinalParameters Parameter value should be final. 143
 Warning regexp RegexpSingleline Line has trailing spaces. 153
 Warning regexp RegexpSingleline Line has trailing spaces. 165
 Warning misc FinalParameters Parameter value should be final. 167
 Warning regexp RegexpSingleline Line has trailing spaces. 177
 Warning regexp RegexpSingleline Line has trailing spaces. 189
 Warning misc FinalParameters Parameter value should be final. 191

eu/fbk/dkm/pikes/resources/util/onsenses/ObjectFactory.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning regexp RegexpSingleline Line has trailing spaces. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 16
 Warning regexp RegexpSingleline Line has trailing spaces. 17
 Warning regexp RegexpSingleline Line has trailing spaces. 18
 Warning regexp RegexpSingleline Line has trailing spaces. 19
 Warning regexp RegexpSingleline Line has trailing spaces. 20
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning regexp RegexpSingleline Line has trailing spaces. 22
 Warning regexp RegexpSingleline Line has trailing spaces. 23
 Warning regexp RegexpSingleline Line has trailing spaces. 24
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning sizes LineLength Line is longer than 100 characters (found 154). 33
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc JavadocMethod Expected an @return tag. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning javadoc JavadocMethod Expected an @return tag. 51
 Warning javadoc JavadocStyle First sentence should end with a period. 55
 Warning javadoc JavadocMethod Expected an @return tag. 59
 Warning javadoc JavadocStyle First sentence should end with a period. 63
 Warning javadoc JavadocMethod Expected an @return tag. 67
 Warning javadoc JavadocStyle First sentence should end with a period. 71
 Warning javadoc JavadocMethod Expected an @return tag. 75
 Warning javadoc JavadocStyle First sentence should end with a period. 79
 Warning javadoc JavadocMethod Expected an @return tag. 83

eu/fbk/dkm/pikes/resources/util/onsenses/SENSEMETA.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocStyle Javadoc has empty description section. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning design VisibilityModifier Variable 'clarity' must be private and have accessor methods. 30
 Warning regexp RegexpSingleline Line has trailing spaces. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 50
 Warning misc FinalParameters Parameter value should be final. 52

eu/fbk/dkm/pikes/resources/util/onsenses/Sense.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocStyle Javadoc has empty description section. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning design VisibilityModifier Variable 'type' must be private and have accessor methods. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 42
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning design VisibilityModifier Variable 'group' must be private and have accessor methods. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning design VisibilityModifier Variable 'commentary' must be private and have accessor methods. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning design VisibilityModifier Variable 'examples' must be private and have accessor methods. 48
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning design VisibilityModifier Variable 'mappings' must be private and have accessor methods. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'sensemeta' must be private and have accessor methods. 52
 Warning regexp RegexpSingleline Line has trailing spaces. 60
 Warning regexp RegexpSingleline Line has trailing spaces. 72
 Warning misc FinalParameters Parameter value should be final. 74
 Warning regexp RegexpSingleline Line has trailing spaces. 84
 Warning regexp RegexpSingleline Line has trailing spaces. 96
 Warning misc FinalParameters Parameter value should be final. 98
 Warning regexp RegexpSingleline Line has trailing spaces. 108
 Warning regexp RegexpSingleline Line has trailing spaces. 120
 Warning misc FinalParameters Parameter value should be final. 122
 Warning regexp RegexpSingleline Line has trailing spaces. 132
 Warning regexp RegexpSingleline Line has trailing spaces. 144
 Warning misc FinalParameters Parameter value should be final. 146
 Warning regexp RegexpSingleline Line has trailing spaces. 156
 Warning regexp RegexpSingleline Line has trailing spaces. 168
 Warning misc FinalParameters Parameter value should be final. 170
 Warning regexp RegexpSingleline Line has trailing spaces. 180
 Warning regexp RegexpSingleline Line has trailing spaces. 192
 Warning misc FinalParameters Parameter value should be final. 194
 Warning regexp RegexpSingleline Line has trailing spaces. 204
 Warning regexp RegexpSingleline Line has trailing spaces. 216
 Warning misc FinalParameters Parameter value should be final. 218
 Warning regexp RegexpSingleline Line has trailing spaces. 228
 Warning regexp RegexpSingleline Line has trailing spaces. 240
 Warning misc FinalParameters Parameter value should be final. 242

eu/fbk/dkm/pikes/resources/util/onsenses/WORDMETA.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocStyle Javadoc has empty description section. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning design VisibilityModifier Variable 'authors' must be private and have accessor methods. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'sampleScore' must be private and have accessor methods. 33
 Warning regexp RegexpSingleline Line has trailing spaces. 41
 Warning regexp RegexpSingleline Line has trailing spaces. 53
 Warning misc FinalParameters Parameter value should be final. 55
 Warning regexp RegexpSingleline Line has trailing spaces. 65
 Warning regexp RegexpSingleline Line has trailing spaces. 77
 Warning misc FinalParameters Parameter value should be final. 79

eu/fbk/dkm/pikes/resources/util/onsenses/Wn.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocStyle Javadoc has empty description section. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'version' must be private and have accessor methods. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'lemma' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 46
 Warning regexp RegexpSingleline Line has trailing spaces. 58
 Warning misc FinalParameters Parameter value should be final. 60
 Warning regexp RegexpSingleline Line has trailing spaces. 70
 Warning regexp RegexpSingleline Line has trailing spaces. 82
 Warning misc FinalParameters Parameter value should be final. 84
 Warning regexp RegexpSingleline Line has trailing spaces. 94
 Warning regexp RegexpSingleline Line has trailing spaces. 106
 Warning misc FinalParameters Parameter value should be final. 108

eu/fbk/dkm/pikes/resources/util/propbank/Arg.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning javadoc JavadocStyle Javadoc has empty description section. 14
 Warning sizes LineLength Line is longer than 100 characters (found 117). 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 21
 Warning design VisibilityModifier Variable 'f' must be private and have accessor methods. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 22
 Warning misc FinalParameters Parameter value should be final. 40
 Warning misc FinalParameters Parameter value should be final. 60
 Warning misc FinalParameters Parameter value should be final. 80

eu/fbk/dkm/pikes/resources/util/propbank/Example.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning sizes LineLength Line is longer than 100 characters (found 102). 20
 Warning sizes LineLength Line is longer than 100 characters (found 106). 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 22
 Warning sizes LineLength Line is longer than 100 characters (found 106). 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Warning design VisibilityModifier Variable 'type' must be private and have accessor methods. 23
 Warning sizes LineLength Line is longer than 100 characters (found 104). 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning design VisibilityModifier Variable 'src' must be private and have accessor methods. 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning sizes LineLength Line is longer than 100 characters (found 115). 29
 Warning design VisibilityModifier Variable 'inflectionOrNoteOrTextOrArgOrRel' must be private and have accessor methods. 29
 Warning misc FinalParameters Parameter value should be final. 47
 Warning misc FinalParameters Parameter value should be final. 67
 Warning misc FinalParameters Parameter value should be final. 87
 Warning sizes LineLength Line is longer than 100 characters (found 108). 98
 Warning javadoc JavadocMethod Expected an @return tag. 115

eu/fbk/dkm/pikes/resources/util/propbank/Frameset.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning sizes LineLength Line is longer than 100 characters (found 110). 21
 Warning design VisibilityModifier Variable 'noteOrPredicate' must be private and have accessor methods. 21
 Warning javadoc JavadocMethod Expected an @return tag. 44

eu/fbk/dkm/pikes/resources/util/propbank/Inflection.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning javadoc JavadocStyle Javadoc has empty description section. 14
 Warning sizes LineLength Line is longer than 100 characters (found 120). 17
 Warning sizes LineLength Line is longer than 100 characters (found 109). 19
 Warning javadoc JavadocVariable Missing a Javadoc comment. 19
 Warning design VisibilityModifier Variable 'person' must be private and have accessor methods. 19
 Warning sizes LineLength Line is longer than 100 characters (found 107). 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning design VisibilityModifier Variable 'tense' must be private and have accessor methods. 20
 Warning sizes LineLength Line is longer than 100 characters (found 109). 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 21
 Warning design VisibilityModifier Variable 'aspect' must be private and have accessor methods. 21
 Warning sizes LineLength Line is longer than 100 characters (found 107). 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning design VisibilityModifier Variable 'voice' must be private and have accessor methods. 22
 Warning sizes LineLength Line is longer than 100 characters (found 105). 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Warning design VisibilityModifier Variable 'form' must be private and have accessor methods. 23
 Warning misc FinalParameters Parameter value should be final. 45
 Warning misc FinalParameters Parameter value should be final. 69
 Warning misc FinalParameters Parameter value should be final. 93
 Warning misc FinalParameters Parameter value should be final. 117
 Warning misc FinalParameters Parameter value should be final. 141

eu/fbk/dkm/pikes/resources/util/propbank/Note.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning javadoc JavadocStyle Javadoc has empty description section. 12
 Warning javadoc JavadocVariable Missing a Javadoc comment. 18
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 18
 Warning misc FinalParameters Parameter value should be final. 36

eu/fbk/dkm/pikes/resources/util/propbank/ObjectFactory.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocStyle First sentence should end with a period. 27
 Warning sizes LineLength Line is longer than 100 characters (found 157). 28
 Warning javadoc JavadocStyle First sentence should end with a period. 33
 Warning javadoc JavadocMethod Expected an @return tag. 36
 Warning javadoc JavadocStyle First sentence should end with a period. 40
 Warning javadoc JavadocMethod Expected an @return tag. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning javadoc JavadocMethod Expected an @return tag. 50
 Warning javadoc JavadocStyle First sentence should end with a period. 54
 Warning javadoc JavadocMethod Expected an @return tag. 57
 Warning javadoc JavadocStyle First sentence should end with a period. 61
 Warning javadoc JavadocMethod Expected an @return tag. 64
 Warning javadoc JavadocStyle First sentence should end with a period. 68
 Warning javadoc JavadocMethod Expected an @return tag. 71
 Warning javadoc JavadocStyle First sentence should end with a period. 75
 Warning javadoc JavadocMethod Expected an @return tag. 78
 Warning javadoc JavadocStyle First sentence should end with a period. 82
 Warning javadoc JavadocMethod Expected an @return tag. 85
 Warning javadoc JavadocStyle First sentence should end with a period. 89
 Warning javadoc JavadocMethod Expected an @return tag. 92
 Warning javadoc JavadocStyle First sentence should end with a period. 96
 Warning javadoc JavadocMethod Expected an @return tag. 99
 Warning javadoc JavadocStyle First sentence should end with a period. 103
 Warning javadoc JavadocMethod Expected an @return tag. 106
 Warning javadoc JavadocStyle First sentence should end with a period. 110
 Warning javadoc JavadocMethod Expected an @return tag. 113

eu/fbk/dkm/pikes/resources/util/propbank/Predicate.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning sizes LineLength Line is longer than 100 characters (found 125). 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning design VisibilityModifier Variable 'lemma' must be private and have accessor methods. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Warning sizes LineLength Line is longer than 100 characters (found 104). 24
 Warning design VisibilityModifier Variable 'noteOrRoleset' must be private and have accessor methods. 24
 Warning misc FinalParameters Parameter value should be final. 42
 Warning javadoc JavadocMethod Expected an @return tag. 67

eu/fbk/dkm/pikes/resources/util/propbank/Rel.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning javadoc JavadocStyle Javadoc has empty description section. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning design VisibilityModifier Variable 'f' must be private and have accessor methods. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 21
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 21
 Warning misc FinalParameters Parameter value should be final. 39
 Warning misc FinalParameters Parameter value should be final. 59

eu/fbk/dkm/pikes/resources/util/propbank/Role.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning sizes LineLength Line is longer than 100 characters (found 117). 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning design VisibilityModifier Variable 'n' must be private and have accessor methods. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Warning design VisibilityModifier Variable 'f' must be private and have accessor methods. 23
 Warning sizes LineLength Line is longer than 100 characters (found 125). 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning design VisibilityModifier Variable 'descr' must be private and have accessor methods. 24
 Warning sizes LineLength Line is longer than 100 characters (found 110). 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning design VisibilityModifier Variable 'source' must be private and have accessor methods. 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning design VisibilityModifier Variable 'vnrole' must be private and have accessor methods. 26
 Warning misc FinalParameters Parameter value should be final. 44
 Warning misc FinalParameters Parameter value should be final. 64
 Warning misc FinalParameters Parameter value should be final. 84
 Warning misc FinalParameters Parameter value should be final. 104
 Warning javadoc JavadocMethod Expected an @return tag. 128

eu/fbk/dkm/pikes/resources/util/propbank/Roles.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 11
 Warning javadoc JavadocStyle Javadoc has empty description section. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning design VisibilityModifier Variable 'noteOrRole' must be private and have accessor methods. 21
 Warning javadoc JavadocMethod Expected an @return tag. 44

eu/fbk/dkm/pikes/resources/util/propbank/Roleset.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 14
 Warning javadoc JavadocStyle Javadoc has empty description section. 17
 Warning sizes LineLength Line is longer than 100 characters (found 125). 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Warning design VisibilityModifier Variable 'id' must be private and have accessor methods. 23
 Warning sizes LineLength Line is longer than 100 characters (found 106). 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning design VisibilityModifier Variable 'name' must be private and have accessor methods. 24
 Warning sizes LineLength Line is longer than 100 characters (found 108). 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning design VisibilityModifier Variable 'vncls' must be private and have accessor methods. 25
 Warning sizes LineLength Line is longer than 100 characters (found 112). 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning design VisibilityModifier Variable 'framnet' must be private and have accessor methods. 26
 Warning sizes LineLength Line is longer than 100 characters (found 110). 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning design VisibilityModifier Variable 'source' must be private and have accessor methods. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning sizes LineLength Line is longer than 100 characters (found 111). 30
 Warning design VisibilityModifier Variable 'noteOrRolesOrExample' must be private and have accessor methods. 30
 Warning misc FinalParameters Parameter value should be final. 48
 Warning misc FinalParameters Parameter value should be final. 68
 Warning misc FinalParameters Parameter value should be final. 88
 Warning misc FinalParameters Parameter value should be final. 108
 Warning misc FinalParameters Parameter value should be final. 128
 Warning javadoc JavadocMethod Expected an @return tag. 154

eu/fbk/dkm/pikes/resources/util/propbank/Text.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning javadoc JavadocStyle Javadoc has empty description section. 14
 Warning sizes LineLength Line is longer than 100 characters (found 104). 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning design VisibilityModifier Variable 'src' must be private and have accessor methods. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 21
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 21
 Warning misc FinalParameters Parameter value should be final. 39
 Warning misc FinalParameters Parameter value should be final. 59

eu/fbk/dkm/pikes/resources/util/propbank/Vnrole.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 126). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. 10
 Warning javadoc JavadocStyle Javadoc has empty description section. 15
 Warning sizes LineLength Line is longer than 100 characters (found 112). 18
 Warning sizes LineLength Line is longer than 100 characters (found 125). 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning design VisibilityModifier Variable 'vncls' must be private and have accessor methods. 20
 Warning sizes LineLength Line is longer than 100 characters (found 128). 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 21
 Warning design VisibilityModifier Variable 'vntheta' must be private and have accessor methods. 21
 Warning misc FinalParameters Parameter value should be final. 39
 Warning misc FinalParameters Parameter value should be final. 59

eu/fbk/dkm/pikes/resources/util/semlink/vnfn/ObjectFactory.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning regexp RegexpSingleline Line has trailing spaces. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 16
 Warning regexp RegexpSingleline Line has trailing spaces. 17
 Warning regexp RegexpSingleline Line has trailing spaces. 18
 Warning regexp RegexpSingleline Line has trailing spaces. 19
 Warning regexp RegexpSingleline Line has trailing spaces. 20
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning regexp RegexpSingleline Line has trailing spaces. 22
 Warning regexp RegexpSingleline Line has trailing spaces. 23
 Warning regexp RegexpSingleline Line has trailing spaces. 24
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning sizes LineLength Line is longer than 100 characters (found 153). 33
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc JavadocMethod Expected an @return tag. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning javadoc JavadocMethod Expected an @return tag. 51

eu/fbk/dkm/pikes/resources/util/semlink/vnfn/SemLinkRoot.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning design VisibilityModifier Variable 'date' must be private and have accessor methods. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning design VisibilityModifier Variable 'vncls' must be private and have accessor methods. 37
 Warning regexp RegexpSingleline Line has trailing spaces. 45
 Warning regexp RegexpSingleline Line has trailing spaces. 57
 Warning misc FinalParameters Parameter value should be final. 59
 Warning javadoc JavadocMethod Expected an @return tag. 85

eu/fbk/dkm/pikes/resources/util/semlink/vnfn/Vncls.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocStyle Javadoc has empty description section. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'clazz' must be private and have accessor methods. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'vnmember' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning design VisibilityModifier Variable 'fnframe' must be private and have accessor methods. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning design VisibilityModifier Variable 'fnlexent' must be private and have accessor methods. 42
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning design VisibilityModifier Variable 'versionID' must be private and have accessor methods. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 47
 Warning regexp RegexpSingleline Line has trailing spaces. 55
 Warning regexp RegexpSingleline Line has trailing spaces. 67
 Warning misc FinalParameters Parameter value should be final. 69
 Warning regexp RegexpSingleline Line has trailing spaces. 79
 Warning regexp RegexpSingleline Line has trailing spaces. 91
 Warning misc FinalParameters Parameter value should be final. 93
 Warning regexp RegexpSingleline Line has trailing spaces. 103
 Warning regexp RegexpSingleline Line has trailing spaces. 115
 Warning misc FinalParameters Parameter value should be final. 117
 Warning regexp RegexpSingleline Line has trailing spaces. 127
 Warning regexp RegexpSingleline Line has trailing spaces. 139
 Warning misc FinalParameters Parameter value should be final. 141
 Warning regexp RegexpSingleline Line has trailing spaces. 151
 Warning regexp RegexpSingleline Line has trailing spaces. 167
 Warning misc FinalParameters Parameter value should be final. 169
 Warning regexp RegexpSingleline Line has trailing spaces. 179
 Warning regexp RegexpSingleline Line has trailing spaces. 191
 Warning misc FinalParameters Parameter value should be final. 193

eu/fbk/dkm/pikes/resources/util/semlink/vnfnroles/ObjectFactory.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning regexp RegexpSingleline Line has trailing spaces. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 16
 Warning regexp RegexpSingleline Line has trailing spaces. 17
 Warning regexp RegexpSingleline Line has trailing spaces. 18
 Warning regexp RegexpSingleline Line has trailing spaces. 19
 Warning regexp RegexpSingleline Line has trailing spaces. 20
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning regexp RegexpSingleline Line has trailing spaces. 22
 Warning regexp RegexpSingleline Line has trailing spaces. 23
 Warning regexp RegexpSingleline Line has trailing spaces. 24
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning sizes LineLength Line is longer than 100 characters (found 153). 33
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc JavadocMethod Expected an @return tag. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning javadoc JavadocMethod Expected an @return tag. 51
 Warning javadoc JavadocStyle First sentence should end with a period. 55
 Warning javadoc JavadocMethod Expected an @return tag. 59
 Warning javadoc JavadocStyle First sentence should end with a period. 63
 Warning javadoc JavadocMethod Expected an @return tag. 67

eu/fbk/dkm/pikes/resources/util/semlink/vnfnroles/Role.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocStyle Javadoc has empty description section. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'fnrole' must be private and have accessor methods. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'vnrole' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 46
 Warning regexp RegexpSingleline Line has trailing spaces. 58
 Warning misc FinalParameters Parameter value should be final. 60
 Warning regexp RegexpSingleline Line has trailing spaces. 70
 Warning regexp RegexpSingleline Line has trailing spaces. 82
 Warning misc FinalParameters Parameter value should be final. 84
 Warning regexp RegexpSingleline Line has trailing spaces. 94
 Warning regexp RegexpSingleline Line has trailing spaces. 106
 Warning misc FinalParameters Parameter value should be final. 108

eu/fbk/dkm/pikes/resources/util/semlink/vnfnroles/Roles.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning design VisibilityModifier Variable 'role' must be private and have accessor methods. 31
 Warning javadoc JavadocMethod Expected an @return tag. 55

eu/fbk/dkm/pikes/resources/util/semlink/vnfnroles/SemLinkRolesRoot.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning design VisibilityModifier Variable 'date' must be private and have accessor methods. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning design VisibilityModifier Variable 'vncls' must be private and have accessor methods. 37
 Warning regexp RegexpSingleline Line has trailing spaces. 45
 Warning regexp RegexpSingleline Line has trailing spaces. 57
 Warning misc FinalParameters Parameter value should be final. 59
 Warning javadoc JavadocMethod Expected an @return tag. 85

eu/fbk/dkm/pikes/resources/util/semlink/vnfnroles/Vncls.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocStyle Javadoc has empty description section. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'clazz' must be private and have accessor methods. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'fnframe' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning design VisibilityModifier Variable 'roles' must be private and have accessor methods. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 46
 Warning regexp RegexpSingleline Line has trailing spaces. 58
 Warning misc FinalParameters Parameter value should be final. 60
 Warning regexp RegexpSingleline Line has trailing spaces. 70
 Warning regexp RegexpSingleline Line has trailing spaces. 82
 Warning misc FinalParameters Parameter value should be final. 84
 Warning regexp RegexpSingleline Line has trailing spaces. 94
 Warning regexp RegexpSingleline Line has trailing spaces. 106
 Warning misc FinalParameters Parameter value should be final. 108

eu/fbk/dkm/pikes/resources/util/semlink/vnpb/Argmap.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning design VisibilityModifier Variable 'pbRoleset' must be private and have accessor methods. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning design VisibilityModifier Variable 'vnClass' must be private and have accessor methods. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning design VisibilityModifier Variable 'role' must be private and have accessor methods. 40
 Warning regexp RegexpSingleline Line has trailing spaces. 48
 Warning regexp RegexpSingleline Line has trailing spaces. 60
 Warning misc FinalParameters Parameter value should be final. 62
 Warning regexp RegexpSingleline Line has trailing spaces. 72
 Warning regexp RegexpSingleline Line has trailing spaces. 84
 Warning misc FinalParameters Parameter value should be final. 86
 Warning javadoc JavadocMethod Expected an @return tag. 112

eu/fbk/dkm/pikes/resources/util/semlink/vnpb/ObjectFactory.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning regexp RegexpSingleline Line has trailing spaces. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 16
 Warning regexp RegexpSingleline Line has trailing spaces. 17
 Warning regexp RegexpSingleline Line has trailing spaces. 18
 Warning regexp RegexpSingleline Line has trailing spaces. 19
 Warning regexp RegexpSingleline Line has trailing spaces. 20
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning regexp RegexpSingleline Line has trailing spaces. 22
 Warning regexp RegexpSingleline Line has trailing spaces. 23
 Warning regexp RegexpSingleline Line has trailing spaces. 24
 Warning javadoc JavadocStyle First sentence should end with a period. 32
 Warning sizes LineLength Line is longer than 100 characters (found 158). 33
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc JavadocMethod Expected an @return tag. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 47
 Warning javadoc JavadocMethod Expected an @return tag. 51
 Warning javadoc JavadocStyle First sentence should end with a period. 55
 Warning javadoc JavadocMethod Expected an @return tag. 59
 Warning javadoc JavadocStyle First sentence should end with a period. 63
 Warning javadoc JavadocMethod Expected an @return tag. 67

eu/fbk/dkm/pikes/resources/util/semlink/vnpb/PbvnTypemap.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning imports ImportOrder 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning design VisibilityModifier Variable 'predicate' must be private and have accessor methods. 31
 Warning javadoc JavadocMethod Expected an @return tag. 55

eu/fbk/dkm/pikes/resources/util/semlink/vnpb/Predicate.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocStyle Javadoc has empty description section. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'lemma' must be private and have accessor methods. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'argmap' must be private and have accessor methods. 35
 Warning regexp RegexpSingleline Line has trailing spaces. 43
 Warning regexp RegexpSingleline Line has trailing spaces. 55
 Warning misc FinalParameters Parameter value should be final. 57
 Warning regexp RegexpSingleline Line has trailing spaces. 67
 Warning regexp RegexpSingleline Line has trailing spaces. 79
 Warning misc FinalParameters Parameter value should be final. 81

eu/fbk/dkm/pikes/resources/util/semlink/vnpb/Role.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning regexp RegexpSingleline Line has trailing spaces. 2
 Warning sizes LineLength Line is longer than 100 characters (found 122). 2
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning regexp RegexpSingleline Line has trailing spaces. 4
 Warning regexp RegexpSingleline Line has trailing spaces. 5
 Warning javadoc JavadocStyle Javadoc has empty description section. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'pbArg' must be private and have accessor methods. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'vnTheta' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning design VisibilityModifier Variable 'value' must be private and have accessor methods. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 46
 Warning regexp RegexpSingleline Line has trailing spaces. 58
 Warning misc FinalParameters Parameter value should be final. 60
 Warning regexp RegexpSingleline Line has trailing spaces. 70
 Warning regexp RegexpSingleline Line has trailing spaces. 82
 Warning misc FinalParameters Parameter value should be final. 84
 Warning regexp RegexpSingleline Line has trailing spaces. 94
 Warning regexp RegexpSingleline Line has trailing spaces. 106
 Warning misc FinalParameters Parameter value should be final. 108

eu/fbk/dkm/pikes/resources/vuaopinion/CorpusAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.*' should be separated from previous imports. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - ixa.kaflib.*. 5
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 6
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 10
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 20
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter args should be final. 24
 Warning coding FinalLocalVariable Variable 'forceOpinion' should be declared final. 37
 Warning regexp RegexpSingleline Line has trailing spaces. 38
 Warning sizes LineLength Line is longer than 100 characters (found 110). 41
 Warning coding FinalLocalVariable Variable 'kafPath' should be declared final. 44
 Warning sizes LineLength Line is longer than 100 characters (found 108). 46
 Warning coding FinalLocalVariable Variable 'nafPath' should be declared final. 48
 Warning sizes LineLength Line is longer than 100 characters (found 108). 50
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 57
 Warning coding FinalLocalVariable Variable 'fileBaseName' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 59
 Warning sizes LineLength Line is longer than 100 characters (found 108). 61
 Warning coding FinalLocalVariable Variable 'nafFile' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'nafDoc' should be declared final. 66
 Warning coding FinalLocalVariable Variable 'nafTerms' should be declared final. 67
 Warning coding FinalLocalVariable Variable 'idConverter' should be declared final. 72
 Warning regexp RegexpSingleline Line has trailing spaces. 79
 Warning regexp RegexpSingleline Line has trailing spaces. 87
 Warning regexp RegexpSingleline Line has trailing spaces. 90
 Warning coding FinalLocalVariable Variable 'newOpinion' should be declared final. 93
 Warning regexp RegexpSingleline Line has trailing spaces. 95
 Warning regexp RegexpSingleline Line has trailing spaces. 97
 Warning sizes LineLength Line is longer than 100 characters (found 112). 104
 Warning coding FinalLocalVariable Variable 'expression' should be declared final. 104
 Warning regexp RegexpSingleline Line has trailing spaces. 107
 Warning regexp RegexpSingleline Line has trailing spaces. 116
 Warning regexp RegexpSingleline Line has trailing spaces. 127
 Warning regexp RegexpSingleline Line has trailing spaces. 130

eu/fbk/dkm/pikes/resources/vuaopinion/CorpusPreprocessor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 6
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 10
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 22
 Warning sizes LineLength Line is longer than 100 characters (found 101). 24
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 26
 Warning misc FinalParameters Parameter text should be final. 26
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 27
 Warning sizes LineLength Line is longer than 100 characters (found 102). 32
 Warning coding FinalLocalVariable Variable 'p' should be declared final. 37
 Warning coding FinalLocalVariable Variable 'd' should be declared final. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning misc FinalParameters Parameter args should be final. 50
 Warning sizes LineLength Line is longer than 100 characters (found 110). 65
 Warning coding FinalLocalVariable Variable 'kafPath' should be declared final. 68
 Warning sizes LineLength Line is longer than 100 characters (found 108). 70
 Warning coding FinalLocalVariable Variable 'nafPath' should be declared final. 72
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'fileBaseName' should be declared final. 83
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 84
 Warning coding FinalLocalVariable Variable 'buffer' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'wFs' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 94
 Warning sizes LineLength Line is longer than 100 characters (found 108). 95
 Warning coding FinalLocalVariable Variable 'nafFile' should be declared final. 95

eu/fbk/dkm/pikes/resources/wes/ConvertForSolr.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found 'try' 54

eu/fbk/dkm/pikes/resources/wes/Naf2Html.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found 'try' 49

eu/fbk/dkm/pikes/resources/wes/QueryGoogle.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 7
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 10
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 10
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 24
 Warning naming StaticVariableName Name 'DEFAULT_USER_AGENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
 Warning sizes LineLength Line is longer than 100 characters (found 113). 31
 Warning sizes LineLength Line is longer than 100 characters (found 113). 36
 Warning misc FinalParameters Parameter query should be final. 36
 Warning misc FinalParameters Parameter listWithLinks should be final. 36
 Warning misc FinalParameters Parameter googleKey should be final. 36
 Warning misc FinalParameters Parameter googleCx should be final. 36
 Warning misc FinalParameters Parameter agent should be final. 37
 Warning sizes LineLength Line is longer than 100 characters (found 113). 41
 Warning misc FinalParameters Parameter query should be final. 41
 Warning misc FinalParameters Parameter listWithLinks should be final. 41
 Warning misc FinalParameters Parameter googleKey should be final. 41
 Warning misc FinalParameters Parameter googleCx should be final. 41
 Warning misc FinalParameters Parameter agent should be final. 42
 Warning misc FinalParameters Parameter start should be final. 42
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'obj' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'con' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'responseCode' should be declared final. 62
 Warning coding FinalLocalVariable Variable 'in' should be declared final. 65
 Warning coding FinalLocalVariable Variable 'response' should be declared final. 68
 Warning coding FinalLocalVariable Variable 'mapper' should be declared final. 75
 Warning coding FinalLocalVariable Variable 'root' should be declared final. 76
 Warning coding FinalLocalVariable Variable 'items' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'link' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'queries' should be declared final. 86
 Warning coding FinalLocalVariable Variable 'nextPageArray' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'nextPage' should be declared final. 89
 Warning coding FinalLocalVariable Variable 'nextStart' should be declared final. 90
 Warning javadoc JavadocMethod Missing a Javadoc comment. 95
 Warning misc FinalParameters Parameter args should be final. 95
 Warning sizes LineLength Line is longer than 100 characters (found 118). 101
 Warning sizes LineLength Line is longer than 100 characters (found 111). 103
 Warning sizes LineLength Line is longer than 100 characters (found 118). 104
 Warning sizes LineLength Line is longer than 100 characters (found 116). 105
 Warning sizes LineLength Line is longer than 100 characters (found 116). 106
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 111
 Warning coding FinalLocalVariable Variable 'nafQueriesFile' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'userAgent' should be declared final. 113
 Warning coding FinalLocalVariable Variable 'googleKey' should be declared final. 115
 Warning coding FinalLocalVariable Variable 'googleCx' should be declared final. 116
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 118
 Warning coding FinalLocalVariable Variable 'lines' should be declared final. 120
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 122
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 131
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 132
 Warning coding FinalLocalVariable Variable 'query' should be declared final. 133
 Warning coding FinalLocalVariable Variable 'links' should be declared final. 135
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 140

eu/fbk/dkm/pikes/resources/wes/QuerySolr.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'eu.fbk.utils.core.CommandLine' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 7
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 10
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 10
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 22
 Warning sizes LineLength Line is longer than 100 characters (found 115). 26
 Warning sizes LineLength Line is longer than 100 characters (found 126). 28
 Warning naming StaticVariableName Name 'DEFAULT_USER_AGENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
 Warning misc FinalParameters Parameter query should be final. 32
 Warning misc FinalParameters Parameter agent should be final. 32
 Warning coding FinalLocalVariable Variable 'obj' should be declared final. 33
 Warning coding FinalLocalVariable Variable 'con' should be declared final. 34
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 35
 Warning coding FinalLocalVariable Variable 'responseCode' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'in' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'response' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'mapper' should be declared final. 56
 Warning coding FinalLocalVariable Variable 'root' should be declared final. 57
 Warning coding FinalLocalVariable Variable 'response2' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'docs' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 62
 Warning javadoc JavadocMethod Missing a Javadoc comment. 70
 Warning misc FinalParameters Parameter args should be final. 70
 Warning sizes LineLength Line is longer than 100 characters (found 118). 76
 Warning sizes LineLength Line is longer than 100 characters (found 109). 78
 Warning sizes LineLength Line is longer than 100 characters (found 149). 80
 Warning sizes LineLength Line is longer than 100 characters (found 111). 81
 Warning sizes LineLength Line is longer than 100 characters (found 116). 82
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 87
 Warning coding FinalLocalVariable Variable 'nafQueriesFile' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'userAgent' should be declared final. 89
 Warning coding FinalLocalVariable Variable 'queryPattern' should be declared final. 90
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'lines' should be declared final. 94
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 96
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 105
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 106
 Warning coding FinalLocalVariable Variable 'ids' should be declared final. 112

eu/fbk/dkm/pikes/tintop/AnnotationPipeline.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'edu.cmu.cs.lti.ark.fn.parsing.SemaforParseResult' should be separated from previous imports. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - eu.fbk.dkm.pikes.resources.*. 18
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.resources.*' import. 18
 Warning imports ImportOrder 'ixa.kaflib.*' should be separated from previous imports. 29
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - ixa.kaflib.*. 29
 Warning imports ImportOrder Wrong order for 'org.apache.commons.lang.StringEscapeUtils' import. 30
 Warning imports ImportOrder 'se.lth.cs.srl.corpus.Word' should be separated from previous imports. 33
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 35
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 36
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 36
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 37
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 51
 Warning naming MemberName Name 'PM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
 Warning sizes LineLength Line is longer than 100 characters (found 120). 62
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62
 Warning misc FinalParameters Parameter configFile should be final. 62
 Warning misc FinalParameters Parameter additionalProperties should be final. 62
 Warning coding FinalLocalVariable Variable 'input' should be declared final. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning misc FinalParameters Parameter key should be final. 80
 Warning misc FinalParameters Parameter value should be final. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 84
 Warning misc FinalParameters Parameter key should be final. 84
 Warning javadoc JavadocMethod Missing a Javadoc comment. 88
 Warning javadoc JavadocMethod Missing a Javadoc comment. 92
 Warning misc FinalParameters Parameter node should be final. 92
 Warning javadoc JavadocMethod Missing a Javadoc comment. 96
 Warning misc FinalParameters Parameter node should be final. 96
 Warning misc FinalParameters Parameter parent should be final. 96
 Warning misc FinalParameters Parameter headFinder should be final. 96
 Warning coding FinalLocalVariable Variable 'head' should be declared final. 105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 116
 Warning javadoc JavadocMethod Missing a Javadoc comment. 120
 Warning misc FinalParameters Parameter properties should be final. 120
 Warning sizes LineLength Line is longer than 100 characters (found 105). 122
 Warning coding FinalLocalVariable Variable 'enablePM' should be declared final. 122
 Warning sizes LineLength Line is longer than 100 characters (found 106). 123
 Warning coding FinalLocalVariable Variable 'enableNafFilter' should be declared final. 123
 Warning sizes LineLength Line is longer than 100 characters (found 111). 124
 Warning coding FinalLocalVariable Variable 'enableOntoNotesFilter' should be declared final. 124
 Warning sizes LineLength Line is longer than 100 characters (found 103). 128
 Warning coding FinalLocalVariable Variable 'stanfordFromConfig' should be declared final. 128
 Warning coding FinalLocalVariable Variable 'stanfordPipeline' should be declared final. 129
 Warning sizes LineLength Line is longer than 100 characters (found 108). 135
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 153
 Warning sizes LineLength Line is longer than 100 characters (found 115). 155
 Warning sizes LineLength Line is longer than 100 characters (found 101). 160
 Warning sizes MethodLength Method length is 758 lines (max allowed is 150). 160
 Warning javadoc JavadocMethod Missing a Javadoc comment. 160
 Warning misc FinalParameters Parameter properties should be final. 160
 Warning misc FinalParameters Parameter document should be final. 160
 Warning misc FinalParameters Parameter NAFdocument should be final. 160
 Warning naming ParameterName Name 'NAFdocument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 160
 Warning sizes LineLength Line is longer than 100 characters (found 105). 163
 Warning coding FinalLocalVariable Variable 'enablePM' should be declared final. 163
 Warning sizes LineLength Line is longer than 100 characters (found 106). 164
 Warning coding FinalLocalVariable Variable 'enableNafFilter' should be declared final. 164
 Warning sizes LineLength Line is longer than 100 characters (found 111). 165
 Warning coding FinalLocalVariable Variable 'enableOntoNotesFilter' should be declared final. 165
 Warning sizes LineLength Line is longer than 100 characters (found 120). 166
 Warning coding FinalLocalVariable Variable 'enableEntityAssignment' should be declared final. 166
 Warning sizes LineLength Line is longer than 100 characters (found 114). 168
 Warning coding FinalLocalVariable Variable 'coreferenceGraph' should be declared final. 168
 Warning coding FinalLocalVariable Variable 'tmx0' should be declared final. 172
 Warning coding FinalLocalVariable Variable 'sentIndexes' should be declared final. 179
 Warning coding FinalLocalVariable Variable 'allTerms' should be declared final. 181
 Warning coding FinalLocalVariable Variable 'tokenFromStart' should be declared final. 183
 Warning coding FinalLocalVariable Variable 'tokenFromEnd' should be declared final. 184
 Warning coding FinalLocalVariable Variable 'allTokens' should be declared final. 186
 Warning coding FinalLocalVariable Variable 'keywords' should be declared final. 187
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 191
 Warning coding FinalLocalVariable Variable 'get' should be declared final. 201
 Warning coding FinalLocalVariable Variable 'stanfordSentence' should be declared final. 203
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 204
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 206
 Warning coding FinalLocalVariable Variable 'ners' should be declared final. 207
 Warning coding FinalLocalVariable Variable 'children' should be declared final. 212
 Warning coding FinalLocalVariable Variable 'entities' should be declared final. 215
 Warning coding FinalLocalVariable Variable 'stanfordToken' should be declared final. 218
 Warning coding FinalLocalVariable Variable 'thisWF' should be declared final. 232
 Warning coding FinalLocalVariable Variable 'tokenID' should be declared final. 235
 Warning coding FinalLocalVariable Variable 'thisWFSpan' should be declared final. 242
 Warning coding FinalLocalVariable Variable 'thisTerm' should be declared final. 244
 Warning coding FinalLocalVariable Variable 'wnSense' should be declared final. 248
 Warning sizes LineLength Line is longer than 100 characters (found 102). 250
 Warning sizes LineLength Line is longer than 100 characters (found 115). 267
 Warning coding FinalLocalVariable Variable 'normVal' should be declared final. 267
 Warning coding FinalLocalVariable Variable 'newEntity' should be declared final. 283
 Warning coding FinalLocalVariable Variable 'stanfordToken' should be declared final. 296
 Warning coding FinalLocalVariable Variable 'depRel' should be declared final. 305
 Warning coding FinalLocalVariable Variable 'from' should be declared final. 307
 Warning coding FinalLocalVariable Variable 'to' should be declared final. 308
 Warning coding FinalLocalVariable Variable 'word' should be declared final. 312
 Warning coding FinalLocalVariable Variable 'toRoot' should be declared final. 314
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 316
 Warning sizes LineLength Line is longer than 100 characters (found 103). 327
 Warning sizes LineLength Line is longer than 100 characters (found 111). 329
 Warning sizes LineLength Line is longer than 100 characters (found 110). 365
 Warning coding FinalLocalVariable Variable 'startIndex' should be declared final. 390
 Warning coding FinalLocalVariable Variable 'endIndex' should be declared final. 391
 Warning whitespace OperatorWrap '+' should be on a new line. 392
 Warning sizes LineLength Line is longer than 100 characters (found 102). 394
 Warning sizes LineLength Line is longer than 100 characters (found 116). 397
 Warning coding FinalLocalVariable Variable 'thisTermSpan' should be declared final. 400
 Warning coding FinalLocalVariable Variable 'thisWFSpan' should be declared final. 401
 Warning coding FinalLocalVariable Variable 'thisTermList' should be declared final. 408
 Warning coding FinalLocalVariable Variable 'thisWFList' should be declared final. 409
 Warning sizes LineLength Line is longer than 100 characters (found 106). 428
 Warning sizes LineLength Line is longer than 100 characters (found 119). 429
 Warning coding FinalLocalVariable Variable 'possibleEntities' should be declared final. 434
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 437
 Warning sizes LineLength Line is longer than 100 characters (found 101). 448
 Warning coding FinalLocalVariable Variable 'ext' should be declared final. 448
 Warning sizes LineLength Line is longer than 100 characters (found 115). 459
 Warning sizes LineLength Line is longer than 100 characters (found 115). 465
 Warning coding FinalLocalVariable Variable 'stanfordToken' should be declared final. 485
 Warning sizes LineLength Line is longer than 100 characters (found 116). 487
 Warning coding FinalLocalVariable Variable 'predicate' should be declared final. 487
 Warning coding FinalLocalVariable Variable 'thisTermSpan' should be declared final. 489
 Warning coding FinalLocalVariable Variable 'thisTerm' should be declared final. 490
 Warning coding FinalLocalVariable Variable 'tmpSense' should be declared final. 491
 Warning coding FinalLocalVariable Variable 'newPred' should be declared final. 495
 Warning coding FinalLocalVariable Variable 'roleset' should be declared final. 514
 Warning coding FinalLocalVariable Variable 'vnToAdd' should be declared final. 528
 Warning sizes LineLength Line is longer than 100 characters (found 107). 543
 Warning coding FinalLocalVariable Variable 'vnSubClasses' should be declared final. 560
 Warning sizes LineLength Line is longer than 100 characters (found 102). 581
 Warning coding FinalLocalVariable Variable 'vnClass' should be declared final. 581
 Warning coding FinalLocalVariable Variable 'possibleFrames' should be declared final. 589
 Warning sizes LineLength Line is longer than 100 characters (found 111). 604
 Warning coding FinalLocalVariable Variable 'fnFrame' should be declared final. 604
 Warning sizes LineLength Line is longer than 100 characters (found 110). 625
 Warning coding FinalLocalVariable Variable 'fnFrame' should be declared final. 625
 Warning coding FinalLocalVariable Variable 'pbPredicates' should be declared final. 633
 Warning sizes LineLength Line is longer than 100 characters (found 115). 636
 Warning coding FinalLocalVariable Variable 'pbPredicate' should be declared final. 636
 Warning coding FinalLocalVariable Variable 'esoClasses' should be declared final. 642
 Warning sizes LineLength Line is longer than 100 characters (found 104). 645
 Warning coding FinalLocalVariable Variable 'esoClass' should be declared final. 645
 Warning coding FinalLocalVariable Variable 'eventTypes' should be declared final. 651
 Warning sizes LineLength Line is longer than 100 characters (found 112). 654
 Warning coding FinalLocalVariable Variable 'eventType' should be declared final. 654
 Warning coding FinalLocalVariable Variable 'wnSenses' should be declared final. 660
 Warning sizes LineLength Line is longer than 100 characters (found 106). 663
 Warning coding FinalLocalVariable Variable 'wnSense' should be declared final. 663
 Warning coding FinalLocalVariable Variable 'thisTermSpanForRole' should be declared final. 672
 Warning coding FinalLocalVariable Variable 'argument' should be declared final. 678
 Warning sizes LineLength Line is longer than 100 characters (found 109). 679
 Warning coding FinalLocalVariable Variable 'newRole' should be declared final. 679
 Warning sizes LineLength Line is longer than 100 characters (found 110). 684
 Warning coding FinalLocalVariable Variable 'vnThematicRoles' should be declared final. 684
 Warning coding FinalLocalVariable Variable 'vnThematicRole' should be declared final. 688
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 692
 Warning coding FinalLocalVariable Variable 'vnThematicRole' should be declared final. 694
 Warning sizes LineLength Line is longer than 100 characters (found 110). 703
 Warning coding FinalLocalVariable Variable 'fnFrameElements' should be declared final. 703
 Warning coding FinalLocalVariable Variable 'fnFrameElement' should be declared final. 707
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 711
 Warning coding FinalLocalVariable Variable 'fnFrameElement' should be declared final. 713
 Warning sizes LineLength Line is longer than 100 characters (found 102). 722
 Warning coding FinalLocalVariable Variable 'pbArguments' should be declared final. 722
 Warning sizes LineLength Line is longer than 100 characters (found 113). 725
 Warning coding FinalLocalVariable Variable 'pbArgument' should be declared final. 725
 Warning coding FinalLocalVariable Variable 'esoRoles' should be declared final. 731
 Warning sizes LineLength Line is longer than 100 characters (found 102). 734
 Warning coding FinalLocalVariable Variable 'esoRole' should be declared final. 734
 Warning sizes LineLength Line is longer than 100 characters (found 119). 747
 Warning coding FinalLocalVariable Variable 'semaforParseResult' should be declared final. 747
 Warning coding FinalLocalVariable Variable 'mapper' should be declared final. 748
 Warning coding FinalLocalVariable Variable 'semaforResponse' should be declared final. 749
 Warning coding FinalLocalVariable Variable 'semaforTarget' should be declared final. 752
 Warning coding FinalLocalVariable Variable 'frameName' should be declared final. 756
 Warning coding FinalLocalVariable Variable 'semaforSpan' should be declared final. 765
 Warning coding FinalLocalVariable Variable 'semaforAnnotation' should be declared final. 766
 Warning coding FinalLocalVariable Variable 'termSpan' should be declared final. 768
 Warning coding FinalLocalVariable Variable 'predicate' should be declared final. 777
 Warning sizes LineLength Line is longer than 100 characters (found 108). 783
 Warning coding FinalLocalVariable Variable 'roleSpan' should be declared final. 784
 Warning coding FinalLocalVariable Variable 'roleName' should be declared final. 785
 Warning coding FinalLocalVariable Variable 'roleTermSpan' should be declared final. 787
 Warning coding FinalLocalVariable Variable 'role' should be declared final. 796
 Warning sizes LineLength Line is longer than 100 characters (found 105). 801
 Warning sizes LineLength Line is longer than 100 characters (found 103). 805
 Warning coding FinalLocalVariable Variable 'tree' should be declared final. 813
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 832
 Warning coding FinalLocalVariable Variable 'startToken' should be declared final. 833
 Warning coding FinalLocalVariable Variable 'endToken' should be declared final. 834
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 835
 Warning coding FinalLocalVariable Variable 'linkedEntity' should be declared final. 842
 Warning coding FinalLocalVariable Variable 'chain' should be declared final. 861
 Warning coding FinalLocalVariable Variable 'mentionMap' should be declared final. 862
 Warning coding FinalLocalVariable Variable 'mentions' should be declared final. 869
 Warning coding FinalLocalVariable Variable 'sentenceStartTokenIndex' should be declared final. 877
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 878
 Warning coding FinalLocalVariable Variable 'thisTermSpan' should be declared final. 880
 Warning sizes LineLength Line is longer than 100 characters (found 106). 905
 Warning coding FinalLocalVariable Variable 'linguisticProcessor' should be declared final. 905
 Warning misc FinalParameters Parameter NAFdocument should be final. 920
 Warning naming ParameterName Name 'NAFdocument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 920
 Warning misc FinalParameters Parameter NAFdocument should be final. 924
 Warning naming ParameterName Name 'NAFdocument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 924
 Warning misc FinalParameters Parameter merge should be final. 924
 Warning coding FinalLocalVariable Variable 'properties' should be declared final. 929
 Warning coding FinalLocalVariable Variable 'maxTextLen' should be declared final. 932
 Warning coding FinalLocalVariable Variable 'limit' should be declared final. 933
 Warning sizes LineLength Line is longer than 100 characters (found 111). 935
 Warning coding FinalLocalVariable Variable 'stanfordConfig' should be declared final. 939
 Warning coding FinalLocalVariable Variable 'thisSessionProps' should be declared final. 942
 Warning coding FinalLocalVariable Variable 'thisPipeline' should be declared final. 943
 Warning sizes LineLength Line is longer than 100 characters (found 102). 947
 Warning coding FinalLocalVariable Variable 'linguisticProcessor' should be declared final. 947
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 949
 Warning sizes LineLength Line is longer than 100 characters (found 102). 950
 Warning javadoc JavadocMethod Missing a Javadoc comment. 962
 Warning misc FinalParameters Parameter NAFdocument should be final. 962
 Warning naming ParameterName Name 'NAFdocument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 962
 Warning javadoc JavadocMethod Missing a Javadoc comment. 969
 Warning misc FinalParameters Parameter textInNafFormat should be final. 969
 Warning coding FinalLocalVariable Variable 'is' should be declared final. 972
 Warning coding FinalLocalVariable Variable 'br' should be declared final. 973
 Warning naming LocalVariableName Name 'NAFdocument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 974

eu/fbk/dkm/pikes/tintop/CommandLineWithLogger.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.apache.commons.cli.*. 3
 Warning imports ImportOrder Wrong order for 'java.io.FileInputStream' import. 5
 Warning javadoc JavadocType Missing a Javadoc comment. 9
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning sizes LineLength Line is longer than 100 characters (found 101). 27
 Warning sizes LineLength Line is longer than 100 characters (found 101). 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning misc FinalParameters Parameter option should be final. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning misc FinalParameters Parameter version should be final. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning misc FinalParameters Parameter logConfig should be final. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning coding FinalLocalVariable Variable 'formatter' should be declared final. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning misc FinalParameters Parameter args should be final. 68
 Warning coding FinalLocalVariable Variable 'parser' should be declared final. 69
 Warning sizes LineLength Line is longer than 100 characters (found 132). 73
 Warning sizes LineLength Line is longer than 100 characters (found 101). 85
 Warning sizes LineLength Line is longer than 100 characters (found 119). 86
 Warning sizes LineLength Line is longer than 100 characters (found 106). 87
 Warning blocks RightCurly '}' should be on the same line. 94
 Warning blocks RightCurly '}' should be on the same line. 98
 Warning coding FinalLocalVariable Variable 'message' should be declared final. 113

eu/fbk/dkm/pikes/tintop/FolderOrchestrator.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.dkm.pikes.tintopclient.TintopSession' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'eu.fbk.rdfpro.util.IO' import. 8
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 9
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 10
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 16
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 16
 Warning naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 33
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 34
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 35
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning naming StaticVariableName Name 'DEFAULT_EXTENSIONS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
 Warning design VisibilityModifier Variable 'DEFAULT_EXTENSIONS' must be private and have accessor methods. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning misc FinalParameters Parameter maxErrOnFile should be final. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning misc FinalParameters Parameter maxSize should be final. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 64
 Warning misc FinalParameters Parameter filename should be final. 64
 Warning sizes LineLength Line is longer than 100 characters (found 114). 70
 Warning javadoc JavadocType Missing a Javadoc comment. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79
 Warning misc FinalParameters Parameter session should be final. 79
 Warning misc FinalParameters Parameter pipeline should be final. 79
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 94
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 107
 Warning coding FinalLocalVariable Variable 'whole' should be declared final. 108
 Warning sizes LineLength Line is longer than 100 characters (found 107). 126
 Warning misc FinalParameters Parameter inputFile should be final. 147
 Warning misc FinalParameters Parameter session should be final. 147
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 148
 Warning javadoc JavadocMethod Missing a Javadoc comment. 153
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 153
 Warning misc FinalParameters Parameter session should be final. 153
 Warning coding IllegalTokenText labels are discouraged 155
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 194
 Warning sizes LineLength Line is longer than 100 characters (found 102). 195
 Warning sizes LineLength Line is longer than 100 characters (found 107). 199
 Warning javadoc JavadocMethod Missing a Javadoc comment. 221
 Warning misc FinalParameters Parameter session should be final. 221
 Warning misc FinalParameters Parameter pipeline should be final. 221
 Warning misc FinalParameters Parameter size should be final. 221
 Warning sizes LineLength Line is longer than 100 characters (found 118). 224
 Warning javadoc JavadocMethod Missing a Javadoc comment. 243
 Warning misc FinalParameters Parameter args should be final. 243
 Warning sizes LineLength Line is longer than 100 characters (found 116). 253
 Warning sizes LineLength Line is longer than 100 characters (found 118). 256
 Warning sizes LineLength Line is longer than 100 characters (found 105). 259
 Warning sizes LineLength Line is longer than 100 characters (found 114). 264
 Warning sizes LineLength Line is longer than 100 characters (found 116). 266
 Warning coding FinalLocalVariable Variable 'input' should be declared final. 270
 Warning coding FinalLocalVariable Variable 'output' should be declared final. 271
 Warning coding FinalLocalVariable Variable 'skip' should be declared final. 272
 Warning coding FinalLocalVariable Variable 'configFile' should be declared final. 273
 Warning sizes LineLength Line is longer than 100 characters (found 101). 275
 Warning coding FinalLocalVariable Variable 'maxFail' should be declared final. 275
 Warning coding FinalLocalVariable Variable 'maxSize' should be declared final. 276
 Warning coding FinalLocalVariable Variable 'size' should be declared final. 277
 Warning coding FinalLocalVariable Variable 'addProperties' should be declared final. 279
 Warning coding FinalLocalVariable Variable 'additionalProps' should be declared final. 280
 Warning coding FinalLocalVariable Variable 'skipPatterns' should be declared final. 289
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 291
 Warning coding FinalLocalVariable Variable 'orchestrator' should be declared final. 322
 Warning coding FinalLocalVariable Variable 'extensions' should be declared final. 326
 Warning coding FinalLocalVariable Variable 'fileIterator' should be declared final. 327
 Warning coding FinalLocalVariable Variable 'session' should be declared final. 329

eu/fbk/dkm/pikes/tintop/MorphTest.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 5
 Warning imports ImportOrder Wrong order for 'java.util.Properties' import. 8
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 14
 Warning javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning misc FinalParameters Parameter args should be final. 18
 Warning coding FinalLocalVariable Variable 'props' should be declared final. 19
 Warning sizes LineLength Line is longer than 100 characters (found 112). 21
 Warning sizes LineLength Line is longer than 100 characters (found 113). 22
 Warning sizes LineLength Line is longer than 100 characters (found 104). 27
 Warning sizes LineLength Line is longer than 100 characters (found 106). 29
 Warning coding FinalLocalVariable Variable 'pipeline' should be declared final. 31
 Warning coding FinalLocalVariable Variable 'annotation' should be declared final. 36

eu/fbk/dkm/pikes/tintop/Ontonotes2Giulio.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - eu.fbk.dkm.pikes.resources.util.corpus.*. 3
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 4
 Warning imports ImportOrder Wrong order for 'java.io.BufferedWriter' import. 7
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning misc FinalParameters Parameter args should be final. 22
 Warning coding FinalLocalVariable Variable 'inputFile' should be declared final. 23
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 24
 Warning coding FinalLocalVariable Variable 'corpus' should be declared final. 26
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 27
 Warning coding FinalLocalVariable Variable 'buffers' should be declared final. 31
 Warning coding FinalLocalVariable Variable 'additionalBuffers' should be declared final. 32
 Warning coding FinalLocalVariable Variable 'stringBuffer' should be declared final. 51
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 52
 Warning coding FinalLocalVariable Variable 'descendants' should be declared final. 59
 Warning coding FinalLocalVariable Variable 's' should be declared final. 67
 Warning blocks RightCurly '}' should be on the same line. 70

eu/fbk/dkm/pikes/tintop/PipelineTest.java

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 11
 Warning misc FinalParameters Parameter args should be final. 11

eu/fbk/dkm/pikes/tintop/ReparseConllAnna.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found 'List' 49
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 197

eu/fbk/dkm/pikes/tintop/ReparseConllStanford.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error extension TreeWalker Got an exception - expecting EOF, found 'StanfordCoreNLP' 71

eu/fbk/dkm/pikes/tintop/ServerTest.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 8
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 14
 Warning javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning misc FinalParameters Parameter args should be final. 18
 Warning coding FinalLocalVariable Variable 'httpServer' should be declared final. 20
 Warning sizes LineLength Line is longer than 100 characters (found 131). 26
 Warning sizes LineLength Line is longer than 100 characters (found 107). 28

eu/fbk/dkm/pikes/tintop/StanfordTest.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'edu.stanford.nlp.time.TimeAnnotations' import. 9
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 11
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 14
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Warning misc FinalParameters Parameter annotation should be final. 27
 Warning coding FinalLocalVariable Variable 'sents' should be declared final. 28
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 31
 Warning sizes LineLength Line is longer than 100 characters (found 112). 36
 Warning sizes LineLength Line is longer than 100 characters (found 108). 37
 Warning sizes LineLength Line is longer than 100 characters (found 104). 38
 Warning sizes LineLength Line is longer than 100 characters (found 104). 40
 Warning sizes LineLength Line is longer than 100 characters (found 102). 45
 Warning sizes LineLength Line is longer than 100 characters (found 103). 54
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning misc FinalParameters Parameter args should be final. 64
 Warning sizes LineLength Line is longer than 100 characters (found 199). 66
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 66
 Warning coding FinalLocalVariable Variable 'pipeline' should be declared final. 74

eu/fbk/dkm/pikes/tintop/annotators/AnnaParseAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.tintop.annotators.models.AnnaParseModel' import. 8
 Warning imports ImportOrder 'is2fbk.data.SentenceData09' should be separated from previous imports. 9
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 12
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 13
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter annotatorName should be final. 27
 Warning misc FinalParameters Parameter props should be final. 27
 Warning sizes LineLength Line is longer than 100 characters (found 105). 28
 Warning coding FinalLocalVariable Variable 'posModel' should be declared final. 28
 Warning misc FinalParameters Parameter annotation should be final. 35
 Warning sizes LineLength Line is longer than 100 characters (found 104). 37
 Warning sizes LineLength Line is longer than 100 characters (found 102). 38
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 38
 Warning coding FinalLocalVariable Variable 'forms' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'poss' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'lemmas' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'localSentenceData091' should be declared final. 71
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 81
 Warning sizes LineLength Line is longer than 100 characters (found 109). 82
 Warning sizes LineLength Line is longer than 100 characters (found 119). 83
 Warning blocks RightCurly '}' should be on the same line. 86

eu/fbk/dkm/pikes/tintop/annotators/AnnaPosAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.tintop.annotators.models.AnnaPosModel' import. 8
 Warning imports ImportOrder 'is2.data.SentenceData09' should be separated from previous imports. 9
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 12
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter annotatorName should be final. 26
 Warning misc FinalParameters Parameter props should be final. 26
 Warning sizes LineLength Line is longer than 100 characters (found 103). 27
 Warning coding FinalLocalVariable Variable 'posModel' should be declared final. 27
 Warning misc FinalParameters Parameter annotation should be final. 32
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 35
 Warning coding FinalLocalVariable Variable 'annaTokens' should be declared final. 37
 Warning coding FinalLocalVariable Variable 'sz' should be declared final. 40
 Warning coding FinalLocalVariable Variable 'thisToken' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'instance' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'sz' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'thisToken' should be declared final. 50
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 51
 Warning blocks RightCurly '}' should be on the same line. 55

eu/fbk/dkm/pikes/tintop/annotators/AnnotatorUtils.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.Map' import. 5
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 12
 Warning sizes LineLength Line is longer than 100 characters (found 108). 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning misc FinalParameters Parameter input should be final. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning misc FinalParameters Parameter input should be final. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning misc FinalParameters Parameter pos should be final. 39

eu/fbk/dkm/pikes/tintop/annotators/Defaults.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 4
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 16
 Warning misc FinalParameters Parameter value should be final. 16
 Warning misc FinalParameters Parameter defaultValue should be final. 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter value should be final. 24
 Warning misc FinalParameters Parameter defaultValue should be final. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning misc FinalParameters Parameter value should be final. 44
 Warning misc FinalParameters Parameter defaultValue should be final. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 53
 Warning sizes LineLength Line is longer than 100 characters (found 112). 56
 Warning sizes LineLength Line is longer than 100 characters (found 120). 59
 Warning sizes LineLength Line is longer than 100 characters (found 117). 60
 Warning sizes LineLength Line is longer than 100 characters (found 103). 65
 Warning sizes LineLength Line is longer than 100 characters (found 101). 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 78
 Warning javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning javadoc JavadocVariable Missing a Javadoc comment. 80
 Warning javadoc JavadocVariable Missing a Javadoc comment. 81
 Warning sizes LineLength Line is longer than 100 characters (found 163). 82
 Warning javadoc JavadocVariable Missing a Javadoc comment. 82
 Warning javadoc JavadocVariable Missing a Javadoc comment. 84
 Warning javadoc JavadocVariable Missing a Javadoc comment. 85
 Warning javadoc JavadocVariable Missing a Javadoc comment. 86
 Warning javadoc JavadocVariable Missing a Javadoc comment. 87
 Warning javadoc JavadocVariable Missing a Javadoc comment. 88
 Warning javadoc JavadocVariable Missing a Javadoc comment. 90
 Warning javadoc JavadocVariable Missing a Javadoc comment. 92
 Warning javadoc JavadocVariable Missing a Javadoc comment. 94
 Warning javadoc JavadocVariable Missing a Javadoc comment. 96
 Warning javadoc JavadocVariable Missing a Javadoc comment. 97
 Warning javadoc JavadocVariable Missing a Javadoc comment. 99
 Warning javadoc JavadocVariable Missing a Javadoc comment. 100
 Warning javadoc JavadocVariable Missing a Javadoc comment. 101
 Warning javadoc JavadocVariable Missing a Javadoc comment. 102
 Warning javadoc JavadocVariable Missing a Javadoc comment. 103
 Warning javadoc JavadocVariable Missing a Javadoc comment. 105
 Warning javadoc JavadocVariable Missing a Javadoc comment. 106
 Warning javadoc JavadocVariable Missing a Javadoc comment. 108
 Warning javadoc JavadocMethod Missing a Javadoc comment. 110
 Warning misc FinalParameters Parameter config should be final. 110
 Warning sizes LineLength Line is longer than 100 characters (found 105). 111
 Warning sizes LineLength Line is longer than 100 characters (found 116). 117

eu/fbk/dkm/pikes/tintop/annotators/FakeAnnaParserAnnotator.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.depparseannotation.DepParseInfo' import. 11
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter annotatorName should be final. 26
 Warning misc FinalParameters Parameter props should be final. 26
 Warning misc FinalParameters Parameter annotation should be final. 31
 Warning coding FinalLocalVariable Variable 'dependencies' should be declared final. 34
 Warning coding FinalLocalVariable Variable 'info' should be declared final. 36
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 41
 Warning sizes LineLength Line is longer than 100 characters (found 112). 42
 Warning sizes LineLength Line is longer than 100 characters (found 166). 60

eu/fbk/dkm/pikes/tintop/annotators/FakeLemmaAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.tintop.annotators.models.AnnaPosModel' import. 8
 Warning imports ImportOrder 'is2.data.SentenceData09' should be separated from previous imports. 9
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 12
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter annotatorName should be final. 24
 Warning misc FinalParameters Parameter props should be final. 24
 Warning misc FinalParameters Parameter annotation should be final. 28
 Warning coding FinalLocalVariable Variable 'tk' should be declared final. 30
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 34
 Warning coding FinalLocalVariable Variable 'sz' should be declared final. 36
 Warning coding FinalLocalVariable Variable 'thisToken' should be declared final. 37
 Warning sizes LineLength Line is longer than 100 characters (found 126). 38
 Warning blocks RightCurly '}' should be on the same line. 41

eu/fbk/dkm/pikes/tintop/annotators/FakeMstParserAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.depparseannotation.DepParseInfo' import. 9
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 12
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning misc FinalParameters Parameter annotatorName should be final. 22
 Warning misc FinalParameters Parameter props should be final. 22
 Warning misc FinalParameters Parameter annotation should be final. 27
 Warning coding FinalLocalVariable Variable 'dependencies' should be declared final. 30
 Warning coding FinalLocalVariable Variable 'info' should be declared final. 33

eu/fbk/dkm/pikes/tintop/annotators/FakePosAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning misc FinalParameters Parameter annotatorName should be final. 22
 Warning misc FinalParameters Parameter props should be final. 22
 Warning misc FinalParameters Parameter annotation should be final. 27
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 33
 Warning coding FinalLocalVariable Variable 'sz' should be declared final. 35
 Warning coding FinalLocalVariable Variable 'thisToken' should be declared final. 36
 Warning sizes LineLength Line is longer than 100 characters (found 105). 37

eu/fbk/dkm/pikes/tintop/annotators/MateSrlAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.tintop.annotators.models.MateSrlBeModel' import. 8
 Warning imports ImportOrder 'se.lth.cs.srl.SemanticRoleLabeler' should be separated from previous imports. 10
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning misc FinalParameters Parameter annotatorName should be final. 32
 Warning misc FinalParameters Parameter props should be final. 32
 Warning coding FinalLocalVariable Variable 'model' should be declared final. 34
 Warning coding FinalLocalVariable Variable 'modelBe' should be declared final. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning misc FinalParameters Parameter stanfordSentence should be final. 45
 Warning sizes LineLength Line is longer than 100 characters (found 101). 48
 Warning coding FinalLocalVariable Variable 'get' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'size' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'forms' should be declared final. 51
 Warning coding FinalLocalVariable Variable 'poss' should be declared final. 52
 Warning coding FinalLocalVariable Variable 'lemmas' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'feats' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'labels' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'parents' should be declared final. 56
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 64
 Warning misc FinalParameters Parameter annotation should be final. 82
 Warning sizes LineLength Line is longer than 100 characters (found 104). 84
 Warning coding FinalLocalVariable Variable 'tokenID' should be declared final. 97
 Warning coding FinalLocalVariable Variable 'tokenID' should be declared final. 111
 Warning coding FinalLocalVariable Variable 'sentenceBe' should be declared final. 121
 Warning coding FinalLocalVariable Variable 'tokenID' should be declared final. 125
 Warning sizes LineLength Line is longer than 100 characters (found 117). 126
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 126
 Warning sizes LineLength Line is longer than 100 characters (found 105). 130

eu/fbk/dkm/pikes/tintop/annotators/MstServerParserAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.depparseannotation.DepParseInfo' import. 8
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 12
 Warning imports ImportOrder Wrong order for 'java.util.*' import. 12
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter annotatorName should be final. 23
 Warning misc FinalParameters Parameter props should be final. 23
 Warning coding FinalLocalVariable Variable 'server' should be declared final. 24
 Warning coding FinalLocalVariable Variable 'port' should be declared final. 25
 Warning misc FinalParameters Parameter annotation should be final. 33
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 36
 Warning coding FinalLocalVariable Variable 'forms' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'poss' should be declared final. 42
 Warning coding FinalLocalVariable Variable 'form' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'depParseInfo' should be declared final. 51
 Warning blocks RightCurly '}' should be on the same line. 58

eu/fbk/dkm/pikes/tintop/annotators/NERCustomAnnotator.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 13
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 14
 Warning naming MemberName Name 'VERBOSE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning misc FinalParameters Parameter verbose should be final. 44
 Warning blocks LeftCurly '{' should be on the previous line. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning misc FinalParameters Parameter verbose should be final. 50
 Warning misc FinalParameters Parameter classifiers should be final. 50
 Warning blocks LeftCurly '{' should be on the previous line. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning misc FinalParameters Parameter ner should be final. 56
 Warning misc FinalParameters Parameter verbose should be final. 56
 Warning sizes LineLength Line is longer than 100 characters (found 103). 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning misc FinalParameters Parameter ner should be final. 60
 Warning misc FinalParameters Parameter verbose should be final. 60
 Warning misc FinalParameters Parameter nThreads should be final. 60
 Warning misc FinalParameters Parameter maxTime should be final. 60
 Warning sizes LineLength Line is longer than 100 characters (found 101). 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning misc FinalParameters Parameter ner should be final. 64
 Warning misc FinalParameters Parameter verbose should be final. 64
 Warning misc FinalParameters Parameter nThreads should be final. 64
 Warning misc FinalParameters Parameter maxTime should be final. 64
 Warning misc FinalParameters Parameter maxSentenceLength should be final. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning misc FinalParameters Parameter name should be final. 73
 Warning misc FinalParameters Parameter properties should be final. 73
 Warning sizes LineLength Line is longer than 100 characters (found 122). 75
 Warning misc FinalParameters Parameter annotation should be final. 91
 Warning misc FinalParameters Parameter annotation should be final. 105
 Warning misc FinalParameters Parameter sentence should be final. 105
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 106
 Warning blocks LeftCurly '{' should have line break after. 129
 Warning blocks RightCurly '}' should have line break before. 129
 Warning blocks LeftCurly '{' should have line break after. 129
 Warning blocks RightCurly '}' should have line break before. 129
 Warning coding FinalLocalVariable Variable 'neTag' should be declared final. 150
 Warning sizes LineLength Line is longer than 100 characters (found 111). 151
 Warning coding FinalLocalVariable Variable 'normNeTag' should be declared final. 151
 Warning blocks NeedBraces 'if' construct must use '{}'s. 153
 Warning sizes LineLength Line is longer than 100 characters (found 126). 153
 Warning sizes LineLength Line is longer than 100 characters (found 110). 166
 Warning misc FinalParameters Parameter annotation should be final. 179
 Warning misc FinalParameters Parameter sentence should be final. 179
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 180

eu/fbk/dkm/pikes/tintop/annotators/PikesAnnotations.java

Severity Category Rule Message Line
 Warning design FinalClass Class PikesAnnotations should be declared as final. 13
 Warning javadoc JavadocVariable Missing a Javadoc comment. 19
 Warning sizes LineLength Line is longer than 100 characters (found 113). 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning sizes LineLength Line is longer than 100 characters (found 109). 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning sizes LineLength Line is longer than 100 characters (found 111). 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning sizes LineLength Line is longer than 100 characters (found 101). 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning sizes LineLength Line is longer than 100 characters (found 109). 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning javadoc JavadocType Missing a Javadoc comment. 34
 Warning javadoc JavadocType Missing a Javadoc comment. 41
 Warning javadoc JavadocType Missing a Javadoc comment. 48
 Warning javadoc JavadocType Missing a Javadoc comment. 55
 Warning javadoc JavadocType Missing a Javadoc comment. 62
 Warning javadoc JavadocType Missing a Javadoc comment. 69
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 76

eu/fbk/dkm/pikes/tintop/annotators/SemaforAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.depparseannotation.DepParseInfo' import. 12
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 16
 Warning imports ImportOrder Wrong order for 'java.util.*' import. 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter annotatorName should be final. 27
 Warning misc FinalParameters Parameter props should be final. 27
 Warning sizes LineLength Line is longer than 100 characters (found 109). 28
 Warning coding FinalLocalVariable Variable 'semaforModelDir' should be declared final. 28
 Warning sizes LineLength Line is longer than 100 characters (found 103). 29
 Warning misc FinalParameters Parameter annotation should be final. 34
 Warning sizes LineLength Line is longer than 100 characters (found 104). 37
 Warning sizes LineLength Line is longer than 100 characters (found 102). 39
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'sentenceTokens' should be declared final. 44
 Warning sizes LineLength Line is longer than 100 characters (found 112). 46
 Warning coding FinalLocalVariable Variable 'depParseInfo' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 52
 Warning coding FinalLocalVariable Variable 'form' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'head' should be declared final. 57
 Warning coding FinalLocalVariable Variable 'rel' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'fnToken' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'sentence' should be declared final. 65
 Warning coding FinalLocalVariable Variable 'results' should be declared final. 68

eu/fbk/dkm/pikes/tintop/annotators/SimplePosAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.Collections' import. 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning misc FinalParameters Parameter annotatorName should be final. 20
 Warning misc FinalParameters Parameter props should be final. 20
 Warning misc FinalParameters Parameter annotation should be final. 24
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 27
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 30
 Warning sizes LineLength Line is longer than 100 characters (found 112). 32

eu/fbk/dkm/pikes/tintop/annotators/TreeTaggerPosAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.annolab.tt4j.TokenHandler' import. 8
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 11
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 12
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 21
 Warning design VisibilityModifier Variable 'poss' must be private and have accessor methods. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter annotatorName should be final. 23
 Warning misc FinalParameters Parameter props should be final. 23
 Warning misc FinalParameters Parameter token should be final. 28
 Warning misc FinalParameters Parameter pos should be final. 28
 Warning misc FinalParameters Parameter lemma should be final. 28
 Warning misc FinalParameters Parameter annotation should be final. 40
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'stringTokens' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'sz' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'sz' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'thisToken' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 55
 Warning blocks RightCurly '}' should be on the same line. 64

eu/fbk/dkm/pikes/tintop/annotators/UKBAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.tintop.annotators.models.UKBModel' import. 9
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 13
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 14
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 25
 Warning misc FinalParameters Parameter annotatorName should be final. 25
 Warning misc FinalParameters Parameter props should be final. 25
 Warning coding FinalLocalVariable Variable 'newProps' should be declared final. 26
 Warning misc FinalParameters Parameter annotation should be final. 36
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'sz' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'thisToken' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'wn' should be declared final. 62
 Warning blocks RightCurly '}' should be on the same line. 66
 Warning sizes LineLength Line is longer than 100 characters (found 171). 79

eu/fbk/dkm/pikes/tintop/annotators/UKBResourcePool.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 5
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 8
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning misc FinalParameters Parameter model should be final. 22
 Warning misc FinalParameters Parameter dict should be final. 22
 Warning misc FinalParameters Parameter baseDir should be final. 22
 Warning misc FinalParameters Parameter numResources should be final. 22
 Warning coding FinalLocalVariable Variable 'command' should be declared final. 30
 Warning coding FinalLocalVariable Variable 'pb' should be declared final. 31
 Warning coding FinalLocalVariable Variable 'process' should be declared final. 36
 Warning sizes LineLength Line is longer than 100 characters (found 107). 37
 Warning coding FinalLocalVariable Variable 'brCleanUp' should be declared final. 37
 Warning coding FinalLocalVariable Variable 'line' should be declared final. 38

eu/fbk/dkm/pikes/tintop/annotators/models/AnnaParseModel.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 5
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 8
 Warning design FinalClass Class AnnaParseModel should be declared as final. 14
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Warning misc FinalParameters Parameter posModel should be final. 20
 Warning coding FinalLocalVariable Variable 'arrayOfString' should be declared final. 22
 Warning coding FinalLocalVariable Variable 'localOptions' should be declared final. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter posModel should be final. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35

eu/fbk/dkm/pikes/tintop/annotators/models/AnnaPosModel.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 4
 Warning imports ImportOrder 'se.lth.cs.srl.util.BohnetHelper' should be separated from previous imports. 6
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 8
 Warning design FinalClass Class AnnaPosModel should be declared as final. 14
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Warning misc FinalParameters Parameter posModel should be final. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 25
 Warning misc FinalParameters Parameter posModel should be final. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33

eu/fbk/dkm/pikes/tintop/annotators/models/MateSrlBeModel.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'se.lth.cs.srl.SemanticRoleLabeler' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 9
 Warning design FinalClass Class MateSrlBeModel should be declared as final. 16
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Warning misc FinalParameters Parameter mateModel should be final. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning misc FinalParameters Parameter posModel should be final. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45

eu/fbk/dkm/pikes/tintop/annotators/models/MateSrlModel.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'se.lth.cs.srl.SemanticRoleLabeler' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 9
 Warning design FinalClass Class MateSrlModel should be declared as final. 16
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Warning misc FinalParameters Parameter mateModel should be final. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning misc FinalParameters Parameter posModel should be final. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45

eu/fbk/dkm/pikes/tintop/annotators/models/SemaforModel.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 4
 Warning design FinalClass Class SemaforModel should be declared as final. 11
 Warning misc FinalParameters Parameter modelDir should be final. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter modelDir should be final. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34

eu/fbk/dkm/pikes/tintop/annotators/models/UKBModel.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 5
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 8
 Warning design FinalClass Class UKBModel should be declared as final. 16
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Warning misc FinalParameters Parameter properties should be final. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter properties should be final. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35

eu/fbk/dkm/pikes/tintop/annotators/raw/MstServerParser.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 4
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning misc FinalParameters Parameter server should be final. 28
 Warning misc FinalParameters Parameter port should be final. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning misc FinalParameters Parameter tokens should be final. 33
 Warning misc FinalParameters Parameter poss should be final. 33
 Warning coding FinalLocalVariable Variable 'sb' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 42
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 54
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 54
 Warning misc FinalParameters Parameter text should be final. 54
 Warning coding FinalLocalVariable Variable 'clientSocket' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 59
 Warning sizes LineLength Line is longer than 100 characters (found 111). 60
 Warning coding FinalLocalVariable Variable 'inFromServer' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'depParents' should be declared final. 64
 Warning coding FinalLocalVariable Variable 'depLabels' should be declared final. 65
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 75
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 78
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning misc FinalParameters Parameter args should be final. 93
 Warning coding FinalLocalVariable Variable 'mstParser' should be declared final. 95
 Warning sizes LineLength Line is longer than 100 characters (found 108). 97
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 97
 Warning coding FinalLocalVariable Variable 'tag' should be declared final. 99

eu/fbk/dkm/pikes/tintop/annotators/raw/Semafor.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'org.codehaus.jackson.annotate.JsonIgnoreProperties' should be separated from previous imports. 4
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 9
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 9
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning design VisibilityModifier Variable 'conversionMap' must be private and have accessor methods. 28
 Warning javadoc JavadocType Missing a Javadoc comment. 35
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning whitespace OperatorWrap '+' should be on a new line. 52
 Warning whitespace OperatorWrap '+' should be on a new line. 53
 Warning whitespace OperatorWrap '+' should be on a new line. 54
 Warning whitespace OperatorWrap '+' should be on a new line. 55
 Warning javadoc JavadocType Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning whitespace OperatorWrap '+' should be on a new line. 78
 Warning whitespace OperatorWrap '+' should be on a new line. 79
 Warning whitespace OperatorWrap '+' should be on a new line. 80
 Warning whitespace OperatorWrap '+' should be on a new line. 81
 Warning javadoc JavadocType Missing a Javadoc comment. 86
 Warning javadoc JavadocMethod Missing a Javadoc comment. 90
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning whitespace OperatorWrap '+' should be on a new line. 99
 Warning whitespace OperatorWrap '+' should be on a new line. 100
 Warning whitespace OperatorWrap '+' should be on a new line. 101
 Warning javadoc JavadocType Missing a Javadoc comment. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 110
 Warning javadoc JavadocMethod Missing a Javadoc comment. 114
 Warning whitespace OperatorWrap '+' should be on a new line. 119
 Warning whitespace OperatorWrap '+' should be on a new line. 120
 Warning whitespace OperatorWrap '+' should be on a new line. 121
 Warning annotation AnnotationUseStyle Annotation style must be 'COMPACT_NO_ARRAY'. 126
 Warning javadoc JavadocType Missing a Javadoc comment. 126
 Warning javadoc JavadocMethod Missing a Javadoc comment. 130
 Warning whitespace OperatorWrap '+' should be on a new line. 135
 Warning whitespace OperatorWrap '+' should be on a new line. 136
 Warning javadoc JavadocMethod Missing a Javadoc comment. 145
 Warning misc FinalParameters Parameter server should be final. 145
 Warning misc FinalParameters Parameter port should be final. 145
 Warning javadoc JavadocMethod Missing a Javadoc comment. 150
 Warning misc FinalParameters Parameter text should be final. 150
 Warning coding FinalLocalVariable Variable 'mapper' should be declared final. 153
 Warning sizes LineLength Line is longer than 100 characters (found 113). 158
 Warning coding FinalLocalVariable Variable 'clientSocket' should be declared final. 162
 Warning coding FinalLocalVariable Variable 'outToServer' should be declared final. 164
 Warning sizes LineLength Line is longer than 100 characters (found 111). 165
 Warning coding FinalLocalVariable Variable 'inFromServer' should be declared final. 165
 Warning coding FinalLocalVariable Variable 'response' should be declared final. 170
 Warning javadoc JavadocMethod Missing a Javadoc comment. 177
 Warning misc FinalParameters Parameter args should be final. 177
 Warning coding FinalLocalVariable Variable 'semafor' should be declared final. 179
 Warning sizes LineLength Line is longer than 100 characters (found 134). 181
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 181
 Warning coding FinalLocalVariable Variable 'tag' should be declared final. 183

eu/fbk/dkm/pikes/tintop/annotators/raw/UKB.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 6
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 6
 Warning naming MemberName Name 'MAX_NUM_OF_RESTARTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning misc FinalParameters Parameter properties should be final. 34
 Warning coding FinalLocalVariable Variable 'model' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'dict' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'command' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'line' should be declared final. 61
 Warning sizes LineLength Line is longer than 100 characters (found 109). 64
 Warning misc FinalParameters Parameter term should be final. 64
 Warning misc FinalParameters Parameter pos should be final. 64
 Warning misc FinalParameters Parameter index should be final. 64
 Warning misc FinalParameters Parameter sb should be final. 64
 Warning misc FinalParameters Parameter backupTerms should be final. 65
 Warning coding FinalLocalVariable Variable 'thisID' should be declared final. 66
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 77
 Warning misc FinalParameters Parameter terms should be final. 77
 Warning coding FinalLocalVariable Variable 'backupTerms' should be declared final. 79
 Warning coding FinalLocalVariable Variable 'sb' should be declared final. 81
 Warning coding FinalLocalVariable Variable 'sbTokens' should be declared final. 84
 Warning coding FinalLocalVariable Variable 'transformedStr' should be declared final. 120
 Warning sizes LineLength Line is longer than 100 characters (found 112). 131
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 141
 Warning coding FinalLocalVariable Variable 'context' should be declared final. 142
 Warning coding FinalLocalVariable Variable 'tokenID' should be declared final. 147
 Warning coding FinalLocalVariable Variable 'thisTerm' should be declared final. 148
 Warning coding FinalLocalVariable Variable 'scores' should be declared final. 154
 Warning coding FinalLocalVariable Variable 'wn' should be declared final. 158

eu/fbk/dkm/pikes/tintop/annotators/raw/UKB_MT.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 8
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 8
 Warning naming TypeName Name 'UKB_MT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning misc FinalParameters Parameter properties should be final. 31
 Warning coding FinalLocalVariable Variable 'model' should be declared final. 42
 Warning coding FinalLocalVariable Variable 'dict' should be declared final. 43
 Warning sizes LineLength Line is longer than 100 characters (found 108). 44
 Warning coding FinalLocalVariable Variable 'numResources' should be declared final. 44
 Warning sizes LineLength Line is longer than 100 characters (found 113). 45
 Warning sizes LineLength Line is longer than 100 characters (found 109). 51
 Warning misc FinalParameters Parameter term should be final. 51
 Warning misc FinalParameters Parameter pos should be final. 51
 Warning misc FinalParameters Parameter index should be final. 51
 Warning misc FinalParameters Parameter sb should be final. 51
 Warning misc FinalParameters Parameter backupTerms should be final. 52
 Warning coding FinalLocalVariable Variable 'thisID' should be declared final. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning misc FinalParameters Parameter terms should be final. 64
 Warning coding FinalLocalVariable Variable 'backupTerms' should be declared final. 66
 Warning coding FinalLocalVariable Variable 'sb' should be declared final. 68
 Warning coding FinalLocalVariable Variable 'sbTokens' should be declared final. 71
 Warning coding FinalLocalVariable Variable 'transformedStr' should be declared final. 107
 Warning sizes LineLength Line is longer than 100 characters (found 117). 128
 Warning coding FinalLocalVariable Variable 'brCleanUp' should be declared final. 141
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 145
 Warning coding FinalLocalVariable Variable 'context' should be declared final. 146
 Warning coding FinalLocalVariable Variable 'tokenID' should be declared final. 151
 Warning coding FinalLocalVariable Variable 'thisTerm' should be declared final. 152
 Warning coding FinalLocalVariable Variable 'scores' should be declared final. 158
 Warning coding FinalLocalVariable Variable 'wn' should be declared final. 162

eu/fbk/dkm/pikes/tintop/server/AbstractHandler.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'org.apache.log4j.Logger' import. 5
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 10
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'pipeline' must be private and have accessor methods. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning design VisibilityModifier Variable 'meta' must be private and have accessor methods. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning misc FinalParameters Parameter pipeline should be final. 38
 Warning misc FinalParameters Parameter request should be final. 44
 Warning misc FinalParameters Parameter response should be final. 44
 Warning coding FinalLocalVariable Variable 'key' should be declared final. 60
 Warning sizes LineLength Line is longer than 100 characters (found 102). 70
 Warning javadoc JavadocMethod Missing a Javadoc comment. 70
 Warning misc FinalParameters Parameter response should be final. 70
 Warning misc FinalParameters Parameter contentType should be final. 70
 Warning misc FinalParameters Parameter output should be final. 70
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning misc FinalParameters Parameter text should be final. 76
 Warning misc FinalParameters Parameter meta should be final. 76
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'format' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'fileDesc' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'aPublic' should be declared final. 93

eu/fbk/dkm/pikes/tintop/server/EverythingHandler.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 7
 Warning imports ImportOrder Wrong order for 'org.glassfish.grizzly.http.server.Request' import. 8
 Warning imports ImportOrder Wrong order for 'java.io.StringWriter' import. 14
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning misc FinalParameters Parameter pipeline should be final. 29
 Warning misc FinalParameters Parameter request should be final. 34
 Warning misc FinalParameters Parameter response should be final. 34
 Warning coding FinalLocalVariable Variable 'host' should be declared final. 38
 Warning coding FinalLocalVariable Variable 'referer' should be declared final. 40
 Warning coding FinalLocalVariable Variable 'okReferer' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 52
 Warning coding FinalLocalVariable Variable 'demoProperties' should be declared final. 67
 Warning blocks RightCurly '}' should be on the same line. 71
 Warning sizes LineLength Line is longer than 100 characters (found 123). 73
 Warning sizes LineLength Line is longer than 100 characters (found 124). 74
 Warning coding FinalLocalVariable Variable 'fusion' should be declared final. 77
 Warning coding FinalLocalVariable Variable 'normalization' should be declared final. 78
 Warning sizes LineLength Line is longer than 100 characters (found 113). 83
 Warning coding FinalLocalVariable Variable 'filter' should be declared final. 83
 Warning sizes LineLength Line is longer than 100 characters (found 112). 84
 Warning coding FinalLocalVariable Variable 'generator' should be declared final. 84
 Warning sizes LineLength Line is longer than 100 characters (found 102). 85
 Warning coding FinalLocalVariable Variable 'renderer' should be declared final. 85
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 89
 Warning sizes LineLength Line is longer than 100 characters (found 139). 95

eu/fbk/dkm/pikes/tintop/server/NafGenerateHandler.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'org.glassfish.grizzly.http.server.Request' import. 5
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning misc FinalParameters Parameter pipeline should be final. 18
 Warning misc FinalParameters Parameter request should be final. 23
 Warning misc FinalParameters Parameter response should be final. 23
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 27
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 28

eu/fbk/dkm/pikes/tintop/server/NafHandler.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'org.apache.log4j.Logger' import. 5
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter pipeline should be final. 23
 Warning misc FinalParameters Parameter request should be final. 28
 Warning misc FinalParameters Parameter response should be final. 28
 Warning coding FinalLocalVariable Variable 'naf' should be declared final. 33

eu/fbk/dkm/pikes/tintop/server/NafVisualizeHandler.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 7
 Warning imports ImportOrder Wrong order for 'org.glassfish.grizzly.http.server.Request' import. 8
 Warning imports ImportOrder Wrong order for 'java.io.StringReader' import. 12
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 25
 Warning misc FinalParameters Parameter pipeline should be final. 25
 Warning misc FinalParameters Parameter request should be final. 30
 Warning misc FinalParameters Parameter response should be final. 30
 Warning coding FinalLocalVariable Variable 'naf' should be declared final. 34
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 35
 Warning sizes LineLength Line is longer than 100 characters (found 121). 37
 Warning coding FinalLocalVariable Variable 'filter' should be declared final. 37
 Warning coding FinalLocalVariable Variable 'generator' should be declared final. 38
 Warning coding FinalLocalVariable Variable 'renderer' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'res' should be declared final. 45

eu/fbk/dkm/pikes/tintop/server/PipelineServer.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.glassfish.grizzly.http.server.CLStaticHttpHandler' import. 5
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 10
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 11
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 25
 Warning naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning misc FinalParameters Parameter host should be final. 32
 Warning misc FinalParameters Parameter port should be final. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning misc FinalParameters Parameter host should be final. 36
 Warning misc FinalParameters Parameter port should be final. 36
 Warning misc FinalParameters Parameter configFile should be final. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning misc FinalParameters Parameter host should be final. 40
 Warning misc FinalParameters Parameter port should be final. 40
 Warning misc FinalParameters Parameter configFile should be final. 40
 Warning misc FinalParameters Parameter additionalProperties should be final. 41
 Warning sizes LineLength Line is longer than 100 characters (found 104). 57
 Warning coding FinalLocalVariable Variable 'nl' should be declared final. 66
 Warning sizes LineLength Line is longer than 100 characters (found 103). 72
 Warning sizes LineLength Line is longer than 100 characters (found 102). 73
 Warning sizes LineLength Line is longer than 100 characters (found 103). 75
 Warning sizes LineLength Line is longer than 100 characters (found 102). 76
 Warning sizes LineLength Line is longer than 100 characters (found 131). 82
 Warning sizes LineLength Line is longer than 100 characters (found 109). 84
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning misc FinalParameters Parameter args should be final. 94
 Warning sizes LineLength Line is longer than 100 characters (found 114). 101
 Warning sizes LineLength Line is longer than 100 characters (found 106). 103
 Warning sizes LineLength Line is longer than 100 characters (found 109). 105
 Warning sizes LineLength Line is longer than 100 characters (found 116). 107
 Warning coding FinalLocalVariable Variable 'host' should be declared final. 111
 Warning coding FinalLocalVariable Variable 'port' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'configFile' should be declared final. 113
 Warning coding FinalLocalVariable Variable 'addProperties' should be declared final. 115
 Warning coding FinalLocalVariable Variable 'additionalProps' should be declared final. 117
 Warning sizes LineLength Line is longer than 100 characters (found 104). 126
 Warning coding FinalLocalVariable Variable 'pipelineServer' should be declared final. 126

eu/fbk/dkm/pikes/tintop/server/ResourcePool.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.Queue' import. 4
 Warning javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 15
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 15
 Warning javadoc JavadocVariable Missing a Javadoc comment. 17
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 17
 Warning naming StaticVariableName Name 'MAX_RESOURCES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
 Warning design VisibilityModifier Variable 'MAX_RESOURCES' must be private and have accessor methods. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter numResources should be final. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning misc FinalParameters Parameter maxWaitMillis should be final. 33
 Warning coding FinalLocalVariable Variable 'res' should be declared final. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 54
 Warning misc FinalParameters Parameter res should be final. 54

eu/fbk/dkm/pikes/tintop/server/Text2NafHandler.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 4
 Warning imports ImportOrder Wrong order for 'org.glassfish.grizzly.http.server.Request' import. 5
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 18
 Warning misc FinalParameters Parameter pipeline should be final. 18
 Warning misc FinalParameters Parameter request should be final. 23
 Warning misc FinalParameters Parameter response should be final. 23
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 27

eu/fbk/dkm/pikes/tintop/server/TriplesHandler.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 9
 Warning imports ImportOrder Wrong order for 'org.glassfish.grizzly.http.server.Request' import. 10
 Warning imports ImportOrder Wrong order for 'java.io.StringWriter' import. 19
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning misc FinalParameters Parameter pipeline should be final. 36
 Warning misc FinalParameters Parameter request should be final. 41
 Warning misc FinalParameters Parameter response should be final. 41
 Warning coding FinalLocalVariable Variable 'host' should be declared final. 45
 Warning coding FinalLocalVariable Variable 'referer' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'okReferer' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'demoProperties' should be declared final. 69
 Warning blocks RightCurly '}' should be on the same line. 73
 Warning sizes LineLength Line is longer than 100 characters (found 123). 75
 Warning sizes LineLength Line is longer than 100 characters (found 124). 76
 Warning coding FinalLocalVariable Variable 'fusion' should be declared final. 79
 Warning coding FinalLocalVariable Variable 'normalization' should be declared final. 80
 Warning sizes LineLength Line is longer than 100 characters (found 113). 85
 Warning coding FinalLocalVariable Variable 'filter' should be declared final. 85
 Warning sizes LineLength Line is longer than 100 characters (found 112). 86
 Warning coding FinalLocalVariable Variable 'generator' should be declared final. 86
 Warning sizes LineLength Line is longer than 100 characters (found 102). 87
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 89
 Warning coding FinalLocalVariable Variable 'rdfWriter' should be declared final. 90
 Warning coding FinalLocalVariable Variable 'statementList' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'rdfSource' should be declared final. 95
 Warning sizes LineLength Line is longer than 100 characters (found 139). 105

eu/fbk/dkm/pikes/tintop/util/GenericCommandLine.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 5
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 16
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Warning sizes LineLength Line is longer than 100 characters (found 124). 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning misc FinalParameters Parameter baseDir should be final. 20
 Warning misc FinalParameters Parameter command should be final. 20
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 23
 Warning coding FinalLocalVariable Variable 'pb' should be declared final. 25
 Warning coding FinalLocalVariable Variable 'bri' should be declared final. 31
 Warning whitespace MethodParamPad '(' should be on the previous line. 32

eu/fbk/dkm/pikes/tintop/util/NER2SSTtagset.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.HashMap' import. 5
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 15
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 17
 Warning javadoc JavadocVariable Missing a Javadoc comment. 19
 Warning naming ConstantName Name 'tagset' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19

eu/fbk/dkm/pikes/tintop/util/NerEntity.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning misc FinalParameters Parameter label should be final. 22
 Warning misc FinalParameters Parameter startToken should be final. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning misc FinalParameters Parameter label should be final. 28
 Warning misc FinalParameters Parameter startToken should be final. 28
 Warning misc FinalParameters Parameter normalizedValue should be final. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning misc FinalParameters Parameter label should be final. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning misc FinalParameters Parameter startToken should be final. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning misc FinalParameters Parameter endToken should be final. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning misc FinalParameters Parameter normalizedValue should be final. 63
 Warning whitespace OperatorWrap '+' should be on a new line. 69
 Warning whitespace OperatorWrap '+' should be on a new line. 70
 Warning whitespace OperatorWrap '+' should be on a new line. 71
 Warning whitespace OperatorWrap '+' should be on a new line. 72
 Warning whitespace OperatorWrap '+' should be on a new line. 73

eu/fbk/dkm/pikes/tintop/util/POStagset.java

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 13
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 15
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning naming ConstantName Name 'tagset' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27

eu/fbk/dkm/pikes/tintop/util/RemoveLoopsInConll.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found 'boolean' 45

eu/fbk/dkm/pikes/tintop/util/TextToCat.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'eu.fbk.utils.core.IO' import. 8
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 9
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 12
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 12
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter args should be final. 24
 Warning coding FinalLocalVariable Variable 'inputFolder' should be declared final. 25
 Warning coding FinalLocalVariable Variable 'outputFolder' should be declared final. 26
 Warning coding FinalLocalVariable Variable 'inputFile' should be declared final. 28
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 29
 Warning coding FinalLocalVariable Variable 'properties' should be declared final. 51
 Warning coding FinalLocalVariable Variable 'pipeline' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'stream' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'inputText' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 66
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 68
 Warning coding FinalLocalVariable Variable 'output' should be declared final. 71
 Warning coding FinalLocalVariable Variable 'write' should be declared final. 72
 Warning coding FinalLocalVariable Variable 'writer' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'sentences' should be declared final. 75
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 77

eu/fbk/dkm/pikes/tintop/util/framenet/MergeMateFramenet.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'com.google.common.base.Charsets' import. 4
 Warning imports ImportOrder 'eu.fbk.dkm.pikes.resources.FrameBase' should be separated from previous imports. 7
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - eu.fbk.dkm.pikes.resources.util.fnlu.*. 13
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - eu.fbk.dkm.pikes.resources.util.propbank.*. 17
 Warning imports ImportOrder Wrong order for 'net.didion.jwnl.data.PointerType' import. 26
 Warning imports ImportOrder 'org.openrdf.model.URI' should be separated from previous imports. 27
 Warning imports ImportOrder Wrong order for 'javax.xml.bind.JAXBContext' import. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 34
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 34
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 35
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 49
 Warning sizes LineLength Line is longer than 100 characters (found 105). 51
 Warning sizes LineLength Line is longer than 100 characters (found 169). 62
 Warning javadoc JavadocType Missing a Javadoc comment. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning misc FinalParameters Parameter lemmaFromPredicate should be final. 81
 Warning misc FinalParameters Parameter collections should be final. 96
 Warning sizes LineLength Line is longer than 100 characters (found 115). 107
 Warning misc FinalParameters Parameter ignoreEmptySets should be final. 107
 Warning misc FinalParameters Parameter collections should be final. 107
 Warning misc FinalParameters Parameter roleset should be final. 127
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 129
 Warning coding FinalLocalVariable Variable 'source' should be declared final. 131
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 134
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 140
 Warning sizes MethodLength Method length is 1,310 lines (max allowed is 150). 152
 Warning javadoc JavadocMethod Missing a Javadoc comment. 152
 Warning misc FinalParameters Parameter args should be final. 152
 Warning sizes LineLength Line is longer than 100 characters (found 118). 160
 Warning sizes LineLength Line is longer than 100 characters (found 108). 166
 Warning sizes LineLength Line is longer than 100 characters (found 114). 182
 Warning coding FinalLocalVariable Variable 'pbFolder' should be declared final. 187
 Warning coding FinalLocalVariable Variable 'nbFolder' should be declared final. 188
 Warning coding FinalLocalVariable Variable 'wordnetFolder' should be declared final. 189
 Warning coding FinalLocalVariable Variable 'ontonotesFolder' should be declared final. 190
 Warning coding FinalLocalVariable Variable 'framebaseFile' should be declared final. 191
 Warning coding FinalLocalVariable Variable 'closeMatchFile' should be declared final. 192
 Warning coding FinalLocalVariable Variable 'luFolder' should be declared final. 193
 Warning coding FinalLocalVariable Variable 'luParsedFolder' should be declared final. 194
 Warning coding FinalLocalVariable Variable 'semlinkFolder' should be declared final. 195
 Warning coding FinalLocalVariable Variable 'outputPattern' should be declared final. 197
 Warning coding FinalLocalVariable Variable 'enableSemLinkForPredicates' should be declared final. 199
 Warning coding FinalLocalVariable Variable 'saveFiles' should be declared final. 200
 Warning coding FinalLocalVariable Variable 'printPRTable' should be declared final. 201
 Warning coding FinalLocalVariable Variable 'ignoreLemmaInFrameBaseMappings' should be declared final. 203
 Warning coding FinalLocalVariable Variable 'max' should be declared final. 207
 Warning coding FinalLocalVariable Variable 'fnContext' should be declared final. 212
 Warning coding FinalLocalVariable Variable 'fnUnmarshaller' should be declared final. 213
 Warning coding FinalLocalVariable Variable 'onContext' should be declared final. 215
 Warning coding FinalLocalVariable Variable 'onUnmarshaller' should be declared final. 216
 Warning coding FinalLocalVariable Variable 'luContext' should be declared final. 218
 Warning coding FinalLocalVariable Variable 'luUnmarshaller' should be declared final. 219
 Warning coding FinalLocalVariable Variable 'semlinkContext' should be declared final. 221
 Warning coding FinalLocalVariable Variable 'semlinkUnmarshaller' should be declared final. 222
 Warning coding FinalLocalVariable Variable 'semlinkRolesContext' should be declared final. 224
 Warning coding FinalLocalVariable Variable 'semlinkRolesUnmarshaller' should be declared final. 225
 Warning coding FinalLocalVariable Variable 'semlinkPbContext' should be declared final. 227
 Warning coding FinalLocalVariable Variable 'semlinkPbUnmarshaller' should be declared final. 228
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 230
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 231
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 241
 Warning coding FinalLocalVariable Variable 'fbURI' should be declared final. 247
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 269
 Warning coding FinalLocalVariable Variable 'fbURI' should be declared final. 275
 Warning coding FinalLocalVariable Variable 'nomBankToProbBankRoles' should be declared final. 298
 Warning sizes LineLength Line is longer than 100 characters (found 108). 299
 Warning naming LocalVariableName Name 'CLOSEMATCH_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 299
 Warning coding FinalLocalVariable Variable 'CLOSEMATCH_PATTERN' should be declared final. 299
 Warning coding FinalLocalVariable Variable 'closeMatchLines' should be declared final. 300
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 302
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 303
 Warning coding FinalLocalVariable Variable 'nbPredicate' should be declared final. 309
 Warning sizes LineLength Line is longer than 100 characters (found 110). 325
 Warning coding FinalLocalVariable Variable 'semLinkPb' should be declared final. 327
 Warning coding FinalLocalVariable Variable 'verbnetToPropbank' should be declared final. 329
 Warning coding FinalLocalVariable Variable 'propbankToVerbnet' should be declared final. 330
 Warning sizes LineLength Line is longer than 100 characters (found 111). 332
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 333
 Warning coding FinalLocalVariable Variable 'argmap' should be declared final. 334
 Warning coding FinalLocalVariable Variable 'pbFrame' should be declared final. 339
 Warning coding FinalLocalVariable Variable 'vnClass' should be declared final. 340
 Warning coding FinalLocalVariable Variable 'pbArg' should be declared final. 346
 Warning coding FinalLocalVariable Variable 'vnTheta' should be declared final. 347
 Warning sizes LineLength Line is longer than 100 characters (found 110). 355
 Warning sizes LineLength Line is longer than 100 characters (found 111). 357
 Warning coding FinalLocalVariable Variable 'semLinkRoles' should be declared final. 357
 Warning coding FinalLocalVariable Variable 'verbnetToFramenet' should be declared final. 359
 Warning coding FinalLocalVariable Variable 'framenetToVerbnet' should be declared final. 360
 Warning coding FinalLocalVariable Variable 'frame' should be declared final. 363
 Warning coding FinalLocalVariable Variable 'vnClass' should be declared final. 364
 Warning coding FinalLocalVariable Variable 'fnRole' should be declared final. 374
 Warning coding FinalLocalVariable Variable 'vnRole' should be declared final. 375
 Warning sizes LineLength Line is longer than 100 characters (found 111). 383
 Warning coding FinalLocalVariable Variable 'semLink' should be declared final. 384
 Warning coding FinalLocalVariable Variable 'vnClass' should be declared final. 387
 Warning coding FinalLocalVariable Variable 'frame' should be declared final. 388
 Warning coding FinalLocalVariable Variable 'nbFrames' should be declared final. 400
 Warning coding FinalLocalVariable Variable 'nbUnlinked' should be declared final. 401
 Warning coding FinalLocalVariable Variable 'frameset' should be declared final. 414
 Warning coding FinalLocalVariable Variable 'noteOrPredicate' should be declared final. 415
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 418
 Warning coding FinalLocalVariable Variable 'noteOrRoleset' should be declared final. 419
 Warning sizes LineLength Line is longer than 100 characters (found 105). 426
 Warning coding FinalLocalVariable Variable 'predicates' should be declared final. 426
 Warning coding FinalLocalVariable Variable 'pb' should be declared final. 428
 Warning coding FinalLocalVariable Variable 'existingFramesFile' should be declared final. 454
 Warning coding FinalLocalVariable Variable 'lusFile' should be declared final. 455
 Warning coding FinalLocalVariable Variable 'exampleSentencesFile' should be declared final. 456
 Warning coding FinalLocalVariable Variable 'lexUnit' should be declared final. 478
 Warning coding FinalLocalVariable Variable 'posType' should be declared final. 480
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 490
 Warning coding FinalLocalVariable Variable 'frame' should be declared final. 491
 Warning sizes LineLength Line is longer than 100 characters (found 108). 495
 Warning coding FinalLocalVariable Variable 'parsedFile' should be declared final. 495
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 505
 Warning coding FinalLocalVariable Variable 'conllSentence' should be declared final. 508
 Warning sizes LineLength Line is longer than 100 characters (found 102). 512
 Warning coding FinalLocalVariable Variable 'roles' should be declared final. 512
 Warning sizes LineLength Line is longer than 100 characters (found 105). 514
 Warning coding FinalLocalVariable Variable 'name' should be declared final. 516
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 527
 Warning coding FinalLocalVariable Variable 'targetHead' should be declared final. 544
 Warning sizes LineLength Line is longer than 100 characters (found 119). 545
 Warning coding FinalLocalVariable Variable 'srl' should be declared final. 545
 Warning coding FinalLocalVariable Variable 'spans' should be declared final. 547
 Warning coding FinalLocalVariable Variable 'roleHead' should be declared final. 549
 Warning sizes LineLength Line is longer than 100 characters (found 147). 550
 Warning coding FinalLocalVariable Variable 'role' should be declared final. 550
 Warning sizes LineLength Line is longer than 100 characters (found 107). 551
 Warning coding FinalLocalVariable Variable 'fbFramenetToWordNet' should be declared final. 599
 Warning coding FinalLocalVariable Variable 'lines' should be declared final. 601
 Warning coding ModifiedControlVariable Control variable 'line' is modified. 603
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 608
 Warning coding FinalLocalVariable Variable 'frame' should be declared final. 613
 Warning sizes LineLength Line is longer than 100 characters (found 106). 616
 Warning coding FinalLocalVariable Variable 'wnSynset' should be declared final. 616
 Warning coding FinalLocalVariable Variable 'key' should be declared final. 618
 Warning coding FinalLocalVariable Variable 'rolesets' should be declared final. 631
 Warning coding FinalLocalVariable Variable 'predicateToLemma' should be declared final. 632
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 648
 Warning sizes LineLength Line is longer than 100 characters (found 109). 654
 Warning sizes LineLength Line is longer than 100 characters (found 116). 663
 Warning coding FinalLocalVariable Variable 'senses' should be declared final. 663
 Warning coding FinalLocalVariable Variable 'frameset' should be declared final. 666
 Warning coding FinalLocalVariable Variable 'noteOrPredicate' should be declared final. 667
 Warning sizes LineLength Line is longer than 100 characters (found 101). 672
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 672
 Warning sizes LineLength Line is longer than 100 characters (found 105). 674
 Warning coding FinalLocalVariable Variable 'synsets' should be declared final. 674
 Warning coding FinalLocalVariable Variable 'luFrames' should be declared final. 676
 Warning coding FinalLocalVariable Variable 'noteOrRoleset' should be declared final. 679
 Warning coding FinalLocalVariable Variable 'rolesetID' should be declared final. 682
 Warning sizes LineLength Line is longer than 100 characters (found 114). 685
 Warning coding FinalLocalVariable Variable 'rolesetInfo' should be declared final. 685
 Warning sizes LineLength Line is longer than 100 characters (found 106). 709
 Warning sizes LineLength Line is longer than 100 characters (found 109). 710
 Warning sizes LineLength Line is longer than 100 characters (found 101). 711
 Warning coding FinalLocalVariable Variable 'frameFile' should be declared final. 718
 Warning coding FinalLocalVariable Variable 'rolesFile' should be declared final. 719
 Warning coding FinalLocalVariable Variable 'addFile' should be declared final. 720
 Warning sizes LineLength Line is longer than 100 characters (found 115). 724
 Warning sizes LineLength Line is longer than 100 characters (found 110). 726
 Warning sizes LineLength Line is longer than 100 characters (found 118). 728
 Warning coding FinalLocalVariable Variable 'roleset' should be declared final. 733
 Warning coding FinalLocalVariable Variable 'rolesetID' should be declared final. 734
 Warning coding FinalLocalVariable Variable 'senses' should be declared final. 735
 Warning coding FinalLocalVariable Variable 'synsets' should be declared final. 736
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 737
 Warning coding FinalLocalVariable Variable 'baseLemma' should be declared final. 738
 Warning coding FinalLocalVariable Variable 'luFrames' should be declared final. 739
 Warning coding FinalLocalVariable Variable 'type' should be declared final. 740
 Warning coding FinalLocalVariable Variable 'fns' should be declared final. 752
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 766
 Warning coding FinalLocalVariable Variable 'frames' should be declared final. 768
 Warning coding FinalLocalVariable Variable 'lemmas' should be declared final. 797
 Warning coding FinalLocalVariable Variable 'newSynsets' should be declared final. 817
 Warning coding FinalLocalVariable Variable 'fnCandidates' should be declared final. 822
 Warning coding FinalLocalVariable Variable 'fnCandidatesOnlySemLink' should be declared final. 825
 Warning coding FinalLocalVariable Variable 'okFrames' should be declared final. 831
 Warning coding FinalLocalVariable Variable 'fRolesets' should be declared final. 875
 Warning coding FinalLocalVariable Variable 'nbLemma' should be declared final. 879
 Warning coding FinalLocalVariable Variable 'nbSynsets' should be declared final. 881
 Warning coding FinalLocalVariable Variable 'relatedSynsets' should be declared final. 884
 Warning coding FinalLocalVariable Variable 'luNbFrames' should be declared final. 896
 Warning coding FinalLocalVariable Variable 'fnNbCandidates' should be declared final. 897
 Warning sizes LineLength Line is longer than 100 characters (found 101). 900
 Warning coding FinalLocalVariable Variable 'nbCandidates' should be declared final. 900
 Warning sizes LineLength Line is longer than 100 characters (found 104). 901
 Warning coding FinalLocalVariable Variable 'okNbFrames' should be declared final. 901
 Warning coding FinalLocalVariable Variable 'nbLemma' should be declared final. 926
 Warning sizes LineLength Line is longer than 100 characters (found 104). 927
 Warning coding FinalLocalVariable Variable 'nbSynsets' should be declared final. 927
 Warning coding FinalLocalVariable Variable 'frames' should be declared final. 930
 Warning sizes LineLength Line is longer than 100 characters (found 120). 933
 Warning blocks EmptyBlock Must have at least one statement. 938
 Warning coding FinalLocalVariable Variable 'roleset' should be declared final. 945
 Warning coding FinalLocalVariable Variable 'rolesetID' should be declared final. 946
 Warning sizes LineLength Line is longer than 100 characters (found 101). 958
 Warning coding FinalLocalVariable Variable 'n' should be declared final. 958
 Warning coding FinalLocalVariable Variable 'roleStr' should be declared final. 959
 Warning coding FinalLocalVariable Variable 'tempMappingsForRole' should be declared final. 961
 Warning sizes LineLength Line is longer than 100 characters (found 103). 963
 Warning coding FinalLocalVariable Variable 'vnClassRole' should be declared final. 965
 Warning coding FinalLocalVariable Variable 'vnThetaRole' should be declared final. 966
 Warning coding FinalLocalVariable Variable 'fnFrames' should be declared final. 969
 Warning coding FinalLocalVariable Variable 'frameName' should be declared final. 977
 Warning sizes LineLength Line is longer than 100 characters (found 105). 981
 Warning sizes LineLength Line is longer than 100 characters (found 109). 987
 Warning coding FinalLocalVariable Variable 'fRolesets' should be declared final. 991
 Warning coding FinalLocalVariable Variable 'nbRolesetID' should be declared final. 994
 Warning sizes LineLength Line is longer than 100 characters (found 109). 997
 Warning sizes LineLength Line is longer than 100 characters (found 104). 999
 Warning sizes LineLength Line is longer than 100 characters (found 113). 1002
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1004
 Warning sizes LineLength Line is longer than 100 characters (found 115). 1013
 Warning coding FinalLocalVariable Variable 'mappings' should be declared final. 1013
 Warning coding FinalLocalVariable Variable 'nbRoleStr' should be declared final. 1021
 Warning sizes LineLength Line is longer than 100 characters (found 115). 1023
 Warning coding FinalLocalVariable Variable 'rolesCountByType' should be declared final. 1057
 Warning coding FinalLocalVariable Variable 'rolesCount' should be declared final. 1058
 Warning coding FinalLocalVariable Variable 'srlIndex' should be declared final. 1062
 Warning coding FinalLocalVariable Variable 'target' should be declared final. 1065
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1068
 Warning coding FinalLocalVariable Variable 'srlFrameNet' should be declared final. 1084
 Warning coding FinalLocalVariable Variable 'srlMate' should be declared final. 1085
 Warning coding FinalLocalVariable Variable 'framenet' should be declared final. 1087
 Warning coding FinalLocalVariable Variable 'mate' should be declared final. 1088
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1099
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1103
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1108
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1112
 Warning coding FinalLocalVariable Variable 'roleWordsMate' should be declared final. 1120
 Warning coding FinalLocalVariable Variable 'roleWordsFrameNet' should be declared final. 1121
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1124
 Warning coding FinalLocalVariable Variable 'roleHead' should be declared final. 1125
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1138
 Warning coding FinalLocalVariable Variable 'roleHead' should be declared final. 1139
 Warning coding FinalLocalVariable Variable 'roleLabel' should be declared final. 1140
 Warning coding FinalLocalVariable Variable 'prefix' should be declared final. 1145
 Warning coding FinalLocalVariable Variable 'mateCompressed' should be declared final. 1146
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1147
 Warning coding FinalLocalVariable Variable 'fnCompressed' should be declared final. 1157
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1164
 Warning blocks EmptyBlock Must have at least one statement. 1176
 Warning coding FinalLocalVariable Variable 'okThreshold' should be declared final. 1198
 Warning coding FinalLocalVariable Variable 'okMinFreq' should be declared final. 1199
 Warning sizes LineLength Line is longer than 100 characters (found 113). 1200
 Warning coding FinalLocalVariable Variable 'outputMappingsForRolesFromExamples' should be declared final. 1200
 Warning sizes LineLength Line is longer than 100 characters (found 125). 1211
 Warning coding FinalLocalVariable Variable 'outputMappingsForRolesFromExamplesTemp' should be declared final. 1211
 Warning coding FinalLocalVariable Variable 'freq' should be declared final. 1219
 Warning coding FinalLocalVariable Variable 'mate' should be declared final. 1227
 Warning sizes LineLength Line is longer than 100 characters (found 118). 1228
 Warning coding FinalLocalVariable Variable 'mapping' should be declared final. 1228
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1229
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1233
 Warning coding MissingSwitchDefault switch without "default" clause. 1238
 Warning coding FinalLocalVariable Variable 'tp' should be declared final. 1270
 Warning coding FinalLocalVariable Variable 'fp' should be declared final. 1271
 Warning sizes LineLength Line is longer than 100 characters (found 117). 1272
 Warning coding FinalLocalVariable Variable 'fn' should be declared final. 1272
 Warning coding FinalLocalVariable Variable 'precision' should be declared final. 1273
 Warning coding FinalLocalVariable Variable 'recall' should be declared final. 1274
 Warning coding FinalLocalVariable Variable 'f1' should be declared final. 1275
 Warning sizes LineLength Line is longer than 100 characters (found 112). 1280
 Warning sizes LineLength Line is longer than 100 characters (found 112). 1281
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 1302
 Warning coding MissingSwitchDefault switch without "default" clause. 1306
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1336
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 1354
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 1356
 Warning coding FinalLocalVariable Variable 'fbURI' should be declared final. 1361
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1373
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1389
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1390
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 1390
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 1392
 Warning coding FinalLocalVariable Variable 'fbURI' should be declared final. 1397
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1409
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 1422
 Warning misc FinalParameters Parameter inputFile should be final. 1463
 Warning misc FinalParameters Parameter o should be final. 1480
 Warning misc FinalParameters Parameter outputFile should be final. 1480
 Warning misc FinalParameters Parameter text should be final. 1496
 Warning misc FinalParameters Parameter label should be final. 1496
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 1497
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 1499
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 1504
 Warning coding FinalLocalVariable Variable 'target' should be declared final. 1507
 Warning coding FinalLocalVariable Variable 'length' should be declared final. 1510
 Warning sizes LineLength Line is longer than 100 characters (found 117). 1519
 Warning misc FinalParameters Parameter name should be final. 1519
 Warning misc FinalParameters Parameter ontonotesFolder should be final. 1519
 Warning misc FinalParameters Parameter fnLemma should be final. 1519
 Warning misc FinalParameters Parameter type should be final. 1520
 Warning misc FinalParameters Parameter onUnmarshaller should be final. 1520
 Warning coding FinalLocalVariable Variable 'senses' should be declared final. 1523
 Warning coding FinalLocalVariable Variable 'onSense' should be declared final. 1526
 Warning coding FinalLocalVariable Variable 'inventory' should be declared final. 1529
 Warning coding FinalLocalVariable Variable 'onWn' should be declared final. 1536
 Warning coding FinalLocalVariable Variable 'onFn' should be declared final. 1537
 Warning coding FinalLocalVariable Variable 'onPb' should be declared final. 1538
 Warning coding FinalLocalVariable Variable 'pbs' should be declared final. 1542
 Warning coding ModifiedControlVariable Control variable 'pb' is modified. 1544
 Warning coding FinalLocalVariable Variable 'fns' should be declared final. 1554
 Warning coding ModifiedControlVariable Control variable 'fn' is modified. 1556
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 1571
 Warning coding FinalLocalVariable Variable 'ids' should be declared final. 1572
 Warning coding ModifiedControlVariable Control variable 'id' is modified. 1574
 Warning coding FinalLocalVariable Variable 'synsetID' should be declared final. 1578
 Warning misc FinalParameters Parameter wnCandidates should be final. 1605
 Warning misc FinalParameters Parameter fnCandidates should be final. 1606
 Warning misc FinalParameters Parameter lemma should be final. 1607
 Warning misc FinalParameters Parameter type should be final. 1607
 Warning misc FinalParameters Parameter fbFramenetToWordNet should be final. 1607
 Warning misc FinalParameters Parameter ignoreLemmaInFrameBaseMappings should be final. 1608
 Warning coding FinalLocalVariable Variable 'okFrames' should be declared final. 1610
 Warning coding FinalLocalVariable Variable 'key' should be declared final. 1612
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1613
 Warning coding FinalLocalVariable Variable 'wnCandidatesForThisFrame' should be declared final. 1613
 Warning misc FinalParameters Parameter frame should be final. 1623
 Warning misc FinalParameters Parameter lemma should be final. 1623
 Warning misc FinalParameters Parameter type should be final. 1623
 Warning misc FinalParameters Parameter ignoreLemmaInFrameBaseMappings should be final. 1624
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1628
 Warning misc FinalParameters Parameter frame should be final. 1628
 Warning misc FinalParameters Parameter lemma should be final. 1628
 Warning misc FinalParameters Parameter ignoreLemmaInFrameBaseMappings should be final. 1628

eu/fbk/dkm/pikes/tintop/util/framenet/ParseFrameNetExamplesWithMate.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'edu.stanford.nlp.ling.CoreAnnotations' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.tintop.annotators.AnnotatorUtils' import. 10
 Warning imports ImportOrder 'is2fbk.data.SentenceData09' should be separated from previous imports. 12
 Warning imports ImportOrder Wrong order for 'org.slf4j.LoggerFactory' import. 15
 Warning imports ImportOrder 'se.lth.cs.srl.SemanticRoleLabeler' should be separated from previous imports. 20
 Warning imports ImportOrder Wrong order for 'javax.annotation.Nullable' import. 25
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 30
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 37
 Warning sizes LineLength Line is longer than 100 characters (found 112). 39
 Warning sizes LineLength Line is longer than 100 characters (found 109). 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning misc FinalParameters Parameter sentence should be final. 41
 Warning misc FinalParameters Parameter lemmas should be final. 41
 Warning coding FinalLocalVariable Variable 'forms' should be declared final. 42
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'feats' should be declared final. 44
 Warning sizes MethodLength Method length is 175 lines (max allowed is 150). 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning misc FinalParameters Parameter args should be final. 69
 Warning sizes LineLength Line is longer than 100 characters (found 109). 76
 Warning sizes LineLength Line is longer than 100 characters (found 118). 77
 Warning sizes LineLength Line is longer than 100 characters (found 117). 79
 Warning sizes LineLength Line is longer than 100 characters (found 114). 81
 Warning sizes LineLength Line is longer than 100 characters (found 101). 83
 Warning sizes LineLength Line is longer than 100 characters (found 112). 89
 Warning sizes LineLength Line is longer than 100 characters (found 108). 90
 Warning coding FinalLocalVariable Variable 'fnFolder' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'mateModelParser' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'mateModelSrl' should be declared final. 93
 Warning coding FinalLocalVariable Variable 'outputDir' should be declared final. 95
 Warning coding FinalLocalVariable Variable 'props' should be declared final. 104
 Warning coding FinalLocalVariable Variable 'pipeline' should be declared final. 110
 Warning coding FinalLocalVariable Variable 'arrayOfString' should be declared final. 113
 Warning coding FinalLocalVariable Variable 'localOptions' should be declared final. 114
 Warning coding FinalLocalVariable Variable 'mateParser' should be declared final. 115
 Warning coding FinalLocalVariable Variable 'mateSrl' should be declared final. 120
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 124
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 125
 Warning coding FinalLocalVariable Variable 'nafFolderFile' should be declared final. 127
 Warning coding FinalLocalVariable Variable 'allSentences' should be declared final. 135
 Warning coding FinalLocalVariable Variable 'begin' should be declared final. 138
 Warning coding FinalLocalVariable Variable 'listOfFiles' should be declared final. 140
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 142
 Warning coding FinalLocalVariable Variable 'stringBuilder' should be declared final. 151
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 153
 Warning coding FinalLocalVariable Variable 'nNode' should be declared final. 159
 Warning coding FinalLocalVariable Variable 'eElement' should be declared final. 161
 Warning coding FinalLocalVariable Variable 'labelList' should be declared final. 165
 Warning coding FinalLocalVariable Variable 'labelNode' should be declared final. 167
 Warning coding FinalLocalVariable Variable 'labelElement' should be declared final. 169
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 170
 Warning coding FinalLocalVariable Variable 's' should be declared final. 176
 Warning sizes LineLength Line is longer than 100 characters (found 111). 179
 Warning coding FinalLocalVariable Variable 'sents' should be declared final. 179
 Warning coding FinalLocalVariable Variable 'forms' should be declared final. 181
 Warning coding FinalLocalVariable Variable 'poss' should be declared final. 182
 Warning coding FinalLocalVariable Variable 'lemmas' should be declared final. 183
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 189
 Warning sizes LineLength Line is longer than 100 characters (found 110). 192
 Warning sizes LineLength Line is longer than 100 characters (found 117). 193
 Warning sizes LineLength Line is longer than 100 characters (found 112). 194
 Warning sizes LineLength Line is longer than 100 characters (found 103). 205
 Warning coding FinalLocalVariable Variable 'localSentenceData091' should be declared final. 205
 Warning sizes LineLength Line is longer than 100 characters (found 111). 206
 Warning sizes LineLength Line is longer than 100 characters (found 112). 207
 Warning coding FinalLocalVariable Variable 'localSentenceData092' should be declared final. 210
 Warning sizes LineLength Line is longer than 100 characters (found 114). 212
 Warning coding FinalLocalVariable Variable 'mateSentence' should be declared final. 212
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 230
 Warning sizes LineLength Line is longer than 100 characters (found 102). 231
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 236
 Warning coding UnnecessaryParentheses Unnecessary parentheses around expression. 238

eu/fbk/dkm/pikes/tintop/util/framenet/ParseFullTextWithStanford.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'com.google.common.io.Files' import. 4
 Warning imports ImportOrder 'edu.stanford.nlp.ling.CoreAnnotations' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.depparseannotation.DepParseInfo' import. 12
 Warning imports ImportOrder Wrong order for 'org.joox.JOOX' import. 15
 Warning imports ImportOrder Wrong order for 'javax.xml.parsers.DocumentBuilder' import. 21
 Warning imports ImportOrder Wrong order for 'java.io.BufferedWriter' import. 23
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 35
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 47
 Warning misc FinalParameters Parameter label should be final. 49
 Warning misc FinalParameters Parameter start should be final. 49
 Warning misc FinalParameters Parameter end should be final. 49
 Warning whitespace OperatorWrap '+' should be on a new line. 56
 Warning whitespace OperatorWrap '+' should be on a new line. 57
 Warning whitespace OperatorWrap '+' should be on a new line. 58
 Warning whitespace OperatorWrap '+' should be on a new line. 59
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 68
 Warning misc FinalParameters Parameter luName should be final. 70
 Warning misc FinalParameters Parameter frameName should be final. 70
 Warning misc FinalParameters Parameter target should be final. 75
 Warning misc FinalParameters Parameter role should be final. 79
 Warning whitespace OperatorWrap '+' should be on a new line. 84
 Warning whitespace OperatorWrap '+' should be on a new line. 85
 Warning whitespace OperatorWrap '+' should be on a new line. 86
 Warning whitespace OperatorWrap '+' should be on a new line. 87
 Warning whitespace OperatorWrap '+' should be on a new line. 88
 Warning sizes MethodLength Method length is 238 lines (max allowed is 150). 104
 Warning misc FinalParameters Parameter args should be final. 104
 Warning sizes LineLength Line is longer than 100 characters (found 111). 108
 Warning coding FinalLocalVariable Variable 'fullTextPath' should be declared final. 111
 Warning coding FinalLocalVariable Variable 'outputFile1' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'outputFile2' should be declared final. 113
 Warning coding FinalLocalVariable Variable 'posAnnotator' should be declared final. 114
 Warning coding FinalLocalVariable Variable 'parseAnnotator' should be declared final. 115
 Warning coding FinalLocalVariable Variable 'annotators' should be declared final. 117
 Warning sizes LineLength Line is longer than 100 characters (found 108). 121
 Warning coding FinalLocalVariable Variable 'fullTextFile' should be declared final. 123
 Warning coding FinalLocalVariable Variable 'writerLemmas' should be declared final. 124
 Warning coding FinalLocalVariable Variable 'writerFrames' should be declared final. 125
 Warning coding FinalLocalVariable Variable 'props' should be declared final. 127
 Warning sizes LineLength Line is longer than 100 characters (found 118). 129
 Warning coding FinalLocalVariable Variable 'dbFactory' should be declared final. 141
 Warning coding FinalLocalVariable Variable 'dBuilder' should be declared final. 142
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 158
 Warning coding FinalLocalVariable Variable 'sentenceID' should be declared final. 161
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 163
 Warning coding FinalLocalVariable Variable 'textElement' should be declared final. 164
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 165
 Warning coding FinalLocalVariable Variable 'frames' should be declared final. 169
 Warning coding FinalLocalVariable Variable 'luName' should be declared final. 172
 Warning sizes LineLength Line is longer than 100 characters (found 102). 177
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 177
 Warning coding FinalLocalVariable Variable 'thisPos' should be declared final. 178
 Warning coding FinalLocalVariable Variable 'frameInformation' should be declared final. 184
 Warning sizes LineLength Line is longer than 100 characters (found 115). 185
 Warning sizes LineLength Line is longer than 100 characters (found 114). 189
 Warning sizes LineLength Line is longer than 100 characters (found 102). 190
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 198
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 199
 Warning sizes LineLength Line is longer than 100 characters (found 116). 202
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 218
 Warning coding FinalLocalVariable Variable 'size' should be declared final. 234
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 236
 Warning coding FinalLocalVariable Variable 'poss' should be declared final. 237
 Warning coding FinalLocalVariable Variable 'depLabels' should be declared final. 238
 Warning coding FinalLocalVariable Variable 'depParents' should be declared final. 239
 Warning coding FinalLocalVariable Variable 'lemmas' should be declared final. 240
 Warning coding FinalLocalVariable Variable 'ids' should be declared final. 242
 Warning coding FinalLocalVariable Variable 'dependencies' should be declared final. 248
 Warning coding FinalLocalVariable Variable 'parent' should be declared final. 256
 Warning sizes LineLength Line is longer than 100 characters (found 109). 263
 Warning coding FinalLocalVariable Variable 'get' should be declared final. 263
 Warning coding FinalLocalVariable Variable 'token' should be declared final. 265
 Warning coding FinalLocalVariable Variable 'frameBuffer' should be declared final. 275
 Warning coding FinalLocalVariable Variable 'numFrameRoles' should be declared final. 278
 Warning coding FinalLocalVariable Variable 'interval' should be declared final. 283
 Warning coding FinalLocalVariable Variable 'partsBuffer' should be declared final. 286
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 287
 Warning misc FinalParameters Parameter span should be final. 344
 Warning misc FinalParameters Parameter ids should be final. 345
 Warning misc FinalParameters Parameter span should be final. 350
 Warning misc FinalParameters Parameter ids should be final. 351
 Warning misc FinalParameters Parameter forRole should be final. 352
 Warning coding FinalLocalVariable Variable 'list' should be declared final. 354
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 369

eu/fbk/dkm/pikes/tintop/util/framenet/RolesetInfo.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'org.slf4j.Logger' import. 4
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning misc FinalParameters Parameter origFile should be final. 30
 Warning misc FinalParameters Parameter label should be final. 30
 Warning misc FinalParameters Parameter baseLemma should be final. 30
 Warning misc FinalParameters Parameter lemma should be final. 30
 Warning misc FinalParameters Parameter type should be final. 30
 Warning misc FinalParameters Parameter senses should be final. 31
 Warning misc FinalParameters Parameter luFrames should be final. 31
 Warning misc FinalParameters Parameter roleset should be final. 32
 Warning misc FinalParameters Parameter synsets should be final. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Warning misc FinalParameters Parameter synsets should be final. 48
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning misc FinalParameters Parameter origFile should be final. 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning misc FinalParameters Parameter label should be final. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning misc FinalParameters Parameter baseLemma should be final. 72
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning misc FinalParameters Parameter lemma should be final. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 84
 Warning javadoc JavadocMethod Missing a Javadoc comment. 88
 Warning misc FinalParameters Parameter type should be final. 88
 Warning javadoc JavadocMethod Missing a Javadoc comment. 92
 Warning javadoc JavadocMethod Missing a Javadoc comment. 96
 Warning misc FinalParameters Parameter senses should be final. 96
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 104
 Warning misc FinalParameters Parameter luFrames should be final. 104
 Warning javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning javadoc JavadocMethod Missing a Javadoc comment. 112
 Warning misc FinalParameters Parameter roleset should be final. 112

eu/fbk/dkm/pikes/tintopclient/TintopClient.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 4
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 18
 Warning naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 36
 Warning naming StaticVariableName Name 'DEFAULT_TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
 Warning design VisibilityModifier Variable 'DEFAULT_TIMEOUT' must be private and have accessor methods. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning design VisibilityModifier Variable 'server' must be private and have accessor methods. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning misc FinalParameters Parameter fake should be final. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning misc FinalParameters Parameter serverUrl should be final. 46
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning misc FinalParameters Parameter server should be final. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning misc FinalParameters Parameter server should be final. 55
 Warning misc FinalParameters Parameter timeout should be final. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning misc FinalParameters Parameter text should be final. 60
 Warning coding FinalLocalVariable Variable 'defaultRequestConfig' should be declared final. 62
 Warning sizes LineLength Line is longer than 100 characters (found 116). 68
 Warning coding FinalLocalVariable Variable 'httpclient' should be declared final. 68
 Warning coding FinalLocalVariable Variable 'uri' should be declared final. 69
 Warning coding FinalLocalVariable Variable 'httpPost' should be declared final. 78
 Warning coding FinalLocalVariable Variable 'nameValuePairs' should be declared final. 80
 Warning coding FinalLocalVariable Variable 'form' should be declared final. 82
 Warning coding FinalLocalVariable Variable 'statusCode' should be declared final. 86
 Warning sizes LineLength Line is longer than 100 characters (found 109). 92
 Warning coding FinalLocalVariable Variable 'entity' should be declared final. 95
 Warning javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning misc FinalParameters Parameter args should be final. 108
 Warning sizes LineLength Line is longer than 100 characters (found 106). 118
 Warning coding FinalLocalVariable Variable 'serverUrl' should be declared final. 122
 Warning coding FinalLocalVariable Variable 'inputFile' should be declared final. 123
 Warning coding FinalLocalVariable Variable 'timeout' should be declared final. 124
 Warning coding FinalLocalVariable Variable 'url' should be declared final. 126
 Warning coding FinalLocalVariable Variable 'server' should be declared final. 127
 Warning coding FinalLocalVariable Variable 'client' should be declared final. 128
 Warning coding FinalLocalVariable Variable 'whole' should be declared final. 130

eu/fbk/dkm/pikes/tintopclient/TintopOrchestrator.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.rdfpro.util.IO' should be separated from previous imports. 5
 Warning imports ImportOrder 'ixa.kaflib.KAFDocument' should be separated from previous imports. 8
 Warning imports ImportOrder Wrong order for 'org.apache.commons.io.FileUtils' import. 9
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 14
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 14
 Warning sizes LineLength Line is longer than 100 characters (found 101). 29
 Warning naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 30
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 31
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning naming StaticVariableName Name 'DEFAULT_EXTENSIONS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
 Warning design VisibilityModifier Variable 'DEFAULT_EXTENSIONS' must be private and have accessor methods. 37
 Warning javadoc JavadocType Missing a Javadoc comment. 48
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning misc FinalParameters Parameter server should be final. 52
 Warning misc FinalParameters Parameter session should be final. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning misc FinalParameters Parameter server should be final. 56
 Warning misc FinalParameters Parameter session should be final. 56
 Warning misc FinalParameters Parameter fake should be final. 56
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 75
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'whole' should be declared final. 89
 Warning coding FinalLocalVariable Variable 'naf' should be declared final. 92
 Warning sizes LineLength Line is longer than 100 characters (found 107). 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 118
 Warning misc FinalParameters Parameter servers should be final. 118
 Warning misc FinalParameters Parameter fake should be final. 118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 123
 Warning javadoc JavadocMethod Missing a Javadoc comment. 127
 Warning misc FinalParameters Parameter maxErrOnFile should be final. 127
 Warning javadoc JavadocMethod Missing a Javadoc comment. 131
 Warning javadoc JavadocMethod Missing a Javadoc comment. 135
 Warning misc FinalParameters Parameter maxSize should be final. 135
 Warning javadoc JavadocMethod Missing a Javadoc comment. 139
 Warning javadoc JavadocMethod Missing a Javadoc comment. 143
 Warning misc FinalParameters Parameter timeout should be final. 143
 Warning javadoc JavadocMethod Missing a Javadoc comment. 147
 Warning javadoc JavadocMethod Missing a Javadoc comment. 151
 Warning misc FinalParameters Parameter sleepingTime should be final. 151
 Warning misc FinalParameters Parameter inputFile should be final. 155
 Warning misc FinalParameters Parameter session should be final. 155
 Warning coding FinalLocalVariable Variable 'outputFile' should be declared final. 156
 Warning javadoc JavadocMethod Missing a Javadoc comment. 161
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 161
 Warning misc FinalParameters Parameter filename should be final. 161
 Warning sizes LineLength Line is longer than 100 characters (found 114). 167
 Warning javadoc JavadocMethod Missing a Javadoc comment. 171
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 171
 Warning misc FinalParameters Parameter session should be final. 171
 Warning coding IllegalTokenText labels are discouraged 173
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 212
 Warning sizes LineLength Line is longer than 100 characters (found 102). 213
 Warning sizes LineLength Line is longer than 100 characters (found 107). 217
 Warning javadoc JavadocMethod Missing a Javadoc comment. 239
 Warning misc FinalParameters Parameter session should be final. 239
 Warning sizes LineLength Line is longer than 100 characters (found 118). 242
 Warning javadoc JavadocMethod Missing a Javadoc comment. 261
 Warning misc FinalParameters Parameter args should be final. 261
 Warning sizes LineLength Line is longer than 100 characters (found 115). 274
 Warning sizes LineLength Line is longer than 100 characters (found 118). 277
 Warning sizes LineLength Line is longer than 100 characters (found 105). 280
 Warning sizes LineLength Line is longer than 100 characters (found 102). 283
 Warning sizes LineLength Line is longer than 100 characters (found 113). 286
 Warning coding FinalLocalVariable Variable 'input' should be declared final. 291
 Warning coding FinalLocalVariable Variable 'output' should be declared final. 292
 Warning coding FinalLocalVariable Variable 'serverList' should be declared final. 293
 Warning coding FinalLocalVariable Variable 'skip' should be declared final. 294
 Warning sizes LineLength Line is longer than 100 characters (found 101). 296
 Warning coding FinalLocalVariable Variable 'maxFail' should be declared final. 296
 Warning coding FinalLocalVariable Variable 'maxSize' should be declared final. 297
 Warning sizes LineLength Line is longer than 100 characters (found 105). 298
 Warning coding FinalLocalVariable Variable 'timeout' should be declared final. 298
 Warning sizes LineLength Line is longer than 100 characters (found 109). 299
 Warning coding FinalLocalVariable Variable 'sleepingTime' should be declared final. 299
 Warning coding FinalLocalVariable Variable 'fake' should be declared final. 301
 Warning coding FinalLocalVariable Variable 'skipPatterns' should be declared final. 303
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 305
 Warning coding FinalLocalVariable Variable 'tintopServers' should be declared final. 326
 Warning coding FinalLocalVariable Variable 'reader' should be declared final. 327
 Warning coding FinalLocalVariable Variable 'c' should be declared final. 335
 Warning coding FinalLocalVariable Variable 'extensions' should be declared final. 342
 Warning coding FinalLocalVariable Variable 'fileIterator' should be declared final. 343
 Warning coding FinalLocalVariable Variable 'orchestrator' should be declared final. 345
 Warning coding FinalLocalVariable Variable 'session' should be declared final. 351

eu/fbk/dkm/pikes/tintopclient/TintopServer.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 5
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter url should be final. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter url should be final. 27
 Warning misc FinalParameters Parameter id should be final. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning misc FinalParameters Parameter line should be final. 35
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning misc FinalParameters Parameter protocol should be final. 46
 Warning misc FinalParameters Parameter host should be final. 46
 Warning misc FinalParameters Parameter path should be final. 46
 Warning misc FinalParameters Parameter port should be final. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning misc FinalParameters Parameter id should be final. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning misc FinalParameters Parameter protocol should be final. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning misc FinalParameters Parameter host should be final. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning misc FinalParameters Parameter path should be final. 81
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning misc FinalParameters Parameter port should be final. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning whitespace OperatorWrap '+' should be on a new line. 100
 Warning whitespace OperatorWrap '+' should be on a new line. 101
 Warning whitespace OperatorWrap '+' should be on a new line. 102
 Warning whitespace OperatorWrap '+' should be on a new line. 103
 Warning whitespace OperatorWrap '+' should be on a new line. 104

eu/fbk/dkm/pikes/tintopclient/TintopSession.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 5
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning misc FinalParameters Parameter input should be final. 37
 Warning misc FinalParameters Parameter output should be final. 37
 Warning misc FinalParameters Parameter fileIterator should be final. 37
 Warning sizes LineLength Line is longer than 100 characters (found 110). 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning misc FinalParameters Parameter input should be final. 41
 Warning misc FinalParameters Parameter output should be final. 41
 Warning misc FinalParameters Parameter fileIterator should be final. 41
 Warning misc FinalParameters Parameter skipPatterns should be final. 41

eu/fbk/dkm/pikes/twm/DBpediaSpotlightAnnotate.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'org.codehaus.jackson.map.ObjectMapper' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 7
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 8
 Warning naming StaticVariableName Name 'LABEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 25
 Warning misc FinalParameters Parameter properties should be final. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning misc FinalParameters Parameter text should be final. 30
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 32
 Warning coding FinalLocalVariable Variable 'pars' should be declared final. 34
 Warning coding FinalLocalVariable Variable 'output' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'mapper' should be declared final. 41
 Warning sizes LineLength Line is longer than 100 characters (found 111). 44
 Warning coding FinalLocalVariable Variable 'annotation' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'originalText' should be declared final. 47
 Warning coding FinalLocalVariable Variable 'tag' should be declared final. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning misc FinalParameters Parameter args should be final. 68
 Warning coding FinalLocalVariable Variable 'properties' should be declared final. 69
 Warning coding FinalLocalVariable Variable 's' should be declared final. 77
 Warning sizes LineLength Line is longer than 100 characters (found 115). 79
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 79
 Warning coding FinalLocalVariable Variable 'tags' should be declared final. 80

eu/fbk/dkm/pikes/twm/DBpediaSpotlightCandidates.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.IOException' import. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 6
 Warning naming StaticVariableName Name 'LABEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
 Warning javadoc JavadocVariable Missing a Javadoc comment. 21
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning misc FinalParameters Parameter properties should be final. 24
 Warning sizes LineLength Line is longer than 100 characters (found 116). 25
 Warning sizes LineLength Line is longer than 100 characters (found 101). 28
 Warning misc FinalParameters Parameter pars should be final. 31
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 32
 Warning coding FinalLocalVariable Variable 'output' should be declared final. 35
 Warning coding FinalLocalVariable Variable 'mapper' should be declared final. 38
 Warning coding FinalLocalVariable Variable 'annotation' should be declared final. 41
 Warning coding FinalLocalVariable Variable 'surfaceFormJson' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'res' should be declared final. 51
 Warning coding FinalLocalVariable Variable 'resources' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'resource' should be declared final. 55
 Warning coding FinalLocalVariable Variable 'tag' should be declared final. 56
 Warning coding FinalLocalVariable Variable 'resource' should be declared final. 60
 Warning coding FinalLocalVariable Variable 'tag' should be declared final. 61
 Warning misc FinalParameters Parameter text should be final. 71
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'offsets' should be declared final. 74
 Warning coding FinalLocalVariable Variable 'firstAttempt' should be declared final. 81
 Warning coding FinalLocalVariable Variable 'secondAttempt' should be declared final. 91
 Warning misc FinalParameters Parameter resource should be final. 105
 Warning misc FinalParameters Parameter keyword should be final. 105
 Warning coding FinalLocalVariable Variable 'originalText' should be declared final. 106
 Warning coding FinalLocalVariable Variable 'tag' should be declared final. 107
 Warning javadoc JavadocMethod Missing a Javadoc comment. 121
 Warning misc FinalParameters Parameter args should be final. 121
 Warning coding FinalLocalVariable Variable 'properties' should be declared final. 122
 Warning coding FinalLocalVariable Variable 's' should be declared final. 130
 Warning sizes LineLength Line is longer than 100 characters (found 117). 132
 Warning sizes LineLength Line is longer than 100 characters (found 220). 133
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 133
 Warning coding FinalLocalVariable Variable 'tags' should be declared final. 134

eu/fbk/dkm/pikes/twm/Linking.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.BufferedReader' import. 6
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.net.*. 9
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning design VisibilityModifier Variable 'urlAddress' must be private and have accessor methods. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning design VisibilityModifier Variable 'extractTypes' must be private and have accessor methods. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning misc FinalParameters Parameter properties should be final. 31
 Warning misc FinalParameters Parameter address should be final. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning misc FinalParameters Parameter pars should be final. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning misc FinalParameters Parameter pars should be final. 43
 Warning misc FinalParameters Parameter customAddress should be final. 43
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'useProxy' should be declared final. 65
 Warning sizes LineLength Line is longer than 100 characters (found 111). 70
 Warning coding FinalLocalVariable Variable 'proxy' should be declared final. 70
 Warning coding FinalLocalVariable Variable 'sb' should be declared final. 79
 Warning sizes LineLength Line is longer than 100 characters (found 118). 83
 Warning sizes LineLength Line is longer than 100 characters (found 110). 84
 Warning sizes LineLength Line is longer than 100 characters (found 103). 91
 Warning coding FinalLocalVariable Variable 'rd' should be declared final. 91
 Warning javadoc JavadocMethod Missing a Javadoc comment. 104

eu/fbk/dkm/pikes/twm/LinkingAnnotator.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.utils.core.PropertiesUtils' import. 9
 Warning imports ImportOrder Wrong order for 'java.io.EOFException' import. 11
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 13
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning misc FinalParameters Parameter annotatorName should be final. 32
 Warning misc FinalParameters Parameter props should be final. 32
 Warning coding FinalLocalVariable Variable 'newProps' should be declared final. 33
 Warning coding FinalLocalVariable Variable 'annotator' should be declared final. 35
 Warning coding FinalLocalVariable Variable 'myClass' should be declared final. 36
 Warning coding FinalLocalVariable Variable 'myConstructor' should be declared final. 37
 Warning misc FinalParameters Parameter annotation should be final. 42
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 43
 Warning sizes LineLength Line is longer than 100 characters (found 101). 57
 Warning coding FinalLocalVariable Variable 'annotatedEntities' should be declared final. 57
 Warning coding FinalLocalVariable Variable 'entities' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'index' should be declared final. 63
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 66
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 76
 Warning coding FinalLocalVariable Variable 'startEntity' should be declared final. 79
 Warning coding FinalLocalVariable Variable 'endEntity' should be declared final. 84
 Warning sizes LineLength Line is longer than 100 characters (found 112). 102

eu/fbk/dkm/pikes/twm/LinkingTag.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 19
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 19
 Warning javadoc JavadocVariable Missing a Javadoc comment. 19
 Warning javadoc JavadocVariable Missing a Javadoc comment. 19
 Warning sizes LineLength Line is longer than 100 characters (found 110). 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning misc FinalParameters Parameter offset should be final. 32
 Warning misc FinalParameters Parameter page should be final. 32
 Warning misc FinalParameters Parameter score should be final. 32
 Warning misc FinalParameters Parameter originalText should be final. 32
 Warning misc FinalParameters Parameter length should be final. 32
 Warning misc FinalParameters Parameter source should be final. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning misc FinalParameters Parameter image should be final. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning misc FinalParameters Parameter originalText should be final. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning misc FinalParameters Parameter length should be final. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning misc FinalParameters Parameter category should be final. 65
 Warning misc FinalParameters Parameter type should be final. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning misc FinalParameters Parameter classes should be final. 72
 Warning coding FinalLocalVariable Variable 'map' should be declared final. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning misc FinalParameters Parameter types should be final. 81
 Warning coding FinalLocalVariable Variable 'parts' should be declared final. 82
 Warning coding ModifiedControlVariable Control variable 'catType' is modified. 84
 Warning coding FinalLocalVariable Variable 'typeParts' should be declared final. 85
 Warning coding FinalLocalVariable Variable 'cat' should be declared final. 90
 Warning coding FinalLocalVariable Variable 'type' should be declared final. 91
 Warning coding MissingSwitchDefault switch without "default" clause. 93
 Warning javadoc JavadocMethod Missing a Javadoc comment. 103
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 104
 Warning coding FinalLocalVariable Variable 'catString' should be declared final. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 114
 Warning javadoc JavadocMethod Missing a Javadoc comment. 118
 Warning misc FinalParameters Parameter types should be final. 119
 Warning whitespace OperatorWrap '+' should be on a new line. 125
 Warning whitespace OperatorWrap '+' should be on a new line. 126
 Warning whitespace OperatorWrap '+' should be on a new line. 127
 Warning whitespace OperatorWrap '+' should be on a new line. 128
 Warning whitespace OperatorWrap '+' should be on a new line. 129
 Warning whitespace OperatorWrap '+' should be on a new line. 130
 Warning whitespace OperatorWrap '+' should be on a new line. 131
 Warning whitespace OperatorWrap '+' should be on a new line. 132
 Warning whitespace OperatorWrap '+' should be on a new line. 133
 Warning javadoc JavadocMethod Missing a Javadoc comment. 137
 Warning javadoc JavadocMethod Missing a Javadoc comment. 141
 Warning misc FinalParameters Parameter offset should be final. 141
 Warning javadoc JavadocMethod Missing a Javadoc comment. 145
 Warning javadoc JavadocMethod Missing a Javadoc comment. 149
 Warning misc FinalParameters Parameter page should be final. 149
 Warning javadoc JavadocMethod Missing a Javadoc comment. 153
 Warning javadoc JavadocMethod Missing a Javadoc comment. 157
 Warning misc FinalParameters Parameter score should be final. 157
 Warning javadoc JavadocMethod Missing a Javadoc comment. 161
 Warning javadoc JavadocMethod Missing a Javadoc comment. 165
 Warning misc FinalParameters Parameter source should be final. 165
 Warning javadoc JavadocMethod Missing a Javadoc comment. 169
 Warning misc FinalParameters Parameter spotted should be final. 169
 Warning javadoc JavadocMethod Missing a Javadoc comment. 173
 Warning coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 223
 Warning misc FinalParameters Parameter obj should be final. 223

eu/fbk/dkm/pikes/twm/MachineLinking.java

Severity Category Rule Message Line
 Warning imports ImportOrder 'eu.fbk.utils.core.PropertiesUtils' should be separated from previous imports. 5
 Warning imports ImportOrder Wrong order for 'org.codehaus.jackson.map.ObjectMapper' import. 6
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 8
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 10
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning naming StaticVariableName Name 'LABEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter properties should be final. 27
 Warning sizes LineLength Line is longer than 100 characters (found 103). 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning misc FinalParameters Parameter text should be final. 32
 Warning coding FinalLocalVariable Variable 'address' should be declared final. 35
 Warning coding FinalLocalVariable Variable 'output' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'mapper' should be declared final. 51
 Warning coding FinalLocalVariable Variable 'annotation' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'lang' should be declared final. 55
 Warning misc FinalParameters Parameter text should be final. 63
 Warning coding FinalLocalVariable Variable 'ret' should be declared final. 65
 Warning coding FinalLocalVariable Variable 'output' should be declared final. 83
 Warning coding FinalLocalVariable Variable 'mapper' should be declared final. 85
 Warning coding FinalLocalVariable Variable 'annotation' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'lang' should be declared final. 90
 Warning coding FinalLocalVariable Variable 'language' should be declared final. 91
 Warning sizes LineLength Line is longer than 100 characters (found 113). 92
 Warning coding FinalLocalVariable Variable 'keywords' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'sense' should be declared final. 95
 Warning coding FinalLocalVariable Variable 'dbpClass' should be declared final. 96
 Warning sizes LineLength Line is longer than 100 characters (found 102). 97
 Warning coding FinalLocalVariable Variable 'images' should be declared final. 97
 Warning sizes LineLength Line is longer than 100 characters (found 102). 98
 Warning coding FinalLocalVariable Variable 'ngrams' should be declared final. 98
 Warning coding FinalLocalVariable Variable 'originalText' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 101
 Warning coding FinalLocalVariable Variable 'start' should be declared final. 103
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 104
 Warning coding FinalLocalVariable Variable 'tag' should be declared final. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 137
 Warning misc FinalParameters Parameter args should be final. 137
 Warning coding FinalLocalVariable Variable 'properties' should be declared final. 138
 Warning coding FinalLocalVariable Variable 'fileName' should be declared final. 143
 Warning coding FinalLocalVariable Variable 's' should be declared final. 145
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 147
 Warning coding FinalLocalVariable Variable 'tags' should be declared final. 148

eu/fbk/dkm/pikes/twm/TWMAnnotations.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'eu.fbk.utils.gson.JSONLabel' import. 6
 Warning imports ImportOrder Wrong order for 'java.util.List' import. 8
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 14
 Warning javadoc JavadocVariable Missing a Javadoc comment. 16
 Warning sizes LineLength Line is longer than 100 characters (found 103). 17
 Warning javadoc JavadocVariable Missing a Javadoc comment. 17
 Warning javadoc JavadocVariable Missing a Javadoc comment. 19
 Warning sizes LineLength Line is longer than 100 characters (found 109). 20
 Warning javadoc JavadocVariable Missing a Javadoc comment. 20
 Warning javadoc JavadocType Missing a Javadoc comment. 22
 Warning javadoc JavadocType Missing a Javadoc comment. 30

eu/fbk/shell/mdfsa/data/structures/DatasetInstance.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning regexp RegexpSingleline Line has trailing spaces. 13
 Warning regexp RegexpSingleline Line has trailing spaces. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 25
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 25
 Warning regexp RegexpSingleline Line has trailing spaces. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter features should be final. 27
 Warning misc FinalParameters Parameter polarity should be final. 27
 Warning regexp RegexpSingleline Line has trailing spaces. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning misc FinalParameters Parameter id should be final. 32
 Warning misc FinalParameters Parameter features should be final. 32
 Warning misc FinalParameters Parameter polarity should be final. 32
 Warning regexp RegexpSingleline Line has trailing spaces. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning regexp RegexpSingleline Line has trailing spaces. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning misc FinalParameters Parameter polarity should be final. 43
 Warning regexp RegexpSingleline Line has trailing spaces. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning misc FinalParameters Parameter instanceId should be final. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning misc FinalParameters Parameter inferredPolarity should be final. 63
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning misc FinalParameters Parameter domain should be final. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 75
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79
 Warning misc FinalParameters Parameter inferredDomain should be final. 79
 Warning javadoc JavadocMethod Missing a Javadoc comment. 83
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87
 Warning misc FinalParameters Parameter instanceOriginalText should be final. 87
 Warning javadoc JavadocMethod Missing a Javadoc comment. 91
 Warning javadoc JavadocMethod Missing a Javadoc comment. 95
 Warning misc FinalParameters Parameter ssr should be final. 95

eu/fbk/shell/mdfsa/data/structures/DomainEdge.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 5
 Warning regexp RegexpSingleline Line has trailing spaces. 8
 Warning regexp RegexpSingleline Line has trailing spaces. 11
 Warning regexp RegexpSingleline Line has trailing spaces. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning misc FinalParameters Parameter nodeId should be final. 19
 Warning misc FinalParameters Parameter weight should be final. 19
 Warning misc FinalParameters Parameter creator should be final. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning misc FinalParameters Parameter nodeId should be final. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning misc FinalParameters Parameter weight should be final. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning misc FinalParameters Parameter creator should be final. 45
 Warning regexp RegexpSingleline Line has trailing spaces. 48

eu/fbk/shell/mdfsa/data/structures/DomainGraph.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 11
 Warning regexp RegexpSingleline Line has trailing spaces. 12
 Warning regexp RegexpSingleline Line has trailing spaces. 33
 Warning regexp RegexpSingleline Line has trailing spaces. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning misc FinalParameters Parameter prp should be final. 35
 Warning regexp RegexpSingleline Line has trailing spaces. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning misc FinalParameters Parameter id should be final. 40
 Warning misc FinalParameters Parameter prp should be final. 40
 Warning misc FinalParameters Parameter g should be final. 40
 Warning misc FinalParameters Parameter p should be final. 40
 Warning misc FinalParameters Parameter c should be final. 40
 Warning misc FinalParameters Parameter d should be final. 40
 Warning misc FinalParameters Parameter a should be final. 40
 Warning regexp RegexpSingleline Line has trailing spaces. 60
 Warning regexp RegexpSingleline Line has trailing spaces. 61
 Warning javadoc JavadocStyle First sentence should end with a period. 62
 Warning sizes LineLength Line is longer than 100 characters (found 111). 63
 Warning misc FinalParameters Parameter instances should be final. 66
 Warning javadoc JavadocMethod Expected @param tag for 'instances'. 66
 Warning regexp RegexpSingleline Line has trailing spaces. 67
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 72
 Warning coding FinalLocalVariable Variable 'features' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'polarity' should be declared final. 74
 Warning regexp RegexpSingleline Line has trailing spaces. 75
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 76
 Warning regexp RegexpSingleline Line has trailing spaces. 77
 Warning coding FinalLocalVariable Variable 'featureIds' should be declared final. 78
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 79
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 80
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 82
 Warning regexp RegexpSingleline Line has trailing spaces. 91
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 93
 Warning regexp RegexpSingleline Line has trailing spaces. 104
 Warning regexp RegexpSingleline Line has trailing spaces. 105
 Warning sizes LineLength Line is longer than 100 characters (found 108). 109
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 110
 Warning sizes LineLength Line is longer than 100 characters (found 119). 111
 Warning coding FinalLocalVariable Variable 'startPolarity' should be declared final. 111
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 114
 Warning regexp RegexpSingleline Line has trailing spaces. 118
 Warning regexp RegexpSingleline Line has trailing spaces. 119
 Warning regexp RegexpSingleline Line has trailing spaces. 120
 Warning regexp RegexpSingleline Line has trailing spaces. 121
 Warning regexp RegexpSingleline Line has trailing spaces. 122
 Warning javadoc JavadocStyle First sentence should end with a period. 123
 Warning sizes LineLength Line is longer than 100 characters (found 111). 124
 Warning misc FinalParameters Parameter concept should be final. 127
 Warning javadoc JavadocMethod Expected @param tag for 'concept'. 127
 Warning misc FinalParameters Parameter fm should be final. 127
 Warning javadoc JavadocMethod Expected @param tag for 'fm'. 127
 Warning regexp RegexpSingleline Line has trailing spaces. 128
 Warning coding FinalLocalVariable Variable 'featureIds' should be declared final. 132
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 133
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 134
 Warning regexp RegexpSingleline Line has trailing spaces. 139
 Warning regexp RegexpSingleline Line has trailing spaces. 140
 Warning regexp RegexpSingleline Line has trailing spaces. 141
 Warning regexp RegexpSingleline Line has trailing spaces. 142
 Warning regexp RegexpSingleline Line has trailing spaces. 143
 Warning regexp RegexpSingleline Line has trailing spaces. 144
 Warning regexp RegexpSingleline Line has trailing spaces. 145
 Warning regexp RegexpSingleline Line has trailing spaces. 146
 Warning regexp RegexpSingleline Line has trailing spaces. 147
 Warning regexp RegexpSingleline Line has trailing spaces. 148
 Warning javadoc JavadocStyle First sentence should end with a period. 149
 Warning sizes LineLength Line is longer than 100 characters (found 106). 150
 Warning javadoc JavadocMethod Unused @param tag for 'instances'. 152
 Warning sizes LineLength Line is longer than 100 characters (found 135). 155
 Warning misc FinalParameters Parameter datasets should be final. 155
 Warning misc FinalParameters Parameter allInstances should be final. 155
 Warning javadoc JavadocMethod Expected @param tag for 'allInstances'. 155
 Warning misc FinalParameters Parameter currentDomain should be final. 155
 Warning regexp RegexpSingleline Line has trailing spaces. 156
 Warning regexp RegexpSingleline Line has trailing spaces. 161
 Warning regexp RegexpSingleline Line has trailing spaces. 162
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 167
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 169
 Warning regexp RegexpSingleline Line has trailing spaces. 176
 Warning coding FinalLocalVariable Variable 'domainInstances' should be declared final. 177
 Warning regexp RegexpSingleline Line has trailing spaces. 178
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 179
 Warning coding FinalLocalVariable Variable 'features' should be declared final. 180
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 181
 Warning regexp RegexpSingleline Line has trailing spaces. 182
 Warning coding FinalLocalVariable Variable 'featureIds' should be declared final. 183
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 184
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 185
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 191
 Warning regexp RegexpSingleline Line has trailing spaces. 200
 Warning regexp RegexpSingleline Line has trailing spaces. 201
 Warning sizes LineLength Line is longer than 100 characters (found 111). 203
 Warning sizes LineLength Line is longer than 100 characters (found 117). 204
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 207
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 210
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 217
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 227
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 234
 Warning regexp RegexpSingleline Line has trailing spaces. 242
 Warning regexp RegexpSingleline Line has trailing spaces. 248
 Warning regexp RegexpSingleline Line has trailing spaces. 249
 Warning regexp RegexpSingleline Line has trailing spaces. 250
 Warning sizes LineLength Line is longer than 100 characters (found 108). 254
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 255
 Warning regexp RegexpSingleline Line has trailing spaces. 259
 Warning whitespace OperatorWrap '/' should be on a new line. 259
 Warning regexp RegexpSingleline Line has trailing spaces. 265
 Warning whitespace OperatorWrap '/' should be on a new line. 265
 Warning regexp RegexpSingleline Line has trailing spaces. 270
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 271
 Warning regexp RegexpSingleline Line has trailing spaces. 274
 Warning coding FinalLocalVariable Variable 'startPolarity' should be declared final. 275
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 279
 Warning sizes LineLength Line is longer than 100 characters (found 125). 282
 Warning regexp RegexpSingleline Line has trailing spaces. 285
 Warning regexp RegexpSingleline Line has trailing spaces. 286
 Warning regexp RegexpSingleline Line has trailing spaces. 287
 Warning regexp RegexpSingleline Line has trailing spaces. 288
 Warning regexp RegexpSingleline Line has trailing spaces. 289
 Warning regexp RegexpSingleline Line has trailing spaces. 290
 Warning regexp RegexpSingleline Line has trailing spaces. 291
 Warning regexp RegexpSingleline Line has trailing spaces. 292
 Warning regexp RegexpSingleline Line has trailing spaces. 293
 Warning javadoc JavadocStyle First sentence should end with a period. 294
 Warning sizes LineLength Line is longer than 100 characters (found 115). 295
 Warning regexp RegexpSingleline Line has trailing spaces. 300
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 305
 Warning coding FinalLocalVariable Variable 'currentPolarity' should be declared final. 306
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 307
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 309
 Warning sizes LineLength Line is longer than 100 characters (found 106). 315
 Warning regexp RegexpSingleline Line has trailing spaces. 316
 Warning regexp RegexpSingleline Line has trailing spaces. 317
 Warning coding FinalLocalVariable Variable 'threadNumber' should be declared final. 320
 Warning coding FinalLocalVariable Variable 'ne' should be declared final. 323
 Warning regexp RegexpSingleline Line has trailing spaces. 324
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 325
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 329
 Warning regexp RegexpSingleline Line has trailing spaces. 336
 Warning regexp RegexpSingleline Line has trailing spaces. 342
 Warning whitespace OperatorWrap '&&' should be on a new line. 342
 Warning regexp RegexpSingleline Line has trailing spaces. 344
 Warning regexp RegexpSingleline Line has trailing spaces. 345
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 350
 Warning coding FinalLocalVariable Variable 'currentPolarity' should be declared final. 351
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 352
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 354
 Warning sizes LineLength Line is longer than 100 characters (found 106). 361
 Warning regexp RegexpSingleline Line has trailing spaces. 362
 Warning regexp RegexpSingleline Line has trailing spaces. 363
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 367
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 370
 Warning sizes LineLength Line is longer than 100 characters (found 108). 373
 Warning coding FinalLocalVariable Variable 'conceptConvergenceHistory' should be declared final. 373
 Warning regexp RegexpSingleline Line has trailing spaces. 374
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 377
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 380
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 384
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 385
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 386
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 387
 Warning regexp RegexpSingleline Line has trailing spaces. 390
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 395
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 402
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 405
 Warning regexp RegexpSingleline Line has trailing spaces. 408
 Warning regexp RegexpSingleline Line has trailing spaces. 413
 Warning regexp RegexpSingleline Line has trailing spaces. 414
 Warning regexp RegexpSingleline Line has trailing spaces. 415
 Warning regexp RegexpSingleline Line has trailing spaces. 416
 Warning javadoc JavadocStyle First sentence should end with a period. 417
 Warning javadoc JavadocMethod Expected an @return tag. 421
 Warning misc FinalParameters Parameter instances should be final. 421
 Warning regexp RegexpSingleline Line has trailing spaces. 424
 Warning coding FinalLocalVariable Variable 'deadzone' should be declared final. 425
 Warning regexp RegexpSingleline Line has trailing spaces. 426
 Warning regexp RegexpSingleline Line has trailing spaces. 430
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 431
 Warning coding FinalLocalVariable Variable 'features' should be declared final. 432
 Warning coding FinalLocalVariable Variable 'testPolarity' should be declared final. 433
 Warning regexp RegexpSingleline Line has trailing spaces. 434
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 441
 Warning coding FinalLocalVariable Variable 'featureIds' should be declared final. 443
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 444
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 445
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 447
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 448
 Warning sizes LineLength Line is longer than 100 characters (found 106). 464
 Warning regexp RegexpSingleline Line has trailing spaces. 465
 Warning sizes LineLength Line is longer than 100 characters (found 113). 466
 Warning coding FinalLocalVariable Variable 'validationRestrictionFlag' should be declared final. 466
 Warning regexp RegexpSingleline Line has trailing spaces. 467
 Warning sizes LineLength Line is longer than 100 characters (found 118). 468
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 468
 Warning whitespace OperatorWrap '||' should be on a new line. 468
 Warning blocks EmptyBlock Must have at least one statement. 469
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 471
 Warning whitespace OperatorWrap '||' should be on a new line. 471
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 475
 Warning regexp RegexpSingleline Line has trailing spaces. 479
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 481
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 481
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 482
 Warning whitespace WhitespaceAfter 'cast' is not followed by whitespace. 482
 Warning coding FinalLocalVariable Variable 'fmeasure' should be declared final. 483
 Warning regexp RegexpSingleline Line has trailing spaces. 488
 Warning coding FinalLocalVariable Variable 'results' should be declared final. 489
 Warning regexp RegexpSingleline Line has trailing spaces. 495
 Warning regexp RegexpSingleline Line has trailing spaces. 496
 Warning regexp RegexpSingleline Line has trailing spaces. 497
 Warning regexp RegexpSingleline Line has trailing spaces. 498
 Warning javadoc JavadocStyle First sentence should end with a period. 499
 Warning sizes LineLength Line is longer than 100 characters (found 114). 500
 Warning javadoc JavadocMethod Expected an @return tag. 503
 Warning misc FinalParameters Parameter instances should be final. 503
 Warning coding FinalLocalVariable Variable 'results' should be declared final. 505
 Warning coding FinalLocalVariable Variable 'deadzone' should be declared final. 506
 Warning regexp RegexpSingleline Line has trailing spaces. 507
 Warning coding FinalLocalVariable Variable 'judged' should be declared final. 508
 Warning coding FinalLocalVariable Variable 'precision' should be declared final. 509
 Warning coding FinalLocalVariable Variable 'recall' should be declared final. 510
 Warning regexp RegexpSingleline Line has trailing spaces. 511
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 512
 Warning coding FinalLocalVariable Variable 'features' should be declared final. 513
 Warning coding FinalLocalVariable Variable 'testPolarity' should be declared final. 514
 Warning regexp RegexpSingleline Line has trailing spaces. 515
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 522
 Warning coding FinalLocalVariable Variable 'featureIds' should be declared final. 524
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 525
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 526
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 528
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 529
 Warning regexp RegexpSingleline Line has trailing spaces. 550
 Warning regexp RegexpSingleline Line has trailing spaces. 551
 Warning regexp RegexpSingleline Line has trailing spaces. 552
 Warning javadoc JavadocStyle First sentence should end with a period. 553
 Warning javadoc JavadocMethod Unused @param tag for 'instances'. 555
 Warning javadoc JavadocMethod Expected an @return tag. 557
 Warning misc FinalParameters Parameter features should be final. 557
 Warning javadoc JavadocMethod Expected @param tag for 'features'. 557
 Warning misc FinalParameters Parameter graphs should be final. 557
 Warning javadoc JavadocMethod Expected @param tag for 'graphs'. 557
 Warning coding FinalLocalVariable Variable 'featureIds' should be declared final. 566
 Warning coding FinalLocalVariable Variable 'it' should be declared final. 569
 Warning coding FinalLocalVariable Variable 'domainValues' should be declared final. 570
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 571
 Warning coding FinalLocalVariable Variable 'currentDomain' should be declared final. 572
 Warning coding FinalLocalVariable Variable 'domain' should be declared final. 573
 Warning coding FinalLocalVariable Variable 'inferredValue' should be declared final. 574
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 584
 Warning regexp RegexpSingleline Line has trailing spaces. 602
 Warning regexp RegexpSingleline Line has trailing spaces. 603
 Warning regexp RegexpSingleline Line has trailing spaces. 604
 Warning regexp RegexpSingleline Line has trailing spaces. 605
 Warning regexp RegexpSingleline Line has trailing spaces. 606
 Warning javadoc JavadocStyle First sentence should end with a period. 607
 Warning javadoc JavadocMethod Unused @param tag for 'feature'. 609
 Warning javadoc JavadocMethod Expected an @return tag. 611
 Warning misc FinalParameters Parameter currentFeature should be final. 611
 Warning javadoc JavadocMethod Expected @param tag for 'currentFeature'. 611
 Warning misc FinalParameters Parameter g should be final. 611
 Warning javadoc JavadocMethod Expected @param tag for 'g'. 611
 Warning regexp RegexpSingleline Line has trailing spaces. 618
 Warning coding FinalLocalVariable Variable 'featureIds' should be declared final. 620
 Warning coding FinalLocalVariable Variable 'fm' should be declared final. 624
 Warning regexp RegexpSingleline Line has trailing spaces. 642
 Warning regexp RegexpSingleline Line has trailing spaces. 643
 Warning regexp RegexpSingleline Line has trailing spaces. 644
 Warning regexp RegexpSingleline Line has trailing spaces. 645
 Warning regexp RegexpSingleline Line has trailing spaces. 646
 Warning regexp RegexpSingleline Line has trailing spaces. 647
 Warning regexp RegexpSingleline Line has trailing spaces. 648
 Warning regexp RegexpSingleline Line has trailing spaces. 649
 Warning regexp RegexpSingleline Line has trailing spaces. 650
 Warning regexp RegexpSingleline Line has trailing spaces. 652
 Warning regexp RegexpSingleline Line has trailing spaces. 654
 Warning regexp RegexpSingleline Line has trailing spaces. 655
 Warning javadoc JavadocMethod Missing a Javadoc comment. 656
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 658
 Warning regexp RegexpSingleline Line has trailing spaces. 661
 Warning regexp RegexpSingleline Line has trailing spaces. 663
 Warning javadoc JavadocMethod Missing a Javadoc comment. 664
 Warning misc FinalParameters Parameter nodeId should be final. 664
 Warning misc FinalParameters Parameter fm should be final. 664
 Warning regexp RegexpSingleline Line has trailing spaces. 667
 Warning regexp RegexpSingleline Line has trailing spaces. 668
 Warning regexp RegexpSingleline Line has trailing spaces. 670
 Warning sizes LineLength Line is longer than 100 characters (found 107). 670
 Warning misc FinalParameters Parameter contribution should be final. 673
 Warning regexp RegexpSingleline Line has trailing spaces. 677
 Warning regexp RegexpSingleline Line has trailing spaces. 678
 Warning regexp RegexpSingleline Line has trailing spaces. 680
 Warning sizes LineLength Line is longer than 100 characters (found 111). 683
 Warning misc FinalParameters Parameter nodeId should be final. 688
 Warning misc FinalParameters Parameter value should be final. 688
 Warning regexp RegexpSingleline Line has trailing spaces. 689
 Warning regexp RegexpSingleline Line has trailing spaces. 692
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 695
 Warning regexp RegexpSingleline Line has trailing spaces. 700
 Warning sizes LineLength Line is longer than 100 characters (found 120). 701
 Warning regexp RegexpSingleline Line has trailing spaces. 703
 Warning regexp RegexpSingleline Line has trailing spaces. 706
 Warning regexp RegexpSingleline Line has trailing spaces. 707
 Warning regexp RegexpSingleline Line has trailing spaces. 708
 Warning coding FinalLocalVariable Variable 'numberOfNodes' should be declared final. 711
 Warning coding FinalLocalVariable Variable 'numberOfEdges' should be declared final. 712
 Warning regexp RegexpSingleline Line has trailing spaces. 713
 Warning coding FinalLocalVariable Variable 'it' should be declared final. 714
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 715
 Warning coding FinalLocalVariable Variable 'nodeId' should be declared final. 716
 Warning regexp RegexpSingleline Line has trailing spaces. 718
 Warning coding FinalLocalVariable Variable 'lambda' should be declared final. 720
 Warning sizes LineLength Line is longer than 100 characters (found 128). 721
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 722
 Warning regexp RegexpSingleline Line has trailing spaces. 725
 Warning regexp RegexpSingleline Line has trailing spaces. 730
 Warning regexp RegexpSingleline Line has trailing spaces. 731
 Warning regexp RegexpSingleline Line has trailing spaces. 732
 Warning misc FinalParameters Parameter values should be final. 735
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 739
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 740
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 742
 Warning regexp RegexpSingleline Line has trailing spaces. 746
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 747
 Warning regexp RegexpSingleline Line has trailing spaces. 750
 Warning regexp RegexpSingleline Line has trailing spaces. 753
 Warning regexp RegexpSingleline Line has trailing spaces. 754
 Warning regexp RegexpSingleline Line has trailing spaces. 755
 Warning regexp RegexpSingleline Line has trailing spaces. 760
 Warning regexp RegexpSingleline Line has trailing spaces. 762
 Warning regexp RegexpSingleline Line has trailing spaces. 767
 Warning misc FinalParameters Parameter dg should be final. 768
 Warning misc FinalParameters Parameter threadId should be final. 768
 Warning regexp RegexpSingleline Line has trailing spaces. 774
 Warning regexp RegexpSingleline Line has trailing spaces. 781
 Warning regexp RegexpSingleline Line has trailing spaces. 784
 Warning regexp RegexpSingleline Line has trailing spaces. 789
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 793
 Warning regexp RegexpSingleline Line has trailing spaces. 796
 Warning coding FinalLocalVariable Variable 'des' should be declared final. 798
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 799
 Warning regexp RegexpSingleline Line has trailing spaces. 800
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 804
 Warning regexp RegexpSingleline Line has trailing spaces. 808
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 812
 Warning coding FinalLocalVariable Variable 'edgeNodeId' should be declared final. 813
 Warning coding FinalLocalVariable Variable 'currentEdgePolarity' should be declared final. 815
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 816
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 818
 Warning regexp RegexpSingleline Line has trailing spaces. 822
 Warning coding FinalLocalVariable Variable 'currentNodePolarity' should be declared final. 824
 Warning whitespace OperatorWrap '+' should be on a new line. 824
 Warning regexp RegexpSingleline Line has trailing spaces. 827
 Warning sizes LineLength Line is longer than 100 characters (found 104). 829
 Warning regexp RegexpSingleline Line has trailing spaces. 830
 Warning regexp RegexpSingleline Line has trailing spaces. 834
 Warning regexp RegexpSingleline Line has trailing spaces. 840
 Warning javadoc JavadocStyle First sentence should end with a period. 842
 Warning javadoc JavadocMethod Expected an @return tag. 845
 Warning coding FinalLocalVariable Variable 'sdg' should be declared final. 846
 Warning regexp RegexpSingleline Line has trailing spaces. 867
 Warning regexp RegexpSingleline Line has trailing spaces. 868
 Warning javadoc JavadocStyle First sentence should end with a period. 869
 Warning sizes LineLength Line is longer than 100 characters (found 102). 870
 Warning misc FinalParameters Parameter currentDataset should be final. 870
 Warning javadoc JavadocMethod Expected @param tag for 'currentDataset'. 870
 Warning misc FinalParameters Parameter modelPath should be final. 870
 Warning javadoc JavadocMethod Expected @param tag for 'modelPath'. 870
 Warning misc FinalParameters Parameter type should be final. 870
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 870
 Warning coding FinalLocalVariable Variable 'objectInputStream' should be declared final. 872
 Warning coding FinalLocalVariable Variable 'sdg' should be declared final. 874
 Warning regexp RegexpSingleline Line has trailing spaces. 897
 Warning regexp RegexpSingleline Line has trailing spaces. 898
 Warning javadoc JavadocMethod Missing a Javadoc comment. 899
 Warning misc FinalParameters Parameter modelPath should be final. 899
 Warning coding FinalLocalVariable Variable 'objectInputStream' should be declared final. 901
 Warning coding FinalLocalVariable Variable 'sdg' should be declared final. 902
 Warning javadoc JavadocMethod Missing a Javadoc comment. 928
 Warning javadoc JavadocMethod Missing a Javadoc comment. 933
 Warning misc FinalParameters Parameter polarities should be final. 933
 Warning javadoc JavadocMethod Missing a Javadoc comment. 938
 Warning javadoc JavadocMethod Missing a Javadoc comment. 943
 Warning misc FinalParameters Parameter graph should be final. 943

eu/fbk/shell/mdfsa/data/structures/FuzzyMembership.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 5
 Warning regexp RegexpSingleline Line has trailing spaces. 8
 Warning regexp RegexpSingleline Line has trailing spaces. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 14
 Warning misc FinalParameters Parameter a should be final. 14
 Warning misc FinalParameters Parameter b should be final. 14
 Warning misc FinalParameters Parameter c should be final. 14
 Warning misc FinalParameters Parameter d should be final. 14
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter a should be final. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning misc FinalParameters Parameter b should be final. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning misc FinalParameters Parameter c should be final. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning misc FinalParameters Parameter d should be final. 50
 Warning regexp RegexpSingleline Line has trailing spaces. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 54
 Warning misc FinalParameters Parameter oldFlag should be final. 54
 Warning coding FinalLocalVariable Variable 'centroid' should be declared final. 55
 Warning regexp RegexpSingleline Line has trailing spaces. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62
 Warning regexp RegexpSingleline Line has trailing spaces. 64
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 65
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 67
 Warning coding FinalLocalVariable Variable 'xCoeffR1' should be declared final. 70
 Warning coding FinalLocalVariable Variable 'yCoeffR1' should be declared final. 71
 Warning coding FinalLocalVariable Variable 'cCoeffR1' should be declared final. 72
 Warning coding FinalLocalVariable Variable 'xCoeffR2' should be declared final. 73
 Warning coding FinalLocalVariable Variable 'yCoeffR2' should be declared final. 74
 Warning coding FinalLocalVariable Variable 'cCoeffR2' should be declared final. 75
 Warning coding FinalLocalVariable Variable 'x' should be declared final. 76
 Warning regexp RegexpSingleline Line has trailing spaces. 79
 Warning regexp RegexpSingleline Line has trailing spaces. 82
 Warning regexp RegexpSingleline Line has trailing spaces. 83
 Warning regexp RegexpSingleline Line has trailing spaces. 84
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning regexp RegexpSingleline Line has trailing spaces. 87
 Warning coding FinalLocalVariable Variable 'num' should be declared final. 88
 Warning coding FinalLocalVariable Variable 'den' should be declared final. 89
 Warning regexp RegexpSingleline Line has trailing spaces. 91
 Warning regexp RegexpSingleline Line has trailing spaces. 94

eu/fbk/shell/mdfsa/data/structures/Graph.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning regexp RegexpSingleline Line has trailing spaces. 11
 Warning regexp RegexpSingleline Line has trailing spaces. 18
 Warning sizes LineLength Line is longer than 100 characters (found 114). 19
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning regexp RegexpSingleline Line has trailing spaces. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning regexp RegexpSingleline Line has trailing spaces. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning misc FinalParameters Parameter labels should be final. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning misc FinalParameters Parameter nodes should be final. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning misc FinalParameters Parameter wnWordSynsets should be final. 50
 Warning regexp RegexpSingleline Line has trailing spaces. 54
 Warning regexp RegexpSingleline Line has trailing spaces. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning misc FinalParameters Parameter label should be final. 56
 Warning coding FinalLocalVariable Variable 'feature' should be declared final. 57
 Warning regexp RegexpSingleline Line has trailing spaces. 58
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 61
 Warning regexp RegexpSingleline Line has trailing spaces. 64
 Warning coding FinalLocalVariable Variable 'synsets' should be declared final. 66
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 67
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 68
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 70
 Warning regexp RegexpSingleline Line has trailing spaces. 74
 Warning regexp RegexpSingleline Line has trailing spaces. 76
 Warning regexp RegexpSingleline Line has trailing spaces. 79
 Warning regexp RegexpSingleline Line has trailing spaces. 80
 Warning regexp RegexpSingleline Line has trailing spaces. 81
 Warning javadoc JavadocStyle First sentence should end with a period. 82
 Warning misc FinalParameters Parameter source should be final. 89
 Warning misc FinalParameters Parameter target should be final. 89
 Warning misc FinalParameters Parameter wSource should be final. 89
 Warning misc FinalParameters Parameter wTarget should be final. 89
 Warning misc FinalParameters Parameter creator should be final. 89
 Warning javadoc JavadocMethod Expected @param tag for 'creator'. 89
 Warning regexp RegexpSingleline Line has trailing spaces. 90
 Warning regexp RegexpSingleline Line has trailing spaces. 94
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 95
 Warning regexp RegexpSingleline Line has trailing spaces. 102
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 103
 Warning regexp RegexpSingleline Line has trailing spaces. 110
 Warning coding FinalLocalVariable Variable 'de1' should be declared final. 112
 Warning regexp RegexpSingleline Line has trailing spaces. 115
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 117
 Warning coding FinalLocalVariable Variable 'de2' should be declared final. 118
 Warning regexp RegexpSingleline Line has trailing spaces. 123
 Warning regexp RegexpSingleline Line has trailing spaces. 124
 Warning sizes LineLength Line is longer than 100 characters (found 116). 126
 Warning misc FinalParameters Parameter nodeId should be final. 130
 Warning misc FinalParameters Parameter newEdge should be final. 130
 Warning regexp RegexpSingleline Line has trailing spaces. 131
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 135
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 136
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 138
 Warning regexp RegexpSingleline Line has trailing spaces. 144
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 145
 Warning regexp RegexpSingleline Line has trailing spaces. 148
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 149
 Warning coding SimplifyBooleanExpression Expression can be simplified. 149
 Warning regexp RegexpSingleline Line has trailing spaces. 156
 Warning regexp RegexpSingleline Line has trailing spaces. 157
 Warning coding FinalLocalVariable Variable 'markers' should be declared final. 164
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 165
 Warning coding FinalLocalVariable Variable 'currentId' should be declared final. 166
 Warning coding FinalLocalVariable Variable 'currentMarker' should be declared final. 167
 Warning regexp RegexpSingleline Line has trailing spaces. 168
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 170
 Warning coding FinalLocalVariable Variable 'currentLabel' should be declared final. 171
 Warning regexp RegexpSingleline Line has trailing spaces. 172
 Warning sizes LineLength Line is longer than 100 characters (found 116). 173
 Warning coding FinalLocalVariable Variable 'synsets' should be declared final. 175
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 177
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 178
 Warning coding FinalLocalVariable Variable 'synsetIdGraph' should be declared final. 179
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 180
 Warning regexp RegexpSingleline Line has trailing spaces. 183
 Warning coding FinalLocalVariable Variable 'de1' should be declared final. 185
 Warning coding FinalLocalVariable Variable 'de2' should be declared final. 188
 Warning regexp RegexpSingleline Line has trailing spaces. 196
 Warning regexp RegexpSingleline Line has trailing spaces. 197
 Warning regexp RegexpSingleline Line has trailing spaces. 198
 Warning javadoc JavadocMethod Missing a Javadoc comment. 199
 Warning javadoc JavadocMethod Missing a Javadoc comment. 203
 Warning regexp RegexpSingleline Line has trailing spaces. 206
 Warning regexp RegexpSingleline Line has trailing spaces. 207
 Warning regexp RegexpSingleline Line has trailing spaces. 208
 Warning javadoc JavadocStyle First sentence should end with a period. 209

eu/fbk/shell/mdfsa/data/structures/SentenceStructuredRepresentation.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'eu.fbk.dkm.pikes.raid.mdfsa.parser.DependencyTree' import. 4
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 8
 Warning javadoc JavadocType Missing a Javadoc comment. 14
 Warning regexp RegexpSingleline Line has trailing spaces. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 17
 Warning regexp RegexpSingleline Line has trailing spaces. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning misc FinalParameters Parameter prp should be final. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning misc FinalParameters Parameter uri should be final. 34
 Warning regexp RegexpSingleline Line has trailing spaces. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning regexp RegexpSingleline Line has trailing spaces. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning misc FinalParameters Parameter originalText should be final. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning javadoc JavadocMethod Missing a Javadoc comment. 54
 Warning misc FinalParameters Parameter posTaggedString should be final. 54
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62
 Warning misc FinalParameters Parameter dts should be final. 62
 Warning regexp RegexpSingleline Line has trailing spaces. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning regexp RegexpSingleline Line has trailing spaces. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 70
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 78
 Warning misc FinalParameters Parameter parsedTree should be final. 78
 Warning regexp RegexpSingleline Line has trailing spaces. 81
 Warning javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning misc FinalParameters Parameter wnlex should be final. 82
 Warning regexp RegexpSingleline Line has trailing spaces. 83
 Warning coding FinalLocalVariable Variable 'posTaggedTerms' should be declared final. 85
 Warning coding FinalLocalVariable Variable 'tempLex' should be declared final. 86
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 87
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 88
 Warning coding FinalLocalVariable Variable 'tag' should be declared final. 93
 Warning regexp RegexpSingleline Line has trailing spaces. 94
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 95
 Warning sizes LineLength Line is longer than 100 characters (found 104). 97
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 97
 Warning whitespace OperatorWrap '||' should be on a new line. 97
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 100
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 102
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 105
 Warning whitespace WhitespaceAround 'catch' is not followed by whitespace. 109
 Warning regexp RegexpSingleline Line has trailing spaces. 121
 Warning regexp RegexpSingleline Line has trailing spaces. 122
 Warning javadoc JavadocMethod Missing a Javadoc comment. 123
 Warning regexp RegexpSingleline Line has trailing spaces. 124
 Warning regexp RegexpSingleline Line has trailing spaces. 126
 Warning regexp RegexpSingleline Line has trailing spaces. 127
 Warning javadoc JavadocStyle First sentence should end with a period. 128
 Warning misc FinalParameters Parameter wnl should be final. 131
 Warning javadoc JavadocMethod Expected @param tag for 'wnl'. 131
 Warning misc FinalParameters Parameter wnlex should be final. 131
 Warning javadoc JavadocMethod Expected @param tag for 'wnlex'. 131
 Warning coding FinalLocalVariable Variable 'termsList' should be declared final. 135
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 137
 Warning coding FinalLocalVariable Variable 'atom' should be declared final. 138
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 139
 Warning coding FinalLocalVariable Variable 'stopFlag' should be declared final. 140
 Warning blocks NeedBraces 'if' construct must use '{}'s. 141
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 141
 Warning sizes LineLength Line is longer than 100 characters (found 109). 142
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 142
 Warning whitespace OperatorWrap '||' should be on a new line. 142
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 145
 Warning coding SimplifyBooleanExpression Expression can be simplified. 145
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 152
 Warning regexp RegexpSingleline Line has trailing spaces. 161
 Warning regexp RegexpSingleline Line has trailing spaces. 162
 Warning regexp RegexpSingleline Line has trailing spaces. 163
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 164
 Warning blocks LeftCurly '{' should be on the previous line. 165
 Warning coding FinalLocalVariable Variable 'dependencies' should be declared final. 166
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 167
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 168
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 169
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 170
 Warning coding FinalLocalVariable Variable 'tokenOne' should be declared final. 171
 Warning coding FinalLocalVariable Variable 'tokenTwo' should be declared final. 172
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 174
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 178
 Warning coding FinalLocalVariable Variable 'newAspect' should be declared final. 181
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 182
 Warning regexp RegexpSingleline Line has trailing spaces. 189
 Warning regexp RegexpSingleline Line has trailing spaces. 191
 Warning regexp RegexpSingleline Line has trailing spaces. 192
 Warning javadoc JavadocStyle First sentence should end with a period. 193
 Warning misc FinalParameters Parameter wnl should be final. 196
 Warning javadoc JavadocMethod Expected @param tag for 'wnl'. 196
 Warning coding FinalLocalVariable Variable 'tempAspects' should be declared final. 197
 Warning regexp RegexpSingleline Line has trailing spaces. 201
 Warning coding FinalLocalVariable Variable 'termsList' should be declared final. 203
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 205
 Warning coding FinalLocalVariable Variable 'atom' should be declared final. 206
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 207
 Warning coding FinalLocalVariable Variable 'stopFlag' should be declared final. 208
 Warning blocks NeedBraces 'if' construct must use '{}'s. 209
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 209
 Warning sizes LineLength Line is longer than 100 characters (found 109). 210
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 210
 Warning whitespace OperatorWrap '||' should be on a new line. 210
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 213
 Warning coding SimplifyBooleanExpression Expression can be simplified. 213
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 220
 Warning regexp RegexpSingleline Line has trailing spaces. 229
 Warning regexp RegexpSingleline Line has trailing spaces. 230
 Warning coding FinalLocalVariable Variable 'featureSentence' should be declared final. 233
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 234
 Warning blocks LeftCurly '{' should be on the previous line. 235
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 238
 Warning coding FinalLocalVariable Variable 'compoundAspect' should be declared final. 239
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 241
 Warning coding FinalLocalVariable Variable 'it' should be declared final. 242
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 243
 Warning coding FinalLocalVariable Variable 'key' should be declared final. 244
 Warning coding FinalLocalVariable Variable 'currentTree' should be declared final. 245
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 246
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 248
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 251
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 252
 Warning regexp RegexpSingleline Line has trailing spaces. 258
 Warning regexp RegexpSingleline Line has trailing spaces. 264
 Warning regexp RegexpSingleline Line has trailing spaces. 265
 Warning javadoc JavadocMethod Missing a Javadoc comment. 266
 Warning misc FinalParameters Parameter t should be final. 266
 Warning coding FinalLocalVariable Variable 'wanted' should be declared final. 267
 Warning regexp RegexpSingleline Line has trailing spaces. 292
 Warning regexp RegexpSingleline Line has trailing spaces. 293
 Warning regexp RegexpSingleline Line has trailing spaces. 294
 Warning sizes LineLength Line is longer than 100 characters (found 112). 295
 Warning misc FinalParameters Parameter t should be final. 295
 Warning misc FinalParameters Parameter marker should be final. 295
 Warning misc FinalParameters Parameter featureSentence should be final. 295
 Warning sizes LineLength Line is longer than 100 characters (found 102). 303
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 305
 Warning coding FinalLocalVariable Variable 'temp' should be declared final. 313
 Warning coding FinalLocalVariable Variable 'it' should be declared final. 316
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 317
 Warning coding FinalLocalVariable Variable 'currentFeature' should be declared final. 318
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 323
 Warning regexp RegexpSingleline Line has trailing spaces. 328
 Warning regexp RegexpSingleline Line has trailing spaces. 329

eu/fbk/shell/mdfsa/data/structures/SerializableDomainGraph.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning regexp RegexpSingleline Line has trailing spaces. 9
 Warning regexp RegexpSingleline Line has trailing spaces. 11
 Warning regexp RegexpSingleline Line has trailing spaces. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning misc FinalParameters Parameter prp should be final. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning misc FinalParameters Parameter graph should be final. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning misc FinalParameters Parameter polarities should be final. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning sizes LineLength Line is longer than 100 characters (found 124). 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning misc FinalParameters Parameter conceptsConvergenceIterationsValues should be final. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning misc FinalParameters Parameter startPolarities should be final. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning misc FinalParameters Parameter tempInDomainStartPolarities should be final. 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning misc FinalParameters Parameter tempOutDomainStartPolarities should be final. 85
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning misc FinalParameters Parameter currentPolarities should be final. 93
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning misc FinalParameters Parameter tokensCounter should be final. 101
 Warning javadoc JavadocMethod Missing a Javadoc comment. 105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 109
 Warning misc FinalParameters Parameter inDomainTokensCounter should be final. 109
 Warning javadoc JavadocMethod Missing a Javadoc comment. 113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning misc FinalParameters Parameter outDomainTokensCounter should be final. 117
 Warning javadoc JavadocMethod Missing a Javadoc comment. 121
 Warning javadoc JavadocMethod Missing a Javadoc comment. 125
 Warning misc FinalParameters Parameter currentGraphConvergenceValue should be final. 125
 Warning javadoc JavadocMethod Missing a Javadoc comment. 129
 Warning javadoc JavadocMethod Missing a Javadoc comment. 133
 Warning misc FinalParameters Parameter currentAveragePolarity should be final. 133
 Warning javadoc JavadocMethod Missing a Javadoc comment. 137
 Warning javadoc JavadocMethod Missing a Javadoc comment. 141
 Warning misc FinalParameters Parameter iteration should be final. 141
 Warning javadoc JavadocMethod Missing a Javadoc comment. 145
 Warning javadoc JavadocMethod Missing a Javadoc comment. 149
 Warning misc FinalParameters Parameter propagationRate should be final. 149
 Warning javadoc JavadocMethod Missing a Javadoc comment. 153
 Warning javadoc JavadocMethod Missing a Javadoc comment. 157
 Warning misc FinalParameters Parameter convergenceLimit should be final. 157
 Warning javadoc JavadocMethod Missing a Javadoc comment. 161
 Warning javadoc JavadocMethod Missing a Javadoc comment. 165
 Warning misc FinalParameters Parameter deadzone should be final. 165
 Warning javadoc JavadocMethod Missing a Javadoc comment. 169
 Warning javadoc JavadocMethod Missing a Javadoc comment. 173
 Warning misc FinalParameters Parameter annealingRate should be final. 173
 Warning javadoc JavadocMethod Missing a Javadoc comment. 177

eu/fbk/shell/mdfsa/data/structures/TreeGraphStatisticalModel.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 5
 Warning javadoc JavadocType Missing a Javadoc comment. 11
 Warning regexp RegexpSingleline Line has trailing spaces. 14
 Warning regexp RegexpSingleline Line has trailing spaces. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter p should be final. 27
 Warning regexp RegexpSingleline Line has trailing spaces. 42
 Warning regexp RegexpSingleline Line has trailing spaces. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning misc FinalParameters Parameter training should be final. 44
 Warning regexp RegexpSingleline Line has trailing spaces. 47
 Warning regexp RegexpSingleline Line has trailing spaces. 48
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning misc FinalParameters Parameter test should be final. 49
 Warning regexp RegexpSingleline Line has trailing spaces. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning regexp RegexpSingleline Line has trailing spaces. 56
 Warning regexp RegexpSingleline Line has trailing spaces. 57
 Warning sizes MethodLength Method length is 243 lines (max allowed is 150). 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning regexp RegexpSingleline Line has trailing spaces. 59
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 60
 Warning regexp RegexpSingleline Line has trailing spaces. 61
 Warning coding FinalLocalVariable Variable 'domain' should be declared final. 63
 Warning coding FinalLocalVariable Variable 'domains' should be declared final. 64
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 66
 Warning regexp RegexpSingleline Line has trailing spaces. 68
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 70
 Warning regexp RegexpSingleline Line has trailing spaces. 79
 Warning regexp RegexpSingleline Line has trailing spaces. 80
 Warning sizes LineLength Line is longer than 100 characters (found 108). 81
 Warning coding FinalLocalVariable Variable 'polarity' should be declared final. 82
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 85
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 88
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 91
 Warning regexp RegexpSingleline Line has trailing spaces. 95
 Warning regexp RegexpSingleline Line has trailing spaces. 97
 Warning regexp RegexpSingleline Line has trailing spaces. 98
 Warning sizes LineLength Line is longer than 100 characters (found 104). 99
 Warning coding FinalLocalVariable Variable 'ssr' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'dts' should be declared final. 101
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 102
 Warning regexp RegexpSingleline Line has trailing spaces. 103
 Warning coding FinalLocalVariable Variable 'dependencies' should be declared final. 104
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 105
 Warning regexp RegexpSingleline Line has trailing spaces. 106
 Warning regexp RegexpSingleline Line has trailing spaces. 107
 Warning sizes LineLength Line is longer than 100 characters (found 134). 107
 Warning sizes LineLength Line is longer than 100 characters (found 108). 108
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 109
 Warning sizes LineLength Line is longer than 100 characters (found 102). 110
 Warning sizes LineLength Line is longer than 100 characters (found 102). 111
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 116
 Warning regexp RegexpSingleline Line has trailing spaces. 122
 Warning regexp RegexpSingleline Line has trailing spaces. 123
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 124
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 128
 Warning regexp RegexpSingleline Line has trailing spaces. 137
 Warning regexp RegexpSingleline Line has trailing spaces. 138
 Warning coding FinalLocalVariable Variable 'd' should be declared final. 139
 Warning coding ModifiedControlVariable Control variable 'dep' is modified. 142
 Warning regexp RegexpSingleline Line has trailing spaces. 143
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 144
 Warning sizes LineLength Line is longer than 100 characters (found 123). 151
 Warning regexp RegexpSingleline Line has trailing spaces. 153
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 157
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 164
 Warning regexp RegexpSingleline Line has trailing spaces. 173
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 177
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 184
 Warning regexp RegexpSingleline Line has trailing spaces. 193
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 197
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 204
 Warning regexp RegexpSingleline Line has trailing spaces. 213
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 218
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 225
 Warning regexp RegexpSingleline Line has trailing spaces. 234
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 239
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 246
 Warning regexp RegexpSingleline Line has trailing spaces. 255
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 260
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 267
 Warning regexp RegexpSingleline Line has trailing spaces. 279
 Warning regexp RegexpSingleline Line has trailing spaces. 284
 Warning regexp RegexpSingleline Line has trailing spaces. 301
 Warning regexp RegexpSingleline Line has trailing spaces. 302
 Warning regexp RegexpSingleline Line has trailing spaces. 303
 Warning regexp RegexpSingleline Line has trailing spaces. 304
 Warning sizes LineLength Line is longer than 100 characters (found 108). 308
 Warning javadoc JavadocMethod Missing a Javadoc comment. 308
 Warning misc FinalParameters Parameter flagEvaluateDomain should be final. 308
 Warning misc FinalParameters Parameter flagEvaluateDoubleDomain should be final. 308
 Warning misc FinalParameters Parameter fineGranedPolarity should be final. 308
 Warning regexp RegexpSingleline Line has trailing spaces. 309
 Warning coding FinalLocalVariable Variable 'positiveCounter' should be declared final. 310
 Warning coding FinalLocalVariable Variable 'negativeCounter' should be declared final. 311
 Warning coding FinalLocalVariable Variable 'neutralCounter' should be declared final. 312
 Warning regexp RegexpSingleline Line has trailing spaces. 313
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 314
 Warning regexp RegexpSingleline Line has trailing spaces. 315
 Warning sizes LineLength Line is longer than 100 characters (found 127). 319
 Warning sizes LineLength Line is longer than 100 characters (found 127). 320
 Warning sizes LineLength Line is longer than 100 characters (found 124). 321
 Warning regexp RegexpSingleline Line has trailing spaces. 322
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 323
 Warning coding FinalLocalVariable Variable 'delta' should be declared final. 324
 Warning regexp RegexpSingleline Line has trailing spaces. 326
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 327
 Warning regexp RegexpSingleline Line has trailing spaces. 330
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 331
 Warning sizes LineLength Line is longer than 100 characters (found 105). 332
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 335
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 337
 Warning regexp RegexpSingleline Line has trailing spaces. 343
 Warning sizes LineLength Line is longer than 100 characters (found 128). 345
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 345
 Warning blocks LeftCurly '{' should have line break after. 345
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 345
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 345
 Warning blocks RightCurly '}' should have line break before. 345
 Warning sizes LineLength Line is longer than 100 characters (found 129). 346
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 346
 Warning blocks LeftCurly '{' should have line break after. 346
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 346
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 346
 Warning blocks RightCurly '}' should have line break before. 346
 Warning sizes LineLength Line is longer than 100 characters (found 127). 347
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 347
 Warning blocks LeftCurly '{' should have line break after. 347
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 347
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 347
 Warning blocks RightCurly '}' should have line break before. 347
 Warning regexp RegexpSingleline Line has trailing spaces. 349
 Warning regexp RegexpSingleline Line has trailing spaces. 350
 Warning regexp RegexpSingleline Line has trailing spaces. 351
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 355
 Warning coding FinalLocalVariable Variable 'domainMembership' should be declared final. 358
 Warning regexp RegexpSingleline Line has trailing spaces. 359
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 361
 Warning coding FinalLocalVariable Variable 'd' should be declared final. 362
 Warning regexp RegexpSingleline Line has trailing spaces. 367
 Warning coding FinalLocalVariable Variable 'currentDomainCounter' should be declared final. 368
 Warning regexp RegexpSingleline Line has trailing spaces. 369
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 371
 Warning sizes LineLength Line is longer than 100 characters (found 114). 372
 Warning regexp RegexpSingleline Line has trailing spaces. 374
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 376
 Warning sizes LineLength Line is longer than 100 characters (found 114). 377
 Warning regexp RegexpSingleline Line has trailing spaces. 379
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 381
 Warning sizes LineLength Line is longer than 100 characters (found 113). 382
 Warning regexp RegexpSingleline Line has trailing spaces. 384
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 387
 Warning regexp RegexpSingleline Line has trailing spaces. 393
 Warning regexp RegexpSingleline Line has trailing spaces. 394
 Warning sizes LineLength Line is longer than 100 characters (found 113). 397
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 400
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 406
 Warning coding FinalLocalVariable Variable 'd' should be declared final. 407
 Warning coding FinalLocalVariable Variable 'level' should be declared final. 408
 Warning coding FinalLocalVariable Variable 'membership' should be declared final. 409
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 410
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 411
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 415
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 416
 Warning regexp RegexpSingleline Line has trailing spaces. 427
 Warning regexp RegexpSingleline Line has trailing spaces. 428
 Warning regexp RegexpSingleline Line has trailing spaces. 429
 Warning regexp RegexpSingleline Line has trailing spaces. 430
 Warning sizes LineLength Line is longer than 100 characters (found 110). 431
 Warning misc FinalParameters Parameter h should be final. 431
 Warning misc FinalParameters Parameter di should be final. 431
 Warning misc FinalParameters Parameter normCounter should be final. 431
 Warning regexp RegexpSingleline Line has trailing spaces. 432
 Warning regexp RegexpSingleline Line has trailing spaces. 434
 Warning coding FinalLocalVariable Variable 'ssr' should be declared final. 435
 Warning coding FinalLocalVariable Variable 'dts' should be declared final. 436
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 437
 Warning coding FinalLocalVariable Variable 'dependencies' should be declared final. 438
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 439
 Warning coding FinalLocalVariable Variable 'd' should be declared final. 440
 Warning coding ModifiedControlVariable Control variable 'dep' is modified. 443
 Warning regexp RegexpSingleline Line has trailing spaces. 444
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 445
 Warning regexp RegexpSingleline Line has trailing spaces. 446
 Warning coding FinalLocalVariable Variable 'governor' should be declared final. 447
 Warning coding FinalLocalVariable Variable 'dependent' should be declared final. 448
 Warning coding FinalLocalVariable Variable 'rdg' should be declared final. 449
 Warning coding FinalLocalVariable Variable 'gd' should be declared final. 450
 Warning coding FinalLocalVariable Variable 'dg' should be declared final. 451
 Warning regexp RegexpSingleline Line has trailing spaces. 452
 Warning coding FinalLocalVariable Variable 'tDep' should be declared final. 454
 Warning coding FinalLocalVariable Variable 'tG' should be declared final. 455
 Warning coding FinalLocalVariable Variable 'tD' should be declared final. 456
 Warning coding FinalLocalVariable Variable 'tRDG' should be declared final. 457
 Warning coding FinalLocalVariable Variable 'tGD' should be declared final. 458
 Warning coding FinalLocalVariable Variable 'tDG' should be declared final. 459
 Warning regexp RegexpSingleline Line has trailing spaces. 460
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 462
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 465
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 466
 Warning whitespace OperatorWrap '/' should be on a new line. 466
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 469
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 470
 Warning whitespace OperatorWrap '/' should be on a new line. 470
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 473
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 476
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 477
 Warning whitespace OperatorWrap '/' should be on a new line. 477
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 480
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 481
 Warning whitespace OperatorWrap '/' should be on a new line. 481
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 484
 Warning regexp RegexpSingleline Line has trailing spaces. 488
 Warning regexp RegexpSingleline Line has trailing spaces. 491
 Warning regexp RegexpSingleline Line has trailing spaces. 492
 Warning regexp RegexpSingleline Line has trailing spaces. 493
 Warning regexp RegexpSingleline Line has trailing spaces. 494
 Warning regexp RegexpSingleline Line has trailing spaces. 495
 Warning regexp RegexpSingleline Line has trailing spaces. 497
 Warning regexp RegexpSingleline Line has trailing spaces. 499
 Warning regexp RegexpSingleline Line has trailing spaces. 502
 Warning regexp RegexpSingleline Line has trailing spaces. 505
 Warning misc FinalParameters Parameter type should be final. 506
 Warning regexp RegexpSingleline Line has trailing spaces. 512
 Warning misc FinalParameters Parameter token should be final. 516
 Warning misc FinalParameters Parameter frequency should be final. 522
 Warning misc FinalParameters Parameter weight should be final. 528
 Warning misc FinalParameters Parameter type should be final. 534

ixa/kaflib/AnnotationContainer.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 5
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 6
 Warning sizes LineLength Line is longer than 100 characters (found 327). 9
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 13
 Warning misc FinalParameters Parameter annotation should be final. 225
 Warning misc FinalParameters Parameter sent should be final. 225
 Warning misc FinalParameters Parameter index should be final. 225
 Warning misc FinalParameters Parameter mark should be final. 234
 Warning misc FinalParameters Parameter source should be final. 234
 Warning misc FinalParameters Parameter sent should be final. 234
 Warning misc FinalParameters Parameter sent should be final. 246
 Warning misc FinalParameters Parameter para should be final. 246
 Warning misc FinalParameters Parameter para should be final. 255
 Warning misc FinalParameters Parameter para should be final. 259
 Warning misc FinalParameters Parameter index should be final. 259
 Warning coding FinalLocalVariable Variable 'layer' should be declared final. 260
 Warning misc FinalParameters Parameter source should be final. 293
 Warning misc FinalParameters Parameter str should be final. 413
 Warning misc FinalParameters Parameter wf should be final. 420
 Warning misc FinalParameters Parameter annotation should be final. 426
 Warning misc FinalParameters Parameter hashId should be final. 426
 Warning misc FinalParameters Parameter index should be final. 426
 Warning misc FinalParameters Parameter mark should be final. 433
 Warning misc FinalParameters Parameter source should be final. 433
 Warning misc FinalParameters Parameter tid should be final. 433
 Warning misc FinalParameters Parameter term should be final. 446
 Warning misc FinalParameters Parameter term should be final. 450
 Warning misc FinalParameters Parameter index should be final. 450
 Warning misc FinalParameters Parameter term should be final. 460
 Warning misc FinalParameters Parameter mark should be final. 464
 Warning misc FinalParameters Parameter source should be final. 464
 Warning misc FinalParameters Parameter dep should be final. 480
 Warning coding FinalLocalVariable Variable 'tId' should be declared final. 484
 Warning coding FinalLocalVariable Variable 'tId' should be declared final. 488
 Warning misc FinalParameters Parameter chunk should be final. 497
 Warning sizes LineLength Line is longer than 100 characters (found 105). 503
 Warning misc FinalParameters Parameter entity should be final. 509
 Warning sizes LineLength Line is longer than 100 characters (found 117). 515
 Warning misc FinalParameters Parameter feature should be final. 521
 Warning sizes LineLength Line is longer than 100 characters (found 127). 528
 Warning blocks RightCurly '}' should be on the same line. 529
 Warning sizes LineLength Line is longer than 100 characters (found 127). 536
 Warning misc FinalParameters Parameter coref should be final. 543
 Warning sizes LineLength Line is longer than 100 characters (found 115). 551
 Warning misc FinalParameters Parameter timex3 should be final. 555
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 558
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 558
 Warning misc FinalParameters Parameter tLink should be final. 566
 Warning misc FinalParameters Parameter cLink should be final. 572
 Warning misc FinalParameters Parameter factuality should be final. 580
 Warning misc FinalParameters Parameter linkedEntity should be final. 593
 Warning misc FinalParameters Parameter sst should be final. 606
 Warning misc FinalParameters Parameter t should be final. 619
 Warning misc FinalParameters Parameter opinion should be final. 626
 Warning regexp RegexpSingleline Line has trailing spaces. 633
 Warning misc FinalParameters Parameter relation should be final. 644
 Warning coding FinalLocalVariable Variable 'rId' should be declared final. 648
 Warning coding FinalLocalVariable Variable 'rId' should be declared final. 652
 Warning misc FinalParameters Parameter predicate should be final. 660
 Warning sizes LineLength Line is longer than 100 characters (found 117). 666
 Warning misc FinalParameters Parameter tree should be final. 672
 Warning misc FinalParameters Parameter tree should be final. 676
 Warning misc FinalParameters Parameter sent should be final. 676
 Warning misc FinalParameters Parameter constituencyString should be final. 700
 Warning misc FinalParameters Parameter sent should be final. 700
 Warning misc FinalParameters Parameter layer should be final. 707
 Warning misc FinalParameters Parameter term should be final. 714
 Warning misc FinalParameters Parameter sent should be final. 714
 Warning sizes LineLength Line is longer than 100 characters (found 122). 716
 Warning coding FinalLocalVariable Variable 'sentences' should be declared final. 730
 Warning coding FinalLocalVariable Variable 'sentNumsSet' should be declared final. 731
 Warning coding FinalLocalVariable Variable 'sentNumsList' should be declared final. 732
 Warning coding FinalLocalVariable Variable 'wfs' should be declared final. 735
 Warning misc FinalParameters Parameter term should be final. 741
 Warning misc FinalParameters Parameter sent should be final. 748
 Warning misc FinalParameters Parameter sent should be final. 755
 Warning misc FinalParameters Parameter wf should be final. 759
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 760
 Warning misc FinalParameters Parameter wf should be final. 767
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 768
 Warning misc FinalParameters Parameter wfs should be final. 778
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 779
 Warning misc FinalParameters Parameter term should be final. 786
 Warning misc FinalParameters Parameter source should be final. 786
 Warning coding FinalLocalVariable Variable 'marks' should be declared final. 787
 Warning coding FinalLocalVariable Variable 'sourceMarks' should be declared final. 791
 Warning misc FinalParameters Parameter term should be final. 795
 Warning coding FinalLocalVariable Variable 'deps' should be declared final. 796
 Warning misc FinalParameters Parameter term should be final. 800
 Warning coding FinalLocalVariable Variable 'chunks' should be declared final. 801
 Warning misc FinalParameters Parameter term should be final. 805
 Warning blocks EmptyBlock Empty catch block. 809
 Warning misc FinalParameters Parameter term should be final. 814
 Warning coding FinalLocalVariable Variable 'corefs' should be declared final. 815
 Warning misc FinalParameters Parameter wf should be final. 819
 Warning coding FinalLocalVariable Variable 'timeExs' should be declared final. 820
 Warning misc FinalParameters Parameter term should be final. 824
 Warning coding FinalLocalVariable Variable 'properties' should be declared final. 825
 Warning misc FinalParameters Parameter term should be final. 829
 Warning coding FinalLocalVariable Variable 'categories' should be declared final. 830
 Warning misc FinalParameters Parameter term should be final. 834
 Warning coding FinalLocalVariable Variable 'opinions' should be declared final. 835
 Warning misc FinalParameters Parameter relational should be final. 839
 Warning coding FinalLocalVariable Variable 'relations' should be declared final. 840
 Warning misc FinalParameters Parameter term should be final. 844
 Warning coding FinalLocalVariable Variable 'predicates' should be declared final. 845
 Warning misc FinalParameters Parameter terms should be final. 849
 Warning coding FinalLocalVariable Variable 'deps' should be declared final. 850
 Warning misc FinalParameters Parameter terms should be final. 857
 Warning coding FinalLocalVariable Variable 'chunks' should be declared final. 858
 Warning misc FinalParameters Parameter terms should be final. 865
 Warning coding FinalLocalVariable Variable 'entities' should be declared final. 866
 Warning misc FinalParameters Parameter terms should be final. 873
 Warning coding FinalLocalVariable Variable 'corefs' should be declared final. 874
 Warning misc FinalParameters Parameter wfs should be final. 881
 Warning coding FinalLocalVariable Variable 'timeExs' should be declared final. 882
 Warning misc FinalParameters Parameter terms should be final. 889
 Warning coding FinalLocalVariable Variable 'properties' should be declared final. 890
 Warning misc FinalParameters Parameter terms should be final. 897
 Warning coding FinalLocalVariable Variable 'categories' should be declared final. 898
 Warning misc FinalParameters Parameter terms should be final. 905
 Warning coding FinalLocalVariable Variable 'opinions' should be declared final. 906
 Warning misc FinalParameters Parameter relationals should be final. 913
 Warning coding FinalLocalVariable Variable 'relations' should be declared final. 914
 Warning misc FinalParameters Parameter terms should be final. 921
 Warning coding FinalLocalVariable Variable 'predicates' should be declared final. 922
 Warning misc FinalParameters Parameter wfIds should be final. 943
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 944
 Warning misc FinalParameters Parameter layer should be final. 951
 Warning misc FinalParameters Parameter annotation should be final. 995
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 997
 Warning coding FinalLocalVariable Variable 'dep' should be declared final. 1009
 Warning coding FinalLocalVariable Variable 'entity' should be declared final. 1023
 Warning coding FinalLocalVariable Variable 'timex3' should be declared final. 1035
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1042
 Warning coding FinalLocalVariable Variable 'coref' should be declared final. 1045
 Warning coding FinalLocalVariable Variable 'factuality' should be declared final. 1054
 Warning coding FinalLocalVariable Variable 'entity' should be declared final. 1063
 Warning coding FinalLocalVariable Variable 'sst' should be declared final. 1072
 Warning coding FinalLocalVariable Variable 'predicate' should be declared final. 1090
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1106
 Warning misc FinalParameters Parameter annotation should be final. 1106
 Warning misc FinalParameters Parameter hashId should be final. 1106
 Warning misc FinalParameters Parameter index should be final. 1106
 Warning coding FinalLocalVariable Variable 'list' should be declared final. 1107
 Warning misc FinalParameters Parameter annotation should be final. 1116
 Warning misc FinalParameters Parameter sent should be final. 1116
 Warning misc FinalParameters Parameter index should be final. 1116
 Warning coding FinalLocalVariable Variable 'list' should be declared final. 1118
 Warning regexp RegexpSingleline Line has trailing spaces. 1127

ixa/kaflib/CLink.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 8
 Warning misc FinalParameters Parameter id should be final. 17
 Warning misc FinalParameters Parameter from should be final. 17
 Warning misc FinalParameters Parameter to should be final. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning misc FinalParameters Parameter from should be final. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning misc FinalParameters Parameter to should be final. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning misc FinalParameters Parameter relType should be final. 51

ixa/kaflib/Chunk.java

Severity Category Rule Message Line
 Warning misc FinalParameters Parameter cid should be final. 24
 Warning misc FinalParameters Parameter span should be final. 24
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 25
 Warning misc FinalParameters Parameter chunk should be final. 32
 Warning misc FinalParameters Parameter terms should be final. 32
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 37
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 38
 Warning coding FinalLocalVariable Variable 'targets' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'copiedTargets' should be declared final. 40
 Warning coding FinalLocalVariable Variable 'copiedTerm' should be declared final. 42
 Warning coding FinalLocalVariable Variable 'copiedHead' should be declared final. 49
 Warning blocks RightCurly '}' should be on the same line. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning misc FinalParameters Parameter id should be final. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning coding UnnecessaryParentheses Unnecessary parentheses around return value. 66
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning misc FinalParameters Parameter phrase should be final. 81
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning misc FinalParameters Parameter chunkcase should be final. 93
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning misc FinalParameters Parameter term should be final. 101
 Warning javadoc JavadocMethod Missing a Javadoc comment. 105
 Warning misc FinalParameters Parameter term should be final. 105
 Warning misc FinalParameters Parameter isHead should be final. 105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 109
 Warning javadoc JavadocMethod Missing a Javadoc comment. 113
 Warning misc FinalParameters Parameter span should be final. 113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning javadoc JavadocStyle First sentence should end with a period. 128
 Warning misc FinalParameters Parameter term should be final. 129
 Warning javadoc JavadocMethod Expected @param tag for 'term'. 129
 Warning regexp RegexpSingleline Line has trailing spaces. 132

ixa/kaflib/Comment.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 14
 Warning javadoc JavadocMethod Missing a Javadoc comment. 14
 Warning misc FinalParameters Parameter text should be final. 14

ixa/kaflib/Coref.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 259). 8
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 21
 Warning misc FinalParameters Parameter cluster should be final. 21
 Warning misc FinalParameters Parameter coid should be final. 34
 Warning misc FinalParameters Parameter mentions should be final. 34
 Warning sizes LineLength Line is longer than 100 characters (found 108). 39
 Warning misc FinalParameters Parameter coref should be final. 46
 Warning misc FinalParameters Parameter terms should be final. 46
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'targets' should be declared final. 53
 Warning coding FinalLocalVariable Variable 'copiedTargets' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'copiedTerm' should be declared final. 56
 Warning coding FinalLocalVariable Variable 'copiedHead' should be declared final. 63
 Warning blocks RightCurly '}' should be on the same line. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning misc FinalParameters Parameter id should be final. 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 84
 Warning javadoc JavadocMethod Missing a Javadoc comment. 88
 Warning javadoc JavadocMethod Missing a Javadoc comment. 92
 Warning misc FinalParameters Parameter type should be final. 92
 Warning javadoc JavadocMethod Missing a Javadoc comment. 96
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning misc FinalParameters Parameter externalRef should be final. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 104
 Warning misc FinalParameters Parameter externalRefs should be final. 104
 Warning regexp RegexpSingleline Line has trailing spaces. 108
 Warning sizes LineLength Line is longer than 100 characters (found 133). 108
 Warning javadoc JavadocMethod Expected an @return tag. 109
 Warning misc FinalParameters Parameter term should be final. 114
 Warning javadoc JavadocMethod Expected @param tag for 'term'. 114
 Warning misc FinalParameters Parameter term should be final. 119
 Warning javadoc JavadocMethod Expected @param tag for 'term'. 119
 Warning misc FinalParameters Parameter isHead should be final. 119
 Warning javadoc JavadocMethod Expected @param tag for 'isHead'. 119
 Warning javadoc JavadocMethod Missing a Javadoc comment. 123
 Warning javadoc JavadocMethod Missing a Javadoc comment. 127
 Warning misc FinalParameters Parameter span should be final. 127
 Warning javadoc JavadocMethod Missing a Javadoc comment. 131
 Warning misc FinalParameters Parameter span should be final. 131
 Warning javadoc JavadocStyle First sentence should end with a period. 142
 Warning javadoc JavadocMethod Expected an @return tag. 143
 Warning coding FinalLocalVariable Variable 'list' should be declared final. 144
 Warning javadoc JavadocStyle First sentence should end with a period. 151
 Warning misc FinalParameters Parameter span should be final. 152
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 152

ixa/kaflib/Dep.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 4
 Warning misc FinalParameters Parameter from should be final. 22
 Warning misc FinalParameters Parameter to should be final. 22
 Warning misc FinalParameters Parameter rfunc should be final. 22
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 23
 Warning misc FinalParameters Parameter dep should be final. 28
 Warning misc FinalParameters Parameter terms should be final. 28
 Warning sizes LineLength Line is longer than 100 characters (found 138). 31
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 31
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 31
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 31
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 31
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 31
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 31
 Warning sizes LineLength Line is longer than 100 characters (found 138). 35
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 35
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 35
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 35
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 35
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 35
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning misc FinalParameters Parameter term should be final. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning misc FinalParameters Parameter term should be final. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning misc FinalParameters Parameter rfunc should be final. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning misc FinalParameters Parameter depcase should be final. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning coding FinalLocalVariable Variable 'idFrom' should be declared final. 78
 Warning coding FinalLocalVariable Variable 'idTo' should be declared final. 79
 Warning sizes LineLength Line is longer than 100 characters (found 118). 80
 Warning javadoc JavadocType Missing a Javadoc comment. 88
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning coding FinalLocalVariable Variable 'depList' should be declared final. 104
 Warning javadoc JavadocMethod Missing a Javadoc comment. 121
 Warning javadoc JavadocMethod Missing a Javadoc comment. 161
 Warning javadoc JavadocMethod Missing a Javadoc comment. 165
 Warning javadoc JavadocMethod Missing a Javadoc comment. 169
 Warning javadoc JavadocMethod Missing a Javadoc comment. 173
 Warning javadoc JavadocMethod Missing a Javadoc comment. 177
 Warning javadoc JavadocMethod Missing a Javadoc comment. 196
 Warning javadoc JavadocMethod Missing a Javadoc comment. 200
 Warning coding FinalLocalVariable Variable 'deps' should be declared final. 209
 Warning regexp RegexpSingleline Line has trailing spaces. 239

ixa/kaflib/Entity.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 149). 8
 Warning regexp RegexpSingleline Line has trailing spaces. 16
 Warning regexp RegexpSingleline Line has trailing spaces. 25
 Warning regexp RegexpSingleline Line has trailing spaces. 27
 Warning sizes LineLength Line is longer than 100 characters (found 104). 31
 Warning misc FinalParameters Parameter eid should be final. 37
 Warning misc FinalParameters Parameter references should be final. 37
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 38
 Warning sizes LineLength Line is longer than 100 characters (found 104). 42
 Warning misc FinalParameters Parameter entity should be final. 50
 Warning misc FinalParameters Parameter terms should be final. 50
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'targets' should be declared final. 58
 Warning coding FinalLocalVariable Variable 'copiedTargets' should be declared final. 59
 Warning coding FinalLocalVariable Variable 'copiedTerm' should be declared final. 61
 Warning coding FinalLocalVariable Variable 'copiedHead' should be declared final. 68
 Warning blocks RightCurly '}' should be on the same line. 70
 Warning javadoc JavadocMethod Missing a Javadoc comment. 83
 Warning misc FinalParameters Parameter id should be final. 87
 Warning javadoc JavadocMethod Missing a Javadoc comment. 91
 Warning javadoc JavadocMethod Missing a Javadoc comment. 95
 Warning regexp RegexpSingleline Line has trailing spaces. 98
 Warning javadoc JavadocMethod Missing a Javadoc comment. 99
 Warning misc FinalParameters Parameter type should be final. 99
 Warning javadoc JavadocMethod Missing a Javadoc comment. 103
 Warning javadoc JavadocMethod Missing a Javadoc comment. 107
 Warning misc FinalParameters Parameter named should be final. 107
 Warning regexp RegexpSingleline Line has trailing spaces. 111
 Warning sizes LineLength Line is longer than 100 characters (found 133). 111
 Warning javadoc JavadocMethod Expected an @return tag. 112
 Warning misc FinalParameters Parameter term should be final. 117
 Warning javadoc JavadocMethod Expected @param tag for 'term'. 117
 Warning misc FinalParameters Parameter term should be final. 122
 Warning javadoc JavadocMethod Expected @param tag for 'term'. 122
 Warning misc FinalParameters Parameter isHead should be final. 122
 Warning javadoc JavadocMethod Expected @param tag for 'isHead'. 122
 Warning javadoc JavadocMethod Missing a Javadoc comment. 126
 Warning javadoc JavadocMethod Missing a Javadoc comment. 130
 Warning misc FinalParameters Parameter span should be final. 130
 Warning javadoc JavadocMethod Missing a Javadoc comment. 134
 Warning misc FinalParameters Parameter resource should be final. 134
 Warning javadoc JavadocMethod Missing a Javadoc comment. 143
 Warning javadoc JavadocMethod Missing a Javadoc comment. 147
 Warning misc FinalParameters Parameter externalRef should be final. 147
 Warning javadoc JavadocMethod Missing a Javadoc comment. 151
 Warning misc FinalParameters Parameter externalRefs should be final. 151
 Warning javadoc JavadocMethod Missing a Javadoc comment. 155
 Warning misc FinalParameters Parameter span should be final. 155
 Warning javadoc JavadocMethod Missing a Javadoc comment. 166
 Warning javadoc JavadocStyle First sentence should end with a period. 170
 Warning javadoc JavadocMethod Expected an @return tag. 171
 Warning coding FinalLocalVariable Variable 'list' should be declared final. 172
 Warning javadoc JavadocStyle First sentence should end with a period. 179
 Warning misc FinalParameters Parameter span should be final. 180
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 180

ixa/kaflib/ExternalRef.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 14
 Warning misc FinalParameters Parameter resource should be final. 14
 Warning misc FinalParameters Parameter reference should be final. 14
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning misc FinalParameters Parameter externalReference should be final. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning misc FinalParameters Parameter source should be final. 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning misc FinalParameters Parameter val should be final. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning misc FinalParameters Parameter val should be final. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning misc FinalParameters Parameter val should be final. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning misc FinalParameters Parameter externalRef should be final. 73
 Warning regexp RegexpSingleline Line has trailing spaces. 76
 Warning misc FinalParameters Parameter object should be final. 78
 Warning coding FinalLocalVariable Variable 'other' should be declared final. 85
 Warning regexp RegexpSingleline Line has trailing spaces. 91
 Warning regexp RegexpSingleline Line has trailing spaces. 101

ixa/kaflib/Factuality.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 7
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Warning javadoc JavadocMethod Missing a Javadoc comment. 15
 Warning misc FinalParameters Parameter word should be final. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter word should be final. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning misc FinalParameters Parameter part should be final. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning misc FinalParameters Parameter prediction should be final. 35
 Warning misc FinalParameters Parameter confidence should be final. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocType Missing a Javadoc comment. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning misc FinalParameters Parameter prediction should be final. 66
 Warning misc FinalParameters Parameter confidence should be final. 66
 Warning javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 75
 Warning misc FinalParameters Parameter prediction should be final. 75
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79
 Warning javadoc JavadocMethod Missing a Javadoc comment. 83
 Warning misc FinalParameters Parameter confidence should be final. 83
 Warning whitespace OperatorWrap '+' should be on a new line. 89
 Warning whitespace OperatorWrap '+' should be on a new line. 90
 Warning whitespace OperatorWrap '+' should be on a new line. 91

ixa/kaflib/Feature.java

Severity Category Rule Message Line
 Warning misc FinalParameters Parameter id should be final. 22
 Warning misc FinalParameters Parameter lemma should be final. 22
 Warning misc FinalParameters Parameter references should be final. 22
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 23
 Warning sizes LineLength Line is longer than 100 characters (found 104). 27
 Warning misc FinalParameters Parameter feature should be final. 35
 Warning misc FinalParameters Parameter terms should be final. 35
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 39
 Warning coding FinalLocalVariable Variable 'targets' should be declared final. 43
 Warning coding FinalLocalVariable Variable 'copiedTargets' should be declared final. 44
 Warning coding FinalLocalVariable Variable 'copiedTerm' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'copiedHead' should be declared final. 53
 Warning blocks RightCurly '}' should be on the same line. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 75
 Warning misc FinalParameters Parameter id should be final. 79
 Warning javadoc JavadocMethod Missing a Javadoc comment. 83
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87
 Warning misc FinalParameters Parameter lemma should be final. 87
 Warning regexp RegexpSingleline Line has trailing spaces. 91
 Warning sizes LineLength Line is longer than 100 characters (found 133). 91
 Warning javadoc JavadocMethod Expected an @return tag. 92
 Warning misc FinalParameters Parameter term should be final. 97
 Warning javadoc JavadocMethod Expected @param tag for 'term'. 97
 Warning misc FinalParameters Parameter term should be final. 102
 Warning javadoc JavadocMethod Expected @param tag for 'term'. 102
 Warning misc FinalParameters Parameter isHead should be final. 102
 Warning javadoc JavadocMethod Expected @param tag for 'isHead'. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 110
 Warning misc FinalParameters Parameter span should be final. 110
 Warning javadoc JavadocMethod Missing a Javadoc comment. 114
 Warning javadoc JavadocMethod Missing a Javadoc comment. 118
 Warning misc FinalParameters Parameter externalRef should be final. 118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 122
 Warning misc FinalParameters Parameter externalRefs should be final. 122
 Warning javadoc JavadocMethod Missing a Javadoc comment. 126
 Warning misc FinalParameters Parameter span should be final. 126
 Warning javadoc JavadocMethod Missing a Javadoc comment. 137
 Warning javadoc JavadocStyle First sentence should end with a period. 142
 Warning javadoc JavadocMethod Expected an @return tag. 143
 Warning coding FinalLocalVariable Variable 'list' should be declared final. 144
 Warning javadoc JavadocStyle First sentence should end with a period. 151
 Warning misc FinalParameters Parameter span should be final. 152
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 152

ixa/kaflib/GenericId.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter id should be final. 26
 Warning coding FinalLocalVariable Variable 'idNum' should be declared final. 28
 Warning misc FinalParameters Parameter prefix should be final. 37
 Warning misc FinalParameters Parameter id should be final. 41
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 42
 Warning sizes LineLength Line is longer than 100 characters (found 111). 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49

ixa/kaflib/IReferable.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 4
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 6
 Warning misc FinalParameters Parameter o should be final. 7

ixa/kaflib/IdManager.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 209). 10
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 14
 Warning design VisibilityModifier Variable 'wfs' must be private and have accessor methods. 14
 Warning design VisibilityModifier Variable 'terms' must be private and have accessor methods. 15
 Warning design VisibilityModifier Variable 'marks' must be private and have accessor methods. 16
 Warning design VisibilityModifier Variable 'mws' must be private and have accessor methods. 17
 Warning design VisibilityModifier Variable 'chunks' must be private and have accessor methods. 18
 Warning design VisibilityModifier Variable 'entities' must be private and have accessor methods. 19
 Warning design VisibilityModifier Variable 'corefs' must be private and have accessor methods. 20
 Warning design VisibilityModifier Variable 'timex3s' must be private and have accessor methods. 21
 Warning design VisibilityModifier Variable 'linkedentities' must be private and have accessor methods. 22
 Warning design VisibilityModifier Variable 'properties' must be private and have accessor methods. 23
 Warning design VisibilityModifier Variable 'categories' must be private and have accessor methods. 24
 Warning design VisibilityModifier Variable 'opinions' must be private and have accessor methods. 25
 Warning design VisibilityModifier Variable 'relations' must be private and have accessor methods. 26
 Warning design VisibilityModifier Variable 'predicates' must be private and have accessor methods. 27
 Warning design VisibilityModifier Variable 'roles' must be private and have accessor methods. 28
 Warning design VisibilityModifier Variable 'terminals' must be private and have accessor methods. 29
 Warning design VisibilityModifier Variable 'nonterminals' must be private and have accessor methods. 30
 Warning design VisibilityModifier Variable 'edges' must be private and have accessor methods. 31
 Warning design VisibilityModifier Variable 'ssts' must be private and have accessor methods. 32
 Warning design VisibilityModifier Variable 'topics' must be private and have accessor methods. 33
 Warning design VisibilityModifier Variable 'tlinks' must be private and have accessor methods. 34
 Warning design VisibilityModifier Variable 'clinks' must be private and have accessor methods. 35
 Warning misc FinalParameters Parameter termId should be final. 41
 Warning sizes LineLength Line is longer than 100 characters (found 107). 45
 Warning blocks RightCurly '}' should be on the same line. 49
 Warning misc FinalParameters Parameter id should be final. 59
 Warning misc FinalParameters Parameter termId should be final. 59
 Warning sizes LineLength Line is longer than 100 characters (found 123). 61
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 61

ixa/kaflib/KAFDocument.java

Severity Category Rule Message Line
 Warning sizes FileLength File length is 2,161 lines (max allowed is 2,000). 1
 Warning imports ImportOrder Wrong order for 'java.io.File' import. 6
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 10
 Warning sizes LineLength Line is longer than 100 characters (found 274). 16
 Warning javadoc JavadocType Missing a Javadoc comment. 21
 Warning sizes LineLength Line is longer than 100 characters (found 129). 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning javadoc JavadocVariable Missing a Javadoc comment. 22
 Warning design FinalClass Class FileDesc should be declared as final. 25
 Warning javadoc JavadocType Missing a Javadoc comment. 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning design VisibilityModifier Variable 'author' must be private and have accessor methods. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning design VisibilityModifier Variable 'title' must be private and have accessor methods. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning design VisibilityModifier Variable 'filename' must be private and have accessor methods. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning design VisibilityModifier Variable 'filetype' must be private and have accessor methods. 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning design VisibilityModifier Variable 'pages' must be private and have accessor methods. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning design VisibilityModifier Variable 'creationtime' must be private and have accessor methods. 31
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 36
 Warning whitespace OperatorWrap '+' should be on a new line. 38
 Warning whitespace OperatorWrap '+' should be on a new line. 39
 Warning whitespace OperatorWrap '+' should be on a new line. 40
 Warning whitespace OperatorWrap '+' should be on a new line. 41
 Warning whitespace OperatorWrap '+' should be on a new line. 42
 Warning whitespace OperatorWrap '+' should be on a new line. 43
 Warning whitespace OperatorWrap '+' should be on a new line. 44
 Warning design FinalClass Class Public should be declared as final. 49
 Warning javadoc JavadocType Missing a Javadoc comment. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 50
 Warning design VisibilityModifier Variable 'publicId' must be private and have accessor methods. 50
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning design VisibilityModifier Variable 'uri' must be private and have accessor methods. 51
 Warning naming MemberName Name '_public' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
 Warning javadoc JavadocStyle First sentence should end with a period. 86
 Warning misc FinalParameters Parameter lang should be final. 89
 Warning javadoc JavadocMethod Expected @param tag for 'lang'. 89
 Warning misc FinalParameters Parameter version should be final. 89
 Warning javadoc JavadocMethod Expected @param tag for 'version'. 89
 Warning javadoc JavadocStyle First sentence should end with a period. 97
 Warning javadoc JavadocMethod Expected an @return tag. 102
 Warning misc FinalParameters Parameter file should be final. 102
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 102
 Warning javadoc JavadocMethod Expected @throws tag for 'JDOMException'. 102
 Warning javadoc JavadocMethod Expected an @return tag. 113
 Warning misc FinalParameters Parameter stream should be final. 113
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 113
 Warning javadoc JavadocStyle First sentence should end with a period. 123
 Warning misc FinalParameters Parameter lang should be final. 126
 Warning javadoc JavadocMethod Expected @param tag for 'lang'. 126
 Warning javadoc JavadocStyle First sentence should end with a period. 130
 Warning javadoc JavadocMethod Expected an @return tag. 133
 Warning javadoc JavadocStyle First sentence should end with a period. 137
 Warning misc FinalParameters Parameter version should be final. 140
 Warning javadoc JavadocMethod Expected @param tag for 'version'. 140
 Warning javadoc JavadocStyle First sentence should end with a period. 144
 Warning javadoc JavadocMethod Expected an @return tag. 147
 Warning javadoc JavadocMethod Expected an @return tag. 154
 Warning misc FinalParameters Parameter layer should be final. 154
 Warning javadoc JavadocMethod Expected @param tag for 'layer'. 154
 Warning misc FinalParameters Parameter name should be final. 154
 Warning javadoc JavadocMethod Expected @param tag for 'name'. 154
 Warning coding FinalLocalVariable Variable 'lp' should be declared final. 155
 Warning sizes LineLength Line is longer than 100 characters (found 110). 165
 Warning javadoc JavadocMethod Missing a Javadoc comment. 165
 Warning misc FinalParameters Parameter layer should be final. 165
 Warning misc FinalParameters Parameter linguisticProcessor should be final. 165
 Warning javadoc JavadocMethod Missing a Javadoc comment. 175
 Warning misc FinalParameters Parameter lps should be final. 175
 Warning coding FinalLocalVariable Variable 'layerLps' should be declared final. 177
 Warning coding FinalLocalVariable Variable 'newLp' should be declared final. 179
 Warning javadoc JavadocMethod Expected an @return tag. 200
 Warning sizes LineLength Line is longer than 100 characters (found 127). 205
 Warning javadoc JavadocMethod Expected an @return tag. 207
 Warning misc FinalParameters Parameter layer should be final. 207
 Warning javadoc JavadocMethod Expected @param tag for 'layer'. 207
 Warning misc FinalParameters Parameter name should be final. 207
 Warning javadoc JavadocMethod Expected @param tag for 'name'. 207
 Warning misc FinalParameters Parameter version should be final. 207
 Warning javadoc JavadocMethod Expected @param tag for 'version'. 207
 Warning coding FinalLocalVariable Variable 'layerLPs' should be declared final. 208
 Warning blocks RightCurly '}' should be on the same line. 215
 Warning sizes LineLength Line is longer than 100 characters (found 127). 224
 Warning javadoc JavadocMethod Expected an @return tag. 226
 Warning misc FinalParameters Parameter layer should be final. 226
 Warning javadoc JavadocMethod Expected @param tag for 'layer'. 226
 Warning misc FinalParameters Parameter name should be final. 226
 Warning javadoc JavadocMethod Expected @param tag for 'name'. 226
 Warning coding FinalLocalVariable Variable 'layerLPs' should be declared final. 227
 Warning blocks RightCurly '}' should be on the same line. 234
 Warning javadoc JavadocMethod Missing a Javadoc comment. 242
 Warning javadoc JavadocMethod Missing a Javadoc comment. 247
 Warning javadoc JavadocMethod Missing a Javadoc comment. 251
 Warning javadoc JavadocMethod Missing a Javadoc comment. 256
 Warning javadoc JavadocStyle First sentence should end with a period. 267
 Warning misc FinalParameters Parameter rawText should be final. 270
 Warning javadoc JavadocMethod Expected @param tag for 'rawText'. 270
 Warning sizes LineLength Line is longer than 100 characters (found 132). 275
 Warning misc FinalParameters Parameter id should be final. 281
 Warning misc FinalParameters Parameter form should be final. 281
 Warning misc FinalParameters Parameter sent should be final. 281
 Warning javadoc JavadocMethod Expected @param tag for 'sent'. 281
 Warning coding FinalLocalVariable Variable 'newWF' should be declared final. 283
 Warning sizes LineLength Line is longer than 100 characters (found 104). 289
 Warning misc FinalParameters Parameter form should be final. 295
 Warning misc FinalParameters Parameter offset should be final. 295
 Warning javadoc JavadocMethod Expected @param tag for 'offset'. 295
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 296
 Warning coding FinalLocalVariable Variable 'offsetVal' should be declared final. 297
 Warning coding FinalLocalVariable Variable 'newWF' should be declared final. 298
 Warning sizes LineLength Line is longer than 100 characters (found 108). 306
 Warning misc FinalParameters Parameter form should be final. 311
 Warning misc FinalParameters Parameter offset should be final. 311
 Warning javadoc JavadocMethod Expected @param tag for 'offset'. 311
 Warning misc FinalParameters Parameter sent should be final. 311
 Warning javadoc JavadocMethod Expected @param tag for 'sent'. 311
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 312
 Warning coding FinalLocalVariable Variable 'newWF' should be declared final. 313
 Warning sizes LineLength Line is longer than 100 characters (found 131). 321
 Warning javadoc JavadocMethod Unused @param tag for 'type'. 324
 Warning javadoc JavadocMethod Unused @param tag for 'lemma'. 325
 Warning javadoc JavadocMethod Unused @param tag for 'pos'. 326
 Warning javadoc JavadocMethod Unused @param tag for 'wfs'. 327
 Warning misc FinalParameters Parameter id should be final. 330
 Warning misc FinalParameters Parameter span should be final. 330
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 330
 Warning coding FinalLocalVariable Variable 'newTerm' should be declared final. 332
 Warning javadoc JavadocMethod Missing a Javadoc comment. 337
 Warning misc FinalParameters Parameter id should be final. 337
 Warning misc FinalParameters Parameter span should be final. 337
 Warning misc FinalParameters Parameter isComponent should be final. 337
 Warning coding FinalLocalVariable Variable 'newTerm' should be declared final. 339
 Warning javadoc JavadocMethod Missing a Javadoc comment. 346
 Warning misc FinalParameters Parameter id should be final. 346
 Warning misc FinalParameters Parameter span should be final. 346
 Warning misc FinalParameters Parameter position should be final. 346
 Warning coding FinalLocalVariable Variable 'newTerm' should be declared final. 348
 Warning sizes LineLength Line is longer than 100 characters (found 104). 354
 Warning javadoc JavadocMethod Unused @param tag for 'type'. 356
 Warning javadoc JavadocMethod Unused @param tag for 'lemma'. 357
 Warning javadoc JavadocMethod Unused @param tag for 'pos'. 358
 Warning javadoc JavadocMethod Unused @param tag for 'wfs'. 359
 Warning misc FinalParameters Parameter span should be final. 362
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 362
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 363
 Warning coding FinalLocalVariable Variable 'newTerm' should be declared final. 364
 Warning sizes LineLength Line is longer than 100 characters (found 104). 370
 Warning javadoc JavadocMethod Unused @param tag for 'type'. 372
 Warning javadoc JavadocMethod Unused @param tag for 'lemma'. 373
 Warning javadoc JavadocMethod Unused @param tag for 'pos'. 374
 Warning javadoc JavadocMethod Unused @param tag for 'wfs'. 375
 Warning misc FinalParameters Parameter morphofeat should be final. 378
 Warning javadoc JavadocMethod Expected @param tag for 'morphofeat'. 378
 Warning misc FinalParameters Parameter span should be final. 378
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 378
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 379
 Warning coding FinalLocalVariable Variable 'newTerm' should be declared final. 380
 Warning javadoc JavadocMethod Missing a Javadoc comment. 386
 Warning misc FinalParameters Parameter terms should be final. 386
 Warning misc FinalParameters Parameter lemma should be final. 386
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 387
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 391
 Warning coding FinalLocalVariable Variable 'compound' should be declared final. 392
 Warning coding FinalLocalVariable Variable 'newSentiment' should be declared final. 408
 Warning javadoc JavadocMethod Missing a Javadoc comment. 412
 Warning misc FinalParameters Parameter id should be final. 412
 Warning misc FinalParameters Parameter source should be final. 412
 Warning misc FinalParameters Parameter span should be final. 412
 Warning coding FinalLocalVariable Variable 'newMark' should be declared final. 414
 Warning javadoc JavadocMethod Missing a Javadoc comment. 419
 Warning misc FinalParameters Parameter source should be final. 419
 Warning misc FinalParameters Parameter span should be final. 419
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 420
 Warning coding FinalLocalVariable Variable 'newMark' should be declared final. 421
 Warning misc FinalParameters Parameter from should be final. 434
 Warning misc FinalParameters Parameter to should be final. 434
 Warning misc FinalParameters Parameter rfunc should be final. 434
 Warning coding FinalLocalVariable Variable 'newDep' should be declared final. 435
 Warning sizes LineLength Line is longer than 100 characters (found 135). 441
 Warning javadoc JavadocMethod Unused @param tag for 'head'. 444
 Warning javadoc JavadocMethod Unused @param tag for 'terms'. 446
 Warning misc FinalParameters Parameter id should be final. 449
 Warning misc FinalParameters Parameter phrase should be final. 449
 Warning misc FinalParameters Parameter span should be final. 449
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 449
 Warning coding FinalLocalVariable Variable 'newChunk' should be declared final. 451
 Warning sizes LineLength Line is longer than 100 characters (found 106). 458
 Warning javadoc JavadocMethod Unused @param tag for 'head'. 460
 Warning javadoc JavadocMethod Unused @param tag for 'terms'. 462
 Warning misc FinalParameters Parameter phrase should be final. 465
 Warning misc FinalParameters Parameter span should be final. 465
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 465
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 466
 Warning coding FinalLocalVariable Variable 'newChunk' should be declared final. 467
 Warning sizes LineLength Line is longer than 100 characters (found 138). 474
 Warning sizes LineLength Line is longer than 100 characters (found 125). 477
 Warning javadoc JavadocMethod Unused @param tag for 'type'. 477
 Warning sizes LineLength Line is longer than 100 characters (found 243). 478
 Warning misc FinalParameters Parameter id should be final. 481
 Warning misc FinalParameters Parameter references should be final. 481
 Warning coding FinalLocalVariable Variable 'newEntity' should be declared final. 483
 Warning sizes LineLength Line is longer than 100 characters (found 108). 489
 Warning sizes LineLength Line is longer than 100 characters (found 125). 491
 Warning javadoc JavadocMethod Unused @param tag for 'type'. 491
 Warning sizes LineLength Line is longer than 100 characters (found 243). 492
 Warning misc FinalParameters Parameter references should be final. 495
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 496
 Warning coding FinalLocalVariable Variable 'newEntity' should be declared final. 497
 Warning sizes LineLength Line is longer than 100 characters (found 134). 503
 Warning javadoc JavadocMethod Unused @param tag for 'references'. 506
 Warning misc FinalParameters Parameter id should be final. 509
 Warning misc FinalParameters Parameter mentions should be final. 509
 Warning javadoc JavadocMethod Expected @param tag for 'mentions'. 509
 Warning coding FinalLocalVariable Variable 'newCoref' should be declared final. 511
 Warning sizes LineLength Line is longer than 100 characters (found 105). 517
 Warning javadoc JavadocMethod Unused @param tag for 'references'. 519
 Warning misc FinalParameters Parameter mentions should be final. 522
 Warning javadoc JavadocMethod Expected @param tag for 'mentions'. 522
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 523
 Warning coding FinalLocalVariable Variable 'newCoref' should be declared final. 524
 Warning sizes LineLength Line is longer than 100 characters (found 140). 530
 Warning javadoc JavadocMethod Unused @param tag for 'references'. 533
 Warning misc FinalParameters Parameter id should be final. 536
 Warning misc FinalParameters Parameter mentions should be final. 536
 Warning javadoc JavadocMethod Expected @param tag for 'mentions'. 536
 Warning misc FinalParameters Parameter type should be final. 536
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 536
 Warning coding FinalLocalVariable Variable 'newTimex3' should be declared final. 538
 Warning sizes LineLength Line is longer than 100 characters (found 109). 545
 Warning javadoc JavadocMethod Unused @param tag for 'references'. 547
 Warning misc FinalParameters Parameter mentions should be final. 550
 Warning javadoc JavadocMethod Expected @param tag for 'mentions'. 550
 Warning misc FinalParameters Parameter type should be final. 550
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 550
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 551
 Warning coding FinalLocalVariable Variable 'newTimex3' should be declared final. 552
 Warning sizes LineLength Line is longer than 100 characters (found 141). 558
 Warning javadoc JavadocMethod Unused @param tag for 'references'. 560
 Warning misc FinalParameters Parameter id should be final. 563
 Warning misc FinalParameters Parameter type should be final. 563
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 563
 Warning coding FinalLocalVariable Variable 'newTimex3' should be declared final. 565
 Warning sizes LineLength Line is longer than 100 characters (found 110). 570
 Warning javadoc JavadocMethod Unused @param tag for 'references'. 571
 Warning misc FinalParameters Parameter type should be final. 574
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 574
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 575
 Warning coding FinalLocalVariable Variable 'newTimex3' should be declared final. 576
 Warning javadoc JavadocMethod Missing a Javadoc comment. 581
 Warning misc FinalParameters Parameter id should be final. 581
 Warning misc FinalParameters Parameter from should be final. 581
 Warning misc FinalParameters Parameter to should be final. 581
 Warning misc FinalParameters Parameter relType should be final. 581
 Warning coding FinalLocalVariable Variable 'newTLink' should be declared final. 583
 Warning javadoc JavadocMethod Missing a Javadoc comment. 588
 Warning misc FinalParameters Parameter from should be final. 588
 Warning misc FinalParameters Parameter to should be final. 588
 Warning misc FinalParameters Parameter relType should be final. 588
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 589
 Warning coding FinalLocalVariable Variable 'newTLink' should be declared final. 590
 Warning javadoc JavadocMethod Missing a Javadoc comment. 595
 Warning misc FinalParameters Parameter id should be final. 595
 Warning misc FinalParameters Parameter from should be final. 595
 Warning misc FinalParameters Parameter to should be final. 595
 Warning coding FinalLocalVariable Variable 'newCLink' should be declared final. 597
 Warning javadoc JavadocMethod Missing a Javadoc comment. 602
 Warning misc FinalParameters Parameter from should be final. 602
 Warning misc FinalParameters Parameter to should be final. 602
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 603
 Warning coding FinalLocalVariable Variable 'newCLink' should be declared final. 604
 Warning javadoc JavadocStyle First sentence should end with a period. 610
 Warning misc FinalParameters Parameter term should be final. 616
 Warning coding FinalLocalVariable Variable 'factuality' should be declared final. 617
 Warning javadoc JavadocMethod Unused @param tag for 'term'. 626
 Warning misc FinalParameters Parameter id should be final. 629
 Warning misc FinalParameters Parameter span should be final. 629
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 629
 Warning coding FinalLocalVariable Variable 'linkedEntity' should be declared final. 630
 Warning javadoc JavadocStyle First sentence should end with a period. 635
 Warning javadoc JavadocMethod Unused @param tag for 'term'. 638
 Warning misc FinalParameters Parameter span should be final. 641
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 641
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 642
 Warning coding FinalLocalVariable Variable 'linkedEntity' should be declared final. 643
 Warning javadoc JavadocStyle First sentence should end with a period. 648
 Warning javadoc JavadocMethod Unused @param tag for 'term'. 651
 Warning misc FinalParameters Parameter span should be final. 654
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 654
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 655
 Warning coding FinalLocalVariable Variable 'sst' should be declared final. 656
 Warning javadoc JavadocMethod Missing a Javadoc comment. 661
 Warning misc FinalParameters Parameter span should be final. 661
 Warning misc FinalParameters Parameter type should be final. 661
 Warning misc FinalParameters Parameter label should be final. 661
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 662
 Warning coding FinalLocalVariable Variable 'sst' should be declared final. 663
 Warning javadoc JavadocStyle First sentence should end with a period. 670
 Warning javadoc JavadocMethod Unused @param tag for 'term'. 673
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 677
 Warning coding FinalLocalVariable Variable 't' should be declared final. 678
 Warning javadoc JavadocMethod Missing a Javadoc comment. 683
 Warning misc FinalParameters Parameter label should be final. 683
 Warning misc FinalParameters Parameter probability should be final. 683
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 684
 Warning coding FinalLocalVariable Variable 't' should be declared final. 685
 Warning sizes LineLength Line is longer than 100 characters (found 105). 693
 Warning misc FinalParameters Parameter id should be final. 700
 Warning misc FinalParameters Parameter lemma should be final. 700
 Warning misc FinalParameters Parameter references should be final. 700
 Warning coding FinalLocalVariable Variable 'newProperty' should be declared final. 702
 Warning sizes LineLength Line is longer than 100 characters (found 105). 708
 Warning misc FinalParameters Parameter lemma should be final. 714
 Warning misc FinalParameters Parameter references should be final. 714
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 715
 Warning coding FinalLocalVariable Variable 'newProperty' should be declared final. 716
 Warning sizes LineLength Line is longer than 100 characters (found 105). 722
 Warning misc FinalParameters Parameter id should be final. 729
 Warning misc FinalParameters Parameter lemma should be final. 729
 Warning misc FinalParameters Parameter references should be final. 729
 Warning coding FinalLocalVariable Variable 'newCategory' should be declared final. 731
 Warning sizes LineLength Line is longer than 100 characters (found 105). 737
 Warning misc FinalParameters Parameter lemma should be final. 743
 Warning misc FinalParameters Parameter references should be final. 743
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 744
 Warning coding FinalLocalVariable Variable 'newCategory' should be declared final. 745
 Warning sizes LineLength Line is longer than 100 characters (found 110). 751
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 756
 Warning coding FinalLocalVariable Variable 'newOpinion' should be declared final. 757
 Warning sizes LineLength Line is longer than 100 characters (found 109). 763
 Warning misc FinalParameters Parameter id should be final. 767
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 767
 Warning coding FinalLocalVariable Variable 'newOpinion' should be declared final. 769
 Warning sizes LineLength Line is longer than 100 characters (found 148). 775
 Warning misc FinalParameters Parameter from should be final. 781
 Warning misc FinalParameters Parameter to should be final. 781
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 782
 Warning coding FinalLocalVariable Variable 'newRelation' should be declared final. 783
 Warning sizes LineLength Line is longer than 100 characters (found 147). 789
 Warning misc FinalParameters Parameter id should be final. 796
 Warning misc FinalParameters Parameter from should be final. 796
 Warning misc FinalParameters Parameter to should be final. 796
 Warning coding FinalLocalVariable Variable 'newRelation' should be declared final. 798
 Warning sizes LineLength Line is longer than 100 characters (found 110). 804
 Warning misc FinalParameters Parameter id should be final. 810
 Warning misc FinalParameters Parameter span should be final. 810
 Warning coding FinalLocalVariable Variable 'newPredicate' should be declared final. 812
 Warning sizes LineLength Line is longer than 100 characters (found 111). 818
 Warning misc FinalParameters Parameter span should be final. 823
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 824
 Warning coding FinalLocalVariable Variable 'newPredicate' should be declared final. 825
 Warning sizes LineLength Line is longer than 100 characters (found 131). 831
 Warning misc FinalParameters Parameter id should be final. 839
 Warning misc FinalParameters Parameter predicate should be final. 839
 Warning misc FinalParameters Parameter semRole should be final. 839
 Warning misc FinalParameters Parameter span should be final. 839
 Warning coding FinalLocalVariable Variable 'newRole' should be declared final. 841
 Warning sizes LineLength Line is longer than 100 characters (found 176). 846
 Warning misc FinalParameters Parameter predicate should be final. 853
 Warning misc FinalParameters Parameter semRole should be final. 853
 Warning misc FinalParameters Parameter span should be final. 853
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 854
 Warning coding FinalLocalVariable Variable 'newRole' should be declared final. 855
 Warning misc FinalParameters Parameter resource should be final. 866
 Warning misc FinalParameters Parameter reference should be final. 866
 Warning javadoc JavadocMethod Missing a Javadoc comment. 870
 Warning misc FinalParameters Parameter root should be final. 870
 Warning javadoc JavadocMethod Missing a Javadoc comment. 874
 Warning misc FinalParameters Parameter root should be final. 874
 Warning misc FinalParameters Parameter sentence should be final. 874
 Warning coding FinalLocalVariable Variable 'tree' should be declared final. 875
 Warning javadoc JavadocMethod Missing a Javadoc comment. 880
 Warning misc FinalParameters Parameter constituencyString should be final. 880
 Warning misc FinalParameters Parameter sent should be final. 880
 Warning javadoc JavadocMethod Missing a Javadoc comment. 884
 Warning misc FinalParameters Parameter parseOut should be final. 884
 Warning javadoc JavadocMethod Missing a Javadoc comment. 888
 Warning misc FinalParameters Parameter parseOut should be final. 888
 Warning misc FinalParameters Parameter sentence should be final. 888
 Warning javadoc JavadocMethod Missing a Javadoc comment. 892
 Warning misc FinalParameters Parameter id should be final. 892
 Warning misc FinalParameters Parameter label should be final. 892
 Warning coding FinalLocalVariable Variable 'tn' should be declared final. 893
 Warning coding FinalLocalVariable Variable 'newEdgeId' should be declared final. 894
 Warning javadoc JavadocMethod Missing a Javadoc comment. 899
 Warning misc FinalParameters Parameter label should be final. 899
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 900
 Warning coding FinalLocalVariable Variable 'newEdgeId' should be declared final. 901
 Warning coding FinalLocalVariable Variable 'newNonterminal' should be declared final. 902
 Warning javadoc JavadocMethod Missing a Javadoc comment. 907
 Warning misc FinalParameters Parameter id should be final. 907
 Warning misc FinalParameters Parameter span should be final. 907
 Warning coding FinalLocalVariable Variable 'tn' should be declared final. 908
 Warning coding FinalLocalVariable Variable 'newEdgeId' should be declared final. 909
 Warning javadoc JavadocMethod Missing a Javadoc comment. 914
 Warning misc FinalParameters Parameter span should be final. 914
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 915
 Warning coding FinalLocalVariable Variable 'newEdgeId' should be declared final. 916
 Warning coding FinalLocalVariable Variable 'tn' should be declared final. 917
 Warning javadoc JavadocMethod Missing a Javadoc comment. 922
 Warning javadoc JavadocMethod Missing a Javadoc comment. 926
 Warning misc FinalParameters Parameter targets should be final. 926
 Warning javadoc JavadocMethod Missing a Javadoc comment. 930
 Warning misc FinalParameters Parameter targets should be final. 930
 Warning misc FinalParameters Parameter head should be final. 930
 Warning javadoc JavadocMethod Missing a Javadoc comment. 934
 Warning javadoc JavadocMethod Missing a Javadoc comment. 938
 Warning misc FinalParameters Parameter targets should be final. 938
 Warning javadoc JavadocMethod Missing a Javadoc comment. 942
 Warning misc FinalParameters Parameter targets should be final. 942
 Warning misc FinalParameters Parameter head should be final. 942
 Warning misc FinalParameters Parameter layer should be final. 946
 Warning javadoc JavadocStyle First sentence should end with a period. 950
 Warning javadoc JavadocMethod Expected an @return tag. 953
 Warning javadoc JavadocStyle First sentence should end with a period. 957
 Warning javadoc JavadocMethod Expected an @return tag. 960
 Warning javadoc JavadocMethod Expected an @return tag. 967
 Warning javadoc JavadocMethod Missing a Javadoc comment. 971
 Warning javadoc JavadocMethod Missing a Javadoc comment. 975
 Warning coding FinalLocalVariable Variable 'wfs' should be declared final. 976
 Warning coding FinalLocalVariable Variable 'firstSentence' should be declared final. 977
 Warning coding FinalLocalVariable Variable 'lastSentence' should be declared final. 978
 Warning javadoc JavadocMethod Missing a Javadoc comment. 982
 Warning misc FinalParameters Parameter para should be final. 982
 Warning javadoc JavadocMethod Missing a Javadoc comment. 989
 Warning javadoc JavadocMethod Missing a Javadoc comment. 993
 Warning javadoc JavadocMethod Expected an @return tag. 1000
 Warning misc FinalParameters Parameter wfs should be final. 1010
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1014
 Warning misc FinalParameters Parameter sent should be final. 1014
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1018
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1022
 Warning misc FinalParameters Parameter source should be final. 1022
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1026
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1030
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1034
 Warning javadoc JavadocStyle First sentence should end with a period. 1038
 Warning javadoc JavadocMethod Expected an @return tag. 1041
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1045
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1049
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1053
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1057
 Warning javadoc JavadocStyle First sentence should end with a period. 1061
 Warning javadoc JavadocMethod Expected an @return tag. 1064
 Warning javadoc JavadocStyle First sentence should end with a period. 1068
 Warning javadoc JavadocMethod Expected an @return tag. 1071
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1075
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1079
 Warning misc FinalParameters Parameter label should be final. 1079
 Warning javadoc JavadocStyle First sentence should end with a period. 1089
 Warning javadoc JavadocMethod Expected an @return tag. 1092
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1096
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1104
 Warning misc FinalParameters Parameter sent should be final. 1104
 Warning coding FinalLocalVariable Variable 'wfs' should be declared final. 1105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1109
 Warning misc FinalParameters Parameter para should be final. 1109
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1110
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1113
 Warning misc FinalParameters Parameter sent should be final. 1113
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 1114
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1118
 Warning misc FinalParameters Parameter para should be final. 1118
 Warning sizes LineLength Line is longer than 100 characters (found 106). 1119
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1122
 Warning misc FinalParameters Parameter sent should be final. 1122
 Warning coding FinalLocalVariable Variable 'entities' should be declared final. 1123
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1127
 Warning misc FinalParameters Parameter para should be final. 1127
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1128
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1131
 Warning misc FinalParameters Parameter sent should be final. 1131
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1135
 Warning misc FinalParameters Parameter para should be final. 1135
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1136
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1139
 Warning misc FinalParameters Parameter sent should be final. 1139
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1143
 Warning misc FinalParameters Parameter para should be final. 1143
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1144
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1147
 Warning misc FinalParameters Parameter sent should be final. 1147
 Warning coding FinalLocalVariable Variable 'result' should be declared final. 1148
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1152
 Warning misc FinalParameters Parameter para should be final. 1152
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1153
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1156
 Warning misc FinalParameters Parameter sent should be final. 1156
 Warning coding FinalLocalVariable Variable 'typeTreeIndex' should be declared final. 1157
 Warning coding FinalLocalVariable Variable 'typeTrees' should be declared final. 1161
 Warning misc FinalParameters Parameter kaf should be final. 1169
 Warning misc FinalParameters Parameter wfs should be final. 1170
 Warning misc FinalParameters Parameter terms should be final. 1171
 Warning misc FinalParameters Parameter deps should be final. 1172
 Warning misc FinalParameters Parameter chunks should be final. 1173
 Warning misc FinalParameters Parameter entities should be final. 1174
 Warning misc FinalParameters Parameter corefs should be final. 1175
 Warning misc FinalParameters Parameter timeExs should be final. 1176
 Warning misc FinalParameters Parameter properties should be final. 1177
 Warning misc FinalParameters Parameter categories should be final. 1178
 Warning misc FinalParameters Parameter opinions should be final. 1179
 Warning misc FinalParameters Parameter relations should be final. 1180
 Warning misc FinalParameters Parameter predicates should be final. 1181
 Warning coding FinalLocalVariable Variable 'copiedWFs' should be declared final. 1183
 Warning coding FinalLocalVariable Variable 'copiedTerms' should be declared final. 1184
 Warning coding FinalLocalVariable Variable 'copiedRelationals' should be declared final. 1185
 Warning coding FinalLocalVariable Variable 'wfCopy' should be declared final. 1189
 Warning coding FinalLocalVariable Variable 'termCopy' should be declared final. 1195
 Warning coding FinalLocalVariable Variable 'depCopy' should be declared final. 1201
 Warning coding FinalLocalVariable Variable 'chunkCopy' should be declared final. 1206
 Warning coding FinalLocalVariable Variable 'entityCopy' should be declared final. 1211
 Warning coding FinalLocalVariable Variable 'corefCopy' should be declared final. 1217
 Warning coding FinalLocalVariable Variable 'propertyCopy' should be declared final. 1227
 Warning coding FinalLocalVariable Variable 'categoryCopy' should be declared final. 1233
 Warning coding FinalLocalVariable Variable 'opinionCopy' should be declared final. 1239
 Warning coding FinalLocalVariable Variable 'relationCopy' should be declared final. 1244
 Warning sizes LineLength Line is longer than 100 characters (found 165). 1263
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1264
 Warning misc FinalParameters Parameter wfs should be final. 1264
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 1265
 Warning coding FinalLocalVariable Variable 'deps' should be declared final. 1266
 Warning coding FinalLocalVariable Variable 'chunks' should be declared final. 1267
 Warning coding FinalLocalVariable Variable 'entities' should be declared final. 1268
 Warning coding FinalLocalVariable Variable 'corefs' should be declared final. 1269
 Warning coding FinalLocalVariable Variable 'timeExs' should be declared final. 1270
 Warning coding FinalLocalVariable Variable 'properties' should be declared final. 1271
 Warning coding FinalLocalVariable Variable 'categories' should be declared final. 1272
 Warning coding FinalLocalVariable Variable 'predicates' should be declared final. 1274
 Warning coding FinalLocalVariable Variable 'relationals' should be declared final. 1275
 Warning coding FinalLocalVariable Variable 'relations' should be declared final. 1279
 Warning coding FinalLocalVariable Variable 'newKaf' should be declared final. 1281
 Warning sizes LineLength Line is longer than 100 characters (found 168). 1283
 Warning misc FinalParameters Parameter doc should be final. 1291
 Warning javadoc JavadocMethod Expected @param tag for 'doc'. 1291
 Warning coding FinalLocalVariable Variable 'copiedWFs' should be declared final. 1292
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1293
 Warning coding FinalLocalVariable Variable 'copiedTerms' should be declared final. 1293
 Warning coding FinalLocalVariable Variable 'copiedRelationals' should be declared final. 1294
 Warning coding FinalLocalVariable Variable 'lps' should be declared final. 1296
 Warning coding FinalLocalVariable Variable 'layer' should be declared final. 1298
 Warning coding FinalLocalVariable Variable 'lpList' should be declared final. 1299
 Warning coding FinalLocalVariable Variable 'wfCopy' should be declared final. 1309
 Warning coding FinalLocalVariable Variable 'termCopy' should be declared final. 1315
 Warning coding FinalLocalVariable Variable 'depCopy' should be declared final. 1321
 Warning coding FinalLocalVariable Variable 'chunkCopy' should be declared final. 1326
 Warning coding FinalLocalVariable Variable 'entityCopy' should be declared final. 1331
 Warning coding FinalLocalVariable Variable 'corefCopy' should be declared final. 1337
 Warning coding FinalLocalVariable Variable 'propertyCopy' should be declared final. 1347
 Warning coding FinalLocalVariable Variable 'categoryCopy' should be declared final. 1353
 Warning coding FinalLocalVariable Variable 'opinionCopy' should be declared final. 1359
 Warning coding FinalLocalVariable Variable 'relationCopy' should be declared final. 1364
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1369
 Warning misc FinalParameters Parameter wf should be final. 1369
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 1370
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1376
 Warning misc FinalParameters Parameter term should be final. 1376
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 1377
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1383
 Warning misc FinalParameters Parameter dep should be final. 1383
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1387
 Warning misc FinalParameters Parameter chunk should be final. 1387
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 1388
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1394
 Warning misc FinalParameters Parameter entity should be final. 1394
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 1395
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1401
 Warning misc FinalParameters Parameter coref should be final. 1401
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 1402
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1408
 Warning misc FinalParameters Parameter timex3 should be final. 1408
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 1409
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1415
 Warning misc FinalParameters Parameter property should be final. 1415
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 1416
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1422
 Warning misc FinalParameters Parameter category should be final. 1422
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 1423
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1429
 Warning misc FinalParameters Parameter opinion should be final. 1429
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 1430
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1436
 Warning misc FinalParameters Parameter relation should be final. 1436
 Warning coding FinalLocalVariable Variable 'newId' should be declared final. 1437
 Warning misc FinalParameters Parameter filename should be final. 1448
 Warning javadoc JavadocMethod Unused @param tag for 'filename'. 1455
 Warning misc FinalParameters Parameter file should be final. 1457
 Warning javadoc JavadocMethod Expected @param tag for 'file'. 1457
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1461
 Warning javadoc JavadocStyle First sentence should end with a period. 1477
 Warning javadoc JavadocMethod Expected an @return tag. 1480
 Warning misc FinalParameters Parameter layer should be final. 1480
 Warning javadoc JavadocMethod Expected @param tag for 'layer'. 1480
 Warning misc FinalParameters Parameter name should be final. 1480
 Warning javadoc JavadocMethod Expected @param tag for 'name'. 1480
 Warning misc FinalParameters Parameter version should be final. 1480
 Warning javadoc JavadocMethod Expected @param tag for 'version'. 1480
 Warning coding FinalLocalVariable Variable 'lp' should be declared final. 1481
 Warning javadoc JavadocStyle First sentence should end with a period. 1486
 Warning javadoc JavadocMethod Expected an @return tag. 1489
 Warning sizes LineLength Line is longer than 100 characters (found 116). 1489
 Warning misc FinalParameters Parameter layer should be final. 1489
 Warning javadoc JavadocMethod Expected @param tag for 'layer'. 1489
 Warning misc FinalParameters Parameter name should be final. 1489
 Warning javadoc JavadocMethod Expected @param tag for 'name'. 1489
 Warning misc FinalParameters Parameter timestamp should be final. 1489
 Warning javadoc JavadocMethod Expected @param tag for 'timestamp'. 1489
 Warning misc FinalParameters Parameter version should be final. 1489
 Warning javadoc JavadocMethod Expected @param tag for 'version'. 1489
 Warning coding FinalLocalVariable Variable 'lp' should be declared final. 1490
 Warning javadoc JavadocStyle First sentence should end with a period. 1496
 Warning javadoc JavadocMethod Expected an @return tag. 1499
 Warning misc FinalParameters Parameter id should be final. 1499
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1499
 Warning misc FinalParameters Parameter form should be final. 1499
 Warning javadoc JavadocMethod Expected @param tag for 'form'. 1499
 Warning javadoc JavadocStyle First sentence should end with a period. 1503
 Warning javadoc JavadocMethod Expected an @return tag. 1506
 Warning misc FinalParameters Parameter form should be final. 1506
 Warning javadoc JavadocMethod Expected @param tag for 'form'. 1506
 Warning javadoc JavadocStyle First sentence should end with a period. 1510
 Warning javadoc JavadocMethod Expected an @return tag. 1513
 Warning misc FinalParameters Parameter id should be final. 1513
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1513
 Warning misc FinalParameters Parameter form should be final. 1513
 Warning javadoc JavadocMethod Expected @param tag for 'form'. 1513
 Warning javadoc JavadocStyle First sentence should end with a period. 1517
 Warning javadoc JavadocMethod Expected an @return tag. 1520
 Warning misc FinalParameters Parameter form should be final. 1520
 Warning javadoc JavadocMethod Expected @param tag for 'form'. 1520
 Warning javadoc JavadocStyle First sentence should end with a period. 1524
 Warning javadoc JavadocMethod Expected an @return tag. 1527
 Warning misc FinalParameters Parameter form should be final. 1527
 Warning javadoc JavadocMethod Expected @param tag for 'form'. 1527
 Warning misc FinalParameters Parameter offset should be final. 1527
 Warning javadoc JavadocMethod Expected @param tag for 'offset'. 1527
 Warning javadoc JavadocStyle First sentence should end with a period. 1531
 Warning javadoc JavadocMethod Expected an @return tag. 1534
 Warning misc FinalParameters Parameter id should be final. 1534
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1534
 Warning misc FinalParameters Parameter type should be final. 1534
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 1534
 Warning misc FinalParameters Parameter lemma should be final. 1534
 Warning javadoc JavadocMethod Expected @param tag for 'lemma'. 1534
 Warning misc FinalParameters Parameter pos should be final. 1534
 Warning javadoc JavadocMethod Expected @param tag for 'pos'. 1534
 Warning misc FinalParameters Parameter span should be final. 1534
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 1534
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 1535
 Warning javadoc JavadocStyle First sentence should end with a period. 1542
 Warning javadoc JavadocMethod Expected an @return tag. 1545
 Warning misc FinalParameters Parameter type should be final. 1545
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 1545
 Warning misc FinalParameters Parameter lemma should be final. 1545
 Warning javadoc JavadocMethod Expected @param tag for 'lemma'. 1545
 Warning misc FinalParameters Parameter pos should be final. 1545
 Warning javadoc JavadocMethod Expected @param tag for 'pos'. 1545
 Warning misc FinalParameters Parameter span should be final. 1545
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 1545
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 1546
 Warning javadoc JavadocStyle First sentence should end with a period. 1553
 Warning javadoc JavadocMethod Expected an @return tag. 1556
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1556
 Warning misc FinalParameters Parameter type should be final. 1556
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 1556
 Warning misc FinalParameters Parameter lemma should be final. 1556
 Warning javadoc JavadocMethod Expected @param tag for 'lemma'. 1556
 Warning misc FinalParameters Parameter pos should be final. 1556
 Warning javadoc JavadocMethod Expected @param tag for 'pos'. 1556
 Warning misc FinalParameters Parameter morphofeat should be final. 1556
 Warning javadoc JavadocMethod Expected @param tag for 'morphofeat'. 1556
 Warning misc FinalParameters Parameter span should be final. 1556
 Warning javadoc JavadocMethod Expected @param tag for 'span'. 1556
 Warning coding FinalLocalVariable Variable 'newTerm' should be declared final. 1557
 Warning javadoc JavadocStyle First sentence should end with a period. 1564
 Warning javadoc JavadocMethod Expected an @return tag. 1567
 Warning misc FinalParameters Parameter id should be final. 1567
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1567
 Warning misc FinalParameters Parameter type should be final. 1567
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 1567
 Warning misc FinalParameters Parameter lemma should be final. 1567
 Warning javadoc JavadocMethod Expected @param tag for 'lemma'. 1567
 Warning misc FinalParameters Parameter pos should be final. 1567
 Warning javadoc JavadocMethod Expected @param tag for 'pos'. 1567
 Warning misc FinalParameters Parameter wfs should be final. 1567
 Warning javadoc JavadocMethod Expected @param tag for 'wfs'. 1567
 Warning javadoc JavadocStyle First sentence should end with a period. 1571
 Warning javadoc JavadocMethod Expected an @return tag. 1574
 Warning misc FinalParameters Parameter type should be final. 1574
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 1574
 Warning misc FinalParameters Parameter lemma should be final. 1574
 Warning javadoc JavadocMethod Expected @param tag for 'lemma'. 1574
 Warning misc FinalParameters Parameter pos should be final. 1574
 Warning javadoc JavadocMethod Expected @param tag for 'pos'. 1574
 Warning misc FinalParameters Parameter wfs should be final. 1574
 Warning javadoc JavadocMethod Expected @param tag for 'wfs'. 1574
 Warning javadoc JavadocStyle First sentence should end with a period. 1578
 Warning javadoc JavadocMethod Expected an @return tag. 1581
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1581
 Warning misc FinalParameters Parameter type should be final. 1581
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 1581
 Warning misc FinalParameters Parameter lemma should be final. 1581
 Warning javadoc JavadocMethod Expected @param tag for 'lemma'. 1581
 Warning misc FinalParameters Parameter pos should be final. 1581
 Warning javadoc JavadocMethod Expected @param tag for 'pos'. 1581
 Warning misc FinalParameters Parameter morphofeat should be final. 1581
 Warning javadoc JavadocMethod Expected @param tag for 'morphofeat'. 1581
 Warning misc FinalParameters Parameter wfs should be final. 1581
 Warning javadoc JavadocMethod Expected @param tag for 'wfs'. 1581
 Warning javadoc JavadocStyle First sentence should end with a period. 1585
 Warning javadoc JavadocMethod Expected an @return tag. 1588
 Warning regexp RegexpSingleline Line has trailing spaces. 1604
 Warning javadoc JavadocStyle First sentence should end with a period. 1627
 Warning javadoc JavadocMethod Expected an @return tag. 1630
 Warning misc FinalParameters Parameter from should be final. 1630
 Warning javadoc JavadocMethod Expected @param tag for 'from'. 1630
 Warning misc FinalParameters Parameter to should be final. 1630
 Warning javadoc JavadocMethod Expected @param tag for 'to'. 1630
 Warning misc FinalParameters Parameter rfunc should be final. 1630
 Warning javadoc JavadocMethod Expected @param tag for 'rfunc'. 1630
 Warning javadoc JavadocStyle First sentence should end with a period. 1634
 Warning javadoc JavadocMethod Expected an @return tag. 1637
 Warning misc FinalParameters Parameter id should be final. 1637
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1637
 Warning misc FinalParameters Parameter head should be final. 1637
 Warning javadoc JavadocMethod Expected @param tag for 'head'. 1637
 Warning misc FinalParameters Parameter phrase should be final. 1637
 Warning javadoc JavadocMethod Expected @param tag for 'phrase'. 1637
 Warning misc FinalParameters Parameter terms should be final. 1637
 Warning javadoc JavadocMethod Expected @param tag for 'terms'. 1637
 Warning javadoc JavadocStyle First sentence should end with a period. 1641
 Warning javadoc JavadocMethod Expected an @return tag. 1644
 Warning misc FinalParameters Parameter head should be final. 1644
 Warning javadoc JavadocMethod Expected @param tag for 'head'. 1644
 Warning misc FinalParameters Parameter phrase should be final. 1644
 Warning javadoc JavadocMethod Expected @param tag for 'phrase'. 1644
 Warning misc FinalParameters Parameter terms should be final. 1644
 Warning javadoc JavadocMethod Expected @param tag for 'terms'. 1644
 Warning javadoc JavadocStyle First sentence should end with a period. 1648
 Warning javadoc JavadocMethod Expected an @return tag. 1651
 Warning misc FinalParameters Parameter id should be final. 1651
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1651
 Warning misc FinalParameters Parameter type should be final. 1651
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 1651
 Warning misc FinalParameters Parameter references should be final. 1651
 Warning javadoc JavadocMethod Expected @param tag for 'references'. 1651
 Warning coding FinalLocalVariable Variable 'spanReferences' should be declared final. 1652
 Warning coding FinalLocalVariable Variable 'entity' should be declared final. 1656
 Warning javadoc JavadocStyle First sentence should end with a period. 1661
 Warning javadoc JavadocMethod Expected an @return tag. 1664
 Warning misc FinalParameters Parameter type should be final. 1664
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 1664
 Warning misc FinalParameters Parameter references should be final. 1664
 Warning javadoc JavadocMethod Expected @param tag for 'references'. 1664
 Warning coding FinalLocalVariable Variable 'spanReferences' should be declared final. 1665
 Warning coding FinalLocalVariable Variable 'entity' should be declared final. 1669
 Warning javadoc JavadocStyle First sentence should end with a period. 1674
 Warning javadoc JavadocMethod Expected an @return tag. 1677
 Warning misc FinalParameters Parameter id should be final. 1677
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1677
 Warning misc FinalParameters Parameter references should be final. 1677
 Warning javadoc JavadocMethod Expected @param tag for 'references'. 1677
 Warning coding FinalLocalVariable Variable 'spanReferences' should be declared final. 1678
 Warning javadoc JavadocStyle First sentence should end with a period. 1685
 Warning javadoc JavadocMethod Expected an @return tag. 1688
 Warning misc FinalParameters Parameter references should be final. 1688
 Warning javadoc JavadocMethod Expected @param tag for 'references'. 1688
 Warning coding FinalLocalVariable Variable 'spanReferences' should be declared final. 1689
 Warning javadoc JavadocStyle First sentence should end with a period. 1696
 Warning javadoc JavadocMethod Expected an @return tag. 1699
 Warning misc FinalParameters Parameter id should be final. 1699
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1699
 Warning misc FinalParameters Parameter lemma should be final. 1699
 Warning javadoc JavadocMethod Expected @param tag for 'lemma'. 1699
 Warning misc FinalParameters Parameter references should be final. 1699
 Warning javadoc JavadocMethod Expected @param tag for 'references'. 1699
 Warning coding FinalLocalVariable Variable 'spanReferences' should be declared final. 1700
 Warning javadoc JavadocStyle First sentence should end with a period. 1707
 Warning javadoc JavadocMethod Expected an @return tag. 1710
 Warning misc FinalParameters Parameter lemma should be final. 1710
 Warning javadoc JavadocMethod Expected @param tag for 'lemma'. 1710
 Warning misc FinalParameters Parameter references should be final. 1710
 Warning javadoc JavadocMethod Expected @param tag for 'references'. 1710
 Warning coding FinalLocalVariable Variable 'spanReferences' should be declared final. 1711
 Warning javadoc JavadocStyle First sentence should end with a period. 1718
 Warning javadoc JavadocMethod Expected an @return tag. 1721
 Warning misc FinalParameters Parameter id should be final. 1721
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1721
 Warning misc FinalParameters Parameter lemma should be final. 1721
 Warning javadoc JavadocMethod Expected @param tag for 'lemma'. 1721
 Warning misc FinalParameters Parameter references should be final. 1721
 Warning javadoc JavadocMethod Expected @param tag for 'references'. 1721
 Warning coding FinalLocalVariable Variable 'spanReferences' should be declared final. 1722
 Warning javadoc JavadocStyle First sentence should end with a period. 1729
 Warning javadoc JavadocMethod Expected an @return tag. 1732
 Warning misc FinalParameters Parameter lemma should be final. 1732
 Warning javadoc JavadocMethod Expected @param tag for 'lemma'. 1732
 Warning misc FinalParameters Parameter references should be final. 1732
 Warning javadoc JavadocMethod Expected @param tag for 'references'. 1732
 Warning coding FinalLocalVariable Variable 'spanReferences' should be declared final. 1733
 Warning javadoc JavadocStyle First sentence should end with a period. 1740
 Warning javadoc JavadocMethod Expected an @return tag. 1743
 Warning javadoc JavadocStyle First sentence should end with a period. 1747
 Warning javadoc JavadocMethod Expected an @return tag. 1750
 Warning misc FinalParameters Parameter id should be final. 1750
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1750
 Warning javadoc JavadocStyle First sentence should end with a period. 1754
 Warning javadoc JavadocMethod Expected an @return tag. 1757
 Warning misc FinalParameters Parameter from should be final. 1757
 Warning javadoc JavadocMethod Expected @param tag for 'from'. 1757
 Warning misc FinalParameters Parameter to should be final. 1757
 Warning javadoc JavadocMethod Expected @param tag for 'to'. 1757
 Warning javadoc JavadocStyle First sentence should end with a period. 1761
 Warning javadoc JavadocMethod Expected an @return tag. 1764
 Warning misc FinalParameters Parameter id should be final. 1764
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 1764
 Warning misc FinalParameters Parameter from should be final. 1764
 Warning javadoc JavadocMethod Expected @param tag for 'from'. 1764
 Warning misc FinalParameters Parameter to should be final. 1764
 Warning javadoc JavadocMethod Expected @param tag for 'to'. 1764
 Warning javadoc JavadocStyle First sentence should end with a period. 1768
 Warning javadoc JavadocMethod Expected an @return tag. 1771
 Warning misc FinalParameters Parameter resource should be final. 1771
 Warning javadoc JavadocMethod Expected @param tag for 'resource'. 1771
 Warning misc FinalParameters Parameter reference should be final. 1771
 Warning javadoc JavadocMethod Expected @param tag for 'reference'. 1771
 Warning sizes LineLength Line is longer than 100 characters (found 133). 1776
 Warning misc FinalParameters Parameter term should be final. 1781
 Warning sizes LineLength Line is longer than 100 characters (found 170). 1786
 Warning misc FinalParameters Parameter term should be final. 1792
 Warning misc FinalParameters Parameter isHead should be final. 1792
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1796
 Warning misc FinalParameters Parameter layer should be final. 1796
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1800
 Warning misc FinalParameters Parameter annotations should be final. 1800
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1806
 Warning misc FinalParameters Parameter annotation should be final. 1806
 Warning misc FinalParameters Parameter list should be final. 1813
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1814
 Warning misc FinalParameters Parameter list should be final. 1824
 Warning misc FinalParameters Parameter head should be final. 1824
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1825
 Warning blocks RightCurly '}' should be on the same line. 1829
 Warning misc FinalParameters Parameter list should be final. 1840
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1841
 Warning blocks RightCurly '}' should be on the same line. 1845
 Warning misc FinalParameters Parameter span should be final. 1856
 Warning coding FinalLocalVariable Variable 'list' should be declared final. 1857
 Warning coding UnnecessaryParentheses Unnecessary parentheses around expression. 1859
 Warning misc FinalParameters Parameter wfIds should be final. 1870
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1876
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1878
 Warning misc FinalParameters Parameter pattern should be final. 1921
 Warning coding FinalLocalVariable Variable 'pattern2' should be declared final. 1930
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1961
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1967
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1997
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2006
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2016
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2020
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2039
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2060
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2073
 Warning misc FinalParameters Parameter descendents should be final. 2073
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2094
 Warning misc FinalParameters Parameter descendents should be final. 2094
 Warning misc FinalParameters Parameter pattern should be final. 2094
 Warning coding FinalLocalVariable Variable 'result' should be declared final. 2095
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2107
 Warning misc FinalParameters Parameter term should be final. 2107
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2112
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2116
 Warning misc FinalParameters Parameter term should be final. 2116
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2120
 Warning misc FinalParameters Parameter term should be final. 2120
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2124
 Warning misc FinalParameters Parameter sent should be final. 2124
 Warning coding FinalLocalVariable Variable 'timexs' should be declared final. 2125
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2129
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2133
 Warning coding IllegalTokenText labels are discouraged 2135
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2148
 Warning javadoc JavadocMethod Missing a Javadoc comment. 2152
 Warning misc FinalParameters Parameter args should be final. 2152
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 2153
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 2156

ixa/kaflib/KAFNotValidException.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 5
 Warning naming ConstantName Name 'commonMsg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 7
 Warning javadoc JavadocMethod Missing a Javadoc comment. 9
 Warning misc FinalParameters Parameter msg should be final. 9
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 10

ixa/kaflib/LinguisticProcessor.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter layer should be final. 27
 Warning javadoc JavadocMethod Expected an @return tag. 34
 Warning coding FinalLocalVariable Variable 'date' should be declared final. 35
 Warning coding FinalLocalVariable Variable 'sdf' should be declared final. 37
 Warning coding FinalLocalVariable Variable 'formattedDate' should be declared final. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning misc FinalParameters Parameter layer should be final. 42
 Warning misc FinalParameters Parameter name should be final. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning misc FinalParameters Parameter name should be final. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning misc FinalParameters Parameter timestamp should be final. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning coding FinalLocalVariable Variable 'timestamp' should be declared final. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning misc FinalParameters Parameter timestamp should be final. 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning coding FinalLocalVariable Variable 'timestamp' should be declared final. 81
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning misc FinalParameters Parameter timestamp should be final. 93
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning coding FinalLocalVariable Variable 'timestamp' should be declared final. 98
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 110
 Warning misc FinalParameters Parameter version should be final. 110
 Warning javadoc JavadocMethod Missing a Javadoc comment. 114

ixa/kaflib/LinkedEntity.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.util.ArrayList' import. 5
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 14
 Warning misc FinalParameters Parameter linkedEntityId should be final. 34
 Warning misc FinalParameters Parameter linkedEntityId should be final. 39
 Warning misc FinalParameters Parameter mentions should be final. 39
 Warning sizes LineLength Line is longer than 100 characters (found 101). 41
 Warning misc FinalParameters Parameter linkedEntity should be final. 47
 Warning misc FinalParameters Parameter WFs should be final. 47
 Warning naming ParameterName Name 'WFs' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning misc FinalParameters Parameter resource should be final. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning misc FinalParameters Parameter reference should be final. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning misc FinalParameters Parameter confidence should be final. 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning misc FinalParameters Parameter id should be final. 85
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning misc FinalParameters Parameter category should be final. 100
 Warning misc FinalParameters Parameter type should be final. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 107
 Warning javadoc JavadocMethod Missing a Javadoc comment. 111
 Warning misc FinalParameters Parameter types should be final. 111
 Warning javadoc JavadocMethod Missing a Javadoc comment. 115
 Warning javadoc JavadocMethod Missing a Javadoc comment. 119
 Warning misc FinalParameters Parameter spotted should be final. 119
 Warning sizes LineLength Line is longer than 100 characters (found 128). 124
 Warning javadoc JavadocMethod Expected an @return tag. 126

ixa/kaflib/Mark.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning misc FinalParameters Parameter id should be final. 38
 Warning misc FinalParameters Parameter span should be final. 38
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning misc FinalParameters Parameter id should be final. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning misc FinalParameters Parameter type should be final. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning misc FinalParameters Parameter lemma should be final. 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning misc FinalParameters Parameter pos should be final. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning misc FinalParameters Parameter morphofeat should be final. 101
 Warning javadoc JavadocMethod Missing a Javadoc comment. 105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 109
 Warning javadoc JavadocMethod Missing a Javadoc comment. 113
 Warning misc FinalParameters Parameter termcase should be final. 113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning javadoc JavadocMethod Missing a Javadoc comment. 128
 Warning javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning misc FinalParameters Parameter span should be final. 132
 Warning javadoc JavadocMethod Missing a Javadoc comment. 136
 Warning javadoc JavadocMethod Missing a Javadoc comment. 140
 Warning misc FinalParameters Parameter externalRef should be final. 140
 Warning javadoc JavadocMethod Missing a Javadoc comment. 144
 Warning misc FinalParameters Parameter externalRefs should be final. 144

ixa/kaflib/NonTerminal.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 8
 Warning misc FinalParameters Parameter id should be final. 17
 Warning misc FinalParameters Parameter label should be final. 17
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning misc FinalParameters Parameter label should be final. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning misc FinalParameters Parameter tn should be final. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 35

ixa/kaflib/Opinion.java

Severity Category Rule Message Line
 Warning imports ImportOrder Wrong order for 'java.io.Serializable' import. 4
 Warning javadoc JavadocType Missing a Javadoc comment. 17
 Warning javadoc JavadocVariable Missing a Javadoc comment. 19
 Warning javadoc JavadocVariable Missing a Javadoc comment. 19
 Warning javadoc JavadocVariable Missing a Javadoc comment. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning regexp RegexpSingleline Line has trailing spaces. 43
 Warning javadoc JavadocType Missing a Javadoc comment. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 83
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87
 Warning javadoc JavadocMethod Missing a Javadoc comment. 91
 Warning javadoc JavadocMethod Missing a Javadoc comment. 95
 Warning javadoc JavadocMethod Missing a Javadoc comment. 99
 Warning javadoc JavadocMethod Missing a Javadoc comment. 103
 Warning javadoc JavadocMethod Missing a Javadoc comment. 107
 Warning javadoc JavadocMethod Missing a Javadoc comment. 111
 Warning javadoc JavadocMethod Missing a Javadoc comment. 115
 Warning javadoc JavadocMethod Missing a Javadoc comment. 124
 Warning javadoc JavadocMethod Missing a Javadoc comment. 128
 Warning javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning javadoc JavadocType Missing a Javadoc comment. 161
 Warning javadoc JavadocMethod Missing a Javadoc comment. 200
 Warning javadoc JavadocMethod Missing a Javadoc comment. 204
 Warning javadoc JavadocMethod Missing a Javadoc comment. 208
 Warning javadoc JavadocMethod Missing a Javadoc comment. 212
 Warning javadoc JavadocMethod Missing a Javadoc comment. 216
 Warning javadoc JavadocMethod Missing a Javadoc comment. 220
 Warning javadoc JavadocMethod Missing a Javadoc comment. 224
 Warning javadoc JavadocMethod Missing a Javadoc comment. 228
 Warning javadoc JavadocMethod Missing a Javadoc comment. 232
 Warning javadoc JavadocMethod Missing a Javadoc comment. 241
 Warning javadoc JavadocMethod Missing a Javadoc comment. 245
 Warning javadoc JavadocMethod Missing a Javadoc comment. 249
 Warning javadoc JavadocType Missing a Javadoc comment. 278
 Warning javadoc JavadocMethod Missing a Javadoc comment. 339
 Warning javadoc JavadocMethod Missing a Javadoc comment. 343
 Warning javadoc JavadocMethod Missing a Javadoc comment. 347
 Warning javadoc JavadocMethod Missing a Javadoc comment. 351
 Warning javadoc JavadocMethod Missing a Javadoc comment. 355
 Warning javadoc JavadocMethod Missing a Javadoc comment. 359
 Warning javadoc JavadocMethod Missing a Javadoc comment. 363
 Warning javadoc JavadocMethod Missing a Javadoc comment. 367
 Warning javadoc JavadocMethod Missing a Javadoc comment. 371
 Warning javadoc JavadocMethod Missing a Javadoc comment. 375
 Warning javadoc JavadocMethod Missing a Javadoc comment. 379
 Warning javadoc JavadocMethod Missing a Javadoc comment. 383
 Warning javadoc JavadocMethod Missing a Javadoc comment. 387
 Warning javadoc JavadocMethod Missing a Javadoc comment. 391
 Warning javadoc JavadocMethod Missing a Javadoc comment. 395
 Warning javadoc JavadocMethod Missing a Javadoc comment. 399
 Warning javadoc JavadocMethod Missing a Javadoc comment. 403
 Warning javadoc JavadocMethod Missing a Javadoc comment. 407
 Warning javadoc JavadocMethod Missing a Javadoc comment. 411
 Warning javadoc JavadocMethod Missing a Javadoc comment. 415
 Warning javadoc JavadocMethod Missing a Javadoc comment. 419
 Warning javadoc JavadocMethod Missing a Javadoc comment. 428
 Warning javadoc JavadocMethod Missing a Javadoc comment. 432
 Warning javadoc JavadocMethod Missing a Javadoc comment. 436
 Warning javadoc JavadocMethod Missing a Javadoc comment. 479
 Warning javadoc JavadocMethod Missing a Javadoc comment. 483
 Warning javadoc JavadocMethod Missing a Javadoc comment. 509
 Warning javadoc JavadocMethod Missing a Javadoc comment. 517
 Warning javadoc JavadocMethod Missing a Javadoc comment. 521
 Warning javadoc JavadocMethod Missing a Javadoc comment. 530
 Warning javadoc JavadocMethod Missing a Javadoc comment. 534
 Warning javadoc JavadocMethod Missing a Javadoc comment. 543
 Warning javadoc JavadocMethod Missing a Javadoc comment. 547
 Warning javadoc JavadocMethod Missing a Javadoc comment. 557
 Warning javadoc JavadocMethod Missing a Javadoc comment. 561
 Warning javadoc JavadocMethod Missing a Javadoc comment. 571
 Warning javadoc JavadocMethod Missing a Javadoc comment. 575
 Warning javadoc JavadocMethod Missing a Javadoc comment. 579
 Warning javadoc JavadocMethod Missing a Javadoc comment. 583
 Warning javadoc JavadocMethod Missing a Javadoc comment. 588
 Warning javadoc JavadocMethod Missing a Javadoc comment. 593
 Warning javadoc JavadocMethod Missing a Javadoc comment. 598
 Warning javadoc JavadocMethod Missing a Javadoc comment. 604
 Warning javadoc JavadocMethod Missing a Javadoc comment. 610
 Warning javadoc JavadocMethod Missing a Javadoc comment. 616
 Warning javadoc JavadocMethod Missing a Javadoc comment. 627
 Warning javadoc JavadocMethod Missing a Javadoc comment. 631
 Warning javadoc JavadocMethod Missing a Javadoc comment. 640
 Warning javadoc JavadocMethod Missing a Javadoc comment. 644
 Warning javadoc JavadocMethod Missing a Javadoc comment. 648

ixa/kaflib/Predicate.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 7
 Warning javadoc JavadocType Missing a Javadoc comment. 9
 Warning misc FinalParameters Parameter id should be final. 17
 Warning misc FinalParameters Parameter semRole should be final. 17
 Warning misc FinalParameters Parameter span should be final. 17
 Warning whitespace OperatorWrap '+' should be on a new line. 27
 Warning whitespace OperatorWrap '+' should be on a new line. 28
 Warning whitespace OperatorWrap '+' should be on a new line. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning misc FinalParameters Parameter id should be final. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning misc FinalParameters Parameter semRole should be final. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning misc FinalParameters Parameter span should be final. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning misc FinalParameters Parameter term should be final. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning misc FinalParameters Parameter term should be final. 65
 Warning misc FinalParameters Parameter isHead should be final. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning misc FinalParameters Parameter resource should be final. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning misc FinalParameters Parameter externalRef should be final. 93
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning misc FinalParameters Parameter externalRefs should be final. 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning javadoc JavadocMethod Missing a Javadoc comment. 105
 Warning misc FinalParameters Parameter flag should be final. 105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 111
 Warning misc FinalParameters Parameter flag should be final. 111
 Warning javadoc JavadocMethod Missing a Javadoc comment. 121
 Warning javadoc JavadocMethod Missing a Javadoc comment. 125
 Warning misc FinalParameters Parameter source should be final. 125
 Warning javadoc JavadocMethod Missing a Javadoc comment. 129
 Warning misc FinalParameters Parameter id should be final. 139
 Warning misc FinalParameters Parameter span should be final. 139
 Warning javadoc JavadocMethod Missing a Javadoc comment. 148
 Warning javadoc JavadocMethod Missing a Javadoc comment. 152
 Warning misc FinalParameters Parameter id should be final. 152
 Warning javadoc JavadocMethod Missing a Javadoc comment. 156
 Warning coding UnnecessaryParentheses Unnecessary parentheses around return value. 157
 Warning javadoc JavadocMethod Missing a Javadoc comment. 160
 Warning javadoc JavadocMethod Missing a Javadoc comment. 164
 Warning misc FinalParameters Parameter uri should be final. 164
 Warning javadoc JavadocMethod Missing a Javadoc comment. 168
 Warning javadoc JavadocMethod Missing a Javadoc comment. 172
 Warning javadoc JavadocMethod Missing a Javadoc comment. 176
 Warning misc FinalParameters Parameter confidence should be final. 176
 Warning javadoc JavadocMethod Missing a Javadoc comment. 180
 Warning javadoc JavadocMethod Missing a Javadoc comment. 184
 Warning misc FinalParameters Parameter span should be final. 184
 Warning javadoc JavadocMethod Missing a Javadoc comment. 188
 Warning javadoc JavadocMethod Missing a Javadoc comment. 192
 Warning misc FinalParameters Parameter term should be final. 192
 Warning javadoc JavadocMethod Missing a Javadoc comment. 196
 Warning misc FinalParameters Parameter term should be final. 196
 Warning misc FinalParameters Parameter isHead should be final. 196
 Warning javadoc JavadocMethod Missing a Javadoc comment. 200
 Warning coding FinalLocalVariable Variable 'target' should be declared final. 203
 Warning coding FinalLocalVariable Variable 'roleTarget' should be declared final. 209
 Warning sizes LineLength Line is longer than 100 characters (found 108). 210
 Warning javadoc JavadocMethod Missing a Javadoc comment. 216
 Warning javadoc JavadocMethod Missing a Javadoc comment. 227
 Warning misc FinalParameters Parameter resource should be final. 227
 Warning javadoc JavadocMethod Missing a Javadoc comment. 236
 Warning javadoc JavadocMethod Missing a Javadoc comment. 240
 Warning misc FinalParameters Parameter externalRef should be final. 240
 Warning javadoc JavadocMethod Missing a Javadoc comment. 244
 Warning misc FinalParameters Parameter externalRefs should be final. 244
 Warning javadoc JavadocMethod Missing a Javadoc comment. 248
 Warning javadoc JavadocMethod Missing a Javadoc comment. 252
 Warning misc FinalParameters Parameter role should be final. 252
 Warning javadoc JavadocMethod Missing a Javadoc comment. 256
 Warning misc FinalParameters Parameter role should be final. 256
 Warning javadoc JavadocMethod Missing a Javadoc comment. 260
 Warning javadoc JavadocMethod Missing a Javadoc comment. 264
 Warning misc FinalParameters Parameter flag should be final. 264
 Warning javadoc JavadocMethod Missing a Javadoc comment. 270
 Warning misc FinalParameters Parameter flag should be final. 270

ixa/kaflib/ReadWriteManager.java

Severity Category Rule Message Line
 Warning sizes FileLength File length is 2,255 lines (max allowed is 2,000). 1
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.jdom2.*. 3
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 9
 Warning imports ImportOrder Wrong order for 'java.io.*' import. 9
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 10
 Warning sizes LineLength Line is longer than 100 characters (found 118). 18
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 20
 Warning misc FinalParameters Parameter file should be final. 25
 Warning coding FinalLocalVariable Variable 'builder' should be declared final. 26
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 27
 Warning coding FinalLocalVariable Variable 'rootElem' should be declared final. 28
 Warning misc FinalParameters Parameter stream should be final. 35
 Warning coding FinalLocalVariable Variable 'builder' should be declared final. 36
 Warning coding FinalLocalVariable Variable 'document' should be declared final. 37
 Warning coding FinalLocalVariable Variable 'rootElem' should be declared final. 38
 Warning misc FinalParameters Parameter kaf should be final. 45
 Warning misc FinalParameters Parameter filename should be final. 45
 Warning coding FinalLocalVariable Variable 'file' should be declared final. 46
 Warning misc FinalParameters Parameter kaf should be final. 53
 Warning misc FinalParameters Parameter file should be final. 53
 Warning sizes LineLength Line is longer than 100 characters (found 104). 55
 Warning coding FinalLocalVariable Variable 'out' should be declared final. 55
 Warning sizes LineLength Line is longer than 100 characters (found 118). 60
 Warning misc FinalParameters Parameter kaf should be final. 67
 Warning coding FinalLocalVariable Variable 'out' should be declared final. 69
 Warning misc FinalParameters Parameter kaf should be final. 80
 Warning sizes LineLength Line is longer than 100 characters (found 107). 81
 Warning coding FinalLocalVariable Variable 'out' should be declared final. 81
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 82
 Warning coding FinalLocalVariable Variable 'jdom' should be declared final. 83
 Warning sizes MethodLength Method length is 900 lines (max allowed is 150). 90
 Warning naming MethodName Name 'DOMToKAF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
 Warning misc FinalParameters Parameter dom should be final. 90
 Warning coding FinalLocalVariable Variable 'wfIndex' should be declared final. 91
 Warning coding FinalLocalVariable Variable 'termIndex' should be declared final. 92
 Warning coding FinalLocalVariable Variable 'relationalIndex' should be declared final. 93
 Warning coding FinalLocalVariable Variable 'timexIndex' should be declared final. 94
 Warning coding FinalLocalVariable Variable 'predicateIndex' should be declared final. 95
 Warning coding FinalLocalVariable Variable 'rootElem' should be declared final. 97
 Warning coding FinalLocalVariable Variable 'lang' should be declared final. 98
 Warning coding FinalLocalVariable Variable 'kafVersion' should be declared final. 99
 Warning coding FinalLocalVariable Variable 'kaf' should be declared final. 100
 Warning coding FinalLocalVariable Variable 'rootChildrenElems' should be declared final. 102
 Warning coding FinalLocalVariable Variable 'lpsElems' should be declared final. 105
 Warning coding FinalLocalVariable Variable 'layer' should be declared final. 107
 Warning coding FinalLocalVariable Variable 'lpElems' should be declared final. 108
 Warning coding FinalLocalVariable Variable 'name' should be declared final. 110
 Warning coding FinalLocalVariable Variable 'newLp' should be declared final. 111
 Warning coding FinalLocalVariable Variable 'timestamp' should be declared final. 112
 Warning coding FinalLocalVariable Variable 'beginTimestamp' should be declared final. 116
 Warning coding FinalLocalVariable Variable 'endTimestamp' should be declared final. 120
 Warning coding FinalLocalVariable Variable 'version' should be declared final. 124
 Warning coding FinalLocalVariable Variable 'fileDescElem' should be declared final. 130
 Warning coding FinalLocalVariable Variable 'fd' should be declared final. 132
 Warning coding FinalLocalVariable Variable 'author' should be declared final. 133
 Warning coding FinalLocalVariable Variable 'title' should be declared final. 137
 Warning coding FinalLocalVariable Variable 'filename' should be declared final. 141
 Warning coding FinalLocalVariable Variable 'filetype' should be declared final. 145
 Warning coding FinalLocalVariable Variable 'pages' should be declared final. 149
 Warning coding FinalLocalVariable Variable 'creationtime' should be declared final. 153
 Warning coding FinalLocalVariable Variable 'publicElem' should be declared final. 158
 Warning coding FinalLocalVariable Variable 'pub' should be declared final. 160
 Warning coding FinalLocalVariable Variable 'publicId' should be declared final. 161
 Warning coding FinalLocalVariable Variable 'uri' should be declared final. 165
 Warning coding FinalLocalVariable Variable 'wfElems' should be declared final. 173
 Warning coding FinalLocalVariable Variable 'wForm' should be declared final. 181
 Warning coding FinalLocalVariable Variable 'wSent' should be declared final. 182
 Warning coding FinalLocalVariable Variable 'newWf' should be declared final. 183
 Warning coding FinalLocalVariable Variable 'wPara' should be declared final. 184
 Warning coding FinalLocalVariable Variable 'wPage' should be declared final. 188
 Warning coding FinalLocalVariable Variable 'wOffset' should be declared final. 192
 Warning coding FinalLocalVariable Variable 'wLength' should be declared final. 196
 Warning coding FinalLocalVariable Variable 'wXpath' should be declared final. 200
 Warning coding FinalLocalVariable Variable 'termElems' should be declared final. 207
 Warning coding FinalLocalVariable Variable 'source' should be declared final. 212
 Warning coding FinalLocalVariable Variable 'markElems' should be declared final. 213
 Warning coding FinalLocalVariable Variable 'sid' should be declared final. 215
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 216
 Warning coding FinalLocalVariable Variable 'marksTermElems' should be declared final. 220
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 221
 Warning coding FinalLocalVariable Variable 'termId' should be declared final. 223
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 224
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 225
 Warning sizes LineLength Line is longer than 100 characters (found 117). 227
 Warning coding FinalLocalVariable Variable 'newMark' should be declared final. 231
 Warning coding FinalLocalVariable Variable 'type' should be declared final. 232
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 236
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 240
 Warning coding FinalLocalVariable Variable 'tMorphofeat' should be declared final. 244
 Warning coding FinalLocalVariable Variable 'markcase' should be declared final. 248
 Warning sizes LineLength Line is longer than 100 characters (found 103). 252
 Warning coding FinalLocalVariable Variable 'externalReferencesElems' should be declared final. 252
 Warning sizes LineLength Line is longer than 100 characters (found 116). 254
 Warning coding FinalLocalVariable Variable 'externalRefs' should be declared final. 254
 Warning coding FinalLocalVariable Variable 'depElems' should be declared final. 260
 Warning coding FinalLocalVariable Variable 'fromId' should be declared final. 262
 Warning coding FinalLocalVariable Variable 'toId' should be declared final. 263
 Warning coding FinalLocalVariable Variable 'from' should be declared final. 264
 Warning sizes LineLength Line is longer than 100 characters (found 113). 267
 Warning coding FinalLocalVariable Variable 'to' should be declared final. 269
 Warning sizes LineLength Line is longer than 100 characters (found 111). 272
 Warning coding FinalLocalVariable Variable 'rfunc' should be declared final. 274
 Warning coding FinalLocalVariable Variable 'newDep' should be declared final. 275
 Warning coding FinalLocalVariable Variable 'depcase' should be declared final. 276
 Warning coding FinalLocalVariable Variable 'chunkElems' should be declared final. 283
 Warning coding FinalLocalVariable Variable 'chunkId' should be declared final. 285
 Warning coding FinalLocalVariable Variable 'headId' should be declared final. 286
 Warning coding FinalLocalVariable Variable 'chunkHead' should be declared final. 287
 Warning sizes LineLength Line is longer than 100 characters (found 117). 290
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 292
 Warning coding FinalLocalVariable Variable 'chunksTermElems' should be declared final. 296
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 297
 Warning coding FinalLocalVariable Variable 'termId' should be declared final. 299
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 300
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 301
 Warning sizes LineLength Line is longer than 100 characters (found 120). 303
 Warning coding UnnecessaryParentheses Unnecessary parentheses around expression. 306
 Warning sizes LineLength Line is longer than 100 characters (found 101). 309
 Warning coding FinalLocalVariable Variable 'newChunk' should be declared final. 311
 Warning coding FinalLocalVariable Variable 'chunkPhrase' should be declared final. 312
 Warning coding FinalLocalVariable Variable 'chunkCase' should be declared final. 316
 Warning coding FinalLocalVariable Variable 'entityElems' should be declared final. 322
 Warning coding FinalLocalVariable Variable 'entId' should be declared final. 324
 Warning coding FinalLocalVariable Variable 'referencesElem' should be declared final. 325
 Warning sizes LineLength Line is longer than 100 characters (found 108). 327
 Warning coding FinalLocalVariable Variable 'spanElems' should be declared final. 329
 Warning coding FinalLocalVariable Variable 'references' should be declared final. 334
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 336
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 337
 Warning sizes LineLength Line is longer than 100 characters (found 103). 340
 Warning coding FinalLocalVariable Variable 'targetTermId' should be declared final. 343
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 344
 Warning sizes LineLength Line is longer than 100 characters (found 108). 347
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 349
 Warning coding FinalLocalVariable Variable 'newEntity' should be declared final. 354
 Warning coding FinalLocalVariable Variable 'entType' should be declared final. 355
 Warning sizes LineLength Line is longer than 100 characters (found 105). 362
 Warning coding FinalLocalVariable Variable 'externalReferencesElems' should be declared final. 362
 Warning sizes LineLength Line is longer than 100 characters (found 116). 364
 Warning coding FinalLocalVariable Variable 'externalRefs' should be declared final. 364
 Warning coding FinalLocalVariable Variable 'corefElems' should be declared final. 370
 Warning coding FinalLocalVariable Variable 'coId' should be declared final. 372
 Warning coding FinalLocalVariable Variable 'clusterId' should be declared final. 373
 Warning coding FinalLocalVariable Variable 'spanElems' should be declared final. 374
 Warning coding FinalLocalVariable Variable 'mentions' should be declared final. 379
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 381
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 382
 Warning sizes LineLength Line is longer than 100 characters (found 103). 385
 Warning coding FinalLocalVariable Variable 'targetTermId' should be declared final. 388
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 389
 Warning sizes LineLength Line is longer than 100 characters (found 106). 392
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 394
 Warning coding FinalLocalVariable Variable 'newCoref' should be declared final. 399
 Warning coding FinalLocalVariable Variable 'corefType' should be declared final. 400
 Warning sizes LineLength Line is longer than 100 characters (found 104). 407
 Warning coding FinalLocalVariable Variable 'externalReferencesElems' should be declared final. 407
 Warning sizes LineLength Line is longer than 100 characters (found 116). 409
 Warning coding FinalLocalVariable Variable 'externalRefs' should be declared final. 409
 Warning coding FinalLocalVariable Variable 'timex3Elems' should be declared final. 414
 Warning coding FinalLocalVariable Variable 'timex3Id' should be declared final. 416
 Warning coding FinalLocalVariable Variable 'timex3Type' should be declared final. 417
 Warning coding FinalLocalVariable Variable 'timex3' should be declared final. 418
 Warning coding FinalLocalVariable Variable 'timex3BeginPointId' should be declared final. 419
 Warning coding FinalLocalVariable Variable 'beginPoint' should be declared final. 421
 Warning blocks EmptyBlock Must have at least one statement. 422
 Warning coding FinalLocalVariable Variable 'timex3EndPointId' should be declared final. 428
 Warning coding FinalLocalVariable Variable 'endPoint' should be declared final. 430
 Warning blocks EmptyBlock Must have at least one statement. 431
 Warning coding FinalLocalVariable Variable 'timex3Quant' should be declared final. 437
 Warning coding FinalLocalVariable Variable 'timex3Freq' should be declared final. 441
 Warning coding FinalLocalVariable Variable 'timex3FuncInDoc' should be declared final. 445
 Warning coding FinalLocalVariable Variable 'timex3TempFunc' should be declared final. 449
 Warning coding FinalLocalVariable Variable 'tempFunc' should be declared final. 451
 Warning coding FinalLocalVariable Variable 'timex3Value' should be declared final. 454
 Warning sizes LineLength Line is longer than 100 characters (found 102). 458
 Warning coding FinalLocalVariable Variable 'timex3ValueFromFunction' should be declared final. 458
 Warning coding FinalLocalVariable Variable 'timex3Mod' should be declared final. 462
 Warning coding FinalLocalVariable Variable 'timex3AnchorTimeId' should be declared final. 466
 Warning coding FinalLocalVariable Variable 'timex3Comment' should be declared final. 470
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 474
 Warning coding FinalLocalVariable Variable 'timex3Span' should be declared final. 476
 Warning coding FinalLocalVariable Variable 'targetId' should be declared final. 478
 Warning coding FinalLocalVariable Variable 'wf' should be declared final. 479
 Warning sizes LineLength Line is longer than 100 characters (found 112). 482
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 484
 Warning coding FinalLocalVariable Variable 'tLinkElems' should be declared final. 492
 Warning coding FinalLocalVariable Variable 'tlid' should be declared final. 494
 Warning coding FinalLocalVariable Variable 'fromId' should be declared final. 495
 Warning coding FinalLocalVariable Variable 'toId' should be declared final. 496
 Warning coding FinalLocalVariable Variable 'fromType' should be declared final. 497
 Warning coding FinalLocalVariable Variable 'toType' should be declared final. 498
 Warning coding FinalLocalVariable Variable 'relType' should be declared final. 499
 Warning coding FinalLocalVariable Variable 'from' should be declared final. 500
 Warning coding FinalLocalVariable Variable 'to' should be declared final. 502
 Warning coding FinalLocalVariable Variable 'tLink' should be declared final. 504
 Warning coding FinalLocalVariable Variable 'clinkElems' should be declared final. 507
 Warning coding FinalLocalVariable Variable 'clid' should be declared final. 509
 Warning coding FinalLocalVariable Variable 'fromId' should be declared final. 510
 Warning coding FinalLocalVariable Variable 'toId' should be declared final. 511
 Warning coding FinalLocalVariable Variable 'relType' should be declared final. 512
 Warning coding FinalLocalVariable Variable 'from' should be declared final. 513
 Warning coding FinalLocalVariable Variable 'to' should be declared final. 514
 Warning coding FinalLocalVariable Variable 'clink' should be declared final. 515
 Warning coding FinalLocalVariable Variable 'propertiesElem' should be declared final. 521
 Warning coding FinalLocalVariable Variable 'categoriesElem' should be declared final. 522
 Warning coding FinalLocalVariable Variable 'propertyElems' should be declared final. 524
 Warning coding FinalLocalVariable Variable 'pid' should be declared final. 526
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 527
 Warning coding FinalLocalVariable Variable 'referencesElem' should be declared final. 528
 Warning sizes LineLength Line is longer than 100 characters (found 114). 530
 Warning coding FinalLocalVariable Variable 'spanElems' should be declared final. 532
 Warning sizes LineLength Line is longer than 100 characters (found 104). 535
 Warning coding FinalLocalVariable Variable 'references' should be declared final. 537
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 539
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 540
 Warning sizes LineLength Line is longer than 100 characters (found 108). 543
 Warning coding FinalLocalVariable Variable 'targetTermId' should be declared final. 546
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 547
 Warning sizes LineLength Line is longer than 100 characters (found 112). 550
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 552
 Warning coding FinalLocalVariable Variable 'newProperty' should be declared final. 557
 Warning sizes LineLength Line is longer than 100 characters (found 111). 558
 Warning coding FinalLocalVariable Variable 'externalReferencesElems' should be declared final. 558
 Warning sizes LineLength Line is longer than 100 characters (found 120). 560
 Warning coding FinalLocalVariable Variable 'externalRefs' should be declared final. 560
 Warning coding FinalLocalVariable Variable 'categoryElems' should be declared final. 567
 Warning coding FinalLocalVariable Variable 'cid' should be declared final. 569
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 570
 Warning coding FinalLocalVariable Variable 'referencesElem' should be declared final. 571
 Warning sizes LineLength Line is longer than 100 characters (found 114). 573
 Warning coding FinalLocalVariable Variable 'spanElems' should be declared final. 575
 Warning sizes LineLength Line is longer than 100 characters (found 104). 578
 Warning coding FinalLocalVariable Variable 'references' should be declared final. 580
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 582
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 583
 Warning sizes LineLength Line is longer than 100 characters (found 108). 586
 Warning coding FinalLocalVariable Variable 'targetTermId' should be declared final. 589
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 590
 Warning sizes LineLength Line is longer than 100 characters (found 112). 593
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 595
 Warning coding FinalLocalVariable Variable 'newCategory' should be declared final. 600
 Warning sizes LineLength Line is longer than 100 characters (found 111). 601
 Warning coding FinalLocalVariable Variable 'externalReferencesElems' should be declared final. 601
 Warning sizes LineLength Line is longer than 100 characters (found 120). 603
 Warning coding FinalLocalVariable Variable 'externalRefs' should be declared final. 603
 Warning coding FinalLocalVariable Variable 'opinionElems' should be declared final. 610
 Warning coding FinalLocalVariable Variable 'opinion' should be declared final. 618
 Warning coding FinalLocalVariable Variable 'label' should be declared final. 620
 Warning sizes LineLength Line is longer than 100 characters (found 102). 625
 Warning coding FinalLocalVariable Variable 'opinionExternalRefs' should be declared final. 625
 Warning sizes LineLength Line is longer than 100 characters (found 104). 627
 Warning coding FinalLocalVariable Variable 'opinionHolderElem' should be declared final. 629
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 631
 Warning coding FinalLocalVariable Variable 'opinionHolder' should be declared final. 632
 Warning coding FinalLocalVariable Variable 'ohType' should be declared final. 633
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 637
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 639
 Warning coding FinalLocalVariable Variable 'refId' should be declared final. 641
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 642
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 643
 Warning sizes LineLength Line is longer than 100 characters (found 110). 646
 Warning sizes LineLength Line is longer than 100 characters (found 111). 651
 Warning coding FinalLocalVariable Variable 'holderExternalRefs' should be declared final. 651
 Warning sizes LineLength Line is longer than 100 characters (found 113). 653
 Warning coding FinalLocalVariable Variable 'opinionTargetElem' should be declared final. 656
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 658
 Warning coding FinalLocalVariable Variable 'opinionTarget' should be declared final. 659
 Warning coding FinalLocalVariable Variable 'otType' should be declared final. 660
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 664
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 666
 Warning coding FinalLocalVariable Variable 'refId' should be declared final. 668
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 669
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 670
 Warning sizes LineLength Line is longer than 100 characters (found 110). 673
 Warning sizes LineLength Line is longer than 100 characters (found 111). 678
 Warning coding FinalLocalVariable Variable 'targetExternalRefs' should be declared final. 678
 Warning sizes LineLength Line is longer than 100 characters (found 113). 680
 Warning coding FinalLocalVariable Variable 'opinionExpressionElem' should be declared final. 683
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 685
 Warning coding FinalLocalVariable Variable 'polarity' should be declared final. 686
 Warning coding FinalLocalVariable Variable 'strength' should be declared final. 687
 Warning sizes LineLength Line is longer than 100 characters (found 101). 688
 Warning coding FinalLocalVariable Variable 'subjectivity' should be declared final. 688
 Warning coding FinalLocalVariable Variable 'sentimentSemanticType' should be declared final. 689
 Warning sizes LineLength Line is longer than 100 characters (found 101). 691
 Warning coding FinalLocalVariable Variable 'sentimentProductFeature' should be declared final. 691
 Warning sizes LineLength Line is longer than 100 characters (found 108). 693
 Warning coding FinalLocalVariable Variable 'opinionExpression' should be declared final. 693
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 710
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 712
 Warning coding FinalLocalVariable Variable 'refId' should be declared final. 714
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 715
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 716
 Warning sizes LineLength Line is longer than 100 characters (found 110). 719
 Warning sizes LineLength Line is longer than 100 characters (found 119). 725
 Warning coding FinalLocalVariable Variable 'expressionExternalRefs' should be declared final. 725
 Warning sizes LineLength Line is longer than 100 characters (found 112). 728
 Warning coding FinalLocalVariable Variable 'relationElems' should be declared final. 733
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 735
 Warning coding FinalLocalVariable Variable 'fromId' should be declared final. 736
 Warning coding FinalLocalVariable Variable 'toId' should be declared final. 737
 Warning coding FinalLocalVariable Variable 'confidenceStr' should be declared final. 738
 Warning coding FinalLocalVariable Variable 'from' should be declared final. 743
 Warning sizes LineLength Line is longer than 100 characters (found 110). 746
 Warning coding FinalLocalVariable Variable 'to' should be declared final. 748
 Warning sizes LineLength Line is longer than 100 characters (found 108). 751
 Warning coding FinalLocalVariable Variable 'newRelation' should be declared final. 753
 Warning coding FinalLocalVariable Variable 'predicateElems' should be declared final. 759
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 761
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 762
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 763
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 765
 Warning coding FinalLocalVariable Variable 'targetId' should be declared final. 767
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 768
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 769
 Warning sizes LineLength Line is longer than 100 characters (found 111). 772
 Warning coding FinalLocalVariable Variable 'predTypes' should be declared final. 777
 Warning coding FinalLocalVariable Variable 'predTypeElems' should be declared final. 778
 Warning coding FinalLocalVariable Variable 'ptUri' should be declared final. 780
 Warning coding FinalLocalVariable Variable 'newPredicate' should be declared final. 783
 Warning coding FinalLocalVariable Variable 'source' should be declared final. 784
 Warning coding FinalLocalVariable Variable 'uri' should be declared final. 788
 Warning sizes LineLength Line is longer than 100 characters (found 108). 792
 Warning coding FinalLocalVariable Variable 'externalReferencesElems' should be declared final. 792
 Warning sizes LineLength Line is longer than 100 characters (found 116). 794
 Warning coding FinalLocalVariable Variable 'externalRefs' should be declared final. 794
 Warning coding FinalLocalVariable Variable 'confidence' should be declared final. 797
 Warning coding FinalLocalVariable Variable 'roleElems' should be declared final. 801
 Warning coding FinalLocalVariable Variable 'rid' should be declared final. 803
 Warning coding FinalLocalVariable Variable 'semRole' should be declared final. 804
 Warning coding FinalLocalVariable Variable 'roleSpan' should be declared final. 805
 Warning coding FinalLocalVariable Variable 'roleSpanElem' should be declared final. 806
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 808
 Warning coding FinalLocalVariable Variable 'targetId' should be declared final. 810
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 811
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 812
 Warning sizes LineLength Line is longer than 100 characters (found 111). 815
 Warning coding FinalLocalVariable Variable 'newRole' should be declared final. 820
 Warning sizes LineLength Line is longer than 100 characters (found 108). 821
 Warning coding FinalLocalVariable Variable 'rExternalReferencesElems' should be declared final. 821
 Warning sizes LineLength Line is longer than 100 characters (found 115). 823
 Warning coding FinalLocalVariable Variable 'externalRefs' should be declared final. 823
 Warning coding FinalLocalVariable Variable 'treeElems' should be declared final. 833
 Warning coding FinalLocalVariable Variable 'treeNodes' should be declared final. 835
 Warning coding FinalLocalVariable Variable 'rootNodes' should be declared final. 836
 Warning sizes LineLength Line is longer than 100 characters (found 102). 839
 Warning coding FinalLocalVariable Variable 'terminalElems' should be declared final. 843
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 845
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 846
 Warning sizes LineLength Line is longer than 100 characters (found 109). 848
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 850
 Warning coding FinalLocalVariable Variable 'nonTerminalElems' should be declared final. 855
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 857
 Warning coding FinalLocalVariable Variable 'label' should be declared final. 858
 Warning coding FinalLocalVariable Variable 'edgeElems' should be declared final. 863
 Warning coding FinalLocalVariable Variable 'fromId' should be declared final. 865
 Warning coding FinalLocalVariable Variable 'toId' should be declared final. 866
 Warning coding FinalLocalVariable Variable 'edgeId' should be declared final. 867
 Warning coding FinalLocalVariable Variable 'head' should be declared final. 868
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 869
 Warning coding FinalLocalVariable Variable 'parentNode' should be declared final. 870
 Warning coding FinalLocalVariable Variable 'childNode' should be declared final. 871
 Warning blocks EmptyBlock Empty catch block. 879
 Warning coding FinalLocalVariable Variable 'rootNode' should be declared final. 892
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 902
 Warning coding FinalLocalVariable Variable 'wf' should be declared final. 903
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 904
 Warning coding FinalLocalVariable Variable 'factuality' should be declared final. 908
 Warning coding FinalLocalVariable Variable 'prediction' should be declared final. 910
 Warning sizes LineLength Line is longer than 100 characters (found 105). 911
 Warning coding FinalLocalVariable Variable 'confidence' should be declared final. 911
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 918
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 919
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 920
 Warning coding FinalLocalVariable Variable 'targetWfId' should be declared final. 926
 Warning coding FinalLocalVariable Variable 'wf' should be declared final. 927
 Warning sizes LineLength Line is longer than 100 characters (found 104). 930
 Warning coding FinalLocalVariable Variable 'e' should be declared final. 934
 Warning coding FinalLocalVariable Variable 'spotted' should be declared final. 938
 Warning coding FinalLocalVariable Variable 'confidence' should be declared final. 941
 Warning coding FinalLocalVariable Variable 'typesElem' should be declared final. 945
 Warning coding FinalLocalVariable Variable 'category' should be declared final. 948
 Warning coding FinalLocalVariable Variable 'label' should be declared final. 949
 Warning coding FinalLocalVariable Variable 'id' should be declared final. 956
 Warning coding FinalLocalVariable Variable 'type' should be declared final. 957
 Warning coding FinalLocalVariable Variable 'label' should be declared final. 958
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 959
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 960
 Warning coding FinalLocalVariable Variable 'targetTermId' should be declared final. 966
 Warning coding FinalLocalVariable Variable 'term' should be declared final. 967
 Warning coding FinalLocalVariable Variable 'label' should be declared final. 978
 Warning coding FinalLocalVariable Variable 'probability' should be declared final. 979
 Warning sizes LineLength Line is longer than 100 characters (found 114). 991
 Warning naming MethodName Name 'DOMToTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. 991
 Warning misc FinalParameters Parameter termElem should be final. 991
 Warning misc FinalParameters Parameter kaf should be final. 991
 Warning misc FinalParameters Parameter isComponent should be final. 991
 Warning misc FinalParameters Parameter wfIndex should be final. 991
 Warning misc FinalParameters Parameter termIndex should be final. 992
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 999
 Warning coding FinalLocalVariable Variable 'termsWfElems' should be declared final. 1003
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1004
 Warning coding FinalLocalVariable Variable 'wfId' should be declared final. 1006
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 1007
 Warning coding FinalLocalVariable Variable 'wf' should be declared final. 1008
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1010
 Warning coding FinalLocalVariable Variable 'newTerm' should be declared final. 1014
 Warning coding FinalLocalVariable Variable 'type' should be declared final. 1015
 Warning coding FinalLocalVariable Variable 'lemma' should be declared final. 1019
 Warning coding FinalLocalVariable Variable 'supersenseTag' should be declared final. 1023
 Warning coding FinalLocalVariable Variable 'wordnetSense' should be declared final. 1027
 Warning coding FinalLocalVariable Variable 'bbnTag' should be declared final. 1031
 Warning coding FinalLocalVariable Variable 'pos' should be declared final. 1035
 Warning coding FinalLocalVariable Variable 'tMorphofeat' should be declared final. 1039
 Warning coding FinalLocalVariable Variable 'tHead' should be declared final. 1043
 Warning coding FinalLocalVariable Variable 'termcase' should be declared final. 1044
 Warning coding FinalLocalVariable Variable 'sentimentElems' should be declared final. 1048
 Warning coding FinalLocalVariable Variable 'sentimentElem' should be declared final. 1050
 Warning coding FinalLocalVariable Variable 'newSentiment' should be declared final. 1051
 Warning coding FinalLocalVariable Variable 'sentResource' should be declared final. 1052
 Warning coding FinalLocalVariable Variable 'sentPolarity' should be declared final. 1056
 Warning coding FinalLocalVariable Variable 'sentStrength' should be declared final. 1060
 Warning coding FinalLocalVariable Variable 'sentSubjectivity' should be declared final. 1064
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1068
 Warning coding FinalLocalVariable Variable 'sentSentimentSemanticType' should be declared final. 1068
 Warning coding FinalLocalVariable Variable 'sentSentimentModifier' should be declared final. 1072
 Warning coding FinalLocalVariable Variable 'sentSentimentMarker' should be declared final. 1076
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1080
 Warning coding FinalLocalVariable Variable 'sentSentimentProductFeature' should be declared final. 1080
 Warning coding FinalLocalVariable Variable 'termsComponentElems' should be declared final. 1087
 Warning coding FinalLocalVariable Variable 'externalReferencesElems' should be declared final. 1092
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1094
 Warning coding FinalLocalVariable Variable 'externalRefs' should be declared final. 1094
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1100
 Warning misc FinalParameters Parameter spanElem should be final. 1100
 Warning misc FinalParameters Parameter terms should be final. 1100
 Warning misc FinalParameters Parameter objId should be final. 1100
 Warning coding FinalLocalVariable Variable 'targetElems' should be declared final. 1102
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1106
 Warning coding FinalLocalVariable Variable 'targetId' should be declared final. 1108
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 1109
 Warning coding FinalLocalVariable Variable 'targetTerm' should be declared final. 1110
 Warning sizes LineLength Line is longer than 100 characters (found 118). 1112
 Warning misc FinalParameters Parameter span should be final. 1119
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1120
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1122
 Warning coding FinalLocalVariable Variable 'targetId' should be declared final. 1123
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1133
 Warning misc FinalParameters Parameter externalReferencesElem should be final. 1133
 Warning misc FinalParameters Parameter kaf should be final. 1133
 Warning coding FinalLocalVariable Variable 'externalRefs' should be declared final. 1134
 Warning coding FinalLocalVariable Variable 'externalRefElems' should be declared final. 1135
 Warning coding FinalLocalVariable Variable 'externalRef' should be declared final. 1137
 Warning misc FinalParameters Parameter externalRefElem should be final. 1143
 Warning misc FinalParameters Parameter kaf should be final. 1143
 Warning coding FinalLocalVariable Variable 'resource' should be declared final. 1144
 Warning coding FinalLocalVariable Variable 'references' should be declared final. 1145
 Warning coding FinalLocalVariable Variable 'newExternalRef' should be declared final. 1146
 Warning coding FinalLocalVariable Variable 'confidence' should be declared final. 1149
 Warning blocks EmptyBlock Empty catch block. 1151
 Warning coding FinalLocalVariable Variable 'source' should be declared final. 1155
 Warning blocks EmptyBlock Empty catch block. 1157
 Warning coding FinalLocalVariable Variable 'subRefElems' should be declared final. 1160
 Warning coding FinalLocalVariable Variable 'subRefElem' should be declared final. 1162
 Warning coding FinalLocalVariable Variable 'subRef' should be declared final. 1163
 Warning misc FinalParameters Parameter attName should be final. 1169
 Warning misc FinalParameters Parameter elem should be final. 1169
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 1170
 Warning sizes LineLength Line is longer than 100 characters (found 114). 1172
 Warning misc FinalParameters Parameter attName should be final. 1177
 Warning misc FinalParameters Parameter elem should be final. 1177
 Warning misc FinalParameters Parameter nmspace should be final. 1177
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 1178
 Warning sizes LineLength Line is longer than 100 characters (found 114). 1180
 Warning misc FinalParameters Parameter attName should be final. 1185
 Warning misc FinalParameters Parameter elem should be final. 1185
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 1186
 Warning misc FinalParameters Parameter elem should be final. 1193
 Warning coding FinalLocalVariable Variable 'value' should be declared final. 1194
 Warning misc FinalParameters Parameter from should be final. 1211
 Warning misc FinalParameters Parameter to should be final. 1211
 Warning sizes MethodLength Method length is 878 lines (max allowed is 150). 1224
 Warning naming MethodName Name 'KAFToDOM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1224
 Warning misc FinalParameters Parameter kaf should be final. 1224
 Warning coding FinalLocalVariable Variable 'annotationContainer' should be declared final. 1225
 Warning coding FinalLocalVariable Variable 'root' should be declared final. 1226
 Warning coding FinalLocalVariable Variable 'doc' should be declared final. 1230
 Warning coding FinalLocalVariable Variable 'kafHeaderElem' should be declared final. 1232
 Warning coding FinalLocalVariable Variable 'fd' should be declared final. 1235
 Warning coding FinalLocalVariable Variable 'fdElem' should be declared final. 1237
 Warning coding FinalLocalVariable Variable 'pub' should be declared final. 1259
 Warning coding FinalLocalVariable Variable 'pubElem' should be declared final. 1261
 Warning coding FinalLocalVariable Variable 'lps' should be declared final. 1271
 Warning coding FinalLocalVariable Variable 'lpsElem' should be declared final. 1273
 Warning coding FinalLocalVariable Variable 'lpElem' should be declared final. 1276
 Warning coding FinalLocalVariable Variable 'rawText' should be declared final. 1295
 Warning coding FinalLocalVariable Variable 'rawElem' should be declared final. 1297
 Warning coding FinalLocalVariable Variable 'cdataElem' should be declared final. 1298
 Warning coding FinalLocalVariable Variable 'text' should be declared final. 1303
 Warning coding FinalLocalVariable Variable 'textElem' should be declared final. 1305
 Warning coding FinalLocalVariable Variable 'wfElem' should be declared final. 1307
 Warning coding FinalLocalVariable Variable 'terms' should be declared final. 1331
 Warning coding FinalLocalVariable Variable 'termsElem' should be declared final. 1333
 Warning coding FinalLocalVariable Variable 'markSources' should be declared final. 1340
 Warning coding FinalLocalVariable Variable 'marks' should be declared final. 1342
 Warning coding FinalLocalVariable Variable 'marksElem' should be declared final. 1344
 Warning coding FinalLocalVariable Variable 'markComment' should be declared final. 1347
 Warning coding FinalLocalVariable Variable 'markElem' should be declared final. 1349
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1366
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1367
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1369
 Warning coding FinalLocalVariable Variable 'externalReferences' should be declared final. 1377
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1379
 Warning coding FinalLocalVariable Variable 'externalReferencesElem' should be declared final. 1379
 Warning coding FinalLocalVariable Variable 'deps' should be declared final. 1388
 Warning coding FinalLocalVariable Variable 'depsElem' should be declared final. 1390
 Warning coding FinalLocalVariable Variable 'depComment' should be declared final. 1392
 Warning coding FinalLocalVariable Variable 'depElem' should be declared final. 1394
 Warning coding FinalLocalVariable Variable 'chunks' should be declared final. 1406
 Warning coding FinalLocalVariable Variable 'chunksElem' should be declared final. 1408
 Warning coding FinalLocalVariable Variable 'chunkComment' should be declared final. 1410
 Warning coding FinalLocalVariable Variable 'chunkElem' should be declared final. 1412
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1421
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1423
 Warning coding FinalLocalVariable Variable 'entities' should be declared final. 1433
 Warning coding FinalLocalVariable Variable 'entitiesElem' should be declared final. 1435
 Warning coding FinalLocalVariable Variable 'entityElem' should be declared final. 1437
 Warning coding FinalLocalVariable Variable 'referencesElem' should be declared final. 1445
 Warning coding FinalLocalVariable Variable 'spanComment' should be declared final. 1447
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1449
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1451
 Warning coding FinalLocalVariable Variable 'externalReferences' should be declared final. 1461
 Warning coding FinalLocalVariable Variable 'externalReferencesElem' should be declared final. 1463
 Warning coding FinalLocalVariable Variable 'corefs' should be declared final. 1471
 Warning coding FinalLocalVariable Variable 'corefsElem' should be declared final. 1473
 Warning coding FinalLocalVariable Variable 'corefElem' should be declared final. 1475
 Warning coding FinalLocalVariable Variable 'spanComment' should be declared final. 1484
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1486
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1488
 Warning coding FinalLocalVariable Variable 'externalReferences' should be declared final. 1497
 Warning coding FinalLocalVariable Variable 'externalReferencesElem' should be declared final. 1499
 Warning coding FinalLocalVariable Variable 'timeExs' should be declared final. 1507
 Warning coding FinalLocalVariable Variable 'timeExsElem' should be declared final. 1509
 Warning coding FinalLocalVariable Variable 'timex3Elem' should be declared final. 1511
 Warning coding FinalLocalVariable Variable 'tempFun' should be declared final. 1530
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1549
 Warning coding FinalLocalVariable Variable 'spanComment' should be declared final. 1550
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1552
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1554
 Warning coding FinalLocalVariable Variable 'factualities' should be declared final. 1584
 Warning coding FinalLocalVariable Variable 'factsElement' should be declared final. 1586
 Warning coding FinalLocalVariable Variable 'fact' should be declared final. 1589
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1592
 Warning coding FinalLocalVariable Variable 'factPartial' should be declared final. 1595
 Warning coding FinalLocalVariable Variable 'linkedEntities' should be declared final. 1609
 Warning coding FinalLocalVariable Variable 'linkedEntityElement' should be declared final. 1611
 Warning coding FinalLocalVariable Variable 'lEnt' should be declared final. 1613
 Warning coding FinalLocalVariable Variable 'spanComment' should be declared final. 1620
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1622
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1624
 Warning coding FinalLocalVariable Variable 'typesElement' should be declared final. 1631
 Warning coding FinalLocalVariable Variable 'typeElement' should be declared final. 1634
 Warning coding FinalLocalVariable Variable 'ssts' should be declared final. 1648
 Warning coding FinalLocalVariable Variable 'linkedEntityElement' should be declared final. 1650
 Warning coding FinalLocalVariable Variable 'lEnt' should be declared final. 1652
 Warning coding FinalLocalVariable Variable 'spanComment' should be declared final. 1657
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1659
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1661
 Warning coding FinalLocalVariable Variable 'topics' should be declared final. 1672
 Warning coding FinalLocalVariable Variable 'topicLayer' should be declared final. 1674
 Warning coding FinalLocalVariable Variable 'topicElement' should be declared final. 1676
 Warning coding FinalLocalVariable Variable 'featuresElem' should be declared final. 1684
 Warning coding FinalLocalVariable Variable 'properties' should be declared final. 1685
 Warning coding FinalLocalVariable Variable 'propertiesElem' should be declared final. 1687
 Warning coding FinalLocalVariable Variable 'propertyElem' should be declared final. 1689
 Warning coding FinalLocalVariable Variable 'references' should be declared final. 1692
 Warning coding FinalLocalVariable Variable 'referencesElem' should be declared final. 1693
 Warning coding FinalLocalVariable Variable 'spanComment' should be declared final. 1695
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1697
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1699
 Warning coding FinalLocalVariable Variable 'categories' should be declared final. 1713
 Warning coding FinalLocalVariable Variable 'categoriesElem' should be declared final. 1715
 Warning coding FinalLocalVariable Variable 'categoryElem' should be declared final. 1717
 Warning coding FinalLocalVariable Variable 'references' should be declared final. 1720
 Warning coding FinalLocalVariable Variable 'referencesElem' should be declared final. 1721
 Warning coding FinalLocalVariable Variable 'spanComment' should be declared final. 1723
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1725
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1727
 Warning coding FinalLocalVariable Variable 'opinions' should be declared final. 1745
 Warning coding FinalLocalVariable Variable 'opinionsElem' should be declared final. 1747
 Warning coding FinalLocalVariable Variable 'opinionElem' should be declared final. 1749
 Warning coding FinalLocalVariable Variable 'holder' should be declared final. 1757
 Warning coding FinalLocalVariable Variable 'opinionHolderElem' should be declared final. 1759
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1763
 Warning coding FinalLocalVariable Variable 'comment' should be declared final. 1763
 Warning coding FinalLocalVariable Variable 'targets' should be declared final. 1765
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1766
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1768
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1771
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1780
 Warning coding FinalLocalVariable Variable 'opTarget' should be declared final. 1784
 Warning coding FinalLocalVariable Variable 'opinionTargetElem' should be declared final. 1786
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1790
 Warning coding FinalLocalVariable Variable 'comment' should be declared final. 1790
 Warning coding FinalLocalVariable Variable 'targets' should be declared final. 1792
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1793
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1795
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1798
 Warning sizes LineLength Line is longer than 100 characters (found 106). 1807
 Warning coding FinalLocalVariable Variable 'expression' should be declared final. 1811
 Warning coding FinalLocalVariable Variable 'opinionExpressionElem' should be declared final. 1813
 Warning sizes LineLength Line is longer than 100 characters (found 112). 1814
 Warning coding FinalLocalVariable Variable 'comment' should be declared final. 1814
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1823
 Warning sizes LineLength Line is longer than 100 characters (found 112). 1827
 Warning sizes LineLength Line is longer than 100 characters (found 116). 1831
 Warning coding FinalLocalVariable Variable 'targets' should be declared final. 1833
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1834
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1836
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1839
 Warning sizes LineLength Line is longer than 100 characters (found 112). 1848
 Warning coding FinalLocalVariable Variable 'relations' should be declared final. 1858
 Warning coding FinalLocalVariable Variable 'relationsElem' should be declared final. 1860
 Warning coding FinalLocalVariable Variable 'comment' should be declared final. 1862
 Warning coding FinalLocalVariable Variable 'relationElem' should be declared final. 1864
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1869
 Warning coding FinalLocalVariable Variable 'predicates' should be declared final. 1876
 Warning coding FinalLocalVariable Variable 'predicatesElem' should be declared final. 1878
 Warning coding FinalLocalVariable Variable 'predicateComment' should be declared final. 1880
 Warning coding FinalLocalVariable Variable 'predicateElem' should be declared final. 1882
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1891
 Warning coding FinalLocalVariable Variable 'builder' should be declared final. 1894
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 1902
 Warning coding FinalLocalVariable Variable 'spanComment' should be declared final. 1904
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1905
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1909
 Warning coding FinalLocalVariable Variable 'externalReferences' should be declared final. 1917
 Warning coding FinalLocalVariable Variable 'externalReferencesElem' should be declared final. 1919
 Warning coding FinalLocalVariable Variable 'roleElem' should be declared final. 1923
 Warning coding FinalLocalVariable Variable 'builder' should be declared final. 1927
 Warning coding FinalLocalVariable Variable 'roleSpan' should be declared final. 1935
 Warning coding FinalLocalVariable Variable 'spanComment' should be declared final. 1937
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 1938
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 1942
 Warning coding FinalLocalVariable Variable 'rExternalReferences' should be declared final. 1950
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1952
 Warning coding FinalLocalVariable Variable 'externalReferencesElem' should be declared final. 1952
 Warning coding FinalLocalVariable Variable 'conStrings' should be declared final. 1962
 Warning coding FinalLocalVariable Variable 'constituentsElem' should be declared final. 1964
 Warning coding FinalLocalVariable Variable 'constituencyString' should be declared final. 1966
 Warning coding FinalLocalVariable Variable 'treeElem' should be declared final. 1967
 Warning coding FinalLocalVariable Variable 'constituents' should be declared final. 1975
 Warning coding FinalLocalVariable Variable 'constituentsElem' should be declared final. 1977
 Warning coding FinalLocalVariable Variable 'treeElem' should be declared final. 1979
 Warning coding FinalLocalVariable Variable 'nonTerminals' should be declared final. 1986
 Warning coding FinalLocalVariable Variable 'terminals' should be declared final. 1987
 Warning coding FinalLocalVariable Variable 'edges' should be declared final. 1988
 Warning coding FinalLocalVariable Variable 'rootNode' should be declared final. 1989
 Warning misc FinalParameters Parameter nt1 should be final. 1993
 Warning misc FinalParameters Parameter nt2 should be final. 1993
 Warning misc FinalParameters Parameter t1 should be final. 2005
 Warning misc FinalParameters Parameter t2 should be final. 2005
 Warning coding FinalLocalVariable Variable 'ntCom' should be declared final. 2015
 Warning coding FinalLocalVariable Variable 'nodeElem' should be declared final. 2018
 Warning coding FinalLocalVariable Variable 'tCom' should be declared final. 2023
 Warning coding FinalLocalVariable Variable 'nodeElem' should be declared final. 2026
 Warning coding FinalLocalVariable Variable 'tStrCom' should be declared final. 2030
 Warning coding FinalLocalVariable Variable 'edgeCom' should be declared final. 2034
 Warning coding FinalLocalVariable Variable 'edgeElem' should be declared final. 2037
 Warning coding FinalLocalVariable Variable 'tLinks' should be declared final. 2052
 Warning coding FinalLocalVariable Variable 'tLinksElem' should be declared final. 2054
 Warning coding FinalLocalVariable Variable 'tLinkComment' should be declared final. 2056
 Warning sizes LineLength Line is longer than 100 characters (found 114). 2057
 Warning whitespace MethodParamPad '(' should be on the previous line. 2057
 Warning coding FinalLocalVariable Variable 'tLinkElem' should be declared final. 2059
 Warning coding FinalLocalVariable Variable 'cLinks' should be declared final. 2071
 Warning coding FinalLocalVariable Variable 'cLinksElem' should be declared final. 2073
 Warning coding FinalLocalVariable Variable 'cLinkComment' should be declared final. 2080
 Warning coding FinalLocalVariable Variable 'cLinkElem' should be declared final. 2082
 Warning coding FinalLocalVariable Variable 'unknownLayers' should be declared final. 2094
 Warning misc FinalParameters Parameter term should be final. 2103
 Warning misc FinalParameters Parameter isComponent should be final. 2103
 Warning misc FinalParameters Parameter termsElem should be final. 2103
 Warning coding FinalLocalVariable Variable 'morphofeat' should be declared final. 2104
 Warning coding FinalLocalVariable Variable 'head' should be declared final. 2105
 Warning coding FinalLocalVariable Variable 'termcase' should be declared final. 2106
 Warning coding FinalLocalVariable Variable 'termComment' should be declared final. 2107
 Warning coding FinalLocalVariable Variable 'tag' should be declared final. 2109
 Warning coding UnnecessaryParentheses Unnecessary parentheses around identifier 'isComponent'. 2109
 Warning coding FinalLocalVariable Variable 'termElem' should be declared final. 2110
 Warning coding FinalLocalVariable Variable 'sentiment' should be declared final. 2140
 Warning coding FinalLocalVariable Variable 'sentimentElem' should be declared final. 2141
 Warning sizes LineLength Line is longer than 100 characters (found 108). 2155
 Warning sizes LineLength Line is longer than 100 characters (found 112). 2164
 Warning coding FinalLocalVariable Variable 'spanElem' should be declared final. 2168
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 2169
 Warning coding FinalLocalVariable Variable 'targetElem' should be declared final. 2171
 Warning coding FinalLocalVariable Variable 'components' should be declared final. 2180
 Warning coding FinalLocalVariable Variable 'externalReferences' should be declared final. 2187
 Warning coding FinalLocalVariable Variable 'externalReferencesElem' should be declared final. 2189
 Warning sizes LineLength Line is longer than 100 characters (found 113). 2195
 Warning misc FinalParameters Parameter node should be final. 2195
 Warning misc FinalParameters Parameter nonTerminals should be final. 2195
 Warning misc FinalParameters Parameter terminals should be final. 2195
 Warning misc FinalParameters Parameter edges should be final. 2196
 Warning coding FinalLocalVariable Variable 'treeNodes' should be declared final. 2199
 Warning misc FinalParameters Parameter externalRefs should be final. 2209
 Warning coding FinalLocalVariable Variable 'externalReferencesElem' should be declared final. 2210
 Warning coding FinalLocalVariable Variable 'externalRefElem' should be declared final. 2212
 Warning misc FinalParameters Parameter externalRef should be final. 2218
 Warning coding FinalLocalVariable Variable 'externalRefElem' should be declared final. 2219
 Warning coding FinalLocalVariable Variable 'subExternalRefElem' should be declared final. 2229
 Warning misc FinalParameters Parameter id1 should be final. 2235
 Warning misc FinalParameters Parameter id2 should be final. 2235
 Warning coding FinalLocalVariable Variable 'nbr1' should be declared final. 2236
 Warning coding FinalLocalVariable Variable 'nbr2' should be declared final. 2237
 Warning misc FinalParameters Parameter id should be final. 2247
 Warning coding FinalLocalVariable Variable 'matcher' should be declared final. 2248
 Warning sizes LineLength Line is longer than 100 characters (found 112). 2251

ixa/kaflib/Relation.java

Severity Category Rule Message Line
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 21
 Warning misc FinalParameters Parameter id should be final. 21
 Warning misc FinalParameters Parameter from should be final. 21
 Warning misc FinalParameters Parameter to should be final. 21
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 22
 Warning misc FinalParameters Parameter relation should be final. 28
 Warning misc FinalParameters Parameter relational should be final. 28
 Warning sizes LineLength Line is longer than 100 characters (found 131). 33
 Warning sizes LineLength Line is longer than 100 characters (found 129). 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning misc FinalParameters Parameter id should be final. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning misc FinalParameters Parameter obj should be final. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning misc FinalParameters Parameter obj should be final. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning misc FinalParameters Parameter confidence should be final. 80
 Warning sizes LineLength Line is longer than 100 characters (found 105). 82
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87

ixa/kaflib/Relational.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 3
 Warning javadoc JavadocMethod Missing a Javadoc comment. 5
 Warning javadoc JavadocMethod Missing a Javadoc comment. 6

ixa/kaflib/SSTspan.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 8
 Warning misc FinalParameters Parameter linkedEntityId should be final. 24
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 25
 Warning misc FinalParameters Parameter sstSpan should be final. 29
 Warning misc FinalParameters Parameter mentions should be final. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning misc FinalParameters Parameter type should be final. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning misc FinalParameters Parameter label should be final. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning misc FinalParameters Parameter id should be final. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning sizes LineLength Line is longer than 100 characters (found 128). 74
 Warning javadoc JavadocMethod Expected an @return tag. 76

ixa/kaflib/SimpleTopic.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 8
 Warning javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning misc FinalParameters Parameter probability should be final. 17
 Warning misc FinalParameters Parameter label should be final. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning misc FinalParameters Parameter probability should be final. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning misc FinalParameters Parameter label should be final. 34

ixa/kaflib/Span.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 4
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 7
 Warning whitespace OperatorWrap '+' should be on a new line. 9
 Warning whitespace OperatorWrap '+' should be on a new line. 10
 Warning misc FinalParameters Parameter targets should be final. 23
 Warning misc FinalParameters Parameter targets should be final. 28
 Warning misc FinalParameters Parameter head should be final. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning coding UnnecessaryParentheses Unnecessary parentheses around return value. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning coding FinalLocalVariable Variable 'builder' should be declared final. 39
 Warning blocks RightCurly '}' should be on the same line. 46
 Warning blocks RightCurly '}' should be on the same line. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning coding UnnecessaryParentheses Unnecessary parentheses around return value. 66
 Warning annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 78
 Warning javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning misc FinalParameters Parameter target should be final. 82
 Warning coding UnnecessaryParentheses Unnecessary parentheses around return value. 83
 Warning javadoc JavadocMethod Missing a Javadoc comment. 86
 Warning misc FinalParameters Parameter head should be final. 86
 Warning javadoc JavadocMethod Missing a Javadoc comment. 90
 Warning misc FinalParameters Parameter head should be final. 90
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 98
 Warning misc FinalParameters Parameter target should be final. 98
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning misc FinalParameters Parameter target should be final. 102
 Warning misc FinalParameters Parameter isHead should be final. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 109
 Warning misc FinalParameters Parameter targets should be final. 109
 Warning javadoc JavadocMethod Missing a Javadoc comment. 113
 Warning misc FinalParameters Parameter target should be final. 113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 122
 Warning misc FinalParameters Parameter object should be final. 128
 Warning coding FinalLocalVariable Variable 'other' should be declared final. 135

ixa/kaflib/TLink.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 8
 Warning misc FinalParameters Parameter id should be final. 17
 Warning misc FinalParameters Parameter from should be final. 17
 Warning misc FinalParameters Parameter to should be final. 17
 Warning misc FinalParameters Parameter relType should be final. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning misc FinalParameters Parameter from should be final. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning misc FinalParameters Parameter to should be final. 40
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning misc FinalParameters Parameter relType should be final. 56

ixa/kaflib/TLinkReferable.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 4
 Warning javadoc JavadocMethod Missing a Javadoc comment. 6
 Warning modifier RedundantModifier Redundant 'public' modifier. 6

ixa/kaflib/Target.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning misc FinalParameters Parameter term should be final. 10
 Warning misc FinalParameters Parameter head should be final. 10
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 11
 Warning javadoc JavadocMethod Missing a Javadoc comment. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning misc FinalParameters Parameter term should be final. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning misc FinalParameters Parameter term should be final. 28
 Warning misc FinalParameters Parameter head should be final. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33
 Warning misc FinalParameters Parameter head should be final. 33

ixa/kaflib/Term.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 4
 Warning sizes LineLength Line is longer than 100 characters (found 166). 7
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 10
 Warning javadoc JavadocMethod Missing a Javadoc comment. 15
 Warning misc FinalParameters Parameter trimmed should be final. 15
 Warning blocks RightCurly '}' should be on the same line. 18
 Warning sizes LineLength Line is longer than 100 characters (found 137). 61
 Warning sizes LineLength Line is longer than 100 characters (found 197). 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 78
 Warning misc FinalParameters Parameter supersenseTag should be final. 78
 Warning javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning javadoc JavadocMethod Missing a Javadoc comment. 86
 Warning misc FinalParameters Parameter wordnetSense should be final. 86
 Warning javadoc JavadocMethod Missing a Javadoc comment. 90
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 98
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning misc FinalParameters Parameter bbnTag should be final. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning sizes LineLength Line is longer than 100 characters (found 130). 110
 Warning sizes LineLength Line is longer than 100 characters (found 123). 111
 Warning sizes LineLength Line is longer than 100 characters (found 149). 112
 Warning sizes LineLength Line is longer than 100 characters (found 196). 113
 Warning sizes LineLength Line is longer than 100 characters (found 125). 120
 Warning sizes LineLength Line is longer than 100 characters (found 106). 155
 Warning sizes LineLength Line is longer than 100 characters (found 153). 161
 Warning misc FinalParameters Parameter sentiment should be final. 168
 Warning javadoc JavadocMethod Missing a Javadoc comment. 179
 Warning javadoc JavadocMethod Missing a Javadoc comment. 183
 Warning javadoc JavadocMethod Missing a Javadoc comment. 187
 Warning misc FinalParameters Parameter val should be final. 187
 Warning javadoc JavadocMethod Missing a Javadoc comment. 191
 Warning javadoc JavadocMethod Missing a Javadoc comment. 195
 Warning javadoc JavadocMethod Missing a Javadoc comment. 199
 Warning misc FinalParameters Parameter val should be final. 199
 Warning javadoc JavadocMethod Missing a Javadoc comment. 203
 Warning javadoc JavadocMethod Missing a Javadoc comment. 207
 Warning javadoc JavadocMethod Missing a Javadoc comment. 211
 Warning misc FinalParameters Parameter val should be final. 211
 Warning javadoc JavadocMethod Missing a Javadoc comment. 215
 Warning javadoc JavadocMethod Missing a Javadoc comment. 219
 Warning javadoc JavadocMethod Missing a Javadoc comment. 223
 Warning misc FinalParameters Parameter val should be final. 223
 Warning javadoc JavadocMethod Missing a Javadoc comment. 227
 Warning javadoc JavadocMethod Missing a Javadoc comment. 231
 Warning javadoc JavadocMethod Missing a Javadoc comment. 235
 Warning misc FinalParameters Parameter val should be final. 235
 Warning javadoc JavadocMethod Missing a Javadoc comment. 239
 Warning javadoc JavadocMethod Missing a Javadoc comment. 243
 Warning javadoc JavadocMethod Missing a Javadoc comment. 247
 Warning misc FinalParameters Parameter val should be final. 247
 Warning javadoc JavadocMethod Missing a Javadoc comment. 251
 Warning javadoc JavadocMethod Missing a Javadoc comment. 255
 Warning javadoc JavadocMethod Missing a Javadoc comment. 259
 Warning misc FinalParameters Parameter val should be final. 259
 Warning javadoc JavadocMethod Missing a Javadoc comment. 263
 Warning javadoc JavadocMethod Missing a Javadoc comment. 267
 Warning javadoc JavadocMethod Missing a Javadoc comment. 271
 Warning misc FinalParameters Parameter val should be final. 271
 Warning misc FinalParameters Parameter id should be final. 276
 Warning misc FinalParameters Parameter span should be final. 276
 Warning misc FinalParameters Parameter isComponent should be final. 276
 Warning misc FinalParameters Parameter term should be final. 290
 Warning misc FinalParameters Parameter wfs should be final. 290
 Warning coding FinalLocalVariable Variable 'newComponents' should be declared final. 303
 Warning coding FinalLocalVariable Variable 'copyComponent' should be declared final. 307
 Warning coding FinalLocalVariable Variable 'targets' should be declared final. 315
 Warning coding FinalLocalVariable Variable 'copiedTargets' should be declared final. 316
 Warning coding FinalLocalVariable Variable 'copiedWf' should be declared final. 318
 Warning coding FinalLocalVariable Variable 'copiedHead' should be declared final. 325
 Warning blocks RightCurly '}' should be on the same line. 327
 Warning javadoc JavadocMethod Missing a Javadoc comment. 338
 Warning misc FinalParameters Parameter id should be final. 342
 Warning javadoc JavadocMethod Missing a Javadoc comment. 346
 Warning javadoc JavadocMethod Missing a Javadoc comment. 350
 Warning javadoc JavadocMethod Missing a Javadoc comment. 354
 Warning misc FinalParameters Parameter type should be final. 354
 Warning javadoc JavadocMethod Missing a Javadoc comment. 358
 Warning javadoc JavadocMethod Missing a Javadoc comment. 362
 Warning javadoc JavadocMethod Missing a Javadoc comment. 366
 Warning misc FinalParameters Parameter lemma should be final. 366
 Warning javadoc JavadocMethod Missing a Javadoc comment. 370
 Warning javadoc JavadocMethod Missing a Javadoc comment. 374
 Warning javadoc JavadocMethod Missing a Javadoc comment. 378
 Warning misc FinalParameters Parameter pos should be final. 378
 Warning javadoc JavadocMethod Missing a Javadoc comment. 382
 Warning javadoc JavadocMethod Missing a Javadoc comment. 386
 Warning javadoc JavadocMethod Missing a Javadoc comment. 390
 Warning misc FinalParameters Parameter morphofeat should be final. 390
 Warning javadoc JavadocMethod Missing a Javadoc comment. 394
 Warning javadoc JavadocMethod Missing a Javadoc comment. 398
 Warning javadoc JavadocMethod Missing a Javadoc comment. 402
 Warning misc FinalParameters Parameter termcase should be final. 402
 Warning javadoc JavadocMethod Missing a Javadoc comment. 408
 Warning coding FinalLocalVariable Variable 'builder' should be declared final. 409
 Warning coding FinalLocalVariable Variable 'sortedWFs' should be declared final. 410
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 413
 Warning coding FinalLocalVariable Variable 'index' should be declared final. 417
 Warning javadoc JavadocMethod Missing a Javadoc comment. 430
 Warning blocks RightCurly '}' should be on the same line. 436
 Warning blocks RightCurly '}' should be on the same line. 439
 Warning javadoc JavadocMethod Missing a Javadoc comment. 447
 Warning coding UnnecessaryParentheses Unnecessary parentheses around return value. 448
 Warning javadoc JavadocMethod Missing a Javadoc comment. 451
 Warning coding FinalLocalVariable Variable 'newSentiment' should be declared final. 459
 Warning javadoc JavadocMethod Missing a Javadoc comment. 464
 Warning coding UnnecessaryParentheses Unnecessary parentheses around return value. 465
 Warning javadoc JavadocMethod Missing a Javadoc comment. 468
 Warning javadoc JavadocMethod Missing a Javadoc comment. 472
 Warning misc FinalParameters Parameter sentiment should be final. 472
 Warning javadoc JavadocMethod Missing a Javadoc comment. 476
 Warning javadoc JavadocMethod Missing a Javadoc comment. 480
 Warning misc FinalParameters Parameter component should be final. 480
 Warning javadoc JavadocMethod Missing a Javadoc comment. 484
 Warning misc FinalParameters Parameter component should be final. 484
 Warning misc FinalParameters Parameter isHead should be final. 484
 Warning javadoc JavadocMethod Missing a Javadoc comment. 491
 Warning javadoc JavadocMethod Missing a Javadoc comment. 495
 Warning javadoc JavadocMethod Missing a Javadoc comment. 499
 Warning misc FinalParameters Parameter wf should be final. 499
 Warning javadoc JavadocMethod Missing a Javadoc comment. 503
 Warning misc FinalParameters Parameter wf should be final. 503
 Warning misc FinalParameters Parameter isHead should be final. 503
 Warning javadoc JavadocMethod Missing a Javadoc comment. 507
 Warning javadoc JavadocMethod Missing a Javadoc comment. 511
 Warning misc FinalParameters Parameter span should be final. 511
 Warning javadoc JavadocMethod Missing a Javadoc comment. 515
 Warning javadoc JavadocMethod Missing a Javadoc comment. 526
 Warning javadoc JavadocMethod Missing a Javadoc comment. 530
 Warning misc FinalParameters Parameter externalRef should be final. 530
 Warning javadoc JavadocMethod Missing a Javadoc comment. 534
 Warning misc FinalParameters Parameter externalRefs should be final. 534
 Warning javadoc JavadocMethod Missing a Javadoc comment. 542
 Warning misc FinalParameters Parameter compound should be final. 542
 Warning javadoc JavadocMethod Missing a Javadoc comment. 546
 Warning javadoc JavadocMethod Missing a Javadoc comment. 552
 Warning coding FinalLocalVariable Variable 'wordOffset' should be declared final. 555
 Warning javadoc JavadocMethod Missing a Javadoc comment. 563
 Warning coding FinalLocalVariable Variable 'wordOffset' should be declared final. 567
 Warning coding FinalLocalVariable Variable 'length' should be declared final. 568
 Warning javadoc JavadocVariable Missing a Javadoc comment. 579
 Warning misc FinalParameters Parameter first should be final. 582
 Warning misc FinalParameters Parameter second should be final. 582

ixa/kaflib/Terminal.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning misc FinalParameters Parameter id should be final. 11
 Warning misc FinalParameters Parameter span should be final. 11
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 12
 Warning javadoc JavadocStyle First sentence should end with a period. 16
 Warning javadoc JavadocMethod Expected an @return tag. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning coding FinalLocalVariable Variable 'strValue' should be declared final. 33
 Warning blocks RightCurly '}' should be on the same line. 36
 Warning regexp RegexpSingleline Line has trailing spaces. 37
 Warning blocks RightCurly '}' should be on the same line. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning misc FinalParameters Parameter tn should be final. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49

ixa/kaflib/Timex3.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 259). 6
 Warning misc FinalParameters Parameter timex3id should be final. 44
 Warning misc FinalParameters Parameter type should be final. 44
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 45
 Warning sizes LineLength Line is longer than 100 characters (found 101). 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 92
 Warning misc FinalParameters Parameter id should be final. 96
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 104
 Warning misc FinalParameters Parameter type should be final. 104
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 104
 Warning javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning javadoc JavadocMethod Missing a Javadoc comment. 112
 Warning javadoc JavadocMethod Missing a Javadoc comment. 116
 Warning misc FinalParameters Parameter beginPoint should be final. 116
 Warning javadoc JavadocMethod Missing a Javadoc comment. 120
 Warning javadoc JavadocMethod Missing a Javadoc comment. 124
 Warning javadoc JavadocMethod Missing a Javadoc comment. 128
 Warning misc FinalParameters Parameter endPoint should be final. 128
 Warning javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning javadoc JavadocMethod Missing a Javadoc comment. 136
 Warning javadoc JavadocMethod Missing a Javadoc comment. 140
 Warning misc FinalParameters Parameter freq should be final. 140
 Warning javadoc JavadocMethod Missing a Javadoc comment. 144
 Warning javadoc JavadocMethod Missing a Javadoc comment. 148
 Warning javadoc JavadocMethod Missing a Javadoc comment. 152
 Warning misc FinalParameters Parameter quant should be final. 152
 Warning javadoc JavadocMethod Missing a Javadoc comment. 156
 Warning javadoc JavadocMethod Missing a Javadoc comment. 160
 Warning javadoc JavadocMethod Missing a Javadoc comment. 164
 Warning misc FinalParameters Parameter functionInDocument should be final. 164
 Warning javadoc JavadocMethod Missing a Javadoc comment. 168
 Warning javadoc JavadocMethod Missing a Javadoc comment. 172
 Warning javadoc JavadocMethod Missing a Javadoc comment. 176
 Warning misc FinalParameters Parameter temporalFunction should be final. 176
 Warning javadoc JavadocMethod Missing a Javadoc comment. 180
 Warning javadoc JavadocMethod Missing a Javadoc comment. 184
 Warning javadoc JavadocMethod Missing a Javadoc comment. 188
 Warning misc FinalParameters Parameter value should be final. 188
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 188
 Warning javadoc JavadocMethod Missing a Javadoc comment. 192
 Warning javadoc JavadocMethod Missing a Javadoc comment. 196
 Warning javadoc JavadocMethod Missing a Javadoc comment. 200
 Warning misc FinalParameters Parameter valueFromFunction should be final. 200
 Warning javadoc JavadocMethod Missing a Javadoc comment. 204
 Warning javadoc JavadocMethod Missing a Javadoc comment. 208
 Warning javadoc JavadocMethod Missing a Javadoc comment. 212
 Warning misc FinalParameters Parameter mod should be final. 212
 Warning javadoc JavadocMethod Missing a Javadoc comment. 216
 Warning javadoc JavadocMethod Missing a Javadoc comment. 220
 Warning javadoc JavadocMethod Missing a Javadoc comment. 224
 Warning misc FinalParameters Parameter anchorTimeId should be final. 224
 Warning javadoc JavadocMethod Missing a Javadoc comment. 228
 Warning javadoc JavadocMethod Missing a Javadoc comment. 232
 Warning javadoc JavadocMethod Missing a Javadoc comment. 236
 Warning misc FinalParameters Parameter comment should be final. 236
 Warning javadoc JavadocMethod Missing a Javadoc comment. 240
 Warning javadoc JavadocMethod Missing a Javadoc comment. 244
 Warning javadoc JavadocMethod Missing a Javadoc comment. 248
 Warning misc FinalParameters Parameter span should be final. 248
 Warning javadoc JavadocMethod Missing a Javadoc comment. 252
 Warning misc FinalParameters Parameter span should be final. 252
 Warning sizes LineLength Line is longer than 100 characters (found 132). 263

ixa/kaflib/Topic.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 8
 Warning misc FinalParameters Parameter topicID should be final. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 17
 Warning misc FinalParameters Parameter id should be final. 21

ixa/kaflib/Tree.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 4
 Warning javadoc JavadocStyle Javadoc has empty description section. 6
 Warning javadoc JavadocVariable Missing a Javadoc comment. 9
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 13
 Warning misc FinalParameters Parameter root should be final. 15
 Warning misc FinalParameters Parameter root should be final. 19
 Warning misc FinalParameters Parameter sentence should be final. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning misc FinalParameters Parameter root should be final. 28
 Warning misc FinalParameters Parameter parOut should be final. 37
 Warning misc FinalParameters Parameter kaf should be final. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning sizes LineLength Line is longer than 100 characters (found 101). 45
 Warning misc FinalParameters Parameter parOut should be final. 45
 Warning misc FinalParameters Parameter kaf should be final. 45
 Warning misc FinalParameters Parameter sentence should be final. 45
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 46
 Warning coding FinalLocalVariable Variable 'parMatching' should be declared final. 48
 Warning coding FinalLocalVariable Variable 'termMatching' should be declared final. 49
 Warning coding FinalLocalVariable Variable 'trees' should be declared final. 54
 Warning coding FinalLocalVariable Variable 'end' should be declared final. 57
 Warning sizes LineLength Line is longer than 100 characters (found 108). 58
 Warning coding FinalLocalVariable Variable 'root' should be declared final. 58
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 58
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 58
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 58
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 58
 Warning misc FinalParameters Parameter parOut should be final. 64
 Warning coding FinalLocalVariable Variable 'tokens' should be declared final. 65
 Warning coding FinalLocalVariable Variable 'length' should be declared final. 67
 Warning coding FinalLocalVariable Variable 'nextChar' should be declared final. 70
 Warning blocks RightCurly '}' should be on the same line. 77
 Warning blocks RightCurly '}' should be on the same line. 84
 Warning blocks RightCurly '}' should be on the same line. 90
 Warning misc FinalParameters Parameter tokens should be final. 98
 Warning coding FinalLocalVariable Variable 'indexes' should be declared final. 99
 Warning coding FinalLocalVariable Variable 'stack' should be declared final. 100
 Warning blocks RightCurly '}' should be on the same line. 105
 Warning sizes LineLength Line is longer than 100 characters (found 106). 114
 Warning misc FinalParameters Parameter tokens should be final. 114
 Warning misc FinalParameters Parameter terms should be final. 114
 Warning coding FinalLocalVariable Variable 'mapping' should be declared final. 115
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 117
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 117
 Warning whitespace WhitespaceAround '<' is not preceded with whitespace. 117
 Warning whitespace WhitespaceAround '<' is not followed by whitespace. 117
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 119
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 119
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 119
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 119
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 123
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 123
 Warning blocks RightCurly '}' should be on the same line. 128
 Warning blocks RightCurly '}' should be on the same line. 131
 Warning regexp RegexpSingleline Line has trailing spaces. 132
 Warning blocks RightCurly '}' should be on the same line. 134
 Warning regexp RegexpSingleline Line has trailing spaces. 135
 Warning blocks RightCurly '}' should be on the same line. 137
 Warning blocks RightCurly '}' should be on the same line. 140
 Warning regexp RegexpSingleline Line has trailing spaces. 145
 Warning regexp RegexpSingleline Line has trailing spaces. 147
 Warning blocks RightCurly '}' should be on the same line. 149
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 152
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 152
 Warning blocks RightCurly '}' should be on the same line. 154
 Warning sizes LineLength Line is longer than 100 characters (found 178). 166
 Warning sizes LineLength Line is longer than 100 characters (found 145). 167
 Warning sizes LineLength Line is longer than 100 characters (found 178). 176
 Warning misc FinalParameters Parameter tokens should be final. 176
 Warning misc FinalParameters Parameter start should be final. 176
 Warning misc FinalParameters Parameter end should be final. 176
 Warning misc FinalParameters Parameter parenthesesMap should be final. 176
 Warning misc FinalParameters Parameter termMap should be final. 176
 Warning misc FinalParameters Parameter kaf should be final. 176
 Warning coding FinalLocalVariable Variable 'isHead' should be declared final. 178
 Warning coding FinalLocalVariable Variable 'nt' should be declared final. 182
 Warning coding FinalLocalVariable Variable 't' should be declared final. 187
 Warning whitespace WhitespaceAround 'catch' is not followed by whitespace. 190
 Warning blocks EmptyBlock Empty catch block. 190
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 190
 Warning blocks RightCurly '}' should be on the same line. 191
 Warning coding FinalLocalVariable Variable 'subParEnd' should be declared final. 195
 Warning sizes LineLength Line is longer than 100 characters (found 111). 196
 Warning coding FinalLocalVariable Variable 'nnt' should be declared final. 196
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 196
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 196
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 196
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 196
 Warning whitespace WhitespaceAround 'catch' is not followed by whitespace. 199
 Warning blocks EmptyBlock Empty catch block. 199
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 199
 Warning misc FinalParameters Parameter token should be final. 206
 Warning misc FinalParameters Parameter term should be final. 206
 Warning misc FinalParameters Parameter kaf should be final. 206
 Warning coding FinalLocalVariable Variable 'span' should be declared final. 207
 Warning misc FinalParameters Parameter tokens should be final. 212
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 214
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 214
 Warning whitespace WhitespaceAround '<' is not preceded with whitespace. 214
 Warning whitespace WhitespaceAround '<' is not followed by whitespace. 214
 Warning whitespace WhitespaceAround '>' is not preceded with whitespace. 216
 Warning whitespace WhitespaceAround '>' is not followed by whitespace. 216
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 216
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 216
 Warning blocks RightCurly '}' should be on the same line. 218
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 219
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 219
 Warning blocks RightCurly '}' should be on the same line. 223
 Warning whitespace WhitespaceAround '<' is not preceded with whitespace. 225
 Warning whitespace WhitespaceAround '<' is not followed by whitespace. 225
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 225
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 225
 Warning blocks RightCurly '}' should be on the same line. 229
 Warning whitespace WhitespaceAround '==' is not preceded with whitespace. 231
 Warning whitespace WhitespaceAround '==' is not followed by whitespace. 231
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 231
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 231
 Warning blocks RightCurly '}' should be on the same line. 233
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 234
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 234
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 234
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 234
 Warning blocks RightCurly '}' should be on the same line. 236
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 237
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 237
 Warning blocks RightCurly '}' should be on the same line. 239
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 240
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 240
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 240
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 240
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 246
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 246
 Warning misc FinalParameters Parameter token should be final. 250
 Warning misc FinalParameters Parameter tokens should be final. 254
 Warning misc FinalParameters Parameter ind should be final. 254
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 256
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 256
 Warning coding UnnecessaryParentheses Unnecessary parentheses around assignment right-hand side. 256
 Warning whitespace WhitespaceAround '<' is not preceded with whitespace. 256
 Warning whitespace WhitespaceAround '<' is not followed by whitespace. 256
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 256
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 256
 Warning whitespace WhitespaceAround '<' is not preceded with whitespace. 256
 Warning whitespace WhitespaceAround '<' is not followed by whitespace. 256
 Warning whitespace WhitespaceAround '>' is not preceded with whitespace. 256
 Warning whitespace WhitespaceAround '>' is not followed by whitespace. 256
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 256
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 256
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 256
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 256
 Warning whitespace WhitespaceAround '+' is not preceded with whitespace. 256
 Warning whitespace WhitespaceAround '+' is not followed by whitespace. 256
 Warning misc FinalParameters Parameter tag should be final. 269
 Warning misc FinalParameters Parameter tag should be final. 273

ixa/kaflib/TreeNode.java

Severity Category Rule Message Line
 Warning javadoc JavadocType Missing a Javadoc comment. 6
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning misc FinalParameters Parameter id should be final. 20
 Warning misc FinalParameters Parameter head should be final. 20
 Warning misc FinalParameters Parameter isTerminal should be final. 20
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning misc FinalParameters Parameter id should be final. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning misc FinalParameters Parameter edgeId should be final. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning misc FinalParameters Parameter head should be final. 50
 Warning javadoc JavadocMethod Missing a Javadoc comment. 54
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60

ixa/kaflib/WF.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning whitespace FileTabCharacter File contains tab characters (this is the first instance). 8
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 8
 Warning sizes LineLength Line is longer than 100 characters (found 106). 30
 Warning misc FinalParameters Parameter annotationContainer should be final. 36
 Warning misc FinalParameters Parameter wid should be final. 36
 Warning misc FinalParameters Parameter form should be final. 36
 Warning misc FinalParameters Parameter sent should be final. 36
 Warning misc FinalParameters Parameter wf should be final. 47
 Warning misc FinalParameters Parameter annotationContainer should be final. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning misc FinalParameters Parameter wid should be final. 63
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning misc FinalParameters Parameter sent should be final. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 83
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87
 Warning javadoc JavadocMethod Missing a Javadoc comment. 91
 Warning misc FinalParameters Parameter para should be final. 91
 Warning javadoc JavadocMethod Missing a Javadoc comment. 96
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 104
 Warning misc FinalParameters Parameter page should be final. 104
 Warning javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning javadoc JavadocMethod Missing a Javadoc comment. 112
 Warning javadoc JavadocMethod Missing a Javadoc comment. 116
 Warning misc FinalParameters Parameter offset should be final. 116
 Warning javadoc JavadocMethod Missing a Javadoc comment. 120
 Warning javadoc JavadocMethod Missing a Javadoc comment. 124
 Warning javadoc JavadocMethod Missing a Javadoc comment. 128
 Warning misc FinalParameters Parameter length should be final. 128
 Warning javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning javadoc JavadocMethod Missing a Javadoc comment. 136
 Warning javadoc JavadocMethod Missing a Javadoc comment. 140
 Warning misc FinalParameters Parameter xpath should be final. 140
 Warning javadoc JavadocMethod Missing a Javadoc comment. 144
 Warning javadoc JavadocMethod Missing a Javadoc comment. 148
 Warning misc FinalParameters Parameter form should be final. 148
 Warning javadoc JavadocVariable Missing a Javadoc comment. 159
 Warning regexp RegexpSingleline Line has trailing spaces. 160
 Warning misc FinalParameters Parameter first should be final. 162
 Warning misc FinalParameters Parameter second should be final. 162
 Warning regexp RegexpSingleline Line has trailing spaces. 165

Back to top

Last Published: 2022/02/04.

Reflow Maven skin by Andrius Velykis.

Data and Knowledge Management tools