Checkstyle Results
The following document contains the results of Checkstyle 5.8 with file:////Users/alessio/Documents/scripts/knowledgestore/src/settings/checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
260 | 0 | 5934 | 3 |
Details
eu/fbk/knowledgestore/AbstractKnowledgeStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
eu/fbk/knowledgestore/AbstractSession.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.Operation.*' should be separated from previous imports. | 4 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - eu.fbk.knowledgestore.Operation.*. | 4 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - eu.fbk.knowledgestore.data.*. | 6 |
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.Statement' import. | 9 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 16 |
Warning | imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 17 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 18 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 103 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 662 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 138). | 668 |
Warning | misc | FinalParameters | Parameter timeout should be final. | 668 |
Warning | misc | FinalParameters | Parameter statements should be final. | 668 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 138). | 691 |
Warning | misc | FinalParameters | Parameter timeout should be final. | 691 |
Warning | misc | FinalParameters | Parameter statements should be final. | 691 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 745 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 751 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 755 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 760 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 765 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 768 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 771 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 774 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 779 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 783 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 787 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 792 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 796 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 800 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 804 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 125). | 805 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 807 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 808 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 810 |
eu/fbk/knowledgestore/ForwardingKnowledgeStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
eu/fbk/knowledgestore/ForwardingSession.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
eu/fbk/knowledgestore/Operation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 332 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 373 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 378 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 388 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 405 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 409 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 415 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 422 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 428 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 432 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 437 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 446 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 465 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 485 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 489 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 495 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 502 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 508 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 512 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 519 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 523 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 529 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 534 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 539 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 544 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 551 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 558 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 574 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 579 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 585 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 593 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 598 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 603 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 609 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 619 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 636 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 641 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 647 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 651 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 658 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 664 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 668 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 673 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 679 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 685 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 701 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 720 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 724 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 730 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 737 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 743 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 747 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 752 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 757 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 761 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 768 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 774 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 779 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 786 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 792 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 799 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 809 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 826 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 830 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 836 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 843 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 849 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 853 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 858 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 862 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 867 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 873 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 879 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 893 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 910 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 915 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 926 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 934 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 942 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 947 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 960 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 965 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 976 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 984 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 998 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1003 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1007 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1012 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 1013 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1018 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1022 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 124). | 1023 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 1028 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1033 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1037 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1042 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 1043 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1048 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1052 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 124). | 1053 |
Warning | coding | FinalLocalVariable | Variable 'arg' should be declared final. | 1255 |
eu/fbk/knowledgestore/RecordTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
eu/fbk/knowledgestore/Session.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - eu.fbk.knowledgestore.Operation.*. | 3 |
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.URI' import. | 8 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 10 |
Warning | imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
eu/fbk/knowledgestore/XPathTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 27 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
eu/fbk/knowledgestore/client/Client.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.AbstractKnowledgeStore' should be separated from previous imports. | 13 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - eu.fbk.knowledgestore.data.*. | 18 |
Warning | imports | ImportOrder | Wrong order for 'org.apache.http.client.config.RequestConfig' import. | 24 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 47 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.ws.rs.core.*. | 58 |
Warning | imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 59 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 70 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 120 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 128 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 138 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 133). | 466 |
Warning | misc | FinalParameters | Parameter timeout should be final. | 466 |
Warning | misc | FinalParameters | Parameter statements should be final. | 466 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 170). | 468 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 175). | 469 |
Warning | coding | FinalLocalVariable | Variable 'entityEntity' should be declared final. | 469 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 125). | 470 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 133). | 474 |
Warning | misc | FinalParameters | Parameter timeout should be final. | 474 |
Warning | misc | FinalParameters | Parameter statements should be final. | 474 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 170). | 476 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 175). | 477 |
Warning | coding | FinalLocalVariable | Variable 'entityEntity' should be declared final. | 477 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 125). | 478 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 676 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 680 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 706 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 711 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 716 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 721 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 726 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 731 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 736 |
eu/fbk/knowledgestore/client/ClientExample.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
eu/fbk/knowledgestore/client/ClientSparqlTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.impl.StatementImpl' import. | 5 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 9 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 16 |
eu/fbk/knowledgestore/client/ClientStressTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
eu/fbk/knowledgestore/client/KnowledgeStoreClientTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
eu/fbk/knowledgestore/client/ProxyConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
eu/fbk/knowledgestore/data/Data.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.base.*. | 3 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.collect.*. | 5 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.primitives.*. | 9 |
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.internal.Util' should be separated from previous imports. | 11 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.openrdf.model.*. | 14 |
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.*' import. | 14 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 18 |
Warning | imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 28 |
Warning | blocks | EmptyBlock | Must have at least one statement. | 1111 |
eu/fbk/knowledgestore/data/DataTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
eu/fbk/knowledgestore/data/Dictionary.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
eu/fbk/knowledgestore/data/Representation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | FinalLocalVariable | Variable 'bytes' should be declared final. | 179 |
eu/fbk/knowledgestore/data/Serializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
eu/fbk/knowledgestore/data/SerializerTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
eu/fbk/knowledgestore/data/Smaz.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 34 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 79 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 125 |
Warning | coding | InnerAssignment | Inner assignments should be avoided. | 127 |
Warning | coding | ModifiedControlVariable | Control variable 'i' is modified. | 228 |
Warning | coding | ModifiedControlVariable | Control variable 'i' is modified. | 230 |
Warning | coding | ModifiedControlVariable | Control variable 'i' is modified. | 234 |
eu/fbk/knowledgestore/data/Stream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | FileLength | File length is 2,214 lines (max allowed is 2,000). | 1 |
Warning | annotation | AnnotationUseStyle | Annotation style must be 'COMPACT_NO_ARRAY'. | 2179 |
eu/fbk/knowledgestore/data/XPath.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1353 |
eu/fbk/knowledgestore/datastore/AbstractDataStoreTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
eu/fbk/knowledgestore/datastore/DataStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
eu/fbk/knowledgestore/datastore/MySQLDataStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.data.Record' should be separated from previous imports. | 6 |
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.URI' import. | 11 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 15 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 16 |
Warning | imports | ImportOrder | Wrong order for 'java.io.*' import. | 16 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 17 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 18 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'dataSource' must be private and have accessor methods. | 35 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | misc | FinalParameters | Parameter host should be final. | 38 |
Warning | misc | FinalParameters | Parameter username should be final. | 38 |
Warning | misc | FinalParameters | Parameter password should be final. | 38 |
Warning | misc | FinalParameters | Parameter databaseName should be final. | 38 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 69 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 161). | 74 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 74 |
Warning | naming | ConstantName | Name 'insertQuery' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 75 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 75 |
Warning | naming | ConstantName | Name 'selectQuery' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 |
Warning | naming | ConstantName | Name 'deleteQuery' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 77 |
Warning | naming | ConstantName | Name 'countQuery' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 78 |
Warning | naming | ConstantName | Name 'selectAllQuery' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Warning | misc | FinalParameters | Parameter readOnly should be final. | 82 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 87 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 121). | 88 |
Warning | misc | FinalParameters | Parameter dbUser should be final. | 93 |
Warning | misc | FinalParameters | Parameter dbPass should be final. | 93 |
Warning | misc | FinalParameters | Parameter type should be final. | 97 |
Warning | blocks | RightCurly | '}' should be on the same line. | 100 |
Warning | misc | FinalParameters | Parameter record should be final. | 107 |
Warning | misc | FinalParameters | Parameter bytes should be final. | 124 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 181). | 145 |
Warning | misc | FinalParameters | Parameter type should be final. | 145 |
Warning | misc | FinalParameters | Parameter ids should be final. | 145 |
Warning | misc | FinalParameters | Parameter properties should be final. | 145 |
Warning | coding | FinalLocalVariable | Variable 'tableName' should be declared final. | 146 |
Warning | coding | FinalLocalVariable | Variable 'returns' should be declared final. | 147 |
Warning | coding | FinalLocalVariable | Variable 'query' should be declared final. | 158 |
Warning | coding | FinalLocalVariable | Variable 'stmt' should be declared final. | 160 |
Warning | coding | FinalLocalVariable | Variable 'set' should be declared final. | 163 |
Warning | coding | FinalLocalVariable | Variable 'r' should be declared final. | 166 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 186). | 182 |
Warning | misc | FinalParameters | Parameter type should be final. | 182 |
Warning | misc | FinalParameters | Parameter condition should be final. | 182 |
Warning | misc | FinalParameters | Parameter properties should be final. | 182 |
Warning | coding | FinalLocalVariable | Variable 'tableName' should be declared final. | 183 |
Warning | coding | FinalLocalVariable | Variable 'returns' should be declared final. | 184 |
Warning | coding | FinalLocalVariable | Variable 'query' should be declared final. | 187 |
Warning | coding | FinalLocalVariable | Variable 'statement' should be declared final. | 190 |
Warning | coding | FinalLocalVariable | Variable 'resultSet' should be declared final. | 191 |
Warning | coding | FinalLocalVariable | Variable 'r' should be declared final. | 194 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 132). | 212 |
Warning | misc | FinalParameters | Parameter type should be final. | 212 |
Warning | misc | FinalParameters | Parameter condition should be final. | 212 |
Warning | coding | FinalLocalVariable | Variable 'tableName' should be declared final. | 213 |
Warning | coding | FinalLocalVariable | Variable 'query' should be declared final. | 215 |
Warning | coding | FinalLocalVariable | Variable 'statement' should be declared final. | 218 |
Warning | coding | FinalLocalVariable | Variable 'resultSet' should be declared final. | 219 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 162). | 232 |
Warning | misc | FinalParameters | Parameter conditions should be final. | 232 |
Warning | misc | FinalParameters | Parameter ids should be final. | 232 |
Warning | misc | FinalParameters | Parameter properties should be final. | 232 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 233 |
Warning | misc | FinalParameters | Parameter type should be final. | 237 |
Warning | misc | FinalParameters | Parameter record should be final. | 237 |
Warning | misc | FinalParameters | Parameter type should be final. | 263 |
Warning | misc | FinalParameters | Parameter id should be final. | 263 |
Warning | coding | FinalLocalVariable | Variable 'tableName' should be declared final. | 264 |
Warning | coding | FinalLocalVariable | Variable 'query' should be declared final. | 274 |
Warning | coding | FinalLocalVariable | Variable 'stmt' should be declared final. | 276 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 285 |
Warning | misc | FinalParameters | Parameter commit should be final. | 285 |
Warning | blocks | RightCurly | '}' should be on the same line. | 292 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 304 |
Warning | misc | FinalParameters | Parameter readOnly should be final. | 304 |
eu/fbk/knowledgestore/datastore/MySQLDataStoreTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | RedundantImport | Redundant import from the same package - eu.fbk.knowledgestore.datastore.AbstractDataStoreTest. | 6 |
Warning | imports | RedundantImport | Redundant import from the same package - eu.fbk.knowledgestore.datastore.DataStore. | 7 |
Warning | imports | RedundantImport | Redundant import from the same package - eu.fbk.knowledgestore.datastore.MySQLDataStore. | 8 |
Warning | imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 10 |
Warning | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 13 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Warning | coding | FinalLocalVariable | Variable 's' should be declared final. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Warning | coding | FinalLocalVariable | Variable 'ds' should be declared final. | 36 |
Warning | coding | FinalLocalVariable | Variable 'partialInsertQuery' should be declared final. | 39 |
Warning | coding | FinalLocalVariable | Variable 'con' should be declared final. | 41 |
Warning | coding | FinalLocalVariable | Variable 'stmt' should be declared final. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | coding | FinalLocalVariable | Variable 'ds' should be declared final. | 52 |
Warning | coding | FinalLocalVariable | Variable 'records' should be declared final. | 55 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 56 |
Warning | coding | FinalLocalVariable | Variable 'condition' should be declared final. | 60 |
Warning | coding | FinalLocalVariable | Variable 'cur' should be declared final. | 62 |
eu/fbk/knowledgestore/datastore/SolrDataStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.data.Record' should be separated from previous imports. | 5 |
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.URI' import. | 10 |
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.sql.*. | 16 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 17 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'dataSource' must be private and have accessor methods. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Warning | misc | FinalParameters | Parameter readOnly should be final. | 41 |
Warning | misc | FinalParameters | Parameter dbUser should be final. | 47 |
Warning | misc | FinalParameters | Parameter dbPass should be final. | 47 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 181). | 52 |
Warning | misc | FinalParameters | Parameter type should be final. | 52 |
Warning | misc | FinalParameters | Parameter ids should be final. | 52 |
Warning | misc | FinalParameters | Parameter properties should be final. | 52 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 186). | 90 |
Warning | misc | FinalParameters | Parameter type should be final. | 90 |
Warning | misc | FinalParameters | Parameter condition should be final. | 90 |
Warning | misc | FinalParameters | Parameter properties should be final. | 90 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 132). | 121 |
Warning | misc | FinalParameters | Parameter type should be final. | 121 |
Warning | misc | FinalParameters | Parameter condition should be final. | 121 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 162). | 142 |
Warning | misc | FinalParameters | Parameter conditions should be final. | 142 |
Warning | misc | FinalParameters | Parameter ids should be final. | 142 |
Warning | misc | FinalParameters | Parameter properties should be final. | 142 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 143 |
Warning | misc | FinalParameters | Parameter type should be final. | 147 |
Warning | misc | FinalParameters | Parameter record should be final. | 147 |
Warning | misc | FinalParameters | Parameter type should be final. | 154 |
Warning | misc | FinalParameters | Parameter id should be final. | 154 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 159 |
Warning | misc | FinalParameters | Parameter commit should be final. | 159 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 165 |
Warning | misc | FinalParameters | Parameter readOnly should be final. | 165 |
eu/fbk/knowledgestore/datastore/TripleDataStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 99 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 102 |
eu/fbk/knowledgestore/datastore/hbase/HBaseDataStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 13 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 14 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 15 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 16 |
Warning | design | VisibilityModifier | Variable 'hbaseCfg' must be private and have accessor methods. | 41 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 75 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 76 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 112 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 122 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 134 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 138 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 142 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 146 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 150 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 154 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 158 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 162 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 166 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 170 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 174 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 178 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 182 |
eu/fbk/knowledgestore/datastore/hbase/HBaseDataStoreTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 3 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 27 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Warning | coding | FinalLocalVariable | Variable 'ds' should be declared final. | 41 |
Warning | coding | FinalLocalVariable | Variable 'records' should be declared final. | 44 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 45 |
Warning | coding | FinalLocalVariable | Variable 'condition' should be declared final. | 49 |
Warning | coding | FinalLocalVariable | Variable 'cur' should be declared final. | 51 |
eu/fbk/knowledgestore/datastore/hbase/HBaseDataTransaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants.DEFAULT_CON_FAM_NAME' import. | 6 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 |
Warning | misc | FinalParameters | Parameter pHbaseUtils should be final. | 57 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Warning | misc | FinalParameters | Parameter record should be final. | 63 |
Warning | modifier | ModifierOrder | '@Nullable' annotation modifier does not preceed non-annotation modifiers. | 74 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 81 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 82 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 84 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 87 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 90 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 93 |
Warning | misc | FinalParameters | Parameter type should be final. | 135 |
Warning | misc | FinalParameters | Parameter condition should be final. | 135 |
Warning | misc | FinalParameters | Parameter commit should be final. | 243 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 247 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 251 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 258 |
Warning | misc | FinalParameters | Parameter logger should be final. | 261 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 265 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 272 |
Warning | misc | FinalParameters | Parameter hbaseUtils should be final. | 275 |
eu/fbk/knowledgestore/datastore/hbase/HBaseDataTransactionTester.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 10 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 16 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 63 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 64 |
Warning | naming | StaticVariableName | Name 'OmidMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Warning | misc | FinalParameters | Parameter readOnly should be final. | 93 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'readOnly'. | 93 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 105 |
Warning | whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 119 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 219 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 226 |
Warning | coding | FinalLocalVariable | Variable 'str' should be declared final. | 227 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 255 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 255 |
Warning | misc | FinalParameters | Parameter dataTran should be final. | 255 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 267 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 267 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 267 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 268 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 286 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 286 |
Warning | misc | FinalParameters | Parameter tem should be final. | 286 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 288 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 135). | 289 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 294 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 298 |
Warning | misc | FinalParameters | Parameter maxRecords should be final. | 371 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 373 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 378 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 382 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 384 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 449 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 451 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 452 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 459 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 472 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 474 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 533 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 123). | 535 |
Warning | coding | FinalLocalVariable | Variable 'cond' should be declared final. | 536 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 541 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 545 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 547 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 565 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 613 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 619 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 623 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 625 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 652 |
Warning | coding | FinalLocalVariable | Variable 'ids' should be declared final. | 656 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 659 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 661 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 703 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 112). | 705 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 710 |
Warning | coding | FinalLocalVariable | Variable 'r' should be declared final. | 714 |
Warning | coding | FinalLocalVariable | Variable 'uriID' should be declared final. | 715 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 720 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 721 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 730 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 748 |
Warning | coding | FinalLocalVariable | Variable 'r' should be declared final. | 752 |
Warning | coding | FinalLocalVariable | Variable 'uriID' should be declared final. | 753 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 757 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 758 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 767 |
Warning | misc | FinalParameters | Parameter maxRecords should be final. | 778 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 780 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 785 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 789 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 791 |
Warning | naming | MethodName | Name 'onceRetrieveRowsInTable_IdOnly' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 823 |
Warning | misc | FinalParameters | Parameter maxRecords should be final. | 823 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 825 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 830 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 834 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 836 |
Warning | misc | FinalParameters | Parameter options should be final. | 868 |
Warning | naming | LocalVariableName | Name 'WIDTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 869 |
Warning | coding | FinalLocalVariable | Variable 'WIDTH' should be declared final. | 869 |
Warning | coding | FinalLocalVariable | Variable 'className' should be declared final. | 874 |
Warning | coding | FinalLocalVariable | Variable 'cmdLineSyntax' should be declared final. | 875 |
Warning | coding | FinalLocalVariable | Variable 'header' should be declared final. | 876 |
Warning | coding | FinalLocalVariable | Variable 'footer' should be declared final. | 877 |
Warning | sizes | MethodLength | Method length is 212 lines (max allowed is 150). | 895 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 895 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 896 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 899 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 123). | 902 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 147). | 904 |
Warning | coding | FinalLocalVariable | Variable 'cl' should be declared final. | 906 |
Warning | coding | FinalLocalVariable | Variable 'value' should be declared final. | 928 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 936 |
Warning | coding | FinalLocalVariable | Variable 'leftArgs' should be declared final. | 942 |
Warning | coding | FinalLocalVariable | Variable 'tableName' should be declared final. | 954 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 980 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 992 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1008 |
Warning | coding | FinalLocalVariable | Variable 'conditionString' should be declared final. | 1009 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1021 |
Warning | coding | FinalLocalVariable | Variable 'conditionString' should be declared final. | 1022 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1030 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1041 |
Warning | coding | FinalLocalVariable | Variable 'identifier' should be declared final. | 1042 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1057 |
Warning | coding | FinalLocalVariable | Variable 'identifier' should be declared final. | 1058 |
Warning | coding | FinalLocalVariable | Variable 'newValue' should be declared final. | 1059 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1071 |
Warning | coding | FinalLocalVariable | Variable 'identifier' should be declared final. | 1072 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 1073 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1080 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1092 |
eu/fbk/knowledgestore/datastore/hbase/HBaseLowlevelUtilities.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 20 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 26 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 76 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 77 |
Warning | naming | StaticVariableName | Name 'OmidMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Warning | misc | FinalParameters | Parameter readOnly should be final. | 106 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'readOnly'. | 106 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 121 |
Warning | whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 132 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Warning | misc | FinalParameters | Parameter record should be final. | 232 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 232 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Warning | misc | FinalParameters | Parameter famName should be final. | 233 |
Warning | misc | FinalParameters | Parameter quaName should be final. | 233 |
Warning | misc | FinalParameters | Parameter timestamp should be final. | 233 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 234 |
Warning | coding | FinalLocalVariable | Variable 'hbaseUtils' should be declared final. | 235 |
Warning | coding | FinalLocalVariable | Variable 'hTable' should be declared final. | 236 |
Warning | coding | FinalLocalVariable | Variable 'serializer' should be declared final. | 240 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Warning | misc | FinalParameters | Parameter record should be final. | 253 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 253 |
Warning | misc | FinalParameters | Parameter timestamp should be final. | 253 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 255 |
Warning | coding | FinalLocalVariable | Variable 'hbaseUtils' should be declared final. | 256 |
Warning | coding | FinalLocalVariable | Variable 'hTable' should be declared final. | 257 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 266 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 268 |
Warning | coding | FinalLocalVariable | Variable 'hbaseUtils' should be declared final. | 269 |
Warning | coding | FinalLocalVariable | Variable 'admin' should be declared final. | 270 |
Warning | misc | FinalParameters | Parameter r should be final. | 280 |
Warning | misc | FinalParameters | Parameter t should be final. | 280 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 294 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 294 |
Warning | misc | FinalParameters | Parameter famName should be final. | 294 |
Warning | misc | FinalParameters | Parameter quaName should be final. | 294 |
Warning | misc | FinalParameters | Parameter id should be final. | 294 |
Warning | coding | FinalLocalVariable | Variable 'hbaseUtils' should be declared final. | 297 |
Warning | coding | FinalLocalVariable | Variable 'hTable' should be declared final. | 298 |
Warning | coding | FinalLocalVariable | Variable 'get' should be declared final. | 300 |
Warning | coding | FinalLocalVariable | Variable 'rs' should be declared final. | 301 |
Warning | coding | FinalLocalVariable | Variable 'record' should be declared final. | 306 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 307 |
Warning | coding | FinalLocalVariable | Variable 'timestamp' should be declared final. | 307 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 313 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 313 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 313 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 314 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 331 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 331 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 332 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 349 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 349 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 350 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 365 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 367 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 367 |
Warning | misc | FinalParameters | Parameter dataTran should be final. | 367 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 381 |
Warning | misc | FinalParameters | Parameter timestamp should be final. | 387 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 389 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 400 |
Warning | coding | FinalLocalVariable | Variable 'famName' should be declared final. | 401 |
Warning | coding | FinalLocalVariable | Variable 'quaName' should be declared final. | 402 |
Warning | whitespace | NoWhitespaceAfter | '.' is followed by whitespace. | 402 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 407 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 411 |
Warning | coding | FinalLocalVariable | Variable 'cur' should be declared final. | 413 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 426 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 439 |
Warning | misc | FinalParameters | Parameter timestamp should be final. | 439 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 125). | 441 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 452 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 457 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 461 |
Warning | coding | FinalLocalVariable | Variable 'cur' should be declared final. | 464 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 489 |
Warning | misc | FinalParameters | Parameter timestamp1 should be final. | 489 |
Warning | misc | FinalParameters | Parameter timestamp2 should be final. | 489 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 155). | 491 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 502 |
Warning | coding | FinalLocalVariable | Variable 'famName' should be declared final. | 503 |
Warning | coding | FinalLocalVariable | Variable 'quaName' should be declared final. | 504 |
Warning | whitespace | NoWhitespaceAfter | '.' is followed by whitespace. | 504 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 509 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 513 |
Warning | coding | FinalLocalVariable | Variable 'cur' should be declared final. | 516 |
Warning | coding | FinalLocalVariable | Variable 'famName' should be declared final. | 555 |
Warning | coding | FinalLocalVariable | Variable 'quaName' should be declared final. | 556 |
Warning | whitespace | NoWhitespaceAfter | '.' is followed by whitespace. | 556 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 561 |
Warning | coding | FinalLocalVariable | Variable 'dataTran' should be declared final. | 565 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 566 |
Warning | coding | FinalLocalVariable | Variable 'record' should be declared final. | 578 |
Warning | coding | FinalLocalVariable | Variable 'timestamp' should be declared final. | 579 |
Warning | coding | FinalLocalVariable | Variable 'str' should be declared final. | 581 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 588 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 594 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 602 |
Warning | coding | FinalLocalVariable | Variable 'famName' should be declared final. | 603 |
Warning | coding | FinalLocalVariable | Variable 'quaName' should be declared final. | 604 |
Warning | whitespace | NoWhitespaceAfter | '.' is followed by whitespace. | 604 |
Warning | coding | FinalLocalVariable | Variable 'id' should be declared final. | 616 |
Warning | coding | FinalLocalVariable | Variable 'tr' should be declared final. | 628 |
Warning | naming | LocalVariableName | Name 'VCTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 629 |
Warning | coding | FinalLocalVariable | Variable 'VCTS' should be declared final. | 629 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 635 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 637 |
Warning | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 637 |
Warning | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 637 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 637 |
Warning | coding | FinalLocalVariable | Variable 'type' should be declared final. | 681 |
Warning | coding | FinalLocalVariable | Variable 'famName' should be declared final. | 682 |
Warning | coding | FinalLocalVariable | Variable 'quaName' should be declared final. | 683 |
Warning | whitespace | NoWhitespaceAfter | '.' is followed by whitespace. | 683 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 688 |
Warning | coding | FinalLocalVariable | Variable 'tsMap' should be declared final. | 691 |
Warning | coding | FinalLocalVariable | Variable 'scan' should be declared final. | 695 |
Warning | coding | FinalLocalVariable | Variable 'scanner' should be declared final. | 696 |
Warning | blocks | LeftCurly | '{' should have line break after. | 707 |
Warning | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 707 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 707 |
Warning | blocks | RightCurly | '}' should have line break before. | 707 |
Warning | coding | FinalLocalVariable | Variable 'str' should be declared final. | 718 |
Warning | coding | FinalLocalVariable | Variable 'key' should be declared final. | 720 |
Warning | coding | FinalLocalVariable | Variable 'value' should be declared final. | 721 |
Warning | misc | FinalParameters | Parameter options should be final. | 735 |
Warning | naming | LocalVariableName | Name 'WIDTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 736 |
Warning | coding | FinalLocalVariable | Variable 'WIDTH' should be declared final. | 736 |
Warning | coding | FinalLocalVariable | Variable 'className' should be declared final. | 741 |
Warning | coding | FinalLocalVariable | Variable 'cmdLineSyntax' should be declared final. | 742 |
Warning | coding | FinalLocalVariable | Variable 'header' should be declared final. | 743 |
Warning | coding | FinalLocalVariable | Variable 'footer' should be declared final. | 744 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 127). | 747 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 758 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 759 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 123). | 763 |
Warning | coding | FinalLocalVariable | Variable 'cl' should be declared final. | 766 |
Warning | coding | FinalLocalVariable | Variable 'leftArgs' should be declared final. | 780 |
Warning | coding | FinalLocalVariable | Variable 'tableName' should be declared final. | 792 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 814 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 831 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 844 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 845 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 850 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 869 |
Warning | coding | FinalLocalVariable | Variable 'id' should be declared final. | 870 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 877 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 884 |
eu/fbk/knowledgestore/datastore/hbase/HBaseScanIterator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
eu/fbk/knowledgestore/datastore/hbase/exception/DataTransactionBlockingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 7 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 20 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 127). | 21 |
eu/fbk/knowledgestore/datastore/hbase/utils/AbstractHBaseUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 5 |
Warning | imports | ImportOrder | Wrong order for 'java.lang.Integer.MAX_VALUE' import. | 8 |
Warning | design | VisibilityModifier | Variable 'logger' must be private and have accessor methods. | 43 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'xmlConf'. | 55 |
Warning | misc | FinalParameters | Parameter properties should be final. | 57 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'properties'. | 57 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | misc | FinalParameters | Parameter properties should be final. | 61 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'tableName'. | 103 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'ops'. | 104 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'conf'. | 105 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'isPut'. | 106 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'tabName'. | 108 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'famName'. | 109 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'quaName'. | 109 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'record'. | 113 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'conf'. | 117 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'id'. | 119 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 128 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 129 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 136 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'tableName'. | 136 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 146 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 147 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 154 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'objs'. | 154 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 158 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'type'. | 161 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'tableName'. | 170 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'familyName'. | 170 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 194 |
Warning | misc | FinalParameters | Parameter condition should be final. | 203 |
Warning | misc | FinalParameters | Parameter passAll should be final. | 203 |
Warning | misc | FinalParameters | Parameter famNames should be final. | 204 |
Warning | misc | FinalParameters | Parameter qualNames should be final. | 204 |
Warning | misc | FinalParameters | Parameter params should be final. | 204 |
Warning | coding | FinalLocalVariable | Variable 'list' should be declared final. | 205 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around identifier 'passAll'. | 205 |
Warning | whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 205 |
Warning | whitespace | WhitespaceAround | '?' is not followed by whitespace. | 205 |
Warning | whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 205 |
Warning | whitespace | OperatorWrap | ':' should be on a new line. | 205 |
Warning | whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 207 |
Warning | coding | FinalLocalVariable | Variable 'filterTmp' should be declared final. | 208 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 219 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'conf'. | 225 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 229 |
Warning | misc | FinalParameters | Parameter famName should be final. | 229 |
Warning | misc | FinalParameters | Parameter startKey should be final. | 230 |
Warning | misc | FinalParameters | Parameter endKey should be final. | 230 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 230 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 231 |
Warning | coding | FinalLocalVariable | Variable 'scan' should be declared final. | 232 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 242 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 250 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 250 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'tableName'. | 250 |
Warning | misc | FinalParameters | Parameter famName should be final. | 251 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'famName'. | 251 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 251 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 255 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 260 |
Warning | misc | FinalParameters | Parameter record should be final. | 260 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'record'. | 260 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 260 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'tableName'. | 260 |
Warning | misc | FinalParameters | Parameter famName should be final. | 261 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'famName'. | 261 |
Warning | misc | FinalParameters | Parameter quaName should be final. | 261 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'quaName'. | 261 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 261 |
Warning | coding | FinalLocalVariable | Variable 'tTable' should be declared final. | 262 |
Warning | coding | FinalLocalVariable | Variable 'serializer' should be declared final. | 266 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 276 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 284 |
Warning | misc | FinalParameters | Parameter id should be final. | 284 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'id'. | 284 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 284 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'tableName'. | 284 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 284 |
Warning | coding | FinalLocalVariable | Variable 'tTable' should be declared final. | 286 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 293 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 300 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'logger'. | 301 |
Warning | misc | FinalParameters | Parameter pLogger should be final. | 303 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'pLogger'. | 303 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 307 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Warning | misc | FinalParameters | Parameter tabName should be final. | 313 |
Warning | misc | FinalParameters | Parameter colFamName should be final. | 313 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'colFamName'. | 313 |
Warning | coding | SimplifyBooleanExpression | Expression can be simplified. | 317 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 336 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 342 |
Warning | misc | FinalParameters | Parameter hbcfg should be final. | 345 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
Warning | misc | FinalParameters | Parameter serverFilterFlag should be final. | 349 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 353 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 360 |
Warning | misc | FinalParameters | Parameter serializer should be final. | 360 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 363 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 364 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 370 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 371 |
Warning | misc | FinalParameters | Parameter hbaseTableNamePrefix should be final. | 371 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 374 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 375 |
eu/fbk/knowledgestore/datastore/hbase/utils/AvroSchemasTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
eu/fbk/knowledgestore/datastore/hbase/utils/AvroSerializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 54 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Warning | modifier | ModifierOrder | '@Nullable' annotation modifier does not preceed non-annotation modifiers. | 136 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
eu/fbk/knowledgestore/datastore/hbase/utils/AvroSerializerTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Warning | coding | FinalLocalVariable | Variable 'l1' should be declared final. | 29 |
Warning | coding | FinalLocalVariable | Variable 'bytes' should be declared final. | 31 |
Warning | coding | FinalLocalVariable | Variable 'l2' should be declared final. | 33 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 161). | 41 |
eu/fbk/knowledgestore/datastore/hbase/utils/HBaseConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 6 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 53 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 54 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 55 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 62 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Warning | whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 64 |
Warning | whitespace | WhitespaceAround | '*' is not followed by whitespace. | 64 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
eu/fbk/knowledgestore/datastore/hbase/utils/HBaseFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 19 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 63 |
eu/fbk/knowledgestore/datastore/hbase/utils/HBaseTestUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 18 |
eu/fbk/knowledgestore/datastore/hbase/utils/HBaseUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 43 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 |
Warning | coding | FinalLocalVariable | Variable 'admin' should be declared final. | 52 |
Warning | coding | FinalLocalVariable | Variable 'resources' should be declared final. | 53 |
Warning | blocks | RightCurly | '}' should be alone on a line. | 60 |
Warning | coding | EmptyStatement | Empty statement. | 60 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'conf'. | 84 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 86 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 87 |
Warning | misc | FinalParameters | Parameter scan should be final. | 87 |
Warning | coding | FinalLocalVariable | Variable 'tab' should be declared final. | 89 |
Warning | misc | FinalParameters | Parameter record should be final. | 104 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'record'. | 104 |
Warning | misc | FinalParameters | Parameter tabName should be final. | 104 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'tabName'. | 104 |
Warning | misc | FinalParameters | Parameter famName should be final. | 105 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'famName'. | 105 |
Warning | misc | FinalParameters | Parameter quaName should be final. | 105 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'quaName'. | 105 |
Warning | coding | FinalLocalVariable | Variable 'hTable' should be declared final. | 107 |
Warning | coding | FinalLocalVariable | Variable 'op' should be declared final. | 109 |
Warning | misc | FinalParameters | Parameter id should be final. | 121 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'id'. | 121 |
Warning | misc | FinalParameters | Parameter tabName should be final. | 121 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'tabName'. | 121 |
Warning | misc | FinalParameters | Parameter famName should be final. | 122 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'famName'. | 122 |
Warning | misc | FinalParameters | Parameter quaName should be final. | 122 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'quaName'. | 122 |
Warning | coding | FinalLocalVariable | Variable 'hTable' should be declared final. | 124 |
Warning | coding | FinalLocalVariable | Variable 'op' should be declared final. | 126 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 140 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 141 |
Warning | misc | FinalParameters | Parameter id should be final. | 141 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 141 |
Warning | coding | FinalLocalVariable | Variable 'selTable' should be declared final. | 143 |
Warning | coding | FinalLocalVariable | Variable 'get' should be declared final. | 147 |
Warning | coding | FinalLocalVariable | Variable 'rs' should be declared final. | 148 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 157 |
Warning | misc | FinalParameters | Parameter ids should be final. | 158 |
Warning | coding | FinalLocalVariable | Variable 'selTable' should be declared final. | 160 |
Warning | coding | FinalLocalVariable | Variable 'resGotten' should be declared final. | 161 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 161 |
Warning | coding | FinalLocalVariable | Variable 'gets' should be declared final. | 162 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 162 |
Warning | coding | FinalLocalVariable | Variable 'serializer' should be declared final. | 163 |
Warning | coding | FinalLocalVariable | Variable 'results' should be declared final. | 168 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 180 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 185 |
Warning | misc | FinalParameters | Parameter record should be final. | 186 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'record'. | 186 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 186 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'tableName'. | 186 |
Warning | misc | FinalParameters | Parameter famName should be final. | 187 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'famName'. | 187 |
Warning | misc | FinalParameters | Parameter quaName should be final. | 187 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'quaName'. | 187 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 187 |
Warning | coding | FinalLocalVariable | Variable 'hTable' should be declared final. | 188 |
Warning | coding | FinalLocalVariable | Variable 'serializer' should be declared final. | 192 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 202 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 210 |
Warning | misc | FinalParameters | Parameter id should be final. | 211 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'id'. | 211 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 211 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'tableName'. | 211 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 211 |
Warning | coding | FinalLocalVariable | Variable 'hTable' should be declared final. | 213 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 225 |
Warning | misc | FinalParameters | Parameter objs should be final. | 226 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'objs'. | 226 |
Warning | coding | FinalLocalVariable | Variable 'errors' should be declared final. | 227 |
Warning | whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 229 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 239 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 246 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 247 |
Warning | misc | FinalParameters | Parameter familyName should be final. | 247 |
Warning | misc | FinalParameters | Parameter condition should be final. | 247 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 247 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 250 |
Warning | coding | FinalLocalVariable | Variable 'customConf' should be declared final. | 250 |
Warning | coding | FinalLocalVariable | Variable 'agClient' should be declared final. | 262 |
Warning | coding | FinalLocalVariable | Variable 'tName' should be declared final. | 264 |
Warning | coding | FinalLocalVariable | Variable 'scan' should be declared final. | 266 |
eu/fbk/knowledgestore/datastore/hbase/utils/OmidHBaseUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 3 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 4 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 5 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 6 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'DataCorruptedException'. | 97 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 97 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IllegalStateException'. | 97 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 97 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'DataCorruptedException'. | 113 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 113 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IllegalStateException'. | 113 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 113 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 127 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 128 |
Warning | misc | FinalParameters | Parameter record should be final. | 146 |
Warning | misc | FinalParameters | Parameter tabName should be final. | 146 |
Warning | misc | FinalParameters | Parameter famName should be final. | 147 |
Warning | misc | FinalParameters | Parameter quaName should be final. | 147 |
Warning | coding | FinalLocalVariable | Variable 'tTable' should be declared final. | 149 |
Warning | misc | FinalParameters | Parameter id should be final. | 177 |
Warning | misc | FinalParameters | Parameter tabName should be final. | 177 |
Warning | misc | FinalParameters | Parameter famName should be final. | 178 |
Warning | misc | FinalParameters | Parameter quaName should be final. | 178 |
Warning | coding | FinalLocalVariable | Variable 'tTable' should be declared final. | 180 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 200 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 201 |
Warning | misc | FinalParameters | Parameter id should be final. | 201 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 201 |
Warning | coding | FinalLocalVariable | Variable 'tTable' should be declared final. | 203 |
Warning | coding | FinalLocalVariable | Variable 'get' should be declared final. | 207 |
Warning | coding | FinalLocalVariable | Variable 'rs' should be declared final. | 208 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 217 |
Warning | misc | FinalParameters | Parameter ids should be final. | 218 |
Warning | coding | FinalLocalVariable | Variable 'tTable' should be declared final. | 220 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 220 |
Warning | coding | FinalLocalVariable | Variable 'resGotten' should be declared final. | 221 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 221 |
Warning | coding | FinalLocalVariable | Variable 'gets' should be declared final. | 222 |
Warning | whitespace | MethodParamPad | '(' is preceded with whitespace. | 222 |
Warning | coding | FinalLocalVariable | Variable 'serializer' should be declared final. | 223 |
Warning | coding | FinalLocalVariable | Variable 'results' should be declared final. | 229 |
Warning | misc | FinalParameters | Parameter objs should be final. | 241 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 245 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'scan'. | 252 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 256 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'familyName'. | 257 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 258 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 270 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'conf'. | 274 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 276 |
Warning | misc | FinalParameters | Parameter tableName should be final. | 277 |
Warning | misc | FinalParameters | Parameter scan should be final. | 277 |
Warning | coding | FinalLocalVariable | Variable 'tTable' should be declared final. | 279 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 279 |
eu/fbk/knowledgestore/datastore/hbase/utils/TephraHBaseUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'com.continuuity.tephra.inmemory.InMemoryTransactionManager' import. | 24 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 46 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 122). | 55 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 64 |
Warning | naming | LocalFinalVariableName | Name 'TEPHRA_HOST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Warning | naming | LocalFinalVariableName | Name 'TEPHRA_PORT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 97 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'DataCorruptedException'. | 106 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 106 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IllegalStateException'. | 106 |
Warning | blocks | EmptyBlock | Empty catch block. | 113 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'DataCorruptedException'. | 123 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 123 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IllegalStateException'. | 123 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 141 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 157 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 178 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 190 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 215 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 216 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 217 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 258 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 262 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'scan'. | 269 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 273 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'familyName'. | 274 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 275 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 276 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 288 |
Warning | javadoc | JavadocMethod | Unused @param tag for 'conf'. | 295 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 298 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 300 |
eu/fbk/knowledgestore/distribution/StoreTester.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
eu/fbk/knowledgestore/elastic/DataStoreElastic.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.data.Data' should be separated from previous imports. | 21 |
Warning | imports | ImportOrder | Wrong order for 'org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder' import. | 26 |
Warning | imports | ImportOrder | Wrong order for 'java.io.File' import. | 44 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 47 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 51 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 122). | 53 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Warning | misc | FinalParameters | Parameter path should be final. | 59 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 59 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Warning | coding | FinalLocalVariable | Variable 'addresses' should be declared final. | 69 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 70 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 70 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 75 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 75 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 77 |
Warning | whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 80 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 |
Warning | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 84 |
Warning | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 84 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 90 |
Warning | misc | FinalParameters | Parameter readOnly should be final. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 92 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 128). | 93 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 93 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 125). | 94 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 131). | 102 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 108 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 111 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 111 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 111 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 113 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 118 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Warning | misc | FinalParameters | Parameter indexName should be final. | 124 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 124 |
Warning | coding | FinalLocalVariable | Variable 'request' should be declared final. | 126 |
Warning | coding | FinalLocalVariable | Variable 'response' should be declared final. | 127 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 132 |
Warning | misc | FinalParameters | Parameter client should be final. | 136 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 136 |
Warning | coding | FinalLocalVariable | Variable 'types' should be declared final. | 137 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Warning | coding | FinalLocalVariable | Variable 'weakCompressionPath' should be declared final. | 143 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 144 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 148 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 148 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Warning | coding | FinalLocalVariable | Variable 'jsons' should be declared final. | 150 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 156 |
Warning | coding | FinalLocalVariable | Variable 'parser0' should be declared final. | 156 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 159 |
Warning | coding | FinalLocalVariable | Variable 'parser1' should be declared final. | 159 |
Warning | coding | FinalLocalVariable | Variable 'strongCompressionPath' should be declared final. | 167 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 168 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Warning | coding | FinalLocalVariable | Variable 'startTime' should be declared final. | 177 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 112). | 180 |
Warning | whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 180 |
Warning | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 180 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 182 |
Warning | whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 185 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 185 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 186 |
Warning | coding | FinalLocalVariable | Variable 'request' should be declared final. | 186 |
Warning | coding | FinalLocalVariable | Variable 'response' should be declared final. | 188 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 189 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 189 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 190 |
Warning | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 193 |
Warning | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 193 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 193 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 194 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 196 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 196 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 196 |
Warning | coding | InnerAssignment | Inner assignments should be avoided. | 197 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 201 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Warning | misc | FinalParameters | Parameter req should be final. | 205 |
Warning | misc | FinalParameters | Parameter jsons should be final. | 205 |
Warning | misc | FinalParameters | Parameter types should be final. | 205 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 205 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 206 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 206 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 206 |
Warning | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 206 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 206 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 210 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 211 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 211 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 211 |
Warning | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 211 |
Warning | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 211 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 211 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Warning | misc | FinalParameters | Parameter types should be final. | 216 |
Warning | misc | FinalParameters | Parameter jsons should be final. | 216 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 216 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 218 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 221 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 221 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 221 |
Warning | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 221 |
Warning | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 221 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 221 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 122). | 223 |
Warning | coding | FinalLocalVariable | Variable 'mappingMentionResponse' should be declared final. | 223 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 225 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Warning | misc | FinalParameters | Parameter fileName should be final. | 231 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 231 |
Warning | coding | FinalLocalVariable | Variable 'url' should be declared final. | 233 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 234 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 234 |
Warning | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 237 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 237 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 238 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 240 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 240 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 240 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 244 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Warning | misc | FinalParameters | Parameter map should be final. | 251 |
Warning | misc | FinalParameters | Parameter set should be final. | 251 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 251 |
Warning | coding | FinalLocalVariable | Variable 'propStrings' should be declared final. | 252 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 253 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 253 |
Warning | whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 254 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 254 |
Warning | coding | FinalLocalVariable | Variable 'propUri' should be declared final. | 255 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 255 |
Warning | coding | FinalLocalVariable | Variable 'propNamespace' should be declared final. | 256 |
Warning | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 258 |
Warning | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 258 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 258 |
Warning | coding | FinalLocalVariable | Variable 'value' should be declared final. | 261 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 262 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 262 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 263 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Warning | misc | FinalParameters | Parameter fileName should be final. | 269 |
Warning | misc | FinalParameters | Parameter set should be final. | 269 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 269 |
Warning | coding | FinalLocalVariable | Variable 'url' should be declared final. | 271 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 272 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 272 |
Warning | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 275 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 275 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 276 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 278 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 278 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 278 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 282 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 286 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 286 |
Warning | coding | FinalLocalVariable | Variable 'propUri' should be declared final. | 287 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 287 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Warning | misc | FinalParameters | Parameter map should be final. | 293 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 293 |
Warning | coding | FinalLocalVariable | Variable 'destMap' should be declared final. | 294 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 127). | 297 |
Warning | misc | FinalParameters | Parameter destMap should be final. | 297 |
Warning | misc | FinalParameters | Parameter sourceMap should be final. | 297 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 297 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 298 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 298 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 300 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 300 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 301 |
Warning | whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 303 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 303 |
Warning | coding | FinalLocalVariable | Variable 'uriKey' should be declared final. | 304 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 304 |
Warning | coding | ModifiedControlVariable | Control variable 'key' is modified. | 305 |
Warning | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 307 |
Warning | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 307 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 307 |
eu/fbk/knowledgestore/elastic/DataTransactionElastic.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 299 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 303 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 320 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 326 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | extension | TreeWalker | Got an exception - expecting EOF, found '}' | 337 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 338 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 341 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 358 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 359 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 361 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 367 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 385 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 390 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 403 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 412 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 424 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 429 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 452 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 460 |
eu/fbk/knowledgestore/elastic/ElasticConfigurations.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Warning | imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 28 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 57 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Warning | misc | FinalParameters | Parameter path should be final. | 69 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 69 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 71 |
Warning | coding | FinalLocalVariable | Variable 'url' should be declared final. | 72 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 73 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 73 |
Warning | whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 74 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 76 |
Warning | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 77 |
Warning | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 77 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 77 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 78 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 80 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 80 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 |
Warning | whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 81 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 81 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 89 |
Warning | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 90 |
Warning | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 90 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 90 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 97 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 100 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 103 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 106 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 108 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 115 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 115 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 115 |
Warning | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 115 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Warning | misc | FinalParameters | Parameter addresses should be final. | 138 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 138 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 141 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Warning | coding | FinalLocalVariable | Variable 'res' should be declared final. | 143 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 144 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 144 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 144 |
Warning | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 144 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 144 |
Warning | coding | FinalLocalVariable | Variable 'splitted' should be declared final. | 145 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 154 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 161 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 168 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 175 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 182 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 189 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 196 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 203 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 211 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 218 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 225 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 232 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 235 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 239 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 242 |
eu/fbk/knowledgestore/elastic/MappingHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Warning | imports | ImportOrder | Wrong order for 'org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse' import. | 19 |
Warning | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Warning | misc | FinalParameters | Parameter mappings should be final. | 45 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 45 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 48 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 48 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 49 |
Warning | coding | FinalLocalVariable | Variable 'openMap' should be declared final. | 49 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 50 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 60 |
Warning | misc | FinalParameters | Parameter propName should be final. | 60 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 60 |
Warning | coding | FinalLocalVariable | Variable 'res' should be declared final. | 61 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 62 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Warning | misc | FinalParameters | Parameter map should be final. | 69 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 69 |
Warning | coding | FinalLocalVariable | Variable 'typeMapping' should be declared final. | 70 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 70 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 71 |
Warning | coding | FinalLocalVariable | Variable 'typeMappingValue' should be declared final. | 72 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 72 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 73 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 73 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 73 |
Warning | coding | FinalLocalVariable | Variable 'propertyValueClass' should be declared final. | 74 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 76 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 77 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 77 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 77 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 78 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Warning | misc | FinalParameters | Parameter str should be final. | 88 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 |
Warning | coding | FinalLocalVariable | Variable 'stringClass' should be declared final. | 90 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 90 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 91 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 91 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 123 |
eu/fbk/knowledgestore/elastic/SearchResponseStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'org.elasticsearch.action.search.SearchResponse' import. | 21 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 27 |
Warning | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 31 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 31 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 123). | 45 |
Warning | misc | FinalParameters | Parameter res should be final. | 45 |
Warning | misc | FinalParameters | Parameter client should be final. | 45 |
Warning | misc | FinalParameters | Parameter timeout should be final. | 45 |
Warning | misc | FinalParameters | Parameter mapper should be final. | 45 |
Warning | misc | FinalParameters | Parameter handler should be final. | 45 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 45 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Warning | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 55 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 56 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 59 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 59 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 65 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 |
eu/fbk/knowledgestore/elastic/URIHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | 'org.elasticsearch.action.ShardOperationFailedException' should be separated from previous imports. | 21 |
Warning | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 50 |
Warning | naming | ConstantName | Name 'indexName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
Warning | naming | ConstantName | Name 'extendedURIPropName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
Warning | naming | ConstantName | Name 'scrollTimeOut' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 60 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 122). | 64 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | misc | FinalParameters | Parameter weakCompression should be final. | 66 |
Warning | misc | FinalParameters | Parameter strongCompression should be final. | 66 |
Warning | misc | FinalParameters | Parameter client should be final. | 66 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 66 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Warning | coding | FinalLocalVariable | Variable 'map' should be declared final. | 74 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 77 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Warning | misc | FinalParameters | Parameter nameSpaces should be final. | 89 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 89 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 90 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 90 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 93 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 93 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 93 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 103 |
Warning | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 107 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 107 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 108 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 108 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 109 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 125). | 110 |
Warning | coding | FinalLocalVariable | Variable 'compressedURI' should be declared final. | 112 |
Warning | coding | FinalLocalVariable | Variable 'document' should be declared final. | 113 |
Warning | coding | FinalLocalVariable | Variable 'extendedURI' should be declared final. | 114 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 114 |
Warning | coding | FinalLocalVariable | Variable 'uriInteger' should be declared final. | 115 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 116 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 121). | 119 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 120 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 133 |
Warning | coding | FinalLocalVariable | Variable 'createRequest' should be declared final. | 134 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 135 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 137 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 137 |
Warning | coding | FinalLocalVariable | Variable 'mapping' should be declared final. | 138 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 155 |
Warning | coding | FinalLocalVariable | Variable 'createResponse' should be declared final. | 157 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 158 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Warning | misc | FinalParameters | Parameter nameSpaces should be final. | 168 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 168 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 169 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 169 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 170 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 170 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 170 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Warning | misc | FinalParameters | Parameter extendedUri should be final. | 188 |
Warning | misc | FinalParameters | Parameter type should be final. | 188 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 188 |
Warning | coding | FinalLocalVariable | Variable 'extended' should be declared final. | 189 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 190 |
Warning | coding | FinalLocalVariable | Variable 'source' should be declared final. | 190 |
Warning | whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 192 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 192 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Warning | coding | FinalLocalVariable | Variable 'indexReq' should be declared final. | 195 |
Warning | coding | FinalLocalVariable | Variable 'indexResponse' should be declared final. | 197 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 199 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 199 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 142). | 200 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 202 |
Warning | coding | FinalLocalVariable | Variable 'flushResponse' should be declared final. | 202 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 204 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 204 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 206 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 206 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 207 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 221 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Warning | misc | FinalParameters | Parameter extended should be final. | 224 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 224 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 227 |
Warning | coding | FinalLocalVariable | Variable 'namespace' should be declared final. | 230 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 231 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Warning | misc | FinalParameters | Parameter uri should be final. | 250 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'uri'. | 250 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 250 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 250 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 254 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 254 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Warning | coding | FinalLocalVariable | Variable 'nameSpace' should be declared final. | 261 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Warning | coding | FinalLocalVariable | Variable 'encodedNotEscape' should be declared final. | 263 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 265 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 265 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 266 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 282 |
Warning | misc | FinalParameters | Parameter compressed should be final. | 282 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'compressed'. | 282 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 282 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 285 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 285 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 180). | 286 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 291 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 291 |
Warning | coding | FinalLocalVariable | Variable 'pos' should be declared final. | 292 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 293 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 293 |
Warning | coding | FinalLocalVariable | Variable 'res' should be declared final. | 294 |
Warning | coding | FinalLocalVariable | Variable 'number' should be declared final. | 299 |
Warning | coding | FinalLocalVariable | Variable 'nameSpaceStr' should be declared final. | 300 |
Warning | coding | FinalLocalVariable | Variable 'localNameStr' should be declared final. | 301 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 301 |
Warning | coding | FinalLocalVariable | Variable 'res' should be declared final. | 302 |
Warning | coding | FinalLocalVariable | Variable 'res' should be declared final. | 307 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 312 |
Warning | misc | FinalParameters | Parameter str should be final. | 312 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 312 |
Warning | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 313 |
Warning | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 313 |
Warning | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 313 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 316 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 319 |
Warning | coding | FinalLocalVariable | Variable 'request' should be declared final. | 321 |
Warning | coding | FinalLocalVariable | Variable 'response' should be declared final. | 322 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 325 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 326 |
eu/fbk/knowledgestore/elastic/Utility.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.data.Data' should be separated from previous imports. | 22 |
Warning | imports | ImportOrder | Wrong order for 'org.elasticsearch.action.get.GetResponse' import. | 24 |
Warning | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 39 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 52 |
Warning | misc | FinalParameters | Parameter uri should be final. | 54 |
Warning | misc | FinalParameters | Parameter handler should be final. | 54 |
Warning | misc | FinalParameters | Parameter str should be final. | 61 |
Warning | misc | FinalParameters | Parameter handler should be final. | 61 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 76 |
Warning | misc | FinalParameters | Parameter exp should be final. | 76 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'exp'. | 76 |
Warning | misc | FinalParameters | Parameter res should be final. | 76 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'res'. | 76 |
Warning | coding | FinalLocalVariable | Variable 'properties' should be declared final. | 80 |
Warning | coding | FinalLocalVariable | Variable 'resProperties' should be declared final. | 81 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 84 |
Warning | coding | FinalLocalVariable | Variable 'prop' should be declared final. | 93 |
Warning | coding | FinalLocalVariable | Variable 'resProp' should be declared final. | 94 |
Warning | coding | FinalLocalVariable | Variable 'expValues' should be declared final. | 100 |
Warning | coding | FinalLocalVariable | Variable 'resValues' should be declared final. | 101 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 116 |
Warning | coding | FinalLocalVariable | Variable 'expIt' should be declared final. | 121 |
Warning | coding | FinalLocalVariable | Variable 'resIt' should be declared final. | 122 |
Warning | coding | FinalLocalVariable | Variable 'expValue' should be declared final. | 124 |
Warning | coding | FinalLocalVariable | Variable 'resValue' should be declared final. | 125 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 135 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 142 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 122). | 148 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 154 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 169 |
Warning | misc | FinalParameters | Parameter expResult should be final. | 169 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'expResult'. | 169 |
Warning | misc | FinalParameters | Parameter result should be final. | 169 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'result'. | 169 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 171 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 174 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 196 |
Warning | misc | FinalParameters | Parameter literal should be final. | 196 |
Warning | misc | FinalParameters | Parameter builder should be final. | 196 |
Warning | coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 217 |
Warning | coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 220 |
Warning | coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 226 |
Warning | coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 231 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 232 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 239 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 245 |
Warning | misc | FinalParameters | Parameter elKey should be final. | 245 |
Warning | misc | FinalParameters | Parameter item should be final. | 245 |
Warning | misc | FinalParameters | Parameter mapper should be final. | 245 |
Warning | misc | FinalParameters | Parameter handler should be final. | 245 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'handler'. | 245 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 246 |
Warning | coding | FinalLocalVariable | Variable 'encodedURI' should be declared final. | 252 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 261 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 297 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 302 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 313 |
Warning | misc | FinalParameters | Parameter res should be final. | 313 |
Warning | misc | FinalParameters | Parameter item should be final. | 313 |
Warning | misc | FinalParameters | Parameter itemClass should be final. | 313 |
Warning | misc | FinalParameters | Parameter handler should be final. | 314 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 340 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 342 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 351 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 365 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 133). | 371 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 384 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 388 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 396 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 400 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 430 |
Warning | misc | FinalParameters | Parameter elKey should be final. | 430 |
Warning | misc | FinalParameters | Parameter item should be final. | 430 |
Warning | misc | FinalParameters | Parameter mapper should be final. | 430 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'mapper'. | 430 |
Warning | misc | FinalParameters | Parameter handler should be final. | 430 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'handler'. | 430 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 431 |
Warning | coding | FinalLocalVariable | Variable 'res' should be declared final. | 434 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 446 |
Warning | misc | FinalParameters | Parameter value should be final. | 446 |
Warning | misc | FinalParameters | Parameter builder should be final. | 446 |
Warning | misc | FinalParameters | Parameter handler should be final. | 446 |
Warning | coding | FinalLocalVariable | Variable 'id' should be declared final. | 460 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 468 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 478 |
Warning | misc | FinalParameters | Parameter values should be final. | 478 |
Warning | misc | FinalParameters | Parameter builder should be final. | 478 |
Warning | misc | FinalParameters | Parameter handler should be final. | 479 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 490 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 494 |
Warning | misc | FinalParameters | Parameter record should be final. | 494 |
Warning | misc | FinalParameters | Parameter builder should be final. | 494 |
Warning | misc | FinalParameters | Parameter handler should be final. | 494 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 501 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 517 |
Warning | misc | FinalParameters | Parameter record should be final. | 523 |
Warning | misc | FinalParameters | Parameter handler should be final. | 523 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'handler'. | 523 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 523 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 539 |
Warning | misc | FinalParameters | Parameter value should be final. | 539 |
Warning | misc | FinalParameters | Parameter propName should be final. | 539 |
Warning | misc | FinalParameters | Parameter mapper should be final. | 539 |
Warning | misc | FinalParameters | Parameter handler should be final. | 540 |
Warning | coding | FinalLocalVariable | Variable 'valueClass' should be declared final. | 541 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 545 |
Warning | coding | FinalLocalVariable | Variable 'valueByte' should be declared final. | 548 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 548 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 141). | 568 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 573 |
Warning | misc | FinalParameters | Parameter values should be final. | 573 |
Warning | misc | FinalParameters | Parameter propName should be final. | 573 |
Warning | misc | FinalParameters | Parameter mapper should be final. | 573 |
Warning | misc | FinalParameters | Parameter handler should be final. | 574 |
Warning | coding | FinalLocalVariable | Variable 'res' should be declared final. | 575 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 589 |
Warning | misc | FinalParameters | Parameter source should be final. | 589 |
Warning | misc | FinalParameters | Parameter res should be final. | 589 |
Warning | misc | FinalParameters | Parameter mapper should be final. | 589 |
Warning | misc | FinalParameters | Parameter handler should be final. | 589 |
Warning | coding | FinalLocalVariable | Variable 'propName' should be declared final. | 599 |
Warning | coding | FinalLocalVariable | Variable 'value' should be declared final. | 600 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 602 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 618 |
Warning | misc | FinalParameters | Parameter response should be final. | 618 |
Warning | misc | FinalParameters | Parameter mapper should be final. | 618 |
Warning | misc | FinalParameters | Parameter handler should be final. | 618 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'handler'. | 618 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 619 |
Warning | coding | FinalLocalVariable | Variable 'res' should be declared final. | 629 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 634 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 641 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 664 |
Warning | misc | FinalParameters | Parameter response should be final. | 664 |
Warning | misc | FinalParameters | Parameter mapper should be final. | 664 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'mapper'. | 664 |
Warning | misc | FinalParameters | Parameter handler should be final. | 664 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'handler'. | 664 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 664 |
Warning | coding | FinalLocalVariable | Variable 'res' should be declared final. | 668 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 671 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 677 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 693 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 699 |
Warning | misc | FinalParameters | Parameter obj should be final. | 699 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 710 |
Warning | misc | FinalParameters | Parameter s should be final. | 710 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 710 |
eu/fbk/knowledgestore/filestore/AbstractFileStoreTest.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 - org.junit.*. | 9 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
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 | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 65 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Warning | coding | FinalLocalVariable | Variable 'length' should be declared final. | 125 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 126 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
eu/fbk/knowledgestore/filestore/ForwardingFileStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 |
eu/fbk/knowledgestore/filestore/GzippedFileStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 150 |
eu/fbk/knowledgestore/filestore/HadoopFileStoreTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | RedundantImport | Redundant import from the same package - eu.fbk.knowledgestore.filestore.FileStore. | 5 |
Warning | imports | RedundantImport | Redundant import from the same package - eu.fbk.knowledgestore.filestore.HadoopFileStore. | 6 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
eu/fbk/knowledgestore/filestore/MultiFileStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | extension | TreeWalker | Got an exception - expecting EOF, found '}' | 133 |
eu/fbk/knowledgestore/internal/CommandLine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 35 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 166 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 215 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 379 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 383 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 393 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 395 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 397 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 399 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 401 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 403 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 405 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 407 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 409 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 411 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 413 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 415 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 417 |
eu/fbk/knowledgestore/internal/Compression.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 35 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 388 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 392 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 392 |
eu/fbk/knowledgestore/internal/Logging.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 30 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 58 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 76 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 94 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 111 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
eu/fbk/knowledgestore/internal/Util.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 46 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
eu/fbk/knowledgestore/internal/jaxrs/Protocol.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.Statement' import. | 10 |
Warning | imports | ImportOrder | Wrong order for 'javax.ws.rs.core.GenericType' import. | 14 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 16 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
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. | 83 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
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. | 105 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
Warning | javadoc | JavadocVariable | 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 | JavadocMethod | Missing a Javadoc comment. | 136 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
eu/fbk/knowledgestore/internal/jaxrs/Serializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 56 |
eu/fbk/knowledgestore/internal/rdf/CompactBindingSet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 178 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
eu/fbk/knowledgestore/internal/rdf/CompactValueFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 35 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
eu/fbk/knowledgestore/internal/rdf/HtmlRDF.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
eu/fbk/knowledgestore/internal/rdf/HtmlSparql.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 27 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
eu/fbk/knowledgestore/internal/rdf/RDFUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 92 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 339 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 377 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 430 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 457 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 501 |
Warning | coding | RedundantThrows | Redundant throws: 'RDFHandlerException' listed more then one time. | 504 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 566 |
Warning | coding | RedundantThrows | Redundant throws: 'RDFHandlerException' listed more then one time. | 570 |
Warning | coding | RedundantThrows | Redundant throws: 'RDFHandlerException' listed more then one time. | 654 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 697 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 718 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 726 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 747 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 756 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 760 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 765 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 770 |
eu/fbk/knowledgestore/populator/naf/Consumer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 14 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
Warning | misc | FinalParameters | Parameter q should be final. | 18 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 27 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 27 |
Warning | coding | FinalLocalVariable | Variable 'cN' should be declared final. | 28 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 30 |
Warning | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 30 |
Warning | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 30 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 30 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 30 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 30 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 31 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Warning | whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '||' is not followed by whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 34 |
Warning | coding | FinalLocalVariable | Variable 'obl' should be declared final. | 38 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 39 |
Warning | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 39 |
Warning | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 39 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 40 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 40 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 40 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 40 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 40 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 40 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 40 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 40 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 52 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 153). | 73 |
Warning | blocks | RightCurly | '}' should be on the same line. | 75 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 135). | 86 |
Warning | misc | FinalParameters | Parameter mentions should be final. | 86 |
Warning | misc | FinalParameters | Parameter session should be final. | 86 |
Warning | coding | FinalLocalVariable | Variable 'className' should be declared final. | 89 |
Warning | coding | FinalLocalVariable | Variable 'clazz' should be declared final. | 90 |
Warning | coding | FinalLocalVariable | Variable 'parameters' should be declared final. | 91 |
Warning | coding | FinalLocalVariable | Variable 'method' should be declared final. | 92 |
Warning | coding | FinalLocalVariable | Variable 'obj' should be declared final. | 93 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 97 |
Warning | coding | FinalLocalVariable | Variable 'status' should be declared final. | 97 |
Warning | blocks | EmptyBlock | Must have at least one statement. | 98 |
Warning | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 98 |
Warning | coding | FinalLocalVariable | Variable 'mentmp' should be declared final. | 102 |
Warning | coding | FinalLocalVariable | Variable 'status2' should be declared final. | 106 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 107 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 152 |
Warning | misc | FinalParameters | Parameter mentions should be final. | 152 |
Warning | naming | LocalVariableName | Name 'naf_file_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
Warning | coding | FinalLocalVariable | Variable 'naf_file_path' should be declared final. | 155 |
Warning | coding | FinalLocalVariable | Variable 'stats' should be declared final. | 156 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 167 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 170 |
eu/fbk/knowledgestore/populator/naf/KSPresentation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
Warning | naming | MemberName | Name 'naf_file_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 10 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | misc | FinalParameters | Parameter foundInKS should be final. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | misc | FinalParameters | Parameter stats should be final. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | misc | FinalParameters | Parameter naf should be final. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | misc | FinalParameters | Parameter newsResource should be final. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | misc | FinalParameters | Parameter news should be final. | 52 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | naming | MethodName | Name 'getNaf_file_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Warning | naming | MethodName | Name 'setNaf_file_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Warning | misc | FinalParameters | Parameter naf_file_path should be final. | 58 |
Warning | naming | ParameterName | Name 'naf_file_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Warning | misc | FinalParameters | Parameter mentionListHash should be final. | 64 |
eu/fbk/knowledgestore/populator/naf/NAFRunner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.commons.compress.archivers.tar.*. | 23 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.commons.compress.compressors.gzip.*. | 24 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 28 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Warning | sizes | MethodLength | Method length is 212 lines (max allowed is 150). | 30 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 30 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 |
Warning | coding | FinalLocalVariable | Variable 'in' should be declared final. | 36 |
Warning | coding | FinalLocalVariable | Variable 'reader' should be declared final. | 37 |
Warning | coding | FinalLocalVariable | Variable 'br' should be declared final. | 38 |
Warning | coding | FinalLocalVariable | Variable 'fileslist' should be declared final. | 40 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 43 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Warning | coding | FinalLocalVariable | Variable 'e' should be declared final. | 48 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 49 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 |
Warning | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 57 |
Warning | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 57 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 |
Warning | naming | LocalVariableName | Name 'ZIP_OUTPUT_DIR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Warning | coding | FinalLocalVariable | Variable 'ZIP_OUTPUT_DIR' should be declared final. | 66 |
Warning | coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 67 |
Warning | coding | FinalLocalVariable | Variable 'fileslist' should be declared final. | 68 |
Warning | coding | FinalLocalVariable | Variable 'multipleFileFlag' should be declared final. | 69 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 69 |
Warning | coding | FinalLocalVariable | Variable 'zipDir' should be declared final. | 72 |
Warning | coding | FinalLocalVariable | Variable 'zis' should be declared final. | 78 |
Warning | blocks | EmptyBlock | Must have at least one statement. | 86 |
Warning | coding | FinalLocalVariable | Variable 'zeName' should be declared final. | 95 |
Warning | coding | FinalLocalVariable | Variable 'tmpFile' should be declared final. | 98 |
Warning | coding | FinalLocalVariable | Variable 'basename' should be declared final. | 99 |
Warning | coding | FinalLocalVariable | Variable 'extractedFile' should be declared final. | 101 |
Warning | coding | FinalLocalVariable | Variable 'extractedPath' should be declared final. | 102 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Warning | coding | FinalLocalVariable | Variable 'fos' should be declared final. | 108 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 129 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Warning | naming | LocalVariableName | Name 'TAR_OUTPUT_DIR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
Warning | coding | FinalLocalVariable | Variable 'TAR_OUTPUT_DIR' should be declared final. | 153 |
Warning | coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 154 |
Warning | coding | FinalLocalVariable | Variable 'fileslist' should be declared final. | 155 |
Warning | coding | FinalLocalVariable | Variable 'multipleFileFlag' should be declared final. | 156 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 156 |
Warning | coding | FinalLocalVariable | Variable 'tgzDir' should be declared final. | 159 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 134). | 165 |
Warning | coding | FinalLocalVariable | Variable 'is' should be declared final. | 165 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 168 |
Warning | blocks | EmptyBlock | Must have at least one statement. | 173 |
Warning | coding | FinalLocalVariable | Variable 'teName' should be declared final. | 182 |
Warning | coding | FinalLocalVariable | Variable 'tmpFile' should be declared final. | 185 |
Warning | coding | FinalLocalVariable | Variable 'basename' should be declared final. | 186 |
Warning | coding | FinalLocalVariable | Variable 'extractedFile' should be declared final. | 188 |
Warning | coding | FinalLocalVariable | Variable 'extractedPath' should be declared final. | 189 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Warning | coding | FinalLocalVariable | Variable 'outputFileStream' should be declared final. | 195 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 213 |
Warning | whitespace | WhitespaceAfter | 'cast' is not followed by whitespace. | 217 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 234 |
Warning | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 236 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 240 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 240 |
Warning | naming | MethodName | Name 'RunSystemOnList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 243 |
Warning | misc | FinalParameters | Parameter fileslist should be final. | 243 |
Warning | misc | FinalParameters | Parameter disabledItems should be final. | 243 |
Warning | misc | FinalParameters | Parameter rec should be final. | 243 |
Warning | coding | FinalLocalVariable | Variable 'mentions' should be declared final. | 246 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 248 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 248 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Warning | coding | FinalLocalVariable | Variable 'listOfFiles' should be declared final. | 251 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Warning | whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 267 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 277 |
Warning | whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 277 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 277 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 290 |
Warning | misc | FinalParameters | Parameter mentions should be final. | 290 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 290 |
Warning | misc | FinalParameters | Parameter mentions should be final. | 299 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 299 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 306 |
Warning | misc | FinalParameters | Parameter path should be final. | 307 |
Warning | misc | FinalParameters | Parameter disabledItems should be final. | 307 |
Warning | misc | FinalParameters | Parameter rec should be final. | 307 |
Warning | coding | FinalLocalVariable | Variable 'filePath' should be declared final. | 310 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Warning | coding | FinalLocalVariable | Variable 'listOfFiles' should be declared final. | 315 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 316 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 326 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 326 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 326 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 326 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 326 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 326 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 333 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 342 |
Warning | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 342 |
Warning | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 342 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 342 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 364 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 366 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 367 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 379 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 379 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 389 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 390 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 135). | 391 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 391 |
Warning | misc | FinalParameters | Parameter path should be final. | 391 |
Warning | misc | FinalParameters | Parameter disabledItems should be final. | 391 |
Warning | misc | FinalParameters | Parameter mentions should be final. | 391 |
Warning | coding | FinalLocalVariable | Variable 'className' should be declared final. | 396 |
Warning | coding | FinalLocalVariable | Variable 'clazz' should be declared final. | 397 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 398 |
Warning | coding | FinalLocalVariable | Variable 'parameters' should be declared final. | 398 |
Warning | coding | FinalLocalVariable | Variable 'method' should be declared final. | 399 |
Warning | coding | FinalLocalVariable | Variable 'obj' should be declared final. | 400 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 402 |
Warning | coding | FinalLocalVariable | Variable 'as' should be declared final. | 402 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 136). | 407 |
eu/fbk/knowledgestore/populator/naf/Producer.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 | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
Warning | misc | FinalParameters | Parameter q should be final. | 13 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 13 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Warning | coding | FinalLocalVariable | Variable 'msg' should be declared final. | 20 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
eu/fbk/knowledgestore/populator/naf/connection/KnowledgestoreServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 112). | 31 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 112). | 32 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Warning | design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 51 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Warning | design | VisibilityModifier | Variable 'username' must be private and have accessor methods. | 54 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Warning | design | VisibilityModifier | Variable 'password' must be private and have accessor methods. | 57 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Warning | misc | FinalParameters | Parameter value should be final. | 79 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Warning | misc | FinalParameters | Parameter value should be final. | 103 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Warning | misc | FinalParameters | Parameter value should be final. | 127 |
eu/fbk/knowledgestore/populator/naf/connection/ObjectFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 123). | 33 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 43 |
eu/fbk/knowledgestore/populator/naf/finalizeThread.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Warning | naming | TypeName | Name 'finalizeThread' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 5 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 10 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 10 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 |
Warning | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 38 |
Warning | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 38 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 41 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 41 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 44 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 44 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
eu/fbk/knowledgestore/populator/naf/getToBeProcessed.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 12 |
Warning | naming | TypeName | Name 'getToBeProcessed' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 12 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 14 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Warning | misc | FinalParameters | Parameter args should be final. | 18 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'args'. | 18 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Warning | coding | FinalLocalVariable | Variable 'all' should be declared final. | 19 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 20 |
Warning | coding | FinalLocalVariable | Variable 'sub' should be declared final. | 20 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 21 |
Warning | coding | FinalLocalVariable | Variable 'intersect' should be declared final. | 21 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 22 |
Warning | coding | FinalLocalVariable | Variable 'ap' should be declared final. | 22 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 22 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 22 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 22 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 25 |
Warning | coding | FinalLocalVariable | Variable 'sp' should be declared final. | 25 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 25 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 25 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 25 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 28 |
Warning | coding | FinalLocalVariable | Variable 'intersectp' should be declared final. | 28 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 28 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 34 |
Warning | misc | FinalParameters | Parameter intersectp should be final. | 37 |
Warning | misc | FinalParameters | Parameter all should be final. | 37 |
Warning | misc | FinalParameters | Parameter sub should be final. | 38 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Warning | misc | FinalParameters | Parameter intersect should be final. | 38 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Warning | coding | FinalLocalVariable | Variable 'file' should be declared final. | 40 |
Warning | coding | FinalLocalVariable | Variable 'fw' should be declared final. | 47 |
Warning | coding | FinalLocalVariable | Variable 'bw' should be declared final. | 48 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 49 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 49 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 50 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 51 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 51 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 53 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Warning | misc | FinalParameters | Parameter filepath should be final. | 62 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Warning | misc | FinalParameters | Parameter fls should be final. | 62 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
eu/fbk/knowledgestore/populator/naf/groupTxtF.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 15 |
Warning | naming | TypeName | Name 'groupTxtF' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 15 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 17 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 192). | 27 |
Warning | misc | FinalParameters | Parameter args should be final. | 27 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'args'. | 27 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 210). | 31 |
Warning | misc | FinalParameters | Parameter path should be final. | 31 |
Warning | coding | FinalLocalVariable | Variable 'filePath' should be declared final. | 32 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 33 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 33 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 33 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Warning | coding | FinalLocalVariable | Variable 'listOfFiles' should be declared final. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 39 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 41 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 41 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 42 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 43 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 43 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 43 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 43 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 53 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 53 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 53 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 53 |
Warning | misc | FinalParameters | Parameter source should be final. | 59 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
Warning | whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 62 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 |
Warning | coding | FinalLocalVariable | Variable 'inStream' should be declared final. | 64 |
Warning | coding | FinalLocalVariable | Variable 'buffer' should be declared final. | 66 |
Warning | whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 76 |
Warning | whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 76 |
eu/fbk/knowledgestore/populator/naf/model/Attribution.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'statement' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/CausalRelations.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Warning | design | VisibilityModifier | Variable 'clink' must be private and have accessor methods. | 29 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 53 |
eu/fbk/knowledgestore/populator/naf/model/Chunk.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'head' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'phrase' must be private and have accessor methods. | 45 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Warning | naming | MemberName | Name '_case' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Warning | design | VisibilityModifier | Variable '_case' must be private and have accessor methods. | 48 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 50 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Warning | misc | FinalParameters | Parameter value should be final. | 72 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Warning | misc | FinalParameters | Parameter value should be final. | 96 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Warning | misc | FinalParameters | Parameter value should be final. | 120 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Warning | misc | FinalParameters | Parameter value should be final. | 144 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 170 |
eu/fbk/knowledgestore/populator/naf/model/Chunks.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'chunk' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Clink.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 23 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 34 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 36 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 38 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Warning | design | VisibilityModifier | Variable 'relType' must be private and have accessor methods. | 41 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Warning | misc | FinalParameters | Parameter value should be final. | 63 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 70 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Warning | misc | FinalParameters | Parameter from should be final. | 73 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Warning | misc | FinalParameters | Parameter to should be final. | 81 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Warning | misc | FinalParameters | Parameter value should be final. | 105 |
eu/fbk/knowledgestore/populator/naf/model/Component.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'lemma' must be private and have accessor methods. | 45 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Warning | design | VisibilityModifier | Variable 'pos' must be private and have accessor methods. | 48 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Warning | design | VisibilityModifier | Variable 'morphofeat' must be private and have accessor methods. | 51 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Warning | design | VisibilityModifier | Variable 'netype' must be private and have accessor methods. | 54 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Warning | naming | MemberName | Name '_case' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Warning | design | VisibilityModifier | Variable '_case' must be private and have accessor methods. | 57 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Warning | design | VisibilityModifier | Variable 'head' must be private and have accessor methods. | 60 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Warning | design | VisibilityModifier | Variable 'sentimentOrSpanOrExternalReferences' must be private and have accessor methods. | 66 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Warning | misc | FinalParameters | Parameter value should be final. | 88 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Warning | misc | FinalParameters | Parameter value should be final. | 112 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Warning | misc | FinalParameters | Parameter value should be final. | 136 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Warning | misc | FinalParameters | Parameter value should be final. | 160 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Warning | misc | FinalParameters | Parameter value should be final. | 184 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Warning | misc | FinalParameters | Parameter value should be final. | 208 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Warning | misc | FinalParameters | Parameter value should be final. | 232 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Warning | misc | FinalParameters | Parameter value should be final. | 256 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 267 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 284 |
eu/fbk/knowledgestore/populator/naf/model/Constituency.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'tree' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Coref.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 44 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Warning | design | VisibilityModifier | Variable 'externalReferences' must be private and have accessor methods. | 46 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Warning | misc | FinalParameters | Parameter value should be final. | 68 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Warning | misc | FinalParameters | Parameter value should be final. | 92 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 96 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Warning | misc | FinalParameters | Parameter externalReferences should be final. | 102 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Warning | misc | FinalParameters | Parameter span should be final. | 110 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
eu/fbk/knowledgestore/populator/naf/model/Coreferences.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'coref' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Dates.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 29 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Warning | misc | FinalParameters | Parameter value should be final. | 51 |
eu/fbk/knowledgestore/populator/naf/model/Dep.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Warning | design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Warning | design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 34 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'rfunc' must be private and have accessor methods. | 37 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Warning | naming | MemberName | Name '_case' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Warning | design | VisibilityModifier | Variable '_case' must be private and have accessor methods. | 40 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Warning | misc | FinalParameters | Parameter value should be final. | 62 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Warning | misc | FinalParameters | Parameter value should be final. | 86 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Warning | misc | FinalParameters | Parameter value should be final. | 110 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Warning | misc | FinalParameters | Parameter value should be final. | 134 |
eu/fbk/knowledgestore/populator/naf/model/Deps.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'dep' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Edge.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 23 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 34 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 37 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Warning | design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 40 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Warning | design | VisibilityModifier | Variable 'head' must be private and have accessor methods. | 43 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Warning | misc | FinalParameters | Parameter value should be final. | 65 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Warning | misc | FinalParameters | Parameter value should be final. | 89 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Warning | misc | FinalParameters | Parameter value should be final. | 113 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Warning | misc | FinalParameters | Parameter value should be final. | 137 |
eu/fbk/knowledgestore/populator/naf/model/Entities.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'entity' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Entity.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 45 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Warning | design | VisibilityModifier | Variable 'referencesOrExternalReferences' must be private and have accessor methods. | 50 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Warning | misc | FinalParameters | Parameter value should be final. | 72 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Warning | misc | FinalParameters | Parameter value should be final. | 96 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Warning | misc | FinalParameters | Parameter value should be final. | 120 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 131 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 147 |
eu/fbk/knowledgestore/populator/naf/model/ExternalRef.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 25 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'resource' must be private and have accessor methods. | 37 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Warning | design | VisibilityModifier | Variable 'reference' must be private and have accessor methods. | 40 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Warning | design | VisibilityModifier | Variable 'reftype' must be private and have accessor methods. | 43 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Warning | design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 46 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Warning | design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 49 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Warning | design | VisibilityModifier | Variable 'confidence' must be private and have accessor methods. | 52 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Warning | design | VisibilityModifier | Variable 'externalRef' must be private and have accessor methods. | 56 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Warning | design | VisibilityModifier | Variable 'sentiment' must be private and have accessor methods. | 58 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Warning | misc | FinalParameters | Parameter value should be final. | 79 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Warning | misc | FinalParameters | Parameter value should be final. | 103 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Warning | misc | FinalParameters | Parameter value should be final. | 127 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Warning | misc | FinalParameters | Parameter value should be final. | 151 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Warning | misc | FinalParameters | Parameter value should be final. | 175 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Warning | misc | FinalParameters | Parameter value should be final. | 199 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 203 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
Warning | misc | FinalParameters | Parameter externalRef should be final. | 207 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 215 |
Warning | misc | FinalParameters | Parameter sentiment should be final. | 215 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
eu/fbk/knowledgestore/populator/naf/model/ExternalReferences.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'externalRef' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/FactVal.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 30 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Warning | design | VisibilityModifier | Variable 'resource' must be private and have accessor methods. | 33 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | design | VisibilityModifier | Variable 'confidence' must be private and have accessor methods. | 36 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 39 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Warning | misc | FinalParameters | Parameter value should be final. | 61 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Warning | misc | FinalParameters | Parameter value should be final. | 85 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Warning | misc | FinalParameters | Parameter value should be final. | 109 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Warning | misc | FinalParameters | Parameter value should be final. | 133 |
eu/fbk/knowledgestore/populator/naf/model/Factualities.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'factuality' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Factuality.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 24 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 38 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 40 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Warning | design | VisibilityModifier | Variable 'factVal' must be private and have accessor methods. | 42 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Warning | misc | FinalParameters | Parameter value should be final. | 64 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Warning | misc | FinalParameters | Parameter value should be final. | 88 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 114 |
eu/fbk/knowledgestore/populator/naf/model/Factualitylayer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'factvalue' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Factvalue.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Warning | design | VisibilityModifier | Variable 'prediction' must be private and have accessor methods. | 34 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'confidence' must be private and have accessor methods. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Warning | misc | FinalParameters | Parameter value should be final. | 59 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Warning | misc | FinalParameters | Parameter value should be final. | 83 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Warning | misc | FinalParameters | Parameter value should be final. | 107 |
eu/fbk/knowledgestore/populator/naf/model/FileDesc.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 30 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Warning | design | VisibilityModifier | Variable 'author' must be private and have accessor methods. | 33 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | design | VisibilityModifier | Variable 'creationtime' must be private and have accessor methods. | 36 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'section' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'magazine' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 45 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Warning | design | VisibilityModifier | Variable 'publisher' must be private and have accessor methods. | 48 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Warning | design | VisibilityModifier | Variable 'filename' must be private and have accessor methods. | 51 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Warning | design | VisibilityModifier | Variable 'filetype' must be private and have accessor methods. | 54 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Warning | design | VisibilityModifier | Variable 'pages' must be private and have accessor methods. | 57 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Warning | misc | FinalParameters | Parameter value should be final. | 79 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Warning | misc | FinalParameters | Parameter value should be final. | 103 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Warning | misc | FinalParameters | Parameter value should be final. | 127 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Warning | misc | FinalParameters | Parameter value should be final. | 151 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Warning | misc | FinalParameters | Parameter value should be final. | 175 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Warning | misc | FinalParameters | Parameter value should be final. | 199 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 203 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
Warning | misc | FinalParameters | Parameter section should be final. | 207 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 215 |
Warning | misc | FinalParameters | Parameter magazine should be final. | 215 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
Warning | misc | FinalParameters | Parameter location should be final. | 223 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Warning | misc | FinalParameters | Parameter publisher should be final. | 231 |
eu/fbk/knowledgestore/populator/naf/model/LinguisticProcessors.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 23 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Warning | design | VisibilityModifier | Variable 'layer' must be private and have accessor methods. | 35 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'lp' must be private and have accessor methods. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Warning | misc | FinalParameters | Parameter value should be final. | 59 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 85 |
eu/fbk/knowledgestore/populator/naf/model/Locations.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 29 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Warning | misc | FinalParameters | Parameter value should be final. | 51 |
eu/fbk/knowledgestore/populator/naf/model/Lp.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 30 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Warning | design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 33 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 36 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'beginTimestamp' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'endTimestamp' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'hostname' must be private and have accessor methods. | 45 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Warning | misc | FinalParameters | Parameter value should be final. | 67 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Warning | misc | FinalParameters | Parameter value should be final. | 91 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Warning | misc | FinalParameters | Parameter value should be final. | 115 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Warning | misc | FinalParameters | Parameter value should be final. | 139 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Warning | misc | FinalParameters | Parameter value should be final. | 163 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Warning | misc | FinalParameters | Parameter value should be final. | 187 |
eu/fbk/knowledgestore/populator/naf/model/Mark.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'lemma' must be private and have accessor methods. | 45 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Warning | design | VisibilityModifier | Variable 'pos' must be private and have accessor methods. | 48 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Warning | design | VisibilityModifier | Variable 'morphofeat' must be private and have accessor methods. | 51 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Warning | naming | MemberName | Name '_case' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Warning | design | VisibilityModifier | Variable '_case' must be private and have accessor methods. | 54 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Warning | design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 57 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Warning | design | VisibilityModifier | Variable 'sentimentOrSpanOrExternalReferences' must be private and have accessor methods. | 63 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Warning | misc | FinalParameters | Parameter value should be final. | 85 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Warning | misc | FinalParameters | Parameter value should be final. | 109 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Warning | misc | FinalParameters | Parameter value should be final. | 133 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Warning | misc | FinalParameters | Parameter value should be final. | 157 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Warning | misc | FinalParameters | Parameter value should be final. | 181 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Warning | misc | FinalParameters | Parameter value should be final. | 205 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Warning | misc | FinalParameters | Parameter value should be final. | 229 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 240 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 257 |
eu/fbk/knowledgestore/populator/naf/model/Markables.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'mark' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/NAF.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.populator.naf.model.Srl' should be separated from previous imports. | 23 |
Warning | imports | RedundantImport | Redundant import from the same package - eu.fbk.knowledgestore.populator.naf.model.Srl. | 23 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 263). | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'doc' must be private and have accessor methods. | 38 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Warning | design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 41 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 43 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 43 |
Warning | design | VisibilityModifier | Variable 'xmlLang' must be private and have accessor methods. | 45 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Warning | design | VisibilityModifier | Variable 'nafHeader' must be private and have accessor methods. | 47 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Warning | design | VisibilityModifier | Variable 'raw' must be private and have accessor methods. | 49 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Warning | design | VisibilityModifier | Variable 'topics' must be private and have accessor methods. | 51 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Warning | design | VisibilityModifier | Variable 'text' must be private and have accessor methods. | 53 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Warning | design | VisibilityModifier | Variable 'terms' must be private and have accessor methods. | 55 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Warning | design | VisibilityModifier | Variable 'deps' must be private and have accessor methods. | 57 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Warning | design | VisibilityModifier | Variable 'chunks' must be private and have accessor methods. | 59 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Warning | design | VisibilityModifier | Variable 'entities' must be private and have accessor methods. | 61 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Warning | design | VisibilityModifier | Variable 'coreferences' must be private and have accessor methods. | 63 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Warning | design | VisibilityModifier | Variable 'constituency' must be private and have accessor methods. | 65 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Warning | design | VisibilityModifier | Variable 'srl' must be private and have accessor methods. | 67 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Warning | design | VisibilityModifier | Variable 'opinions' must be private and have accessor methods. | 69 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Warning | design | VisibilityModifier | Variable 'timeExpressions' must be private and have accessor methods. | 71 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Warning | design | VisibilityModifier | Variable 'factualitylayer' must be private and have accessor methods. | 73 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Warning | design | VisibilityModifier | Variable 'tunits' must be private and have accessor methods. | 75 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Warning | design | VisibilityModifier | Variable 'locations' must be private and have accessor methods. | 77 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Warning | design | VisibilityModifier | Variable 'dates' must be private and have accessor methods. | 79 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Warning | design | VisibilityModifier | Variable 'temporalRelations' must be private and have accessor methods. | 81 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Warning | design | VisibilityModifier | Variable 'causalRelations' must be private and have accessor methods. | 83 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Warning | design | VisibilityModifier | Variable 'markables' must be private and have accessor methods. | 85 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Warning | design | VisibilityModifier | Variable 'attribution' must be private and have accessor methods. | 87 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Warning | design | VisibilityModifier | Variable 'factualities' must be private and have accessor methods. | 89 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Warning | misc | FinalParameters | Parameter value should be final. | 111 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Warning | misc | FinalParameters | Parameter value should be final. | 135 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Warning | misc | FinalParameters | Parameter value should be final. | 159 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 163 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Warning | misc | FinalParameters | Parameter nafHeader should be final. | 167 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Warning | misc | FinalParameters | Parameter raw should be final. | 175 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 180 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 180 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 180 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Warning | misc | FinalParameters | Parameter topics should be final. | 185 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Warning | misc | FinalParameters | Parameter text should be final. | 193 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Warning | misc | FinalParameters | Parameter terms should be final. | 201 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 206 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 206 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 206 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
Warning | misc | FinalParameters | Parameter deps should be final. | 211 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 215 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 216 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 216 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 216 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
Warning | misc | FinalParameters | Parameter chunks should be final. | 221 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 226 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 226 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 226 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 226 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Warning | misc | FinalParameters | Parameter entities should be final. | 231 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 236 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 236 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 236 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
Warning | misc | FinalParameters | Parameter coreferences should be final. | 241 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 246 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 246 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 246 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 246 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
Warning | misc | FinalParameters | Parameter constituency should be final. | 251 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 256 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 256 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 256 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 256 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
Warning | misc | FinalParameters | Parameter srl should be final. | 261 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 266 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 266 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 266 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 266 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
Warning | misc | FinalParameters | Parameter opinions should be final. | 271 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 276 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 276 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 276 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 276 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
Warning | misc | FinalParameters | Parameter timeExpressions should be final. | 281 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 286 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 286 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 286 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 286 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
Warning | misc | FinalParameters | Parameter factualitylayer should be final. | 291 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 295 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 296 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 296 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 296 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 296 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
Warning | misc | FinalParameters | Parameter tunits should be final. | 301 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 306 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 306 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 306 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 306 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
Warning | misc | FinalParameters | Parameter locations should be final. | 311 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 316 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 316 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 316 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 316 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
Warning | misc | FinalParameters | Parameter dates should be final. | 321 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 326 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 326 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 326 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 326 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 331 |
Warning | misc | FinalParameters | Parameter temporalRelations should be final. | 331 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 336 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 336 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 336 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 336 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 341 |
Warning | misc | FinalParameters | Parameter causalRelations should be final. | 341 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 346 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 346 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 346 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 351 |
Warning | misc | FinalParameters | Parameter markables should be final. | 351 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 355 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 356 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 356 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 356 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 356 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 361 |
Warning | misc | FinalParameters | Parameter attribution should be final. | 361 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 366 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 366 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 366 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 366 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 371 |
Warning | misc | FinalParameters | Parameter factualities should be final. | 371 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 374 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
eu/fbk/knowledgestore/populator/naf/model/NafHeader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Warning | design | VisibilityModifier | Variable 'fileDesc' must be private and have accessor methods. | 32 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Warning | naming | MemberName | Name '_public' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Warning | design | VisibilityModifier | Variable '_public' must be private and have accessor methods. | 34 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'linguisticProcessors' must be private and have accessor methods. | 35 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Warning | misc | FinalParameters | Parameter value should be final. | 57 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Warning | misc | FinalParameters | Parameter value should be final. | 81 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 107 |
eu/fbk/knowledgestore/populator/naf/model/Nt.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 33 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 36 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Warning | misc | FinalParameters | Parameter value should be final. | 58 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Warning | misc | FinalParameters | Parameter value should be final. | 82 |
eu/fbk/knowledgestore/populator/naf/model/ObjectFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 155). | 33 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 43 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 51 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 59 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 67 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 75 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 83 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 91 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 99 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 107 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 115 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 123 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 131 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 135 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 139 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 147 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 155 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 163 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 167 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 171 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 175 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 179 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 183 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 187 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 191 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 195 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 199 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 203 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 207 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 211 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 215 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 219 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 223 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 227 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 231 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 235 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 239 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 243 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 247 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 251 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 255 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 259 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 263 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 267 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 271 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 275 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 279 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 283 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 287 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 291 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 295 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 299 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 303 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 307 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 311 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 315 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 319 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 323 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 327 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 331 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 335 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 339 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 343 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 347 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 351 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 355 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 359 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 363 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 367 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 371 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 375 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 379 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 383 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 387 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 391 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 395 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 399 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 403 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 407 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 411 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 415 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 419 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 423 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 427 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 431 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 435 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 439 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 443 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 447 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 451 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 455 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 459 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 463 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 467 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 471 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 475 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 479 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 483 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 487 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 491 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 495 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 499 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 503 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 507 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 511 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 515 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 519 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 523 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 527 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 531 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 535 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 539 |
eu/fbk/knowledgestore/populator/naf/model/Opinion.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 25 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 38 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Warning | design | VisibilityModifier | Variable 'opinionHolderOrOpinionTargetOrOpinionExpression' must be private and have accessor methods. | 44 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Warning | misc | FinalParameters | Parameter value should be final. | 66 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 123). | 77 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 94 |
eu/fbk/knowledgestore/populator/naf/model/OpinionExpression.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 23 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Warning | design | VisibilityModifier | Variable 'polarity' must be private and have accessor methods. | 35 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'strength' must be private and have accessor methods. | 38 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Warning | design | VisibilityModifier | Variable 'subjectivity' must be private and have accessor methods. | 41 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Warning | design | VisibilityModifier | Variable 'sentimentSemanticType' must be private and have accessor methods. | 44 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Warning | design | VisibilityModifier | Variable 'sentimentProductFeature' must be private and have accessor methods. | 47 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 49 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Warning | misc | FinalParameters | Parameter value should be final. | 71 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Warning | misc | FinalParameters | Parameter value should be final. | 95 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Warning | misc | FinalParameters | Parameter value should be final. | 119 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Warning | misc | FinalParameters | Parameter value should be final. | 143 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Warning | misc | FinalParameters | Parameter value should be final. | 167 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 193 |
eu/fbk/knowledgestore/populator/naf/model/OpinionHolder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 23 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Warning | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 35 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Warning | misc | FinalParameters | Parameter value should be final. | 59 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 85 |
eu/fbk/knowledgestore/populator/naf/model/OpinionTarget.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 23 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Warning | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 35 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Warning | misc | FinalParameters | Parameter value should be final. | 59 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 85 |
eu/fbk/knowledgestore/populator/naf/model/Opinions.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'opinion' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Predicate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'confidence' must be private and have accessor methods. | 45 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Warning | design | VisibilityModifier | Variable 'externalReferencesOrRole' must be private and have accessor methods. | 50 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 53 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Warning | misc | FinalParameters | Parameter value should be final. | 75 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Warning | misc | FinalParameters | Parameter value should be final. | 99 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Warning | misc | FinalParameters | Parameter value should be final. | 123 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 134 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 151 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 158 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Warning | misc | FinalParameters | Parameter span should be final. | 162 |
eu/fbk/knowledgestore/populator/naf/model/PredicateAnchor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 25 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 38 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Warning | design | VisibilityModifier | Variable 'anchorTime' must be private and have accessor methods. | 41 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Warning | design | VisibilityModifier | Variable 'beginPoint' must be private and have accessor methods. | 44 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Warning | design | VisibilityModifier | Variable 'endPoint' must be private and have accessor methods. | 47 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 49 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Warning | misc | FinalParameters | Parameter value should be final. | 71 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Warning | misc | FinalParameters | Parameter value should be final. | 95 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Warning | misc | FinalParameters | Parameter value should be final. | 119 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Warning | misc | FinalParameters | Parameter value should be final. | 143 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 169 |
eu/fbk/knowledgestore/populator/naf/model/Public.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'publicId' must be private and have accessor methods. | 30 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Warning | design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 33 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Warning | misc | FinalParameters | Parameter value should be final. | 55 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Warning | misc | FinalParameters | Parameter value should be final. | 79 |
eu/fbk/knowledgestore/populator/naf/model/Raw.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 29 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Warning | misc | FinalParameters | Parameter value should be final. | 51 |
eu/fbk/knowledgestore/populator/naf/model/References.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Role.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 27 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 40 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Warning | design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 43 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Warning | design | VisibilityModifier | Variable 'confidence' must be private and have accessor methods. | 46 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Warning | design | VisibilityModifier | Variable 'semRole' must be private and have accessor methods. | 49 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Warning | design | VisibilityModifier | Variable 'externalReferences' must be private and have accessor methods. | 51 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 54 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Warning | misc | FinalParameters | Parameter value should be final. | 75 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Warning | misc | FinalParameters | Parameter value should be final. | 99 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Warning | misc | FinalParameters | Parameter value should be final. | 123 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Warning | misc | FinalParameters | Parameter value should be final. | 147 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 151 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Warning | misc | FinalParameters | Parameter externalReferences should be final. | 158 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Warning | misc | FinalParameters | Parameter span should be final. | 166 |
eu/fbk/knowledgestore/populator/naf/model/Sentiment.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'resource' must be private and have accessor methods. | 30 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Warning | design | VisibilityModifier | Variable 'polarity' must be private and have accessor methods. | 33 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | design | VisibilityModifier | Variable 'strength' must be private and have accessor methods. | 36 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'subjectivity' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'sentimentSemanticType' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'sentimentProductFeature' must be private and have accessor methods. | 45 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Warning | design | VisibilityModifier | Variable 'sentimentModifier' must be private and have accessor methods. | 48 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Warning | design | VisibilityModifier | Variable 'sentimentMarker' must be private and have accessor methods. | 51 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Warning | misc | FinalParameters | Parameter value should be final. | 73 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Warning | misc | FinalParameters | Parameter value should be final. | 97 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Warning | misc | FinalParameters | Parameter value should be final. | 121 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Warning | misc | FinalParameters | Parameter value should be final. | 145 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Warning | misc | FinalParameters | Parameter value should be final. | 169 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Warning | misc | FinalParameters | Parameter value should be final. | 193 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Warning | misc | FinalParameters | Parameter value should be final. | 217 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Warning | misc | FinalParameters | Parameter value should be final. | 241 |
eu/fbk/knowledgestore/populator/naf/model/Span.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'target' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Srl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'predicate' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Statement.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 25 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 38 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Warning | design | VisibilityModifier | Variable 'statementTargetOrStatementSourceOrStatementCue' must be private and have accessor methods. | 44 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Warning | misc | FinalParameters | Parameter value should be final. | 66 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 122). | 77 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 94 |
eu/fbk/knowledgestore/populator/naf/model/StatementCue.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 29 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Warning | misc | FinalParameters | Parameter value should be final. | 51 |
eu/fbk/knowledgestore/populator/naf/model/StatementSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 29 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Warning | misc | FinalParameters | Parameter value should be final. | 51 |
eu/fbk/knowledgestore/populator/naf/model/StatementTarget.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 29 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Warning | misc | FinalParameters | Parameter value should be final. | 51 |
eu/fbk/knowledgestore/populator/naf/model/T.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 35 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Warning | misc | FinalParameters | Parameter value should be final. | 59 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Warning | misc | FinalParameters | Parameter value should be final. | 83 |
eu/fbk/knowledgestore/populator/naf/model/Target.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Warning | design | VisibilityModifier | Variable 'head' must be private and have accessor methods. | 34 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Warning | misc | FinalParameters | Parameter value should be final. | 56 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Warning | misc | FinalParameters | Parameter value should be final. | 80 |
eu/fbk/knowledgestore/populator/naf/model/TemporalRelations.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Warning | design | VisibilityModifier | Variable 'tlink' must be private and have accessor methods. | 33 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | design | VisibilityModifier | Variable 'predicateAnchor' must be private and have accessor methods. | 35 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Warning | misc | FinalParameters | Parameter tlink should be final. | 39 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 43 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 43 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 43 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | misc | FinalParameters | Parameter predicateAnchor should be final. | 47 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
eu/fbk/knowledgestore/populator/naf/model/Term.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'lemma' must be private and have accessor methods. | 45 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Warning | design | VisibilityModifier | Variable 'pos' must be private and have accessor methods. | 48 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Warning | design | VisibilityModifier | Variable 'morphofeat' must be private and have accessor methods. | 51 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Warning | design | VisibilityModifier | Variable 'netype' must be private and have accessor methods. | 54 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Warning | naming | MemberName | Name '_case' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Warning | design | VisibilityModifier | Variable '_case' must be private and have accessor methods. | 57 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Warning | design | VisibilityModifier | Variable 'head' must be private and have accessor methods. | 60 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Warning | design | VisibilityModifier | Variable 'sentimentOrSpanOrExternalReferencesOrComponent' must be private and have accessor methods. | 67 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Warning | misc | FinalParameters | Parameter value should be final. | 89 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Warning | misc | FinalParameters | Parameter value should be final. | 113 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Warning | misc | FinalParameters | Parameter value should be final. | 137 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Warning | misc | FinalParameters | Parameter value should be final. | 161 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Warning | misc | FinalParameters | Parameter value should be final. | 185 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Warning | misc | FinalParameters | Parameter value should be final. | 209 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Warning | misc | FinalParameters | Parameter value should be final. | 233 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Warning | misc | FinalParameters | Parameter value should be final. | 257 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 122). | 268 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 286 |
eu/fbk/knowledgestore/populator/naf/model/Terms.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'term' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Text.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'wf' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/TimeExpressions.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Warning | design | VisibilityModifier | Variable 'timex3' must be private and have accessor methods. | 29 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 53 |
eu/fbk/knowledgestore/populator/naf/model/Timex3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 27 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 40 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Warning | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 43 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Warning | design | VisibilityModifier | Variable 'beginPoint' must be private and have accessor methods. | 46 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Warning | design | VisibilityModifier | Variable 'endPoint' must be private and have accessor methods. | 49 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Warning | design | VisibilityModifier | Variable 'quant' must be private and have accessor methods. | 52 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Warning | design | VisibilityModifier | Variable 'freq' must be private and have accessor methods. | 55 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Warning | design | VisibilityModifier | Variable 'functionInDocument' must be private and have accessor methods. | 58 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Warning | design | VisibilityModifier | Variable 'temporalFunction' must be private and have accessor methods. | 61 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Warning | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 64 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Warning | design | VisibilityModifier | Variable 'valueFromFunction' must be private and have accessor methods. | 67 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Warning | design | VisibilityModifier | Variable 'mod' must be private and have accessor methods. | 70 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Warning | design | VisibilityModifier | Variable 'anchorTimeID' must be private and have accessor methods. | 73 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Warning | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 76 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Warning | misc | FinalParameters | Parameter value should be final. | 98 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Warning | misc | FinalParameters | Parameter value should be final. | 122 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Warning | misc | FinalParameters | Parameter value should be final. | 146 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Warning | misc | FinalParameters | Parameter value should be final. | 170 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Warning | misc | FinalParameters | Parameter value should be final. | 194 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Warning | misc | FinalParameters | Parameter value should be final. | 218 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Warning | misc | FinalParameters | Parameter value should be final. | 242 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Warning | misc | FinalParameters | Parameter value should be final. | 266 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Warning | misc | FinalParameters | Parameter value should be final. | 290 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 300 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Warning | misc | FinalParameters | Parameter value should be final. | 314 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 336 |
Warning | misc | FinalParameters | Parameter value should be final. | 338 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 348 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Warning | misc | FinalParameters | Parameter value should be final. | 362 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 366 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 366 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 367 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 367 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 367 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 367 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 372 |
Warning | misc | FinalParameters | Parameter span should be final. | 372 |
eu/fbk/knowledgestore/populator/naf/model/Tlink.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 23 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 34 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Warning | design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 36 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 38 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Warning | design | VisibilityModifier | Variable 'fromType' must be private and have accessor methods. | 41 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Warning | design | VisibilityModifier | Variable 'toType' must be private and have accessor methods. | 44 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Warning | design | VisibilityModifier | Variable 'relType' must be private and have accessor methods. | 47 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Warning | misc | FinalParameters | Parameter value should be final. | 69 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 77 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Warning | misc | FinalParameters | Parameter from should be final. | 80 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | misc | FinalParameters | Parameter to should be final. | 88 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Warning | misc | FinalParameters | Parameter value should be final. | 112 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Warning | misc | FinalParameters | Parameter value should be final. | 136 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Warning | misc | FinalParameters | Parameter value should be final. | 160 |
eu/fbk/knowledgestore/populator/naf/model/Topic.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 21 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Warning | design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 33 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 36 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'confidence' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 44 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Warning | misc | FinalParameters | Parameter value should be final. | 66 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Warning | misc | FinalParameters | Parameter value should be final. | 90 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Warning | misc | FinalParameters | Parameter value should be final. | 114 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Warning | misc | FinalParameters | Parameter value should be final. | 138 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Warning | misc | FinalParameters | Parameter value should be final. | 162 |
eu/fbk/knowledgestore/populator/naf/model/Topics.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 20 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Warning | design | VisibilityModifier | Variable 'topic' must be private and have accessor methods. | 31 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 55 |
eu/fbk/knowledgestore/populator/naf/model/Tree.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | imports | ImportOrder | 'javax.xml.bind.annotation.XmlAccessType' should be separated from previous imports. | 13 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 24 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Warning | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 36 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'ntOrTOrEdge' must be private and have accessor methods. | 42 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Warning | misc | FinalParameters | Parameter value should be final. | 64 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 92 |
eu/fbk/knowledgestore/populator/naf/model/Tunits.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Warning | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 29 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Warning | misc | FinalParameters | Parameter value should be final. | 51 |
eu/fbk/knowledgestore/populator/naf/model/Wf.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 2 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 23 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Warning | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 36 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | design | VisibilityModifier | Variable 'sent' must be private and have accessor methods. | 39 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | design | VisibilityModifier | Variable 'para' must be private and have accessor methods. | 42 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Warning | design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 45 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Warning | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 48 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Warning | design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 51 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Warning | design | VisibilityModifier | Variable 'xpath' must be private and have accessor methods. | 54 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Warning | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 56 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Warning | misc | FinalParameters | Parameter value should be final. | 78 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Warning | misc | FinalParameters | Parameter value should be final. | 102 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Warning | misc | FinalParameters | Parameter value should be final. | 126 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Warning | misc | FinalParameters | Parameter value should be final. | 150 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Warning | misc | FinalParameters | Parameter value should be final. | 174 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Warning | misc | FinalParameters | Parameter value should be final. | 198 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Warning | misc | FinalParameters | Parameter value should be final. | 222 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Warning | misc | FinalParameters | Parameter value should be final. | 246 |
eu/fbk/knowledgestore/populator/naf/nafPopulator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.commons.cli.*. | 8 |
Warning | imports | ImportOrder | Wrong order for 'org.apache.commons.cli.*' import. | 8 |
Warning | imports | ImportOrder | Wrong order for 'javax.xml.bind.JAXBContext' import. | 13 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 16 |
Warning | imports | ImportOrder | Wrong order for 'java.io.*' import. | 16 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Warning | naming | TypeName | Name 'nafPopulator' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 24 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 125). | 26 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Warning | naming | StaticVariableName | Name 'KSresourceReplacement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Warning | design | VisibilityModifier | Variable 'KSresourceReplacement' must be private and have accessor methods. | 26 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 28 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 29 |
Warning | naming | StaticVariableName | Name 'consumer_threads' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 31 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 32 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Warning | naming | StaticVariableName | Name 'JobFinished' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Warning | naming | StaticVariableName | Name 'store_partial_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Warning | naming | StaticVariableName | Name 'FInFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Warning | naming | StaticVariableName | Name 'ZInFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 36 |
Warning | naming | StaticVariableName | Name 'TInFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Warning | naming | StaticVariableName | Name 'INpath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Warning | naming | StaticVariableName | Name 'SERVER_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Warning | naming | StaticVariableName | Name 'USERNAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Warning | naming | StaticVariableName | Name 'PASSWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Warning | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 50 |
Warning | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 51 |
Warning | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 52 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 53 |
Warning | sizes | MethodLength | Method length is 190 lines (max allowed is 150). | 63 |
Warning | misc | FinalParameters | Parameter args should be final. | 63 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'args'. | 63 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 63 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 63 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 64 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 64 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchMethodException'. | 64 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 65 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ClassNotFoundException'. | 65 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 75 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 132). | 79 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 164). | 81 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 162). | 87 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 127). | 93 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 112). | 103 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 109 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 151). | 111 |
Warning | naming | LocalVariableName | Name 'COM_SUN_JERSEY_LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Warning | coding | FinalLocalVariable | Variable 'COM_SUN_JERSEY_LOGGER' should be declared final. | 111 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 117 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 117 |
Warning | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 117 |
Warning | blocks | LeftCurly | '{' should have line break after. | 120 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 120 |
Warning | blocks | RightCurly | '}' should have line break before. | 120 |
Warning | blocks | LeftCurly | '{' should have line break after. | 121 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 121 |
Warning | blocks | RightCurly | '}' should have line break before. | 121 |
Warning | blocks | LeftCurly | '{' should have line break after. | 122 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 122 |
Warning | blocks | RightCurly | '}' should have line break before. | 122 |
Warning | blocks | LeftCurly | '{' should have line break after. | 123 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 123 |
Warning | blocks | RightCurly | '}' should have line break before. | 123 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 125 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 136 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 136 |
Warning | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 136 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 139 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 139 |
Warning | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 139 |
Warning | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 144 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 145 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 145 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 145 |
Warning | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 146 |
Warning | coding | FinalLocalVariable | Variable 'tst' should be declared final. | 153 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 154 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 154 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 154 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 154 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 154 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 155 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 157 |
Warning | coding | FinalLocalVariable | Variable 'tst' should be declared final. | 163 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 164 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 164 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 164 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 164 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 164 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 164 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 165 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 167 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 127). | 184 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 201 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 202 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 125). | 205 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 207 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 210 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 214 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 214 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 217 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 217 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 220 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 220 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 229 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 229 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 229 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 229 |
Warning | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 229 |
Warning | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 229 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 229 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 229 |
Warning | coding | FinalLocalVariable | Variable 'a' should be declared final. | 230 |
Warning | coding | FinalLocalVariable | Variable 'finalizeThreadObj' should be declared final. | 236 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 258 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 258 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 284 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 284 |
Warning | misc | FinalParameters | Parameter options should be final. | 299 |
Warning | naming | LocalVariableName | Name 'WIDTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
Warning | coding | FinalLocalVariable | Variable 'WIDTH' should be declared final. | 300 |
Warning | misc | FinalParameters | Parameter st should be final. | 313 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 336 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 338 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 339 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 341 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 342 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
Warning | coding | FinalLocalVariable | Variable 'resourceName' should be declared final. | 347 |
Warning | coding | FinalLocalVariable | Variable 'url' should be declared final. | 348 |
Warning | coding | FinalLocalVariable | Variable 'jc' should be declared final. | 350 |
Warning | coding | FinalLocalVariable | Variable 'unmarshaller' should be declared final. | 351 |
Warning | coding | FinalLocalVariable | Variable 'myFile' should be declared final. | 353 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 143). | 364 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 373 |
Warning | blocks | LeftCurly | '{' should have line break after. | 381 |
Warning | blocks | RightCurly | '}' should be on the same line. | 381 |
Warning | blocks | RightCurly | '}' should have line break before. | 381 |
Warning | blocks | LeftCurly | '{' should have line break after. | 382 |
Warning | blocks | RightCurly | '}' should be on the same line. | 382 |
Warning | blocks | RightCurly | '}' should have line break before. | 382 |
Warning | blocks | LeftCurly | '{' should have line break after. | 383 |
Warning | blocks | RightCurly | '}' should have line break before. | 383 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 402 |
Warning | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 402 |
Warning | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 402 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 402 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 406 |
Warning | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 406 |
Warning | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 406 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 406 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 406 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 406 |
eu/fbk/knowledgestore/populator/naf/processNAF.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | FileLength | File length is 2,240 lines (max allowed is 2,000). | 1 |
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.data.Data' should be separated from previous imports. | 4 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - eu.fbk.knowledgestore.populator.naf.model.*. | 6 |
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.URI' import. | 11 |
Warning | imports | ImportOrder | Wrong order for 'javax.xml.bind.JAXBContext' import. | 18 |
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.*. | 25 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 27 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Warning | naming | TypeName | Name 'processNAF' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 27 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Warning | misc | FinalParameters | Parameter args should be final. | 29 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 31 |
Warning | naming | LocalVariableName | Name 'disabled_Items' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 148). | 40 |
Warning | coding | FinalLocalVariable | Variable 'vars' should be declared final. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | misc | FinalParameters | Parameter fPath should be final. | 49 |
Warning | misc | FinalParameters | Parameter inout should be final. | 49 |
Warning | misc | FinalParameters | Parameter disabled_Items should be final. | 49 |
Warning | naming | ParameterName | Name 'disabled_Items' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Warning | misc | FinalParameters | Parameter store_partical_info should be final. | 50 |
Warning | naming | ParameterName | Name 'store_partical_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Warning | coding | FinalLocalVariable | Variable 'vars' should be declared final. | 51 |
Warning | coding | FinalLocalVariable | Variable 'returned' should be declared final. | 58 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 72 |
Warning | misc | FinalParameters | Parameter path should be final. | 72 |
Warning | misc | FinalParameters | Parameter disabled_Items should be final. | 72 |
Warning | naming | ParameterName | Name 'disabled_Items' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Warning | misc | FinalParameters | Parameter vars should be final. | 72 |
Warning | coding | FinalLocalVariable | Variable 'listOfFiles' should be declared final. | 79 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 101 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Warning | misc | FinalParameters | Parameter filepath should be final. | 101 |
Warning | misc | FinalParameters | Parameter disabled_Items should be final. | 101 |
Warning | naming | ParameterName | Name 'disabled_Items' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Warning | misc | FinalParameters | Parameter vars should be final. | 101 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 106 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 108 |
Warning | coding | FinalLocalVariable | Variable 'header' should be declared final. | 114 |
Warning | coding | FinalLocalVariable | Variable 'raw' should be declared final. | 116 |
Warning | coding | FinalLocalVariable | Variable 'st' should be declared final. | 135 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around expression. | 136 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around expression. | 145 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 166 |
Warning | sizes | MethodLength | Method length is 269 lines (max allowed is 150). | 166 |
Warning | misc | FinalParameters | Parameter obj should be final. | 166 |
Warning | misc | FinalParameters | Parameter disabledItems should be final. | 166 |
Warning | misc | FinalParameters | Parameter vars should be final. | 166 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 179 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 187 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 192 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 199 |
Warning | coding | FinalLocalVariable | Variable 'm' should be declared final. | 203 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 220 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 222 |
Warning | coding | FinalLocalVariable | Variable 'keepEntityTypeProvidedByNaf' should be declared final. | 222 |
Warning | coding | FinalLocalVariable | Variable 'dbpedia' should be declared final. | 222 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 225 |
Warning | coding | StringLiteralEquality | Literal Strings should be compared using equals(), not '!='. | 225 |
Warning | coding | FinalLocalVariable | Variable 'dynamicTypeUri' should be declared final. | 233 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 234 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 237 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 238 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 112). | 244 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 246 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 250 |
Warning | blocks | RightCurly | '}' should be on the same line. | 255 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 261 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 265 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 269 |
Warning | coding | FinalLocalVariable | Variable 'dynamicTypeUri' should be declared final. | 278 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 279 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 282 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 283 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 288 |
Warning | coding | FinalLocalVariable | Variable 'charS2' should be declared final. | 288 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 306 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 322 |
Warning | coding | FinalLocalVariable | Variable 'externalRefs' should be declared final. | 322 |
Warning | coding | FinalLocalVariable | Variable 'firstTimeFlag' should be declared final. | 333 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 171). | 336 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 162). | 337 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 127). | 340 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 136). | 349 |
Warning | coding | FinalLocalVariable | Variable 'referenceValue' should be declared final. | 354 |
Warning | coding | FinalLocalVariable | Variable 'exrEn' should be declared final. | 361 |
Warning | coding | FinalLocalVariable | Variable 'exrEs' should be declared final. | 362 |
Warning | coding | FinalLocalVariable | Variable 'exrIt' should be declared final. | 363 |
Warning | coding | FinalLocalVariable | Variable 'exrNl' should be declared final. | 364 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 368 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 375 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 377 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 379 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 381 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 388 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 138). | 393 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 144). | 400 |
Warning | coding | FinalLocalVariable | Variable 'chosenReferenceURI' should be declared final. | 411 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 413 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 414 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 415 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 417 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 420 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 437 |
Warning | misc | FinalParameters | Parameter modeactive should be final. | 437 |
Warning | misc | FinalParameters | Parameter exrEn should be final. | 437 |
Warning | misc | FinalParameters | Parameter exRObj should be final. | 438 |
Warning | misc | FinalParameters | Parameter exrEs should be final. | 438 |
Warning | misc | FinalParameters | Parameter exrIt should be final. | 438 |
Warning | misc | FinalParameters | Parameter exrNl should be final. | 439 |
Warning | misc | FinalParameters | Parameter vars should be final. | 439 |
Warning | coding | MissingSwitchDefault | switch without "default" clause. | 443 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 148). | 470 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 475 |
Warning | misc | FinalParameters | Parameter exrl should be final. | 485 |
Warning | coding | FinalLocalVariable | Variable 'co' should be declared final. | 489 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 507 |
Warning | misc | FinalParameters | Parameter obj should be final. | 507 |
Warning | misc | FinalParameters | Parameter vars should be final. | 507 |
Warning | coding | FinalLocalVariable | Variable 'tmxSpan' should be declared final. | 515 |
Warning | coding | FinalLocalVariable | Variable 'tmxTypeUC' should be declared final. | 516 |
Warning | coding | FinalLocalVariable | Variable 'keepTimeTypeProvidedByNaf' should be declared final. | 517 |
Warning | coding | FinalLocalVariable | Variable 'm' should be declared final. | 526 |
Warning | coding | FinalLocalVariable | Variable 'wordsL' should be declared final. | 531 |
Warning | coding | FinalLocalVariable | Variable 'dynamicTypeUri' should be declared final. | 536 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 540 |
Warning | coding | SimplifyBooleanExpression | Expression can be simplified. | 554 |
Warning | coding | SimplifyBooleanExpression | Expression can be simplified. | 558 |
Warning | coding | FinalLocalVariable | Variable 'addedNew' should be declared final. | 595 |
Warning | coding | FinalLocalVariable | Variable 'charS2' should be declared final. | 600 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 601 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 606 |
Warning | misc | FinalParameters | Parameter obj should be final. | 606 |
Warning | misc | FinalParameters | Parameter vars should be final. | 606 |
Warning | coding | FinalLocalVariable | Variable 'm' should be declared final. | 614 |
Warning | coding | FinalLocalVariable | Variable 'tarlist' should be declared final. | 619 |
Warning | coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 620 |
Warning | coding | FinalLocalVariable | Variable 'wordsL' should be declared final. | 623 |
Warning | coding | FinalLocalVariable | Variable 'addedNew' should be declared final. | 634 |
Warning | coding | FinalLocalVariable | Variable 'charS2' should be declared final. | 639 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 640 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 647 |
Warning | misc | FinalParameters | Parameter factualities should be final. | 647 |
Warning | misc | FinalParameters | Parameter vars should be final. | 647 |
Warning | coding | FinalLocalVariable | Variable 'm' should be declared final. | 656 |
Warning | coding | FinalLocalVariable | Variable 'tarlist' should be declared final. | 661 |
Warning | coding | FinalLocalVariable | Variable 'wordsL' should be declared final. | 665 |
Warning | coding | FinalLocalVariable | Variable 'addedNew' should be declared final. | 675 |
Warning | coding | FinalLocalVariable | Variable 'charS2' should be declared final. | 680 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 681 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 687 |
Warning | misc | FinalParameters | Parameter causalRelations should be final. | 687 |
Warning | misc | FinalParameters | Parameter vars should be final. | 687 |
Warning | coding | FinalLocalVariable | Variable 'm' should be declared final. | 696 |
Warning | coding | FinalLocalVariable | Variable 'tarlist' should be declared final. | 702 |
Warning | coding | FinalLocalVariable | Variable 'from' should be declared final. | 703 |
Warning | coding | FinalLocalVariable | Variable 'to' should be declared final. | 704 |
Warning | coding | FinalLocalVariable | Variable 'fromwl' should be declared final. | 708 |
Warning | coding | FinalLocalVariable | Variable 'mtest1' should be declared final. | 709 |
Warning | coding | FinalLocalVariable | Variable 'towl' should be declared final. | 713 |
Warning | coding | FinalLocalVariable | Variable 'mtest2' should be declared final. | 714 |
Warning | coding | FinalLocalVariable | Variable 'wordsL' should be declared final. | 718 |
Warning | coding | FinalLocalVariable | Variable 'addedNew' should be declared final. | 723 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 733 |
Warning | misc | FinalParameters | Parameter temporalRelations should be final. | 733 |
Warning | misc | FinalParameters | Parameter vars should be final. | 733 |
Warning | coding | FinalLocalVariable | Variable 'm' should be declared final. | 751 |
Warning | coding | FinalLocalVariable | Variable 'tarlist' should be declared final. | 757 |
Warning | coding | FinalLocalVariable | Variable 'mtest2' should be declared final. | 796 |
Warning | coding | FinalLocalVariable | Variable 'returned' should be declared final. | 798 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 803 |
Warning | coding | FinalLocalVariable | Variable 'mtest1' should be declared final. | 808 |
Warning | coding | FinalLocalVariable | Variable 'returned' should be declared final. | 810 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 815 |
Warning | coding | FinalLocalVariable | Variable 'mtest1' should be declared final. | 820 |
Warning | coding | FinalLocalVariable | Variable 'mtest2' should be declared final. | 825 |
Warning | coding | FinalLocalVariable | Variable 'addedNew' should be declared final. | 834 |
Warning | misc | FinalParameters | Parameter key should be final. | 844 |
Warning | misc | FinalParameters | Parameter value should be final. | 844 |
Warning | misc | FinalParameters | Parameter mention should be final. | 845 |
Warning | misc | FinalParameters | Parameter vars should be final. | 845 |
Warning | coding | FinalLocalVariable | Variable 'charS' should be declared final. | 846 |
Warning | misc | FinalParameters | Parameter list should be final. | 855 |
Warning | misc | FinalParameters | Parameter vars should be final. | 856 |
Warning | coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 857 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 871 |
Warning | misc | FinalParameters | Parameter tmxId should be final. | 876 |
Warning | misc | FinalParameters | Parameter vars should be final. | 876 |
Warning | coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 877 |
Warning | misc | FinalParameters | Parameter predicateId should be final. | 889 |
Warning | misc | FinalParameters | Parameter vars should be final. | 890 |
Warning | misc | FinalParameters | Parameter type should be final. | 899 |
Warning | misc | FinalParameters | Parameter value should be final. | 899 |
Warning | sizes | MethodLength | Method length is 413 lines (max allowed is 150). | 919 |
Warning | misc | FinalParameters | Parameter vars should be final. | 919 |
Warning | coding | FinalLocalVariable | Variable 'obj' should be declared final. | 920 |
Warning | coding | FinalLocalVariable | Variable 'predicateID' should be declared final. | 937 |
Warning | coding | FinalLocalVariable | Variable 'eventTermList' should be declared final. | 942 |
Warning | coding | FinalLocalVariable | Variable 'eventTerm' should be declared final. | 962 |
Warning | coding | FinalLocalVariable | Variable 'posVal' should be declared final. | 969 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 969 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 981 |
Warning | coding | FinalLocalVariable | Variable 'prds' should be declared final. | 986 |
Warning | coding | FinalLocalVariable | Variable 'wfL' should be declared final. | 990 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 991 |
Warning | coding | FinalLocalVariable | Variable 'mtest1' should be declared final. | 994 |
Warning | coding | FinalLocalVariable | Variable 'wfL' should be declared final. | 1001 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 1002 |
Warning | coding | FinalLocalVariable | Variable 'mtest1' should be declared final. | 1005 |
Warning | coding | FinalLocalVariable | Variable 'wfL' should be declared final. | 1012 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 1013 |
Warning | coding | FinalLocalVariable | Variable 'mtest1' should be declared final. | 1015 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 1021 |
Warning | coding | FinalLocalVariable | Variable 'resourceValue' should be declared final. | 1042 |
Warning | coding | FinalLocalVariable | Variable 'referenceValue' should be declared final. | 1043 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 1051 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 1054 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 1059 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 1061 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 1070 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 128). | 1085 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 138). | 1090 |
Warning | coding | FinalLocalVariable | Variable 'addedNew' should be declared final. | 1101 |
Warning | coding | FinalLocalVariable | Variable 'charS2' should be declared final. | 1110 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 1121 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 1127 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 1128 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 121). | 1129 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 1131 |
Warning | naming | LocalVariableName | Name 'MenCreated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1135 |
Warning | coding | FinalLocalVariable | Variable 'roleSpan' should be declared final. | 1140 |
Warning | coding | FinalLocalVariable | Variable 'roleCharSpan' should be declared final. | 1141 |
Warning | coding | FinalLocalVariable | Variable 'semRole' should be declared final. | 1146 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 1150 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 1156 |
Warning | coding | FinalLocalVariable | Variable 'roleM' should be declared final. | 1167 |
Warning | coding | FinalLocalVariable | Variable 'ttmp' should be declared final. | 1175 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 1187 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 1193 |
Warning | coding | FinalLocalVariable | Variable 'relationM' should be declared final. | 1199 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 1202 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 1208 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 1213 |
Warning | blocks | AvoidNestedBlocks | Avoid nested blocks. | 1215 |
Warning | coding | FinalLocalVariable | Variable 'roleId' should be declared final. | 1216 |
Warning | coding | FinalLocalVariable | Variable 'ttmp' should be declared final. | 1243 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 1247 |
Warning | coding | FinalLocalVariable | Variable 'create' should be declared final. | 1250 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 129). | 1253 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 1258 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 1261 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 1265 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 1285 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 1287 |
Warning | coding | FinalLocalVariable | Variable 'resourceValue' should be declared final. | 1292 |
Warning | coding | FinalLocalVariable | Variable 'referenceValue' should be declared final. | 1293 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 1297 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 1301 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 1306 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 1307 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 1308 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 1311 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 136). | 1317 |
Warning | misc | FinalParameters | Parameter id should be final. | 1333 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1334 |
Warning | coding | FinalLocalVariable | Variable 'tmp' should be declared final. | 1335 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 1349 |
Warning | misc | FinalParameters | Parameter obj should be final. | 1349 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1349 |
Warning | coding | FinalLocalVariable | Variable 'publicProp' should be declared final. | 1352 |
Warning | coding | FinalLocalVariable | Variable 'newsFile' should be declared final. | 1354 |
Warning | coding | FinalLocalVariable | Variable 'nafFile' should be declared final. | 1355 |
Warning | coding | FinalLocalVariable | Variable 'preStr' should be declared final. | 1378 |
Warning | coding | FinalLocalVariable | Variable 'postStr' should be declared final. | 1379 |
Warning | coding | FinalLocalVariable | Variable 'srcUrlstr' should be declared final. | 1380 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 1389 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1389 |
Warning | coding | FinalLocalVariable | Variable 'r3' should be declared final. | 1466 |
Warning | coding | FinalLocalVariable | Variable 'namuri' should be declared final. | 1475 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 1476 |
Warning | coding | FinalLocalVariable | Variable 'uri' should be declared final. | 1476 |
Warning | coding | FinalLocalVariable | Variable 'rId' should be declared final. | 1479 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 1489 |
Warning | misc | FinalParameters | Parameter obj should be final. | 1489 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1489 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 1505 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 129). | 1508 |
Warning | coding | FinalLocalVariable | Variable 'corefType' should be declared final. | 1513 |
Warning | coding | FinalLocalVariable | Variable 'corefCharSpan' should be declared final. | 1524 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 1525 |
Warning | coding | FinalLocalVariable | Variable 'retArray' should be declared final. | 1525 |
Warning | coding | FinalLocalVariable | Variable 'inclFlag' should be declared final. | 1526 |
Warning | coding | FinalLocalVariable | Variable 'includedMentionCharSpan' should be declared final. | 1529 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 1530 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 1531 |
Warning | coding | FinalLocalVariable | Variable 'corefCharSpan' should be declared final. | 1542 |
Warning | coding | FinalLocalVariable | Variable 'm' should be declared final. | 1550 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 1561 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 1573 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 1577 |
Warning | coding | FinalLocalVariable | Variable 'eventTerm' should be declared final. | 1581 |
Warning | coding | FinalLocalVariable | Variable 'posVal' should be declared final. | 1585 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 1585 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 1592 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 1601 |
Warning | coding | FinalLocalVariable | Variable 'addedNew' should be declared final. | 1610 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 1619 |
Warning | coding | FinalLocalVariable | Variable 'charS2' should be declared final. | 1629 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 1634 |
Warning | misc | FinalParameters | Parameter eventTermList should be final. | 1639 |
Warning | misc | FinalParameters | Parameter roleTermList should be final. | 1640 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1640 |
Warning | coding | FinalLocalVariable | Variable 'merged' should be declared final. | 1642 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 1658 |
Warning | misc | FinalParameters | Parameter charSpan should be final. | 1660 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1660 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 1666 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 1668 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 1670 |
Warning | misc | FinalParameters | Parameter charSpan should be final. | 1670 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1670 |
Warning | coding | FinalLocalVariable | Variable 'retArray' should be declared final. | 1671 |
Warning | coding | FinalLocalVariable | Variable 'fields' should be declared final. | 1680 |
Warning | coding | FinalLocalVariable | Variable 'spanBeginC' should be declared final. | 1681 |
Warning | coding | FinalLocalVariable | Variable 'spanEndC' should be declared final. | 1682 |
Warning | coding | FinalLocalVariable | Variable 'keys' should be declared final. | 1684 |
Warning | coding | FinalLocalVariable | Variable 'key' should be declared final. | 1689 |
Warning | misc | FinalParameters | Parameter sp should be final. | 1707 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1707 |
Warning | coding | FinalLocalVariable | Variable 'wordsL' should be declared final. | 1708 |
Warning | coding | FinalLocalVariable | Variable 'begin' should be declared final. | 1709 |
Warning | coding | FinalLocalVariable | Variable 'lastW' should be declared final. | 1710 |
Warning | coding | FinalLocalVariable | Variable 'end' should be declared final. | 1711 |
Warning | coding | FinalLocalVariable | Variable 'charSpan' should be declared final. | 1712 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 1716 |
Warning | misc | FinalParameters | Parameter charSpan should be final. | 1718 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1718 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 1726 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 1728 |
Warning | misc | FinalParameters | Parameter charSpan should be final. | 1728 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1728 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 1740 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 120). | 1740 |
Warning | misc | FinalParameters | Parameter m should be final. | 1742 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1742 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 1743 |
Warning | coding | FinalLocalVariable | Variable 'charS' should be declared final. | 1743 |
Warning | coding | FinalLocalVariable | Variable 'chk' should be declared final. | 1748 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 1751 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 1757 |
Warning | coding | FinalLocalVariable | Variable 'types' should be declared final. | 1762 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 1764 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 1768 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 1775 |
Warning | coding | FinalLocalVariable | Variable 'types' should be declared final. | 1778 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 1779 |
Warning | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 1779 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 1780 |
Warning | coding | FinalLocalVariable | Variable 'mit' should be declared final. | 1784 |
Warning | coding | FinalLocalVariable | Variable 'mittmp' should be declared final. | 1786 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 1792 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1810 |
Warning | coding | FinalLocalVariable | Variable 'keys' should be declared final. | 1811 |
Warning | coding | FinalLocalVariable | Variable 'key' should be declared final. | 1813 |
Warning | coding | FinalLocalVariable | Variable 'm' should be declared final. | 1814 |
Warning | coding | FinalLocalVariable | Variable 'csList' should be declared final. | 1818 |
Warning | coding | FinalLocalVariable | Variable 'cStart' should be declared final. | 1819 |
Warning | coding | FinalLocalVariable | Variable 'cEnd' should be declared final. | 1820 |
Warning | coding | FinalLocalVariable | Variable 'extentStr' should be declared final. | 1821 |
Warning | misc | FinalParameters | Parameter list should be final. | 1826 |
Warning | misc | FinalParameters | Parameter m should be final. | 1835 |
Warning | misc | FinalParameters | Parameter m2 should be final. | 1835 |
Warning | coding | FinalLocalVariable | Variable 'types' should be declared final. | 1836 |
Warning | coding | FinalLocalVariable | Variable 'types1' should be declared final. | 1837 |
Warning | misc | FinalParameters | Parameter oldM should be final. | 1846 |
Warning | misc | FinalParameters | Parameter newM should be final. | 1846 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 1849 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 1850 |
Warning | coding | FinalLocalVariable | Variable 'typesOld' should be declared final. | 1852 |
Warning | coding | FinalLocalVariable | Variable 'typesNew' should be declared final. | 1853 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 1854 |
Warning | coding | FinalLocalVariable | Variable 'isGenericOldM' should be declared final. | 1854 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 1854 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 1856 |
Warning | coding | FinalLocalVariable | Variable 'isSpecificNewM' should be declared final. | 1856 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 1856 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 1861 |
Warning | coding | SimplifyBooleanReturn | Conditional logic can be removed. | 1864 |
Warning | misc | FinalParameters | Parameter publicProp should be final. | 1871 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1871 |
Warning | coding | FinalLocalVariable | Variable 'uri' should be declared final. | 1877 |
Warning | coding | FinalLocalVariable | Variable 'nafuri' should be declared final. | 1881 |
Warning | coding | FinalLocalVariable | Variable 'nurl' should be declared final. | 1888 |
Warning | coding | FinalLocalVariable | Variable 'p' should be declared final. | 1889 |
Warning | misc | FinalParameters | Parameter wordsL should be final. | 1897 |
Warning | misc | FinalParameters | Parameter m should be final. | 1897 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1897 |
Warning | coding | FinalLocalVariable | Variable 'begin' should be declared final. | 1898 |
Warning | coding | FinalLocalVariable | Variable 'end' should be declared final. | 1899 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 1899 |
Warning | coding | FinalLocalVariable | Variable 'tmpid' should be declared final. | 1903 |
Warning | coding | FinalLocalVariable | Variable 'mId' should be declared final. | 1904 |
Warning | misc | FinalParameters | Parameter error should be final. | 1908 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1908 |
Warning | misc | FinalParameters | Parameter error should be final. | 1919 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1919 |
Warning | misc | FinalParameters | Parameter error should be final. | 1925 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1925 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1929 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1941 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1941 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1945 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1945 |
Warning | misc | FinalParameters | Parameter spansObj should be final. | 1949 |
Warning | misc | FinalParameters | Parameter m should be final. | 1949 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1949 |
Warning | coding | FinalLocalVariable | Variable 'wordsL' should be declared final. | 1950 |
Warning | coding | FinalLocalVariable | Variable 'begin' should be declared final. | 1951 |
Warning | coding | FinalLocalVariable | Variable 'end' should be declared final. | 1952 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 1952 |
Warning | coding | FinalLocalVariable | Variable 'muri' should be declared final. | 1956 |
Warning | coding | FinalLocalVariable | Variable 'mId' should be declared final. | 1957 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 1964 |
Warning | naming | MethodName | Name 'generateTheMIdAndSetID_forParticipationMention' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1964 |
Warning | misc | FinalParameters | Parameter eventTermList should be final. | 1964 |
Warning | misc | FinalParameters | Parameter roleTermList should be final. | 1965 |
Warning | misc | FinalParameters | Parameter m should be final. | 1966 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1966 |
Warning | coding | FinalLocalVariable | Variable 'eventWordList' should be declared final. | 1967 |
Warning | coding | FinalLocalVariable | Variable 'roleWordList' should be declared final. | 1968 |
Warning | coding | FinalLocalVariable | Variable 'charStartOfEvent' should be declared final. | 1970 |
Warning | coding | FinalLocalVariable | Variable 'charEndOfEvent' should be declared final. | 1971 |
Warning | coding | FinalLocalVariable | Variable 'charStartOfRole' should be declared final. | 1973 |
Warning | coding | FinalLocalVariable | Variable 'charEndOfRole' should be declared final. | 1974 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 1977 |
Warning | coding | FinalLocalVariable | Variable 'muri' should be declared final. | 1988 |
Warning | coding | FinalLocalVariable | Variable 'mId' should be declared final. | 1989 |
Warning | misc | FinalParameters | Parameter eventTermList should be final. | 1996 |
Warning | misc | FinalParameters | Parameter roleTermList should be final. | 1997 |
Warning | misc | FinalParameters | Parameter vars should be final. | 1997 |
Warning | coding | FinalLocalVariable | Variable 'eventWordList' should be declared final. | 1998 |
Warning | coding | FinalLocalVariable | Variable 'roleWordList' should be declared final. | 1999 |
Warning | coding | FinalLocalVariable | Variable 'mergedWordList' should be declared final. | 2001 |
Warning | coding | FinalLocalVariable | Variable 'charStartOfEvent' should be declared final. | 2003 |
Warning | coding | FinalLocalVariable | Variable 'charStartOfRole' should be declared final. | 2004 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 2006 |
Warning | coding | FinalLocalVariable | Variable 'extent' should be declared final. | 2025 |
Warning | coding | FinalLocalVariable | Variable 'sExtent' should be declared final. | 2029 |
Warning | misc | FinalParameters | Parameter muri should be final. | 2036 |
Warning | misc | FinalParameters | Parameter vars should be final. | 2036 |
Warning | misc | FinalParameters | Parameter termId should be final. | 2048 |
Warning | misc | FinalParameters | Parameter vars should be final. | 2048 |
Warning | coding | FinalLocalVariable | Variable 'ltmp' should be declared final. | 2054 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 2064 |
Warning | misc | FinalParameters | Parameter list should be final. | 2064 |
Warning | misc | FinalParameters | Parameter vars should be final. | 2064 |
Warning | coding | FinalLocalVariable | Variable 'returned' should be declared final. | 2065 |
Warning | coding | FinalLocalVariable | Variable 'wordsIDL' should be declared final. | 2066 |
Warning | coding | FinalLocalVariable | Variable 'prop' should be declared final. | 2083 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 2099 |
Warning | misc | FinalParameters | Parameter targetTermList should be final. | 2099 |
Warning | misc | FinalParameters | Parameter vars should be final. | 2100 |
Warning | coding | FinalLocalVariable | Variable 'returned' should be declared final. | 2101 |
Warning | coding | FinalLocalVariable | Variable 'wordsIDL' should be declared final. | 2102 |
Warning | coding | FinalLocalVariable | Variable 'spansl' should be declared final. | 2108 |
Warning | coding | FinalLocalVariable | Variable 'spantmp' should be declared final. | 2111 |
Warning | coding | FinalLocalVariable | Variable 'prop' should be declared final. | 2123 |
Warning | coding | FinalLocalVariable | Variable 'spansl' should be declared final. | 2127 |
Warning | coding | FinalLocalVariable | Variable 'spantmp' should be declared final. | 2131 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 2160 |
Warning | coding | FinalLocalVariable | Variable 'prop' should be declared final. | 2164 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 2178 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 2185 |
Warning | misc | FinalParameters | Parameter list should be final. | 2185 |
Warning | misc | FinalParameters | Parameter vars should be final. | 2185 |
Warning | coding | FinalLocalVariable | Variable 'targetTermList' should be declared final. | 2187 |
Warning | coding | FinalLocalVariable | Variable 'targetList' should be declared final. | 2188 |
Warning | coding | FinalLocalVariable | Variable 'tarm' should be declared final. | 2190 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 2193 |
Warning | coding | FinalLocalVariable | Variable 'corrispondingWf' should be declared final. | 2193 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2197 |
Warning | misc | FinalParameters | Parameter naf should be final. | 2197 |
Warning | misc | FinalParameters | Parameter vars should be final. | 2197 |
Warning | coding | FinalLocalVariable | Variable 'jc' should be declared final. | 2200 |
Warning | coding | FinalLocalVariable | Variable 'unmarshaller' should be declared final. | 2201 |
Warning | coding | FinalLocalVariable | Variable 'bytes' should be declared final. | 2202 |
Warning | coding | FinalLocalVariable | Variable 'mb' should be declared final. | 2221 |
Warning | coding | FinalLocalVariable | Variable 'runtime' should be declared final. | 2224 |
eu/fbk/knowledgestore/populator/naf/processNAFVariables.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 20 |
Warning | naming | TypeName | Name 'processNAFVariables' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 |
Warning | naming | MemberName | Name 'NAF_file_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
Warning | naming | MemberName | Name 'news_file_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
Warning | naming | MemberName | Name 'PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 52 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 137). | 54 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 54 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 58 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 58 |
Warning | naming | MemberName | Name 'PER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Warning | naming | MemberName | Name 'LOC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Warning | naming | MemberName | Name 'ORG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Warning | naming | MemberName | Name 'PRO' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Warning | naming | MemberName | Name 'no_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 59 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Warning | design | VisibilityModifier | Variable 'tlinkMentionsDiscarded' must be private and have accessor methods. | 63 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 63 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Warning | design | VisibilityModifier | Variable 'clinkMentionsDiscarded' must be private and have accessor methods. | 64 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 64 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Warning | design | VisibilityModifier | Variable 'tlinkMentionsEnriched' must be private and have accessor methods. | 65 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 65 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 |
Warning | sizes | MethodLength | Method length is 182 lines (max allowed is 150). | 66 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 73 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 73 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 74 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 74 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 75 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 76 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 76 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 77 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 123). | 219 |
eu/fbk/knowledgestore/populator/naf/runPopoulator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 9 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 9 |
Warning | naming | TypeName | Name 'runPopoulator' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 11 |
Warning | misc | FinalParameters | Parameter args should be final. | 21 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'args'. | 21 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 21 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 21 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchMethodException'. | 22 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 22 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ClassNotFoundException'. | 22 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 22 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 23 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 30 |
Warning | coding | FinalLocalVariable | Variable 'argt' should be declared final. | 31 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 127). | 36 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 38 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 171). | 39 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Warning | coding | FinalLocalVariable | Variable 'tt' should be declared final. | 54 |
eu/fbk/knowledgestore/populator/naf/runPopulatorTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 |
Warning | naming | TypeName | Name 'runPopulatorTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
Warning | misc | FinalParameters | Parameter args should be final. | 29 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'args'. | 29 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 29 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 29 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchMethodException'. | 30 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 30 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'ClassNotFoundException'. | 30 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'JAXBException'. | 30 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 31 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 36 |
Warning | misc | FinalParameters | Parameter input should be final. | 43 |
Warning | misc | FinalParameters | Parameter output should be final. | 43 |
Warning | misc | FinalParameters | Parameter gold should be final. | 43 |
Warning | coding | FinalLocalVariable | Variable 'url' should be declared final. | 46 |
Warning | coding | FinalLocalVariable | Variable 'urlOut' should be declared final. | 47 |
Warning | coding | FinalLocalVariable | Variable 'urlGold' should be declared final. | 48 |
Warning | coding | FinalLocalVariable | Variable 'original' should be declared final. | 49 |
Warning | naming | LocalVariableName | Name 'PrintStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Warning | coding | FinalLocalVariable | Variable 'PrintStream' should be declared final. | 50 |
Warning | coding | FinalLocalVariable | Variable 'argt' should be declared final. | 54 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 63 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 67 |
Warning | misc | FinalParameters | Parameter argt should be final. | 77 |
Warning | coding | FinalLocalVariable | Variable 'className' should be declared final. | 80 |
Warning | coding | FinalLocalVariable | Variable 'clazz' should be declared final. | 81 |
Warning | coding | FinalLocalVariable | Variable 'parameters' should be declared final. | 82 |
Warning | coding | FinalLocalVariable | Variable 'method' should be declared final. | 83 |
Warning | coding | FinalLocalVariable | Variable 'obj' should be declared final. | 84 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Warning | misc | FinalParameters | Parameter fileName1 should be final. | 98 |
Warning | misc | FinalParameters | Parameter fileName2 should be final. | 98 |
Warning | coding | FinalLocalVariable | Variable 'fstream1' should be declared final. | 99 |
Warning | coding | FinalLocalVariable | Variable 'fstream2' should be declared final. | 100 |
Warning | coding | FinalLocalVariable | Variable 'in1' should be declared final. | 102 |
Warning | coding | FinalLocalVariable | Variable 'in2' should be declared final. | 103 |
Warning | coding | FinalLocalVariable | Variable 'br1' should be declared final. | 105 |
Warning | coding | FinalLocalVariable | Variable 'br2' should be declared final. | 106 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 108 |
Warning | coding | InnerAssignment | Inner assignments should be avoided. | 111 |
Warning | coding | InnerAssignment | Inner assignments should be avoided. | 111 |
eu/fbk/knowledgestore/populator/naf/statistics.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Warning | naming | TypeName | Name 'statistics' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 3 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 5 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 7 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 7 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 7 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 7 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 7 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 7 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 7 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 7 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 8 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 8 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 8 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 8 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 8 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 8 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | misc | FinalParameters | Parameter tlinkMentionsEnriched should be final. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Warning | misc | FinalParameters | Parameter clinkMention should be final. | 28 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | misc | FinalParameters | Parameter tlinkMention should be final. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | misc | FinalParameters | Parameter clinkMentionDiscarded should be final. | 52 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Warning | misc | FinalParameters | Parameter tlinkMentionDiscarded should be final. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Warning | misc | FinalParameters | Parameter corefMentionEvent should be final. | 76 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | misc | FinalParameters | Parameter corefMentionNotEvent should be final. | 88 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 92 |
Warning | naming | MemberName | Name 'PER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Warning | naming | MemberName | Name 'LOC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Warning | naming | MemberName | Name 'ORG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Warning | naming | MemberName | Name 'PRO' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Warning | naming | MemberName | Name 'no_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Warning | misc | FinalParameters | Parameter role should be final. | 99 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 103 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around identifier 'objectMention'. | 107 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around identifier 'eventMention'. | 110 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 128). | 112 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 112 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 113 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 113 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 113 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 113 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 114 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 115 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 115 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 115 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 115 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 115 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 115 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 115 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 115 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 115 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 117 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 117 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 117 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 117 |
Warning | coding | UnnecessaryParentheses | Unnecessary parentheses around assignment right-hand side. | 118 |
Warning | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 120 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Warning | misc | FinalParameters | Parameter entity should be final. | 128 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Warning | misc | FinalParameters | Parameter coref should be final. | 136 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Warning | misc | FinalParameters | Parameter timex should be final. | 144 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Warning | misc | FinalParameters | Parameter srl should be final. | 152 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
Warning | misc | FinalParameters | Parameter objectMention should be final. | 160 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Warning | misc | FinalParameters | Parameter timeMention should be final. | 168 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Warning | misc | FinalParameters | Parameter eventMention should be final. | 176 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
Warning | misc | FinalParameters | Parameter rolewithEntity should be final. | 184 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Warning | misc | FinalParameters | Parameter participationMention should be final. | 192 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Warning | misc | FinalParameters | Parameter rolewithoutEntity should be final. | 200 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
Warning | misc | FinalParameters | Parameter factuality should be final. | 208 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
Warning | misc | FinalParameters | Parameter pER should be final. | 216 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
Warning | misc | FinalParameters | Parameter lOC should be final. | 224 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 232 |
Warning | misc | FinalParameters | Parameter oRG should be final. | 232 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
Warning | misc | FinalParameters | Parameter pRO should be final. | 240 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
Warning | misc | FinalParameters | Parameter fin should be final. | 248 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
Warning | misc | FinalParameters | Parameter mix should be final. | 256 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
Warning | naming | MethodName | Name 'getNo_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 260 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
Warning | naming | MethodName | Name 'setNo_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 |
Warning | misc | FinalParameters | Parameter no_mapping should be final. | 264 |
Warning | naming | ParameterName | Name 'no_mapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
eu/fbk/knowledgestore/populator/naf/submitKS.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | 'org.openrdf.model.URI' should be separated from previous imports. | 11 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
Warning | naming | TypeName | Name 'submitKS' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 23 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 141). | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 26 |
Warning | misc | FinalParameters | Parameter store_partical_info should be final. | 26 |
Warning | naming | ParameterName | Name 'store_partical_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Warning | misc | FinalParameters | Parameter session should be final. | 26 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 29 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 29 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Warning | coding | FinalLocalVariable | Variable 'submittedFiles' should be declared final. | 44 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Warning | misc | FinalParameters | Parameter tmp should be final. | 82 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 82 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 84 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 84 |
Warning | whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 84 |
Warning | whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 84 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 86 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 86 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 86 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 88 |
Warning | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 88 |
Warning | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 88 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 89 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 89 |
Warning | blocks | EmptyBlock | Must have at least one statement. | 89 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Warning | misc | FinalParameters | Parameter session should be final. | 99 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 99 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 100 |
Warning | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 100 |
Warning | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 100 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 100 |
Warning | coding | FinalLocalVariable | Variable 'record' should be declared final. | 103 |
Warning | coding | FinalLocalVariable | Variable 'correctlyPopulated' should be declared final. | 105 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 106 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 107 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 109 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Warning | misc | FinalParameters | Parameter session should be final. | 123 |
Warning | misc | FinalParameters | Parameter resources should be final. | 123 |
Warning | misc | FinalParameters | Parameter mentions should be final. | 123 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 129 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 129 |
Warning | whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 136 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 136 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 142 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 142 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 144 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 144 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 146 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 146 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 175). | 150 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 150 |
Warning | misc | FinalParameters | Parameter session should be final. | 150 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 152 |
Warning | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 152 |
Warning | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 152 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 173). | 163 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 163 |
Warning | misc | FinalParameters | Parameter session should be final. | 163 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 165 |
Warning | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 165 |
Warning | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 165 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 164). | 174 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 174 |
Warning | misc | FinalParameters | Parameter session should be final. | 174 |
Warning | naming | LocalVariableName | Name 'FILE_RESOURCES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 |
Warning | coding | FinalLocalVariable | Variable 'FILE_RESOURCES' should be declared final. | 175 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 165). | 195 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 195 |
Warning | misc | FinalParameters | Parameter session should be final. | 195 |
Warning | naming | LocalVariableName | Name 'FILE_RESOURCES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 |
Warning | coding | FinalLocalVariable | Variable 'FILE_RESOURCES' should be declared final. | 196 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 212 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 212 |
Warning | coding | FinalLocalVariable | Variable 'temp' should be declared final. | 213 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 215 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 215 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 228 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 228 |
Warning | coding | FinalLocalVariable | Variable 'temp' should be declared final. | 229 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 231 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 231 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 238 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 238 |
Warning | coding | FinalLocalVariable | Variable 'temp' should be declared final. | 239 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 241 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 241 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 248 |
Warning | coding | FinalLocalVariable | Variable 'temp' should be declared final. | 249 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 251 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 251 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 257 |
Warning | misc | FinalParameters | Parameter batchList should be final. | 257 |
Warning | coding | FinalLocalVariable | Variable 'temp' should be declared final. | 258 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 260 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 260 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 262 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 262 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 262 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 263 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 263 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 263 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 263 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 263 |
eu/fbk/knowledgestore/populator/naf/sumStatistics.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 15 |
Warning | naming | TypeName | Name 'sumStatistics' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 15 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 17 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Warning | misc | FinalParameters | Parameter args should be final. | 21 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'args'. | 21 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 23 |
Warning | coding | FinalLocalVariable | Variable 'inputFile' should be declared final. | 23 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Warning | coding | FinalLocalVariable | Variable 'in' should be declared final. | 26 |
Warning | coding | FinalLocalVariable | Variable 'reader' should be declared final. | 27 |
Warning | coding | FinalLocalVariable | Variable 'br' should be declared final. | 28 |
Warning | naming | LocalVariableName | Name 'NumberOfFiles' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 30 |
Warning | naming | LocalVariableName | Name 'Entity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 31 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 31 |
Warning | naming | LocalVariableName | Name 'Coreference' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 32 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 32 |
Warning | naming | LocalVariableName | Name 'Srl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 33 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Warning | naming | LocalVariableName | Name 'Participation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 34 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 34 |
Warning | naming | LocalVariableName | Name 'RoleWithEntity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 |
Warning | naming | LocalVariableName | Name 'RoleWithoutEntity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 36 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Warning | naming | LocalVariableName | Name 'Timex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Warning | coding | FinalLocalVariable | Variable 'Timex' should be declared final. | 37 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 37 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 |
Warning | naming | LocalVariableName | Name 'Factuality' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 38 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 38 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 39 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Warning | whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 41 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 42 |
Warning | whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 42 |
Warning | whitespace | WhitespaceAround | '>' is not followed by whitespace. | 42 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 43 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 |
Warning | coding | MissingSwitchDefault | switch without "default" clause. | 44 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 44 |
Warning | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 47 |
Warning | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 47 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 |
Warning | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 48 |
Warning | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 48 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Warning | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 49 |
Warning | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 49 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Warning | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 50 |
Warning | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 50 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Warning | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 51 |
Warning | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 51 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Warning | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 52 |
Warning | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 52 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Warning | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 53 |
Warning | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 53 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Warning | whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 54 |
Warning | whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 54 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 56 |
Warning | whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 56 |
Warning | whitespace | WhitespaceAround | '<' is not followed by whitespace. | 56 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 58 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 59 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 60 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 60 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 60 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 62 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 63 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 195). | 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 | 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 | 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 | 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 | 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. | 69 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 69 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 70 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 70 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 71 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Warning | misc | FinalParameters | Parameter head should be final. | 76 |
Warning | misc | FinalParameters | Parameter line should be final. | 76 |
Warning | whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 77 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 77 |
Warning | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 78 |
Warning | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 78 |
Warning | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 80 |
Warning | whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 80 |
Warning | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 81 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 81 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 81 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 81 |
Warning | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 81 |
Warning | whitespace | WhitespaceAround | '+' is not followed by whitespace. | 81 |
eu/fbk/knowledgestore/populator/naf/testMain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 4 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 6 |
Warning | naming | TypeName | Name 'testMain' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 6 |
Warning | javadoc | JavadocStyle | Javadoc has empty description section. | 8 |
Warning | misc | FinalParameters | Parameter args should be final. | 18 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'args'. | 18 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 18 |
Warning | coding | FinalLocalVariable | Variable 'tt' should be declared final. | 19 |
eu/fbk/knowledgestore/populator/rdf/Decoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 15 |
Warning | blocks | EmptyBlock | Must have at least one statement. | 32 |
eu/fbk/knowledgestore/populator/rdf/RDFPopulator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 63 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 63 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
eu/fbk/knowledgestore/runtime/Factory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 48 |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
eu/fbk/knowledgestore/runtime/FactoryTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 123 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
eu/fbk/knowledgestore/runtime/Files.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.fs.*. | 10 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 |
Warning | blocks | RightCurly | '}' should be on the same line. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
eu/fbk/knowledgestore/runtime/SerializerAvro.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 54 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Warning | modifier | ModifierOrder | '@Nullable' annotation modifier does not preceed non-annotation modifiers. | 142 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
eu/fbk/knowledgestore/runtime/Synchronizer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 10 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
eu/fbk/knowledgestore/server/Server.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.base.*. | 3 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.collect.*. | 5 |
Warning | imports | ImportOrder | Wrong order for 'com.google.common.collect.*' import. | 5 |
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.*' should be separated from previous imports. | 14 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - eu.fbk.knowledgestore.*. | 14 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - eu.fbk.knowledgestore.data.*. | 16 |
Warning | imports | ImportOrder | Wrong order for 'info.aduna.iteration.CloseableIteration' import. | 26 |
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.Statement' import. | 27 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 40 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 41 |
Warning | imports | ImportOrder | Wrong order for 'java.io.*' import. | 41 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 50 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 105 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 124). | 482 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 133). | 975 |
Warning | misc | FinalParameters | Parameter timeout should be final. | 975 |
Warning | misc | FinalParameters | Parameter statements should be final. | 975 |
Warning | coding | FinalLocalVariable | Variable 'outcome' should be declared final. | 981 |
Warning | blocks | RightCurly | '}' should be on the same line. | 988 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 133). | 996 |
Warning | misc | FinalParameters | Parameter timeout should be final. | 996 |
Warning | misc | FinalParameters | Parameter statements should be final. | 996 |
Warning | coding | FinalLocalVariable | Variable 'outcome' should be declared final. | 1002 |
Warning | blocks | RightCurly | '}' should be on the same line. | 1008 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1130 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 1135 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 1149 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1155 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1160 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1165 |
eu/fbk/knowledgestore/server/SparqlHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 77 |
eu/fbk/knowledgestore/server/http/CustomConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 9 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 9 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Warning | misc | FinalParameters | Parameter name should be final. | 11 |
Warning | misc | FinalParameters | Parameter command should be final. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 26 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 27 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 28 |
eu/fbk/knowledgestore/server/http/HttpServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'com.google.common.base.Charsets' import. | 4 |
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.ForwardingKnowledgeStore' should be separated from previous imports. | 10 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - eu.fbk.knowledgestore.server.http.jaxrs.*. | 15 |
Warning | imports | ImportOrder | Wrong order for 'org.eclipse.jetty.jmx.MBeanContainer' import. | 16 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.eclipse.jetty.server.*. | 18 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 29 |
Warning | imports | ImportOrder | Wrong order for 'java.io.File' import. | 30 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 39 |
Warning | design | FinalClass | Class HttpServer should be declared as final. | 45 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 45 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 224 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 248 |
Warning | coding | FinalLocalVariable | Variable 'requestLog' should be declared final. | 248 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 428 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 432 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 485 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 490 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 495 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 500 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 505 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 510 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 515 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 520 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 525 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 530 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 535 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 540 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 545 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 550 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 555 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 560 |
eu/fbk/knowledgestore/server/http/KeystoreConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 12 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
eu/fbk/knowledgestore/server/http/RepresentationResourceTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
eu/fbk/knowledgestore/server/http/SecurityConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | 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 | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
eu/fbk/knowledgestore/server/http/UIConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 33 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 75 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 155 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 213 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
Warning | modifier | RedundantModifier | Redundant 'final' modifier. | 259 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 289 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 341 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 346 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 351 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 356 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 361 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 366 |
eu/fbk/knowledgestore/server/http/jaxrs/Application.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.KnowledgeStore' should be separated from previous imports. | 11 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - eu.fbk.knowledgestore.data.*. | 14 |
Warning | imports | ImportOrder | Wrong order for 'org.eclipse.jetty.server.Server' import. | 21 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 33 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.ws.rs.container.*. | 37 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.ws.rs.core.*. | 38 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.ws.rs.ext.*. | 41 |
Warning | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 47 |
Warning | javadoc | JavadocType | 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 | naming | StaticVariableName | Name 'DATE_FORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Warning | naming | StaticVariableName | Name 'INVOCATION_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Warning | naming | StaticVariableName | Name 'OBJECT_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Warning | naming | StaticVariableName | Name 'ACCEPT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Warning | naming | StaticVariableName | Name 'TIMEOUT_FUTURE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 117 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 259 |
eu/fbk/knowledgestore/server/http/jaxrs/Axioms.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
eu/fbk/knowledgestore/server/http/jaxrs/Crud.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 41 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 108 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 205 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 262 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 321 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 409 |
eu/fbk/knowledgestore/server/http/jaxrs/Custom.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - eu.fbk.rdfpro.*. | 8 |
Warning | imports | ImportOrder | Wrong order for 'org.codehaus.enunciate.jaxrs.TypeHint' import. | 9 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 13 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.ws.rs.*. | 14 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 138). | 29 |
Warning | misc | FinalParameters | Parameter customID should be final. | 29 |
Warning | coding | FinalLocalVariable | Variable 'customConfig' should be declared final. | 33 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 132). | 35 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 38 |
Warning | coding | FinalLocalVariable | Variable 'command' should be declared final. | 41 |
Warning | coding | FinalLocalVariable | Variable 'source' should be declared final. | 43 |
Warning | coding | FinalLocalVariable | Variable 'processor' should be declared final. | 45 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 48 |
eu/fbk/knowledgestore/server/http/jaxrs/Entities.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 6 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
eu/fbk/knowledgestore/server/http/jaxrs/Match.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 4 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
eu/fbk/knowledgestore/server/http/jaxrs/Mentions.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
eu/fbk/knowledgestore/server/http/jaxrs/RenderUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected an @return tag. | 82 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 83 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'out'. | 83 |
Warning | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 84 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 106 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 243 |
Warning | javadoc | JavadocMethod | Expected an @return tag. | 299 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 382 |
Warning | misc | FinalParameters | Parameter propertyURIs should be final. | 383 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 418 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 518 |
eu/fbk/knowledgestore/server/http/jaxrs/Resource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 41 |
eu/fbk/knowledgestore/server/http/jaxrs/Resources.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
eu/fbk/knowledgestore/server/http/jaxrs/Root.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.knowledgestore.OperationException' should be separated from previous imports. | 9 |
Warning | imports | ImportOrder | Wrong order for 'org.codehaus.enunciate.Facet' import. | 21 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 34 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.ws.rs.*. | 35 |
Warning | imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 39 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 44 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 255 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 335 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 341 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 405 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 463 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 502 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 512 |
Warning | coding | FinalLocalVariable | Variable 'record' should be declared final. | 729 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 845 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 853 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 860 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 888 |
eu/fbk/knowledgestore/server/http/jaxrs/Sparql.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
eu/fbk/knowledgestore/server/http/jaxrs/SparqlDelete.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'org.codehaus.enunciate.jaxrs.TypeHint' import. | 7 |
Warning | imports | ImportOrder | Wrong order for 'javax.ws.rs.Consumes' import. | 10 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Warning | coding | FinalLocalVariable | Variable 'outcome' should be declared final. | 35 |
eu/fbk/knowledgestore/server/http/jaxrs/SparqlUpdate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'org.codehaus.enunciate.jaxrs.TypeHint' import. | 7 |
Warning | imports | ImportOrder | Wrong order for 'javax.ws.rs.Consumes' import. | 10 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Warning | coding | FinalLocalVariable | Variable 'outcome' should be declared final. | 35 |
eu/fbk/knowledgestore/server/http/jaxrs/TableQuery.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 24 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Warning | misc | FinalParameters | Parameter propertyURIs should be final. | 104 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 117 |
eu/fbk/knowledgestore/tool/Dumper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Error | extension | TreeWalker | Got an exception - expecting EOF, found 'try' | 129 |
eu/fbk/knowledgestore/tool/TestDriver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 70 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
Warning | modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 499 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 519 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 657 |
Warning | blocks | EmptyBlock | Must have at least one statement. | 989 |
Warning | naming | StaticVariableName | Name 'EMPTY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 999 |
Warning | design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 1187 |
Warning | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 1189 |
Warning | design | VisibilityModifier | Variable 'numFailures' must be private and have accessor methods. | 1191 |
eu/fbk/knowledgestore/tool/TestGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Warning | coding | IllegalTokenText | labels are discouraged | 205 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 464 |
Warning | modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 587 |
eu/fbk/knowledgestore/tool/TestUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 19 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 45 |
eu/fbk/knowledgestore/triplestore/LoggingTripleStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.data.Data' should be separated from previous imports. | 4 |
Warning | imports | ImportOrder | Wrong order for 'info.aduna.iteration.CloseableIteration' import. | 7 |
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.Resource' import. | 9 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 18 |
Warning | imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 19 |
Warning | coding | FinalLocalVariable | Variable 'stmts' should be declared final. | 225 |
Warning | coding | FinalLocalVariable | Variable 'stmts' should be declared final. | 245 |
eu/fbk/knowledgestore/triplestore/RepositoryTripleStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
eu/fbk/knowledgestore/triplestore/SPARQLRenderer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | blocks | RightCurly | '}' should be on the same line. | 231 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 423 |
eu/fbk/knowledgestore/triplestore/SPARQLRendererComplexTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. | |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 8 |
eu/fbk/knowledgestore/triplestore/SPARQLRendererDAWGTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | FinalClass | Class SPARQLRendererDAWGTest should be declared as final. | 13 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
eu/fbk/knowledgestore/triplestore/SPARQLRendererSail.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
eu/fbk/knowledgestore/triplestore/SPARQLRendererW3CTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | design | FinalClass | Class SPARQLRendererW3CTest should be declared as final. | 17 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 17 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
eu/fbk/knowledgestore/triplestore/virtuoso/VirtuosoJdbcTripleStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | 'eu.fbk.knowledgestore.data.Data' should be separated from previous imports. | 7 |
Warning | imports | ImportOrder | Wrong order for 'info.aduna.iteration.CloseableIteration' import. | 14 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.openrdf.model.*. | 16 |
Warning | imports | ImportOrder | Wrong order for 'org.openrdf.model.*' import. | 16 |
Warning | imports | ImportOrder | 'virtuoso.jdbc4.ConnectionWrapper' should be separated from previous imports. | 26 |
Warning | imports | ImportOrder | Wrong order for 'javax.annotation.Nullable' import. | 33 |
Warning | imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 34 |
Warning | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 37 |
Warning | javadoc | JavadocType | Missing a Javadoc comment. | 46 |
Warning | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 76 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 83 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 88 |
Warning | blocks | RightCurly | '}' should be on the same line. | 156 |
Warning | blocks | RightCurly | '}' should be on the same line. | 165 |
Warning | blocks | RightCurly | '}' should be on the same line. | 168 |
Warning | blocks | RightCurly | '}' should be on the same line. | 172 |
Warning | blocks | RightCurly | '}' should be on the same line. | 175 |
Warning | blocks | RightCurly | '}' should be on the same line. | 183 |
Warning | blocks | RightCurly | '}' should be on the same line. | 188 |
Warning | blocks | RightCurly | '}' should be on the same line. | 191 |
Warning | blocks | RightCurly | '}' should be on the same line. | 195 |
Warning | blocks | RightCurly | '}' should be on the same line. | 198 |
Warning | blocks | RightCurly | '}' should be on the same line. | 201 |
Warning | blocks | RightCurly | '}' should be on the same line. | 204 |
Warning | blocks | RightCurly | '}' should be on the same line. | 207 |
Warning | blocks | RightCurly | '}' should be on the same line. | 242 |
Warning | blocks | RightCurly | '}' should be on the same line. | 252 |
Warning | blocks | RightCurly | '}' should be on the same line. | 263 |
Warning | blocks | RightCurly | '}' should be on the same line. | 268 |
Warning | blocks | RightCurly | '}' should be on the same line. | 273 |
Warning | blocks | RightCurly | '}' should be on the same line. | 309 |
Warning | blocks | RightCurly | '}' should be on the same line. | 312 |
Warning | blocks | RightCurly | '}' should be on the same line. | 318 |
Warning | blocks | RightCurly | '}' should be on the same line. | 517 |
Warning | coding | FinalLocalVariable | Variable 'lit' should be declared final. | 519 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 521 |
Warning | blocks | RightCurly | '}' should be on the same line. | 524 |
Warning | blocks | RightCurly | '}' should be on the same line. | 528 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 552 |
Warning | blocks | RightCurly | '}' should be on the same line. | 589 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 621 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 713 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 717 |
Warning | coding | SuperFinalize | Method 'finalize' should call 'super.finalize'. | 745 |
Warning | blocks | RightCurly | '}' should be on the same line. | 760 |
eu/fbk/knowledgestore/triplestore/virtuoso/VirtuosoTripleStoreTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. |
eu/fbk/knowledgestore/vocabulary/NWR.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 421 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 424 |
Warning | regexp | RegexpSingleline | Line has trailing spaces. | 427 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 135). | 441 |
org/jaxen/expr/DefaultRelationalExpr.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocPackage | Missing package-info.java file. |