Checkstyle Results
The following document contains the results of Checkstyle 5.8 with file:////tmp/pikes/src/settings/checkstyle.xml ruleset.
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. |