The following document contains the results of Checkstyle 5.8 with file:////Users/alessio/Documents/scripts/knowledgestore/src/settings/checkstyle.xml ruleset. rss feed

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