Checkstyle Results
The following document contains the results of Checkstyle 5.7.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
1387 | 0 | 0 | 3209 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
annotation | MissingDeprecated | 174 | Error |
blocks | EmptyBlock | 120 | Error |
coding | EmptyStatement | 6 | Error |
EqualsHashCode | 11 | Error | |
InnerAssignment | 53 | Error | |
MissingSwitchDefault | 16 | Error | |
NoFinalizer | 1 | Error | |
design | FinalClass | 50 | Error |
HideUtilityClassConstructor | 104 | Error | |
InterfaceIsType | 4 | Error | |
VisibilityModifier | 1532 | Error | |
imports | AvoidStarImport | 11 | Error |
RedundantImport | 29 | Error | |
UnusedImports | 190 | Error | |
misc | ArrayTypeStyle | 51 | Error |
UpperEll | 64 | Error | |
sizes | LineLength
|
541 | Error |
MethodLength | 31 | Error | |
whitespace | FileTabCharacter | 48 | Error |
MethodParamPad | 60 | Error | |
ParenPad | 112 | Error |
Details
org/apache/hadoop/hbase/AuthUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class AuthUtil should be declared as final. | 38 |
org/apache/hadoop/hbase/CellScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.Cell. | 25 |
org/apache/hadoop/hbase/CellUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 178 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 195 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 337 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 342 |
org/apache/hadoop/hbase/Chore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'stopper' must be private and have accessor methods. | 41 |
org/apache/hadoop/hbase/ClusterStatus.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 219 |
org/apache/hadoop/hbase/CompoundConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'configs' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'm' must be private and have accessor methods. | 167 |
Error | design | VisibilityModifier | Variable 'm' must be private and have accessor methods. | 228 |
org/apache/hadoop/hbase/DaemonThreadFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'group' must be private and have accessor methods. | 28 |
Error | design | VisibilityModifier | Variable 'threadNumber' must be private and have accessor methods. | 29 |
Error | design | VisibilityModifier | Variable 'namePrefix' must be private and have accessor methods. | 30 |
org/apache/hadoop/hbase/DoNotRetryIOException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.HBaseIOException. | 23 |
org/apache/hadoop/hbase/HBaseConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 49 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 62 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 81 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 246 |
org/apache/hadoop/hbase/HBaseInterfaceAudience.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
org/apache/hadoop/hbase/HColumnDescriptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 680 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 690 |
org/apache/hadoop/hbase/HConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 154 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 184 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 386 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 552 |
Error | design | VisibilityModifier | Variable 'HBASE_CLIENT_PREFETCH' must be private and have accessor methods. | 687 |
Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_CLIENT_PREFETCH' must be private and have accessor methods. | 692 |
Error | design | VisibilityModifier | Variable 'HBASE_CLIENT_PREFETCH_LIMIT' must be private and have accessor methods. | 698 |
Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_CLIENT_PREFETCH_LIMIT' must be private and have accessor methods. | 703 |
Error | design | VisibilityModifier | Variable 'HBASE_META_VERSIONS' must be private and have accessor methods. | 718 |
Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_META_VERSIONS' must be private and have accessor methods. | 723 |
Error | design | VisibilityModifier | Variable 'HBASE_META_BLOCK_SIZE' must be private and have accessor methods. | 728 |
Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_META_BLOCK_SIZE' must be private and have accessor methods. | 733 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 762 |
org/apache/hadoop/hbase/HRegionInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 68 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 83 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 748 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1094 |
org/apache/hadoop/hbase/HRegionLocation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 105 |
org/apache/hadoop/hbase/HTableDescriptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 173 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 308 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 318 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 605 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 623 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 713 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 718 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1026 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1371 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1426 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1432 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1441 |
org/apache/hadoop/hbase/HealthChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 108 |
org/apache/hadoop/hbase/InvalidFamilyOperationException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.IOException. | 24 |
org/apache/hadoop/hbase/JMXListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.CoprocessorEnvironment. | 24 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 25 |
org/apache/hadoop/hbase/KeyValue.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 958 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1455 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1468 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1494 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1512 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1556 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1570 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1590 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1602 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2908 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 2946 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2969 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 3023 |
org/apache/hadoop/hbase/KeyValueTestUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
org/apache/hadoop/hbase/KeyValueUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 |
org/apache/hadoop/hbase/LocalHBaseCluster.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 35 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 115 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 451 |
org/apache/hadoop/hbase/MetaMutationAnnotation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 35 |
org/apache/hadoop/hbase/NamespaceDescriptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class NamespaceDescriptor should be declared as final. | 40 |
Error | design | FinalClass | Class Builder should be declared as final. | 164 |
org/apache/hadoop/hbase/NoTagsKeyValue.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 33 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 42 |
org/apache/hadoop/hbase/PleaseHoldException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.HBaseIOException. | 23 |
org/apache/hadoop/hbase/RegionException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.HBaseIOException. | 23 |
org/apache/hadoop/hbase/RegionLoad.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'regionLoadPB' must be private and have accessor methods. | 36 |
org/apache/hadoop/hbase/RegionTransition.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class RegionTransition should be declared as final. | 37 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 106 |
org/apache/hadoop/hbase/RemoteExceptionHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class RemoteExceptionHandler should be declared as final. | 32 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 86 |
Error | blocks | EmptyBlock | Must have at least one statement. | 107 |
Error | blocks | EmptyBlock | Must have at least one statement. | 109 |
Error | blocks | EmptyBlock | Must have at least one statement. | 111 |
Error | blocks | EmptyBlock | Must have at least one statement. | 113 |
Error | blocks | EmptyBlock | Must have at least one statement. | 115 |
org/apache/hadoop/hbase/ServerLoad.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.HBaseProtos. | 27 |
Error | design | VisibilityModifier | Variable 'serverLoad' must be private and have accessor methods. | 87 |
org/apache/hadoop/hbase/ServerName.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.MetaRegionServer. | 29 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 45 |
Error | design | FinalClass | Class ServerName should be declared as final. | 55 |
org/apache/hadoop/hbase/SplitLogCounters.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
org/apache/hadoop/hbase/SplitLogTask.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 23 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.wal.HLogSplitter. | 29 |
org/apache/hadoop/hbase/TableDescriptors.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 24 |
org/apache/hadoop/hbase/TableExistsException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TableInfoMissingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 37 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 37 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 41 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 41 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 45 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 45 |
org/apache/hadoop/hbase/TableName.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 179 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 184 |
org/apache/hadoop/hbase/TableNotDisabledException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TableNotEnabledException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TableNotFoundException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TagType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
org/apache/hadoop/hbase/VersionAnnotation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 20 |
org/apache/hadoop/hbase/ZNodeClearer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class ZNodeClearer should be declared as final. | 47 |
org/apache/hadoop/hbase/backup/HFileArchiver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class HFileArchiver should be declared as final. | 53 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 494 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 534 |
Error | design | VisibilityModifier | Variable 'file' must be private and have accessor methods. | 652 |
org/apache/hadoop/hbase/backup/example/HFileArchiveManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.cleaner.HFileCleaner. | 28 |
org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner. | 31 |
Error | design | VisibilityModifier | Variable 'archiveTracker' must be private and have accessor methods. | 48 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 71 |
org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class TableHFileArchiveTracker should be declared as final. | 40 |
org/apache/hadoop/hbase/catalog/CatalogTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HTable. | 33 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 299 |
Error | blocks | EmptyBlock | Must have at least one statement. | 362 |
Error | blocks | EmptyBlock | Must have at least one statement. | 381 |
Error | blocks | EmptyBlock | Must have at least one statement. | 383 |
Error | blocks | EmptyBlock | Must have at least one statement. | 386 |
Error | blocks | EmptyBlock | Must have at least one statement. | 458 |
Error | blocks | EmptyBlock | Must have at least one statement. | 460 |
Error | blocks | EmptyBlock | Must have at least one statement. | 462 |
Error | blocks | EmptyBlock | Must have at least one statement. | 464 |
org/apache/hadoop/hbase/catalog/MetaEditor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 53 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 237 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 259 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 414 |
org/apache/hadoop/hbase/catalog/MetaMigrationConvertingToPB.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 |
org/apache/hadoop/hbase/catalog/MetaReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 |
Error | design | VisibilityModifier | Variable 'results' must be private and have accessor methods. | 573 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 609 |
org/apache/hadoop/hbase/classification/InterfaceAudience.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class InterfaceAudience should be declared as final. | 45 |
org/apache/hadoop/hbase/classification/InterfaceStability.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceAudience.LimitedPrivate. | 24 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceAudience.Private. | 25 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceAudience.Public. | 26 |
org/apache/hadoop/hbase/classification/tools/ExcludePrivateAnnotationsStandardDoclet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 |
org/apache/hadoop/hbase/classification/tools/IncludePublicAnnotationsStandardDoclet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
org/apache/hadoop/hbase/classification/tools/RootDocProcessor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
Error | design | VisibilityModifier | Variable 'stability' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'treatUnannotatedClassesAsPrivate' must be private and have accessor methods. | 53 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 68 |
org/apache/hadoop/hbase/classification/tools/StabilityOptions.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 |
org/apache/hadoop/hbase/client/AbstractClientScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'scanMetrics' must be private and have accessor methods. | 34 |
Error | design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 81 |
org/apache/hadoop/hbase/client/AsyncProcess.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Pair. | 55 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'hConnection' must be private and have accessor methods. | 112 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 113 |
Error | design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 114 |
Error | design | VisibilityModifier | Variable 'callback' must be private and have accessor methods. | 115 |
Error | design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 116 |
Error | design | VisibilityModifier | Variable 'hasError' must be private and have accessor methods. | 117 |
Error | design | VisibilityModifier | Variable 'tasksSent' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'tasksDone' must be private and have accessor methods. | 119 |
Error | design | VisibilityModifier | Variable 'retriesCnt' must be private and have accessor methods. | 120 |
Error | design | VisibilityModifier | Variable 'taskCounterPerRegion' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'taskCounterPerServer' must be private and have accessor methods. | 123 |
Error | design | VisibilityModifier | Variable 'timeout' must be private and have accessor methods. | 125 |
Error | design | VisibilityModifier | Variable 'maxTotalConcurrentTasks' must be private and have accessor methods. | 130 |
Error | design | VisibilityModifier | Variable 'maxConcurrentTasksPerRegion' must be private and have accessor methods. | 138 |
Error | design | VisibilityModifier | Variable 'maxConcurrentTasksPerServer' must be private and have accessor methods. | 143 |
Error | design | VisibilityModifier | Variable 'pause' must be private and have accessor methods. | 144 |
Error | design | VisibilityModifier | Variable 'numTries' must be private and have accessor methods. | 145 |
Error | design | VisibilityModifier | Variable 'serverTrackerTimeout' must be private and have accessor methods. | 146 |
Error | design | VisibilityModifier | Variable 'rpcCallerFactory' must be private and have accessor methods. | 147 |
org/apache/hadoop/hbase/client/ClientIdGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
org/apache/hadoop/hbase/client/ClientScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'scan' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'closed' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'currentRegion' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'callable' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'cache' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'caching' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'lastNext' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'lastResult' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'maxScannerResultSize' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'scannerTimeout' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'scanMetricsPublished' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'caller' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'rpcControllerFactory' must be private and have accessor methods. | 71 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 83 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 313 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 317 |
Error | blocks | EmptyBlock | Must have at least one statement. | 415 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 455 |
Error | blocks | EmptyBlock | Must have at least one statement. | 494 |
org/apache/hadoop/hbase/client/ClientSideRegionScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'scanner' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'values' must be private and have accessor methods. | 48 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 51 |
org/apache/hadoop/hbase/client/ClientSmallScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 108 |
org/apache/hadoop/hbase/client/ClusterStatusListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'deadServerHandler' must be private and have accessor methods. | 66 |
org/apache/hadoop/hbase/client/ConnectionUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
org/apache/hadoop/hbase/client/DelegatingRetryingCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'delegate' must be private and have accessor methods. | 34 |
org/apache/hadoop/hbase/client/HBaseAdmin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 244 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 246 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 372 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 383 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 400 |
Error | blocks | EmptyBlock | Must have at least one statement. | 717 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2680 |
Error | coding | EmptyStatement | Empty statement. | 2802 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 3211 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 3443 |
Error | design | VisibilityModifier | Variable 'master' must be private and have accessor methods. | 3444 |
org/apache/hadoop/hbase/client/HConnectable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 43 |
org/apache/hadoop/hbase/client/HConnection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.catalog.CatalogTracker. | 36 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 195 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 205 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 215 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 233 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 253 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 266 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 282 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 299 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 320 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 335 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 357 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 373 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 411 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 426 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 450 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 466 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 501 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 510 |
org/apache/hadoop/hbase/client/HConnectionKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 77 |
org/apache/hadoop/hbase/client/HConnectionManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class HConnectionManager should be declared as final. | 245 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 316 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 438 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 445 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 475 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 477 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 486 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 488 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 496 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 498 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 519 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 531 |
Error | design | VisibilityModifier | Variable 'rpcTimeout' must be private and have accessor methods. | 608 |
Error | design | VisibilityModifier | Variable 'clusterStatusListener' must be private and have accessor methods. | 617 |
Error | design | VisibilityModifier | Variable 'user' must be private and have accessor methods. | 673 |
Error | design | VisibilityModifier | Variable 'registry' must be private and have accessor methods. | 687 |
Error | design | VisibilityModifier | Variable 'clusterId' must be private and have accessor methods. | 922 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1105 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 1610 |
Error | design | VisibilityModifier | Variable 'stub' must be private and have accessor methods. | 1611 |
Error | design | VisibilityModifier | Variable 'userCount' must be private and have accessor methods. | 1612 |
Error | design | VisibilityModifier | Variable 'keepAliveUntil' must be private and have accessor methods. | 1613 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1615 |
Error | design | FinalClass | Class DelayedClosing should be declared as final. | 1896 |
Error | design | VisibilityModifier | Variable 'stoppable' must be private and have accessor methods. | 1898 |
Error | design | VisibilityModifier | Variable 'masterServiceState' must be private and have accessor methods. | 1967 |
Error | sizes | MethodLength | Method length is 294 lines (max allowed is 150). | 1979 |
Error | design | VisibilityModifier | Variable 'mss' must be private and have accessor methods. | 1992 |
Error | sizes | LineLength | Line is longer than 100 characters (found 138). | 2199 |
Error | sizes | LineLength | Line is longer than 100 characters (found 138). | 2204 |
Error | sizes | LineLength | Line is longer than 100 characters (found 159). | 2209 |
Error | sizes | LineLength | Line is longer than 100 characters (found 165). | 2214 |
Error | sizes | LineLength | Line is longer than 100 characters (found 186). | 2219 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2426 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2442 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2482 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 2498 |
Error | coding | NoFinalizer | Avoid using finalizer method. | 2712 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2737 |
Error | design | VisibilityModifier | Variable 'retries' must be private and have accessor methods. | 2902 |
org/apache/hadoop/hbase/client/HTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.Closeable. | 21 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 128 |
Error | design | VisibilityModifier | Variable 'writeAsyncBuffer' must be private and have accessor methods. | 132 |
Error | design | VisibilityModifier | Variable 'currentWriteBufferSize' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'scannerCaching' must be private and have accessor methods. | 137 |
Error | design | VisibilityModifier | Variable 'scannerMaxResultSize' must be private and have accessor methods. | 138 |
Error | design | VisibilityModifier | Variable 'ap' must be private and have accessor methods. | 146 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 195 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 342 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 413 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 652 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 877 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 897 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 900 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 947 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1478 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1708 |
org/apache/hadoop/hbase/client/HTableInterface.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 31 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 123 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 137 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 154 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 157 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 204 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 494 |
org/apache/hadoop/hbase/client/HTableMultiplexer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 161 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 199 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 207 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 226 |
Error | design | VisibilityModifier | Variable 'regionInfo' must be private and have accessor methods. | 345 |
Error | design | VisibilityModifier | Variable 'put' must be private and have accessor methods. | 346 |
Error | design | VisibilityModifier | Variable 'retryCount' must be private and have accessor methods. | 347 |
Error | misc | UpperEll | Should use uppercase 'L'. | 386 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 611 |
org/apache/hadoop/hbase/client/HTablePool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 232 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 234 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 388 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 563 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 566 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 620 |
org/apache/hadoop/hbase/client/HTableUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 43 |
Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 44 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 46 |
Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 48 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 49 |
Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 51 |
Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 53 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 56 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 73 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 75 |
Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 78 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 79 |
Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 81 |
Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 83 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 86 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 109 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 114 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 121 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 125 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 125 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 130 |
org/apache/hadoop/hbase/client/MetaScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 |
org/apache/hadoop/hbase/client/MetricsConnection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'callTimer' must be private and have accessor methods. | 108 |
Error | design | VisibilityModifier | Variable 'reqHist' must be private and have accessor methods. | 109 |
Error | design | VisibilityModifier | Variable 'respHist' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 140 |
Error | design | VisibilityModifier | Variable 'memstoreLoadHist' must be private and have accessor methods. | 141 |
Error | design | VisibilityModifier | Variable 'heapOccupancyHist' must be private and have accessor methods. | 142 |
Error | design | VisibilityModifier | Variable 'normalRunners' must be private and have accessor methods. | 160 |
Error | design | VisibilityModifier | Variable 'delayRunners' must be private and have accessor methods. | 161 |
Error | design | VisibilityModifier | Variable 'delayIntevalHist' must be private and have accessor methods. | 162 |
Error | design | VisibilityModifier | Variable 'serverStats' must be private and have accessor methods. | 184 |
Error | design | VisibilityModifier | Variable 'metaCacheHits' must be private and have accessor methods. | 260 |
Error | design | VisibilityModifier | Variable 'metaCacheMisses' must be private and have accessor methods. | 261 |
Error | design | VisibilityModifier | Variable 'getTracker' must be private and have accessor methods. | 262 |
Error | design | VisibilityModifier | Variable 'scanTracker' must be private and have accessor methods. | 263 |
Error | design | VisibilityModifier | Variable 'appendTracker' must be private and have accessor methods. | 264 |
Error | design | VisibilityModifier | Variable 'deleteTracker' must be private and have accessor methods. | 265 |
Error | design | VisibilityModifier | Variable 'incrementTracker' must be private and have accessor methods. | 266 |
Error | design | VisibilityModifier | Variable 'putTracker' must be private and have accessor methods. | 267 |
Error | design | VisibilityModifier | Variable 'multiTracker' must be private and have accessor methods. | 268 |
Error | design | VisibilityModifier | Variable 'runnerStats' must be private and have accessor methods. | 269 |
Error | design | VisibilityModifier | Variable 'rpcTimers' must be private and have accessor methods. | 276 |
Error | design | VisibilityModifier | Variable 'rpcHistograms' must be private and have accessor methods. | 278 |
org/apache/hadoop/hbase/client/MultiAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 40 |
org/apache/hadoop/hbase/client/MultiResponse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.ArrayList. | 22 |
Error | imports | UnusedImports | Unused import - java.util.Collection. | 23 |
Error | imports | UnusedImports | Unused import - java.util.List. | 25 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Pair. | 32 |
Error | design | VisibilityModifier | Variable 'result' must be private and have accessor methods. | 112 |
Error | design | VisibilityModifier | Variable 'stat' must be private and have accessor methods. | 113 |
org/apache/hadoop/hbase/client/MultiServerCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 28 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
org/apache/hadoop/hbase/client/Mutation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'row' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'ts' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'durability' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'familyMap' must be private and have accessor methods. | 91 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 197 |
org/apache/hadoop/hbase/client/PayloadCarryingServerCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.IOException. | 24 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 33 |
org/apache/hadoop/hbase/client/Query.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 39 |
org/apache/hadoop/hbase/client/RegionCoprocessorServiceExec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.coprocessor.Batch. | 27 |
org/apache/hadoop/hbase/client/RegionServerCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'row' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'serverHasMoreResultsContext' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'serverHasMoreResults' must be private and have accessor methods. | 52 |
org/apache/hadoop/hbase/client/Result.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 60 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 85 |
Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 103 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 176 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 286 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 651 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 658 |
org/apache/hadoop/hbase/client/ResultStatsUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.List. | 20 |
Error | imports | UnusedImports | Unused import - java.util.Map. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionLocation. | 23 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Pair. | 27 |
org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'exceptions' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'hostnameAndPort' must be private and have accessor methods. | 52 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
org/apache/hadoop/hbase/client/ReversedClientScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ipc.RpcControllerFactory. | 31 |
Error | design | VisibilityModifier | Variable 'MAX_BYTE_ARRAY' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/client/ReversedScannerCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'locateStartRow' must be private and have accessor methods. | 47 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 49 |
org/apache/hadoop/hbase/client/RpcRetryingCallerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 33 |
org/apache/hadoop/hbase/client/ScannerCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'instantiated' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'closed' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'renew' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'scanMetrics' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'isRegionServerRemote' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 86 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 96 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 112 |
org/apache/hadoop/hbase/client/TableSnapshotScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat. | 37 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.snapshot.ExportSnapshot. | 40 |
org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 |
Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 121 |
org/apache/hadoop/hbase/client/ZooKeeperRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'hci' must be private and have accessor methods. | 40 |
org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 132 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 176 |
Error | design | VisibilityModifier | Variable 'sumVal' must be private and have accessor methods. | 379 |
Error | design | VisibilityModifier | Variable 'sum' must be private and have accessor methods. | 450 |
Error | design | VisibilityModifier | Variable 'rowCount' must be private and have accessor methods. | 451 |
Error | misc | UpperEll | Should use uppercase 'L'. | 451 |
Error | design | VisibilityModifier | Variable 'rowCountVal' must be private and have accessor methods. | 547 |
Error | misc | UpperEll | Should use uppercase 'L'. | 547 |
Error | design | VisibilityModifier | Variable 'sumVal' must be private and have accessor methods. | 548 |
Error | design | VisibilityModifier | Variable 'sumSqVal' must be private and have accessor methods. | 548 |
Error | design | VisibilityModifier | Variable 'sumVal' must be private and have accessor methods. | 671 |
Error | design | VisibilityModifier | Variable 'sumWeights' must be private and have accessor methods. | 671 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 830 |
org/apache/hadoop/hbase/client/coprocessor/Batch.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 39 |
Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 45 |
Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 62 |
Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 68 |
org/apache/hadoop/hbase/client/coprocessor/DoubleColumnInterpreter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 26 |
org/apache/hadoop/hbase/client/coprocessor/LongColumnInterpreter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | UpperEll | Should use uppercase 'L'. | 74 |
org/apache/hadoop/hbase/client/coprocessor/RowProcessorClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
org/apache/hadoop/hbase/client/coprocessor/SecureBulkLoadClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants.EMPTY_START_ROW. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants.LAST_ROW. | 22 |
org/apache/hadoop/hbase/client/coprocessor/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 54 |
Error | sizes | LineLength | Line is longer than 100 characters (found 201). | 55 |
Error | sizes | LineLength | Line is longer than 100 characters (found 145). | 74 |
Error | sizes | LineLength | Line is longer than 100 characters (found 207). | 75 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 95 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 96 |
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 138 |
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 143 |
Error | sizes | LineLength | Line is longer than 100 characters (found 132). | 149 |
Error | sizes | LineLength | Line is longer than 100 characters (found 170). | 189 |
org/apache/hadoop/hbase/client/metrics/ScanMetrics.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'countOfRPCcalls' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'countOfRemoteRPCcalls' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'sumOfMillisSecBetweenNexts' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'countOfNSRE' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'countOfBytesInResults' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'countOfBytesInRemoteResults' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'countOfRegions' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'countOfRPCRetries' must be private and have accessor methods. | 97 |
Error | design | VisibilityModifier | Variable 'countOfRemoteRPCRetries' must be private and have accessor methods. | 102 |
org/apache/hadoop/hbase/client/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 31 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 32 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 33 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 34 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 35 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 36 |
Error | sizes | LineLength | Line is longer than 100 characters (found 122). | 39 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 40 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 43 |
org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 178 |
org/apache/hadoop/hbase/codec/BaseDecoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'in' must be private and have accessor methods. | 40 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 70 |
org/apache/hadoop/hbase/codec/BaseEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 34 |
Error | design | VisibilityModifier | Variable 'flushed' must be private and have accessor methods. | 36 |
org/apache/hadoop/hbase/codec/Codec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.encoding.DataBlockEncoder. | 27 |
org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeBlockMeta.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 |
Error | design | VisibilityModifier | Variable 'arrayOffset' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'bufferOffset' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'numMetaBytes' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'numKeyValueBytes' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'includesMvccVersion' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'numRowBytes' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'numFamilyBytes' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'numQualifierBytes' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'numTimestampBytes' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'numMvccVersionBytes' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'numValueBytes' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'numTagsBytes' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'nextNodeOffsetWidth' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'familyOffsetWidth' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'qualifierOffsetWidth' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'timestampIndexWidth' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'mvccVersionIndexWidth' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'valueOffsetWidth' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'valueLengthWidth' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'tagsOffsetWidth' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'rowTreeDepth' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'maxRowLength' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'maxQualifierLength' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'minTimestamp' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'timestampDeltaWidth' must be private and have accessor methods. | 99 |
Error | design | VisibilityModifier | Variable 'minMvccVersion' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'mvccVersionDeltaWidth' must be private and have accessor methods. | 101 |
Error | design | VisibilityModifier | Variable 'allSameType' must be private and have accessor methods. | 103 |
Error | design | VisibilityModifier | Variable 'allTypes' must be private and have accessor methods. | 104 |
Error | design | VisibilityModifier | Variable 'numUniqueRows' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'numUniqueFamilies' must be private and have accessor methods. | 107 |
Error | design | VisibilityModifier | Variable 'numUniqueQualifiers' must be private and have accessor methods. | 108 |
Error | design | VisibilityModifier | Variable 'numUniqueTags' must be private and have accessor methods. | 109 |
org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeCodec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 54 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 94 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 100 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 194 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 198 |
org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeSeeker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'includeMvccVersion' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'ptSearcher' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'movedToPrevious' must be private and have accessor methods. | 48 |
org/apache/hadoop/hbase/codec/prefixtree/decode/ArraySearcherPool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/codec/prefixtree/decode/DecoderFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/codec/prefixtree/decode/PrefixTreeArrayReversibleScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 43 |
org/apache/hadoop/hbase/codec/prefixtree/decode/PrefixTreeArrayScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 31 |
Error | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'beforeFirst' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'afterLast' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'rowNodes' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'rowNodeStackIndex' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'currentRowNode' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'familyReader' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'qualifierReader' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'tagsReader' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'timestampDecoder' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'mvccVersionDecoder' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'nubCellsRemain' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'currentCellIndex' must be private and have accessor methods. | 63 |
org/apache/hadoop/hbase/codec/prefixtree/decode/PrefixTreeArraySearcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 199 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 309 |
org/apache/hadoop/hbase/codec/prefixtree/decode/PrefixTreeCell.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'includeMvccVersion' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'rowBuffer' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'rowLength' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'familyBuffer' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'familyOffset' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'familyLength' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'qualifierBuffer' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'qualifierOffset' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'qualifierLength' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'mvccVersion' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'absoluteValueOffset' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'valueLength' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'tagsBuffer' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'tagsOffset' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'tagsLength' must be private and have accessor methods. | 75 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 226 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 232 |
org/apache/hadoop/hbase/codec/prefixtree/decode/column/ColumnNodeReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 32 |
Error | design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 33 |
Error | design | VisibilityModifier | Variable 'nodeType' must be private and have accessor methods. | 34 |
Error | design | VisibilityModifier | Variable 'columnBuffer' must be private and have accessor methods. | 35 |
Error | design | VisibilityModifier | Variable 'offsetIntoBlock' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'tokenOffsetIntoBlock' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'tokenLength' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'parentStartPosition' must be private and have accessor methods. | 41 |
org/apache/hadoop/hbase/codec/prefixtree/decode/column/ColumnReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 34 |
Error | design | VisibilityModifier | Variable 'columnBuffer' must be private and have accessor methods. | 36 |
Error | design | VisibilityModifier | Variable 'columnOffset' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'columnLength' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'nodeType' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'columnNodeReader' must be private and have accessor methods. | 41 |
org/apache/hadoop/hbase/codec/prefixtree/decode/row/RowNodeReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'fanIndex' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'numCells' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'tokenOffset' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'tokenLength' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'fanOffset' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'fanOut' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'familyOffsetsOffset' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'qualifierOffsetsOffset' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'timestampIndexesOffset' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'mvccVersionIndexesOffset' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'operationTypesOffset' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'valueOffsetsOffset' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'valueLengthsOffset' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'tagOffsetsOffset' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'nextNodeOffsetsOffset' must be private and have accessor methods. | 56 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 77 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 82 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 227 |
org/apache/hadoop/hbase/codec/prefixtree/decode/timestamp/MvccVersionDecoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 31 |
Error | design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 32 |
org/apache/hadoop/hbase/codec/prefixtree/decode/timestamp/TimestampDecoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 31 |
Error | design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 32 |
org/apache/hadoop/hbase/codec/prefixtree/encode/EncoderFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
org/apache/hadoop/hbase/codec/prefixtree/encode/PrefixTreeEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'numResets' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'outputStream' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'includeMvccVersion' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'rowRange' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'familyRange' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'qualifierRange' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'tagsRange' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'mvccVersions' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'typeBytes' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'valueOffsets' must be private and have accessor methods. | 97 |
Error | design | VisibilityModifier | Variable 'tagsOffsets' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'values' must be private and have accessor methods. | 99 |
Error | design | VisibilityModifier | Variable 'tags' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 102 |
Error | design | VisibilityModifier | Variable 'timestampEncoder' must be private and have accessor methods. | 108 |
Error | design | VisibilityModifier | Variable 'mvccVersionEncoder' must be private and have accessor methods. | 109 |
Error | design | VisibilityModifier | Variable 'cellTypeEncoder' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'familyDeduplicator' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'qualifierDeduplicator' must be private and have accessor methods. | 119 |
Error | design | VisibilityModifier | Variable 'tagsDeduplicator' must be private and have accessor methods. | 120 |
Error | design | VisibilityModifier | Variable 'rowTokenizer' must be private and have accessor methods. | 125 |
Error | design | VisibilityModifier | Variable 'familyTokenizer' must be private and have accessor methods. | 126 |
Error | design | VisibilityModifier | Variable 'qualifierTokenizer' must be private and have accessor methods. | 127 |
Error | design | VisibilityModifier | Variable 'tagsTokenizer' must be private and have accessor methods. | 128 |
Error | design | VisibilityModifier | Variable 'rowWriter' must be private and have accessor methods. | 134 |
Error | design | VisibilityModifier | Variable 'familyWriter' must be private and have accessor methods. | 135 |
Error | design | VisibilityModifier | Variable 'qualifierWriter' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'tagsWriter' must be private and have accessor methods. | 137 |
Error | design | VisibilityModifier | Variable 'totalCells' must be private and have accessor methods. | 143 |
Error | design | VisibilityModifier | Variable 'totalUnencodedBytes' must be private and have accessor methods. | 144 |
Error | design | VisibilityModifier | Variable 'totalValueBytes' must be private and have accessor methods. | 145 |
Error | design | VisibilityModifier | Variable 'totalTagBytes' must be private and have accessor methods. | 146 |
Error | design | VisibilityModifier | Variable 'maxValueLength' must be private and have accessor methods. | 147 |
Error | design | VisibilityModifier | Variable 'maxTagLength' must be private and have accessor methods. | 148 |
Error | design | VisibilityModifier | Variable 'totalBytes' must be private and have accessor methods. | 149 |
org/apache/hadoop/hbase/codec/prefixtree/encode/column/ColumnNodeWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'builderNode' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'tokenLength' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'token' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'parentStartPosition' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'nodeType' must be private and have accessor methods. | 55 |
org/apache/hadoop/hbase/codec/prefixtree/encode/column/ColumnSectionWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 74 |
Error | blocks | EmptyBlock | Must have at least one statement. | 106 |
org/apache/hadoop/hbase/codec/prefixtree/encode/other/CellTypeEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'pendingFirstType' must be private and have accessor methods. | 33 |
Error | design | VisibilityModifier | Variable 'allSameType' must be private and have accessor methods. | 34 |
Error | design | VisibilityModifier | Variable 'onlyType' must be private and have accessor methods. | 35 |
org/apache/hadoop/hbase/codec/prefixtree/encode/other/LongEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'uniqueValues' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'sortedUniqueValues' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'maxDelta' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'bytesPerDelta' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'bytesPerIndex' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'totalCompressedBytes' must be private and have accessor methods. | 57 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 78 |
org/apache/hadoop/hbase/codec/prefixtree/encode/row/RowNodeWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'prefixTreeEncoder' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'tokenizerNode' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'tokenWidth' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'fanOut' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'numCells' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 117 |
org/apache/hadoop/hbase/codec/prefixtree/encode/row/RowSectionWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'prefixTreeEncoder' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'numBytes' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'nonLeaves' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'leaves' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'leafWriters' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'nonLeafWriters' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'numLeafWriters' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'numNonLeafWriters' must be private and have accessor methods. | 61 |
org/apache/hadoop/hbase/codec/prefixtree/encode/tokenize/Tokenizer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'numArraysAdded' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'lastNodeId' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'nodes' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'numNodes' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'root' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'tokens' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'tokensLength' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'maxElementLength' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'treeDepth' must be private and have accessor methods. | 57 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 182 |
org/apache/hadoop/hbase/codec/prefixtree/encode/tokenize/TokenizerNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'builder' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'nodeDepth' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'tokenStartOffset' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'token' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'numOccurrences' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'children' must be private and have accessor methods. | 104 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 116 |
Error | design | VisibilityModifier | Variable 'firstInsertionIndex' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'negativeIndex' must be private and have accessor methods. | 127 |
Error | design | VisibilityModifier | Variable 'outputArrayOffset' must be private and have accessor methods. | 133 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 292 |
org/apache/hadoop/hbase/codec/prefixtree/encode/tokenize/TokenizerRowSearchPosition.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 |
org/apache/hadoop/hbase/codec/prefixtree/encode/tokenize/TokenizerRowSearchResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'difference' must be private and have accessor methods. | 32 |
Error | design | VisibilityModifier | Variable 'matchingNode' must be private and have accessor methods. | 33 |
org/apache/hadoop/hbase/codec/prefixtree/scanner/ReversibleCellScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 41 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 52 |
org/apache/hadoop/hbase/constraint/Constraint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HTableDescriptor. | 22 |
org/apache/hadoop/hbase/constraint/ConstraintException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.DoNotRetryIOException. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Put. | 22 |
org/apache/hadoop/hbase/constraint/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 34 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 35 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 36 |
Error | sizes | LineLength | Line is longer than 100 characters (found 122). | 38 |
Error | sizes | LineLength | Line is longer than 100 characters (found 136). | 42 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 44 |
Error | sizes | LineLength | Line is longer than 100 characters (found 146). | 46 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 47 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 48 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 55 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 56 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 57 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 59 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 63 |
Error | sizes | LineLength | Line is longer than 100 characters (found 140). | 64 |
Error | sizes | LineLength | Line is longer than 100 characters (found 151). | 65 |
Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 66 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 68 |
Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 71 |
Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 73 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 74 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 75 |
Error | sizes | LineLength | Line is longer than 100 characters (found 134). | 77 |
Error | sizes | LineLength | Line is longer than 100 characters (found 153). | 78 |
Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 79 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 83 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 84 |
Error | sizes | LineLength | Line is longer than 100 characters (found 141). | 85 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 86 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 93 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 95 |
Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 96 |
Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 97 |
Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 98 |
Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 100 |
Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 107 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 108 |
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 111 |
Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 117 |
Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 120 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 122 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 150 |
Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 152 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 154 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 156 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 169 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 173 |
Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 176 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 190 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 193 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 194 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 196 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 205 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 218 |
Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 238 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 250 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 257 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 258 |
Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 259 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 260 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 261 |
org/apache/hadoop/hbase/coprocessor/AggregateImplementation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 112 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 155 |
Error | blocks | EmptyBlock | Must have at least one statement. | 164 |
Error | misc | UpperEll | Should use uppercase 'L'. | 184 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 209 |
Error | blocks | EmptyBlock | Must have at least one statement. | 218 |
Error | misc | UpperEll | Should use uppercase 'L'. | 235 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 261 |
Error | blocks | EmptyBlock | Must have at least one statement. | 269 |
Error | misc | UpperEll | Should use uppercase 'L'. | 298 |
Error | blocks | EmptyBlock | Must have at least one statement. | 334 |
Error | misc | UpperEll | Should use uppercase 'L'. | 357 |
Error | blocks | EmptyBlock | Must have at least one statement. | 399 |
Error | blocks | EmptyBlock | Must have at least one statement. | 464 |
org/apache/hadoop/hbase/coprocessor/BaseMasterObserver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 130 |
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 134 |
Error | sizes | LineLength | Line is longer than 100 characters (found 122). | 138 |
Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 142 |
Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 146 |
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 150 |
org/apache/hadoop/hbase/coprocessor/BaseRegionObserver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 257 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 282 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 341 |
org/apache/hadoop/hbase/coprocessor/ColumnInterpreter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter. | 28 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 63 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 84 |
org/apache/hadoop/hbase/coprocessor/CoprocessorException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 44 |
org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'abortable' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'coprocessors' must be private and have accessor methods. | 108 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'pathPrefix' must be private and have accessor methods. | 112 |
Error | design | VisibilityModifier | Variable 'loadSequence' must be private and have accessor methods. | 113 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 364 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 571 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 587 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 590 |
Error | design | VisibilityModifier | Variable 'impl' must be private and have accessor methods. | 679 |
Error | design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 681 |
Error | design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 683 |
Error | design | VisibilityModifier | Variable 'openTables' must be private and have accessor methods. | 685 |
org/apache/hadoop/hbase/coprocessor/RegionObserver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.OperationStatus. | 55 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.StoreFileScanner. | 60 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 125 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 145 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 346 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 366 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 388 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 486 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 509 |
org/apache/hadoop/hbase/coprocessor/example/BulkDeleteEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 91 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 229 |
org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 102 |
Error | blocks | EmptyBlock | Must have at least one statement. | 137 |
org/apache/hadoop/hbase/coprocessor/example/ZooKeeperScanPolicyObserver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.coprocessor.RegionObserver. | 35 |
Error | imports | RedundantImport | Duplicate import to line 37 - org.apache.hadoop.hbase.regionserver.Store. | 42 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher. | 46 |
Error | blocks | EmptyBlock | Must have at least one statement. | 139 |
Error | blocks | EmptyBlock | Must have at least one statement. | 150 |
org/apache/hadoop/hbase/coprocessor/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 154). | 217 |
org/apache/hadoop/hbase/errorhandling/ForeignExceptionDispatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'listeners' must be private and have accessor methods. | 45 |
org/apache/hadoop/hbase/errorhandling/ForeignExceptionSnare.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 21 |
org/apache/hadoop/hbase/errorhandling/TimeoutException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 41 |
org/apache/hadoop/hbase/errorhandling/TimeoutExceptionInjector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 26 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 89 |
org/apache/hadoop/hbase/exceptions/RegionOpeningException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.ipc.RemoteException. | 26 |
org/apache/hadoop/hbase/executor/EventHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'eventType' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'waitingTimeForEvents' must be private and have accessor methods. | 77 |
org/apache/hadoop/hbase/executor/ExecutorService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'threadPoolExecutor' must be private and have accessor methods. | 189 |
Error | design | VisibilityModifier | Variable 'q' must be private and have accessor methods. | 191 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 300 |
Error | design | VisibilityModifier | Variable 'queuedEvents' must be private and have accessor methods. | 301 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 302 |
Error | design | VisibilityModifier | Variable 'threadInfo' must be private and have accessor methods. | 351 |
Error | design | VisibilityModifier | Variable 'event' must be private and have accessor methods. | 352 |
org/apache/hadoop/hbase/filter/BitComparator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'bitOperator' must be private and have accessor methods. | 47 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 119 |
org/apache/hadoop/hbase/filter/ByteArrayComparable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 34 |
org/apache/hadoop/hbase/filter/ColumnPaginationFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 37 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 38 |
org/apache/hadoop/hbase/filter/ColumnPrefixFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'prefix' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/filter/ColumnRangeFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 56 |
org/apache/hadoop/hbase/filter/CompareFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'compareOp' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 72 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 137 |
org/apache/hadoop/hbase/filter/DependentColumnFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'columnFamily' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'columnQualifier' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'stampSet' must be private and have accessor methods. | 57 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 72 |
org/apache/hadoop/hbase/filter/FamilyFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 39 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 44 |
org/apache/hadoop/hbase/filter/Filter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 43 |
Error | design | VisibilityModifier | Variable 'reversed' must be private and have accessor methods. | 59 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 138 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 190 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 214 |
org/apache/hadoop/hbase/filter/FilterBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 27 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 103 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 133 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 164 |
org/apache/hadoop/hbase/filter/FilterList.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 230 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 334 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 439 |
org/apache/hadoop/hbase/filter/FilterWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.ArrayList. | 23 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 27 |
Error | design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 46 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 48 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 105 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 143 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 186 |
org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 99 |
org/apache/hadoop/hbase/filter/FuzzyRowFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 204 |
org/apache/hadoop/hbase/filter/InclusiveStopFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 |
org/apache/hadoop/hbase/filter/KeyOnlyFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'lenAsVal' must be private and have accessor methods. | 46 |
org/apache/hadoop/hbase/filter/MultipleColumnPrefixFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'hint' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'sortedPrefixes' must be private and have accessor methods. | 46 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 53 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 168 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 170 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 174 |
org/apache/hadoop/hbase/filter/ParseConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/filter/ParseFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 112 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 123 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 206 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 219 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 235 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 268 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 296 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 384 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 479 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 517 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 543 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 570 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 600 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 630 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 651 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 673 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 696 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 739 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 770 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 794 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 820 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 840 |
org/apache/hadoop/hbase/filter/PrefixFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'prefix' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'passedPrefix' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'filterRow' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'skippedCompareRows' must be private and have accessor methods. | 45 |
org/apache/hadoop/hbase/filter/QualifierFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Get. | 28 |
org/apache/hadoop/hbase/filter/RandomRowFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'filterOutRow' must be private and have accessor methods. | 42 |
org/apache/hadoop/hbase/filter/RegexStringComparator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 126 |
org/apache/hadoop/hbase/filter/RowFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Scan. | 28 |
org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 121 |
org/apache/hadoop/hbase/filter/SingleColumnValueFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Scan. | 33 |
Error | design | VisibilityModifier | Variable 'columnFamily' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'columnQualifier' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'compareOp' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'foundColumn' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'matchedColumn' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'filterIfMissing' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'latestVersionOnly' must be private and have accessor methods. | 84 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 177 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 289 |
org/apache/hadoop/hbase/filter/TimestampsFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 40 |
Error | design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'minTimeStamp' must be private and have accessor methods. | 53 |
org/apache/hadoop/hbase/fs/HFileSystem.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 283 |
org/apache/hadoop/hbase/io/BoundedByteBufferPool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'buffers' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'runningAverage' must be private and have accessor methods. | 60 |
org/apache/hadoop/hbase/io/ByteBufferOutputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'buf' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/io/CellOutputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellScanner. | 26 |
org/apache/hadoop/hbase/io/DataOutputOutputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class DataOutputOutputStream should be declared as final. | 29 |
org/apache/hadoop/hbase/io/DoubleOutputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 49 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 55 |
org/apache/hadoop/hbase/io/FSDataInputStreamWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 110 |
Error | blocks | EmptyBlock | Must have at least one statement. | 118 |
Error | blocks | EmptyBlock | Must have at least one statement. | 125 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 146 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 168 |
org/apache/hadoop/hbase/io/FileLink.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 140 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 145 |
Error | blocks | EmptyBlock | Must have at least one statement. | 301 |
Error | blocks | EmptyBlock | Must have at least one statement. | 383 |
org/apache/hadoop/hbase/io/HalfStoreFileReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'top' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'splitkey' must be private and have accessor methods. | 57 |
Error | sizes | MethodLength | Method length is 187 lines (max allowed is 150). | 115 |
Error | design | VisibilityModifier | Variable 'delegate' must be private and have accessor methods. | 120 |
Error | design | VisibilityModifier | Variable 'atEnd' must be private and have accessor methods. | 121 |
Error | sizes | LineLength | Line is longer than 100 characters (found 136). | 247 |
org/apache/hadoop/hbase/io/Reference.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 100 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 101 |
org/apache/hadoop/hbase/io/TimeRange.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 |
org/apache/hadoop/hbase/io/compress/Compression.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 65 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 328 |
org/apache/hadoop/hbase/io/crypto/Encryption.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Context should be declared as final. | 58 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 383 |
org/apache/hadoop/hbase/io/crypto/KeyStoreKeyProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'store' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'password' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'passwordFile' must be private and have accessor methods. | 78 |
org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'valueOffset' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'keyLength' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'valueLength' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'lastCommonPrefix' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'tagsLength' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'tagsOffset' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'tagsCompressedLength' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'uncompressTags' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'keyBuffer' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'tagsBuffer' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'memstoreTS' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'nextKvOffset' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'decodingCtx' must be private and have accessor methods. | 163 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 164 |
Error | design | VisibilityModifier | Variable 'samePrefixComparator' must be private and have accessor methods. | 165 |
Error | design | VisibilityModifier | Variable 'currentBuffer' must be private and have accessor methods. | 166 |
Error | design | VisibilityModifier | Variable 'current' must be private and have accessor methods. | 167 |
Error | design | VisibilityModifier | Variable 'previous' must be private and have accessor methods. | 168 |
Error | design | VisibilityModifier | Variable 'tagCompressionContext' must be private and have accessor methods. | 169 |
Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 242 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 492 |
org/apache/hadoop/hbase/io/encoding/CompressionState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'keyLength' must be private and have accessor methods. | 30 |
Error | design | VisibilityModifier | Variable 'valueLength' must be private and have accessor methods. | 31 |
Error | design | VisibilityModifier | Variable 'rowLength' must be private and have accessor methods. | 33 |
Error | design | VisibilityModifier | Variable 'prevOffset' must be private and have accessor methods. | 34 |
Error | design | VisibilityModifier | Variable 'familyLength' must be private and have accessor methods. | 35 |
Error | design | VisibilityModifier | Variable 'qualifierLength' must be private and have accessor methods. | 36 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 37 |
org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'familyNameWithSize' must be private and have accessor methods. | 63 |
org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'MASK_TIMESTAMP_LENGTH' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'SHIFT_TIMESTAMP_LENGTH' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'FLAG_SAME_KEY_LENGTH' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'FLAG_SAME_VALUE_LENGTH' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'FLAG_SAME_TYPE' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'FLAG_SAME_VALUE' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'prevTimestampOffset' must be private and have accessor methods. | 67 |
org/apache/hadoop/hbase/io/encoding/HFileBlockDecodingContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 36 |
org/apache/hadoop/hbase/io/encoding/HFileBlockDefaultDecodingContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.util.StreamUtils. | 33 |
org/apache/hadoop/hbase/io/hfile/AbstractHFileReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'istream' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'istreamNoFsChecksum' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'dataBlockIndexReader' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'metaBlockIndexReader' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'trailer' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'compressAlgo' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'dataBlockEncoder' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'lastKey' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'avgKeyLen' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'avgValueLen' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'fileSize' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'cacheConf' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'fileInfo' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'hfs' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'blockBuffer' must be private and have accessor methods. | 268 |
Error | design | VisibilityModifier | Variable 'cacheBlocks' must be private and have accessor methods. | 270 |
Error | design | VisibilityModifier | Variable 'pread' must be private and have accessor methods. | 271 |
Error | design | VisibilityModifier | Variable 'isCompaction' must be private and have accessor methods. | 272 |
Error | design | VisibilityModifier | Variable 'currKeyLen' must be private and have accessor methods. | 274 |
Error | design | VisibilityModifier | Variable 'currValueLen' must be private and have accessor methods. | 275 |
Error | design | VisibilityModifier | Variable 'currMemstoreTSLen' must be private and have accessor methods. | 276 |
Error | design | VisibilityModifier | Variable 'currMemstoreTS' must be private and have accessor methods. | 277 |
Error | design | VisibilityModifier | Variable 'blockFetches' must be private and have accessor methods. | 279 |
Error | design | VisibilityModifier | Variable 'reader' must be private and have accessor methods. | 281 |
org/apache/hadoop/hbase/io/hfile/AbstractHFileWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'lastKeyBuffer' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'lastKeyOffset' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'lastKeyLength' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'outputStream' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'closeOutputStream' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'fileInfo' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'entryCount' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'totalKeyLength' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'totalValueLength' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'totalUncompressedBytes' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'metaNames' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'metaData' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'firstKeyInBlock' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'cacheConf' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'blockEncoder' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'hFileContext' must be private and have accessor methods. | 108 |
org/apache/hadoop/hbase/io/hfile/BlockCacheUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |
Error | design | VisibilityModifier | Variable 'age' must be private and have accessor methods. | 264 |
org/apache/hadoop/hbase/io/hfile/BlockCachesIterator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 31 |
Error | design | VisibilityModifier | Variable 'bcs' must be private and have accessor methods. | 32 |
Error | design | VisibilityModifier | Variable 'current' must be private and have accessor methods. | 33 |
org/apache/hadoop/hbase/io/hfile/CacheConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'GLOBAL_BLOCK_CACHE_INSTANCE' must be private and have accessor methods. | 451 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 520 |
org/apache/hadoop/hbase/io/hfile/CacheableDeserializerIdManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/io/hfile/ChecksumUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
org/apache/hadoop/hbase/io/hfile/DoubleBlockCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 99 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 104 |
org/apache/hadoop/hbase/io/hfile/FixedFileTrailer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 127 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 148 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 569 |
org/apache/hadoop/hbase/io/hfile/HFile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.concurrent.ArrayBlockingQueue. | 39 |
Error | imports | UnusedImports | Unused import - java.util.concurrent.BlockingQueue. | 40 |
Error | imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicInteger. | 41 |
Error | imports | UnusedImports | Unused import - com.google.common.collect.Lists. | 73 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 126 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 138 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 210 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 221 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 222 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 223 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 252 |
Error | design | VisibilityModifier | Variable 'cacheConf' must be private and have accessor methods. | 253 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 254 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 255 |
Error | design | VisibilityModifier | Variable 'ostream' must be private and have accessor methods. | 256 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 257 |
Error | design | VisibilityModifier | Variable 'favoredNodes' must be private and have accessor methods. | 258 |
Error | design | VisibilityModifier | Variable 'shouldDropBehind' must be private and have accessor methods. | 260 |
Error | blocks | EmptyBlock | Must have at least one statement. | 318 |
Error | sizes | LineLength | Line is longer than 100 characters (found 130). | 523 |
Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 525 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 598 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 751 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 752 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 753 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 759 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 760 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 765 |
Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 772 |
org/apache/hadoop/hbase/io/hfile/HFileBlock.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.hfile.bucket.BucketCache. | 43 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.CompoundBloomFilter. | 47 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 417 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 640 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 781 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1050 |
Error | design | VisibilityModifier | Variable 'fileSize' must be private and have accessor methods. | 1255 |
Error | design | VisibilityModifier | Variable 'hdrSize' must be private and have accessor methods. | 1258 |
Error | design | VisibilityModifier | Variable 'hfs' must be private and have accessor methods. | 1261 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 1264 |
Error | design | VisibilityModifier | Variable 'fileContext' must be private and have accessor methods. | 1271 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 1382 |
Error | design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 1383 |
Error | design | VisibilityModifier | Variable 'buf' must be private and have accessor methods. | 1384 |
Error | design | VisibilityModifier | Variable 'streamWrapper' must be private and have accessor methods. | 1391 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1420 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1728 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 1800 |
org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.CompoundBloomFilterWriter. | 47 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 60 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1113 |
org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.yammer.metrics.core.*. | 32 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 134 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 402 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 438 |
Error | design | VisibilityModifier | Variable 'keyLen' must be private and have accessor methods. | 439 |
Error | design | VisibilityModifier | Variable 'valLen' must be private and have accessor methods. | 440 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 441 |
Error | design | VisibilityModifier | Variable 'rowSizeBytes' must be private and have accessor methods. | 441 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 442 |
Error | design | VisibilityModifier | Variable 'rowSizeCols' must be private and have accessor methods. | 442 |
Error | design | VisibilityModifier | Variable 'curRowBytes' must be private and have accessor methods. | 444 |
Error | design | VisibilityModifier | Variable 'curRowCols' must be private and have accessor methods. | 445 |
Error | design | VisibilityModifier | Variable 'biggestRow' must be private and have accessor methods. | 447 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 512 |
org/apache/hadoop/hbase/io/hfile/HFileReaderV2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'includesMemstoreTS' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'decodeMemstoreTS' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'fsBlockReader' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'hfileContext' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 511 |
Error | design | VisibilityModifier | Variable 'nextIndexedKey' must be private and have accessor methods. | 524 |
Error | design | VisibilityModifier | Variable 'meta' must be private and have accessor methods. | 1032 |
org/apache/hadoop/hbase/io/hfile/HFileReaderV3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 70 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 135 |
org/apache/hadoop/hbase/io/hfile/HFileWriterV2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'fsBlockWriter' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'lastDataBlockOffset' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'maxMemstoreTS' must be private and have accessor methods. | 85 |
org/apache/hadoop/hbase/io/hfile/LruBlockCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 553 |
Error | blocks | EmptyBlock | Must have at least one statement. | 802 |
Error | design | VisibilityModifier | Variable 'lru' must be private and have accessor methods. | 835 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 860 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 864 |
org/apache/hadoop/hbase/io/hfile/LruCachedBlock.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 104 |
org/apache/hadoop/hbase/io/hfile/NoOpDataBlockEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class NoOpDataBlockEncoder should be declared as final. | 32 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 |
org/apache/hadoop/hbase/io/hfile/PrefetchExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
org/apache/hadoop/hbase/io/hfile/bucket/BucketAllocator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 57 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 274 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 563 |
org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.hfile.CombinedBlockCache. | 64 |
Error | design | VisibilityModifier | Variable 'ioEngine' must be private and have accessor methods. | 114 |
Error | design | VisibilityModifier | Variable 'ramCache' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'backingMap' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'writerQueues' must be private and have accessor methods. | 138 |
Error | design | VisibilityModifier | Variable 'writerThreads' must be private and have accessor methods. | 141 |
Error | design | VisibilityModifier | Variable 'wait_when_cache' must be private and have accessor methods. | 163 |
Error | design | VisibilityModifier | Variable 'offsetLock' must be private and have accessor methods. | 189 |
Error | design | VisibilityModifier | Variable 'bucketCache' must be private and have accessor methods. | 509 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 632 |
Error | design | VisibilityModifier | Variable 'deserialiserIndex' must be private and have accessor methods. | 1102 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1221 |
org/apache/hadoop/hbase/io/hfile/bucket/UniqueIndexMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'mForwardMap' must be private and have accessor methods. | 35 |
Error | design | VisibilityModifier | Variable 'mReverseMap' must be private and have accessor methods. | 36 |
Error | design | VisibilityModifier | Variable 'mIndex' must be private and have accessor methods. | 37 |
org/apache/hadoop/hbase/io/hfile/slab/SingleSizeCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class CacheablePair should be declared as final. | 322 |
Error | design | VisibilityModifier | Variable 'deserializer' must be private and have accessor methods. | 323 |
Error | design | VisibilityModifier | Variable 'serializedData' must be private and have accessor methods. | 324 |
Error | design | VisibilityModifier | Variable 'recentlyAccessed' must be private and have accessor methods. | 325 |
org/apache/hadoop/hbase/io/hfile/slab/SlabCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'requestStats' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'successfullyCachedStats' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'ourcache' must be private and have accessor methods. | 340 |
Error | design | VisibilityModifier | Variable 'NUMDIVISIONS' must be private and have accessor methods. | 375 |
org/apache/hadoop/hbase/io/util/LRUDictionary.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'backingStore' must be private and have accessor methods. | 40 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 122 |
Error | design | VisibilityModifier | Variable 'container' must be private and have accessor methods. | 187 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 188 |
Error | design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 189 |
Error | design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 190 |
Error | design | VisibilityModifier | Variable 'prev' must be private and have accessor methods. | 191 |
org/apache/hadoop/hbase/io/util/StreamUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 59 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 63 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 67 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 71 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 93 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 97 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 101 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 105 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 132 |
org/apache/hadoop/hbase/ipc/BalancedQueueRpcExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'queues' must be private and have accessor methods. | 40 |
org/apache/hadoop/hbase/ipc/CoprocessorRpcChannel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - com.google.protobuf.Service. | 31 |
org/apache/hadoop/hbase/ipc/HBaseRPCErrorHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
org/apache/hadoop/hbase/ipc/MasterCoprocessorRpcChannel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 37 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 40 |
org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceFactoryImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'sources' must be private and have accessor methods. | 31 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 42 |
org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | UpperEll | Should use uppercase 'L'. | 63 |
Error | misc | UpperEll | Should use uppercase 'L'. | 65 |
Error | misc | UpperEll | Should use uppercase 'L'. | 82 |
Error | misc | UpperEll | Should use uppercase 'L'. | 86 |
Error | misc | UpperEll | Should use uppercase 'L'. | 88 |
Error | misc | UpperEll | Should use uppercase 'L'. | 90 |
org/apache/hadoop/hbase/ipc/RWQueueRpcExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 67 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 88 |
org/apache/hadoop/hbase/ipc/RegionCoprocessorRpcChannel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 40 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 43 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 66 |
org/apache/hadoop/hbase/ipc/RegionServerCoprocessorRpcChannel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 34 |
org/apache/hadoop/hbase/ipc/RemoteWithExtrasException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.DoNotRetryIOException. | 22 |
org/apache/hadoop/hbase/ipc/RpcClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connections' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'counter' must be private and have accessor methods. | 120 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 122 |
Error | design | VisibilityModifier | Variable 'maxIdleTime' must be private and have accessor methods. | 123 |
Error | design | VisibilityModifier | Variable 'maxRetries' must be private and have accessor methods. | 125 |
Error | design | VisibilityModifier | Variable 'failureSleep' must be private and have accessor methods. | 126 |
Error | design | VisibilityModifier | Variable 'tcpNoDelay' must be private and have accessor methods. | 127 |
Error | design | VisibilityModifier | Variable 'tcpKeepAlive' must be private and have accessor methods. | 128 |
Error | design | VisibilityModifier | Variable 'pingInterval' must be private and have accessor methods. | 129 |
Error | design | VisibilityModifier | Variable 'failedServers' must be private and have accessor methods. | 130 |
Error | design | VisibilityModifier | Variable 'socketFactory' must be private and have accessor methods. | 135 |
Error | design | VisibilityModifier | Variable 'clusterId' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'localAddr' must be private and have accessor methods. | 137 |
Error | design | VisibilityModifier | Variable 'metrics' must be private and have accessor methods. | 138 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 270 |
Error | design | VisibilityModifier | Variable 'param' must be private and have accessor methods. | 271 |
Error | design | VisibilityModifier | Variable 'cells' must be private and have accessor methods. | 276 |
Error | design | VisibilityModifier | Variable 'response' must be private and have accessor methods. | 277 |
Error | design | VisibilityModifier | Variable 'responseDefaultType' must be private and have accessor methods. | 279 |
Error | design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 280 |
Error | design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 281 |
Error | design | VisibilityModifier | Variable 'md' must be private and have accessor methods. | 282 |
Error | design | VisibilityModifier | Variable 'callStats' must be private and have accessor methods. | 283 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 341 |
Error | design | VisibilityModifier | Variable 'remoteId' must be private and have accessor methods. | 362 |
Error | design | VisibilityModifier | Variable 'socket' must be private and have accessor methods. | 363 |
Error | design | VisibilityModifier | Variable 'in' must be private and have accessor methods. | 364 |
Error | design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 365 |
Error | design | VisibilityModifier | Variable 'calls' must be private and have accessor methods. | 377 |
Error | design | VisibilityModifier | Variable 'lastActivity' must be private and have accessor methods. | 379 |
Error | design | VisibilityModifier | Variable 'shouldCloseConnection' must be private and have accessor methods. | 381 |
Error | design | VisibilityModifier | Variable 'closeException' must be private and have accessor methods. | 383 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 440 |
Error | blocks | EmptyBlock | Must have at least one statement. | 610 |
Error | blocks | EmptyBlock | Must have at least one statement. | 616 |
Error | blocks | EmptyBlock | Must have at least one statement. | 622 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 713 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1440 |
Error | design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 1586 |
Error | design | VisibilityModifier | Variable 'ticket' must be private and have accessor methods. | 1587 |
Error | design | VisibilityModifier | Variable 'rpcTimeout' must be private and have accessor methods. | 1588 |
Error | design | VisibilityModifier | Variable 'serviceName' must be private and have accessor methods. | 1590 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1636 |
org/apache/hadoop/hbase/ipc/RpcControllerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 43 |
org/apache/hadoop/hbase/ipc/RpcServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'secretManager' must be private and have accessor methods. | 197 |
Error | design | VisibilityModifier | Variable 'authManager' must be private and have accessor methods. | 198 |
Error | design | VisibilityModifier | Variable 'isa' must be private and have accessor methods. | 209 |
Error | design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 210 |
Error | design | VisibilityModifier | Variable 'maxIdleTime' must be private and have accessor methods. | 212 |
Error | design | VisibilityModifier | Variable 'thresholdIdleConnections' must be private and have accessor methods. | 215 |
Error | design | VisibilityModifier | Variable 'maxConnectionsToNuke' must be private and have accessor methods. | 219 |
Error | design | VisibilityModifier | Variable 'metrics' must be private and have accessor methods. | 223 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 225 |
Error | design | VisibilityModifier | Variable 'socketSendBufferSize' must be private and have accessor methods. | 228 |
Error | design | VisibilityModifier | Variable 'tcpNoDelay' must be private and have accessor methods. | 229 |
Error | design | VisibilityModifier | Variable 'tcpKeepAlive' must be private and have accessor methods. | 230 |
Error | design | VisibilityModifier | Variable 'purgeTimeout' must be private and have accessor methods. | 231 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 238 |
Error | design | VisibilityModifier | Variable 'started' must be private and have accessor methods. | 244 |
Error | design | VisibilityModifier | Variable 'callQueueSize' must be private and have accessor methods. | 249 |
Error | design | VisibilityModifier | Variable 'connectionList' must be private and have accessor methods. | 251 |
Error | design | VisibilityModifier | Variable 'responder' must be private and have accessor methods. | 256 |
Error | design | VisibilityModifier | Variable 'authTokenSecretMgr' must be private and have accessor methods. | 257 |
Error | design | VisibilityModifier | Variable 'numConnections' must be private and have accessor methods. | 258 |
Error | design | VisibilityModifier | Variable 'errorHandler' must be private and have accessor methods. | 260 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 292 |
Error | design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 293 |
Error | design | VisibilityModifier | Variable 'md' must be private and have accessor methods. | 294 |
Error | design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 295 |
Error | design | VisibilityModifier | Variable 'param' must be private and have accessor methods. | 296 |
Error | design | VisibilityModifier | Variable 'cellScanner' must be private and have accessor methods. | 298 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 299 |
Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 300 |
Error | design | VisibilityModifier | Variable 'response' must be private and have accessor methods. | 305 |
Error | design | VisibilityModifier | Variable 'delayResponse' must be private and have accessor methods. | 306 |
Error | design | VisibilityModifier | Variable 'responder' must be private and have accessor methods. | 307 |
Error | design | VisibilityModifier | Variable 'delayReturnValue' must be private and have accessor methods. | 308 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 310 |
Error | design | VisibilityModifier | Variable 'isError' must be private and have accessor methods. | 311 |
Error | design | VisibilityModifier | Variable 'tinfo' must be private and have accessor methods. | 312 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 321 |
Error | blocks | EmptyBlock | Must have at least one statement. | 799 |
Error | blocks | EmptyBlock | Must have at least one statement. | 818 |
Error | blocks | EmptyBlock | Must have at least one statement. | 831 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1037 |
Error | design | VisibilityModifier | Variable 'channel' must be private and have accessor methods. | 1235 |
Error | design | VisibilityModifier | Variable 'responseQueue' must be private and have accessor methods. | 1238 |
Error | design | VisibilityModifier | Variable 'socket' must be private and have accessor methods. | 1242 |
Error | design | VisibilityModifier | Variable 'hostAddress' must be private and have accessor methods. | 1245 |
Error | design | VisibilityModifier | Variable 'remotePort' must be private and have accessor methods. | 1246 |
Error | design | VisibilityModifier | Variable 'connectionHeader' must be private and have accessor methods. | 1247 |
Error | design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 1256 |
Error | design | VisibilityModifier | Variable 'useSasl' must be private and have accessor methods. | 1264 |
Error | design | VisibilityModifier | Variable 'saslServer' must be private and have accessor methods. | 1265 |
Error | design | VisibilityModifier | Variable 'attemptingUser' must be private and have accessor methods. | 1282 |
Error | design | VisibilityModifier | Variable 'user' must be private and have accessor methods. | 1283 |
Error | design | VisibilityModifier | Variable 'ugi' must be private and have accessor methods. | 1284 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1409 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1517 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1932 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1934 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1936 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2276 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 2400 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 2421 |
org/apache/hadoop/hbase/ipc/ServerRpcController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - com.google.protobuf.Descriptors. | 21 |
Error | imports | UnusedImports | Unused import - com.google.protobuf.Message. | 22 |
Error | imports | UnusedImports | Unused import - com.google.protobuf.Service. | 25 |
org/apache/hadoop/hbase/mapred/Driver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 30 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/mapred/GroupingTableMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 41 |
Error | design | VisibilityModifier | Variable 'columns' must be private and have accessor methods. | 55 |
org/apache/hadoop/hbase/mapred/HRegionPartitioner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 43 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 82 |
org/apache/hadoop/hbase/mapred/IdentityTableMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 |
org/apache/hadoop/hbase/mapred/IdentityTableReduce.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 37 |
org/apache/hadoop/hbase/mapred/RowCounter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.mapred.lib.IdentityReducer. | 35 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 44 |
org/apache/hadoop/hbase/mapred/TableInputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 39 |
org/apache/hadoop/hbase/mapred/TableInputFormatBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.HRegion. | 32 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 70 |
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 75 |
org/apache/hadoop/hbase/mapred/TableMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 |
org/apache/hadoop/hbase/mapred/TableMapReduceUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 50 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 354 |
org/apache/hadoop/hbase/mapred/TableOutputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 43 |
org/apache/hadoop/hbase/mapred/TableRecordReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 |
org/apache/hadoop/hbase/mapred/TableRecordReaderImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 45 |
org/apache/hadoop/hbase/mapred/TableReduce.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 34 |
org/apache/hadoop/hbase/mapred/TableSnapshotInputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 163 |
org/apache/hadoop/hbase/mapred/TableSplit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 136 |
org/apache/hadoop/hbase/mapred/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 170). | 47 |
Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 56 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 70 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 71 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 76 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 113 |
org/apache/hadoop/hbase/mapreduce/CellCounter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.TimeRange. | 41 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 71 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 207 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 223 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 238 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 285 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 287 |
org/apache/hadoop/hbase/mapreduce/CellCreator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 94 |
org/apache/hadoop/hbase/mapreduce/CopyTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'endTime' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'cacheRow' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'versions' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'startRow' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'stopRow' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'dstTableName' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'peerAddress' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'families' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'allCells' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'bulkload' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'bulkloadDir' must be private and have accessor methods. | 70 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 77 |
Error | design | VisibilityModifier | Variable 'startTime_' must be private and have accessor methods. | 78 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 79 |
Error | design | VisibilityModifier | Variable 'endTime_' must be private and have accessor methods. | 80 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 81 |
Error | design | VisibilityModifier | Variable 'versions_' must be private and have accessor methods. | 82 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 83 |
Error | design | VisibilityModifier | Variable 'tableName_' must be private and have accessor methods. | 84 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 85 |
Error | design | VisibilityModifier | Variable 'startRow_' must be private and have accessor methods. | 86 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 87 |
Error | design | VisibilityModifier | Variable 'stopRow_' must be private and have accessor methods. | 88 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 89 |
Error | design | VisibilityModifier | Variable 'newTableName_' must be private and have accessor methods. | 90 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 91 |
Error | design | VisibilityModifier | Variable 'peerAddress_' must be private and have accessor methods. | 92 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 93 |
Error | design | VisibilityModifier | Variable 'families_' must be private and have accessor methods. | 94 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 95 |
Error | design | VisibilityModifier | Variable 'allCells_' must be private and have accessor methods. | 96 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 226 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 369 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 381 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 383 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 384 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 478 |
org/apache/hadoop/hbase/mapreduce/Driver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/mapreduce/Export.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.FileSystem. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 82 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 86 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 159 |
org/apache/hadoop/hbase/mapreduce/GroupingTableMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'columns' must be private and have accessor methods. | 53 |
org/apache/hadoop/hbase/mapreduce/HFileOutputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 58 |
org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 89 |
Error | sizes | MethodLength | Method length is 213 lines (max allowed is 150). | 126 |
Error | design | VisibilityModifier | Variable 'written' must be private and have accessor methods. | 346 |
Error | design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 347 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 511 |
org/apache/hadoop/hbase/mapreduce/HRegionPartitioner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
org/apache/hadoop/hbase/mapreduce/HashTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'tableHash' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'destPath' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'hashDir' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'families' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'batchSize' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'numHashFiles' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'startRow' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'stopRow' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'scanBatch' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'versions' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 97 |
Error | design | VisibilityModifier | Variable 'endTime' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'partitions' must be private and have accessor methods. | 100 |
org/apache/hadoop/hbase/mapreduce/IdentityTableReducer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.mapreduce.OutputFormat. | 29 |
org/apache/hadoop/hbase/mapreduce/Import.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 81 |
org/apache/hadoop/hbase/mapreduce/ImportTsv.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 477 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 573 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 575 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 585 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 595 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 598 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 599 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 624 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 667 |
org/apache/hadoop/hbase/mapreduce/IndexBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 53 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 65 |
org/apache/hadoop/hbase/mapreduce/KeyValueSortReducer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 38 |
Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 40 |
org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 232 |
Error | design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 248 |
Error | design | VisibilityModifier | Variable 'hfilePath' must be private and have accessor methods. | 249 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 441 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 879 |
org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 60 |
org/apache/hadoop/hbase/mapreduce/MultiTableOutputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'tables' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'useWriteAheadLogging' must be private and have accessor methods. | 77 |
org/apache/hadoop/hbase/mapreduce/MultiTableSnapshotInputFormatImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 167 |
org/apache/hadoop/hbase/mapreduce/MultithreadedTableMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 263 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 280 |
org/apache/hadoop/hbase/mapreduce/RowCounter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
org/apache/hadoop/hbase/mapreduce/SampleUploader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 60 |
org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 55 |
org/apache/hadoop/hbase/mapreduce/SyncTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'sourceHashDir' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'sourceTableName' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'targetTableName' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'sourceZkCluster' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'targetZkCluster' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'dryRun' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'counters' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'sourceHashDir' must be private and have accessor methods. | 151 |
Error | design | VisibilityModifier | Variable 'sourceConnection' must be private and have accessor methods. | 153 |
Error | design | VisibilityModifier | Variable 'targetConnection' must be private and have accessor methods. | 154 |
Error | design | VisibilityModifier | Variable 'sourceTable' must be private and have accessor methods. | 155 |
Error | design | VisibilityModifier | Variable 'targetTable' must be private and have accessor methods. | 156 |
Error | design | VisibilityModifier | Variable 'dryRun' must be private and have accessor methods. | 157 |
Error | design | VisibilityModifier | Variable 'sourceTableHash' must be private and have accessor methods. | 159 |
Error | design | VisibilityModifier | Variable 'sourceHashReader' must be private and have accessor methods. | 160 |
Error | design | VisibilityModifier | Variable 'currentSourceHash' must be private and have accessor methods. | 161 |
Error | design | VisibilityModifier | Variable 'nextSourceKey' must be private and have accessor methods. | 162 |
Error | design | VisibilityModifier | Variable 'targetHasher' must be private and have accessor methods. | 163 |
Error | design | VisibilityModifier | Variable 'mapperException' must be private and have accessor methods. | 165 |
org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 103 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 198 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 439 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 452 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 454 |
org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 75 |
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 79 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 613 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 644 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 904 |
org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 72 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 114 |
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 146 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 161 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 177 |
org/apache/hadoop/hbase/mapreduce/TableRecordReaderImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 113 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 128 |
org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 65 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 78 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 146 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 147 |
Error | design | VisibilityModifier | Variable 'split' must be private and have accessor methods. | 188 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 346 |
org/apache/hadoop/hbase/mapreduce/TableSplit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 55 |
org/apache/hadoop/hbase/mapreduce/TextSortReducer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 164 |
org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'ts' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'cellVisibilityExpr' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'ttl' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'kvCreator' must be private and have accessor methods. | 71 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 161 |
org/apache/hadoop/hbase/mapreduce/WALPlayer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 97 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 274 |
org/apache/hadoop/hbase/mapreduce/hadoopbackport/JarFinder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
org/apache/hadoop/hbase/mapreduce/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 47 |
Error | sizes | LineLength | Line is longer than 100 characters (found 136). | 51 |
Error | sizes | LineLength | Line is longer than 100 characters (found 140). | 71 |
Error | sizes | LineLength | Line is longer than 100 characters (found 199). | 76 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 100 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 107 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 108 |
Error | sizes | LineLength | Line is longer than 100 characters (found 132). | 158 |
org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'endTime' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'versions' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'families' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'peerId' must be private and have accessor methods. | 79 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 374 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 378 |
org/apache/hadoop/hbase/master/ActiveMasterManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'clusterHasActiveMaster' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'clusterShutDown' must be private and have accessor methods. | 56 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 211 |
org/apache/hadoop/hbase/master/AssignmentListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.IOException. | 20 |
org/apache/hadoop/hbase/master/AssignmentManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 122 |
Error | design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 134 |
Error | design | VisibilityModifier | Variable 'timeoutMonitor' must be private and have accessor methods. | 142 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 178 |
Error | design | VisibilityModifier | Variable 'regionPlans' must be private and have accessor methods. | 187 |
Error | design | VisibilityModifier | Variable 'failoverCleanupDone' must be private and have accessor methods. | 237 |
Error | design | VisibilityModifier | Variable 'TEST_SKIP_SPLIT_HANDLING' must be private and have accessor methods. | 263 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 289 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 289 |
Error | misc | UpperEll | Should use uppercase 'L'. | 317 |
Error | sizes | MethodLength | Method length is 193 lines (max allowed is 150). | 899 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1144 |
Error | sizes | MethodLength | Method length is 197 lines (max allowed is 150). | 1611 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 1805 |
Error | sizes | MethodLength | Method length is 257 lines (max allowed is 150). | 2037 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 2097 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 2292 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 3421 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 3421 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 3686 |
org/apache/hadoop/hbase/master/AssignmentVerificationReport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | MethodLength | Method length is 222 lines (max allowed is 150). | 97 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 466 |
org/apache/hadoop/hbase/master/BulkAssigner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 40 |
org/apache/hadoop/hbase/master/CatalogJanitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 121 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 136 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 262 |
Error | design | VisibilityModifier | Variable 'rowEndKeyComparator' must be private and have accessor methods. | 288 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 400 |
org/apache/hadoop/hbase/master/GeneralBulkAssigner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'bulkPlan' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'assignmentManager' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'waitTillAllAssigned' must be private and have accessor methods. | 54 |
org/apache/hadoop/hbase/master/HMaster.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.protobuf.generated.*. | 118 |
Error | imports | UnusedImports | Unused import - org.apache.zookeeper.Watcher. | 264 |
Error | imports | UnusedImports | Unused import - com.google.common.collect.Lists. | 266 |
Error | imports | UnusedImports | Unused import - com.google.common.annotations.VisibleForTesting. | 267 |
Error | design | VisibilityModifier | Variable 'regionServerTracker' must be private and have accessor methods. | 364 |
Error | design | VisibilityModifier | Variable 'serverManager' must be private and have accessor methods. | 394 |
Error | design | VisibilityModifier | Variable 'assignmentManager' must be private and have accessor methods. | 397 |
Error | design | VisibilityModifier | Variable 'initialized' must be private and have accessor methods. | 418 |
Error | design | VisibilityModifier | Variable 'executorService' must be private and have accessor methods. | 424 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 567 |
Error | misc | UpperEll | Should use uppercase 'L'. | 827 |
Error | misc | UpperEll | Should use uppercase 'L'. | 828 |
Error | sizes | MethodLength | Method length is 185 lines (max allowed is 150). | 872 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 1613 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 2571 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2890 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 3424 |
org/apache/hadoop/hbase/master/HMasterCommandLine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.FileSystem. | 33 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 74 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 251 |
org/apache/hadoop/hbase/master/MasterCoprocessorHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 37 |
Error | imports | RedundantImport | Duplicate import to line 22 - java.io.IOException. | 40 |
Error | imports | RedundantImport | Duplicate import to line 23 - java.util.List. | 41 |
org/apache/hadoop/hbase/master/MasterFileSystem.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'master' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'splitLogLock' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'distributedLogReplay' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'splitLogManager' must be private and have accessor methods. | 94 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 498 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 602 |
org/apache/hadoop/hbase/master/MasterStatusServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 101 |
org/apache/hadoop/hbase/master/MetricsAssignmentManagerSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 25 |
Error | misc | UpperEll | Should use uppercase 'L'. | 46 |
Error | misc | UpperEll | Should use uppercase 'L'. | 47 |
Error | misc | UpperEll | Should use uppercase 'L'. | 48 |
org/apache/hadoop/hbase/master/MetricsMaster.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterSource. | 26 |
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterSourceFactory. | 27 |
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.MetricsMasterWrapper. | 28 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 44 |
org/apache/hadoop/hbase/master/MetricsMasterFilesystemSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 24 |
org/apache/hadoop/hbase/master/MetricsMasterSourceFactoryImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'masterSource' must be private and have accessor methods. | 27 |
org/apache/hadoop/hbase/master/MetricsMasterSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | UpperEll | Should use uppercase 'L'. | 70 |
org/apache/hadoop/hbase/master/RegionPlacementMaintainer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 113 |
Error | sizes | MethodLength | Method length is 258 lines (max allowed is 150). | 197 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 476 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 492 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 626 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 720 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 837 |
Error | sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 950 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 950 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 981 |
org/apache/hadoop/hbase/master/RegionPlan.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 119 |
org/apache/hadoop/hbase/master/RegionState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 382 |
org/apache/hadoop/hbase/master/RegionStates.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.Collections. | 22 |
Error | design | VisibilityModifier | Variable 'regionsInTransition' must be private and have accessor methods. | 66 |
org/apache/hadoop/hbase/master/ServerListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.IOException. | 20 |
org/apache/hadoop/hbase/master/ServerManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ZooKeeperConnectionException. | 48 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.RetriesExhaustedException. | 51 |
Error | imports | RedundantImport | Duplicate import to line 39 - org.apache.hadoop.hbase.classification.InterfaceAudience. | 53 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer. | 54 |
Error | blocks | EmptyBlock | Must have at least one statement. | 505 |
org/apache/hadoop/hbase/master/SnapshotOfRegionAssignmentFromMeta.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 96 |
org/apache/hadoop/hbase/master/SplitLogManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.SplitLogWorker. | 62 |
Error | design | VisibilityModifier | Variable 'ignoreZKDeleteForTesting' must be private and have accessor methods. | 132 |
Error | design | VisibilityModifier | Variable 'recoveringRegionLock' must be private and have accessor methods. | 144 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 697 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 767 |
Error | blocks | EmptyBlock | Must have at least one statement. | 822 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1168 |
Error | misc | UpperEll | Should use uppercase 'L'. | 1184 |
Error | misc | UpperEll | Should use uppercase 'L'. | 1188 |
Error | design | VisibilityModifier | Variable 'installed' must be private and have accessor methods. | 1373 |
Error | design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 1374 |
Error | design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 1375 |
Error | design | VisibilityModifier | Variable 'isDead' must be private and have accessor methods. | 1376 |
Error | design | VisibilityModifier | Variable 'last_update' must be private and have accessor methods. | 1388 |
Error | design | VisibilityModifier | Variable 'last_version' must be private and have accessor methods. | 1389 |
Error | design | VisibilityModifier | Variable 'cur_worker_name' must be private and have accessor methods. | 1390 |
Error | design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 1391 |
Error | design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 1392 |
Error | design | VisibilityModifier | Variable 'incarnation' must be private and have accessor methods. | 1393 |
Error | design | VisibilityModifier | Variable 'unforcedResubmits' must be private and have accessor methods. | 1394 |
Error | design | VisibilityModifier | Variable 'resubmitThresholdReached' must be private and have accessor methods. | 1395 |
Error | design | VisibilityModifier | Variable 'statusMsg' must be private and have accessor methods. | 1807 |
org/apache/hadoop/hbase/master/TableLockManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 38 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 167 |
Error | design | VisibilityModifier | Variable 'lockTimeoutMs' must be private and have accessor methods. | 251 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 252 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 253 |
Error | design | VisibilityModifier | Variable 'isShared' must be private and have accessor methods. | 254 |
Error | design | VisibilityModifier | Variable 'zkWatcher' must be private and have accessor methods. | 255 |
Error | design | VisibilityModifier | Variable 'serverName' must be private and have accessor methods. | 256 |
Error | design | VisibilityModifier | Variable 'purpose' must be private and have accessor methods. | 257 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 359 |
org/apache/hadoop/hbase/master/TableNamespaceManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 211 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 227 |
org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.AssignmentManager. | 41 |
Error | design | VisibilityModifier | Variable 'servers' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'tables' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'regions' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'regionLoads' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'regionLocations' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'regionsPerServer' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'regionIndexToServerIndex' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'initialRegionIndexToServerIndex' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'regionIndexToTableIndex' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'numRegionsPerServerPerTable' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'numMaxRegionsPerTable' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'serverIndicesSortedByRegionCount' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'serversToIndex' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'tablesToIndex' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'numRegions' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'numServers' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'numTables' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'numMovedRegions' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'numMovedMetaRegions' must be private and have accessor methods. | 89 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 91 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 146 |
Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 190 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 213 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 214 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 215 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 258 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 263 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 264 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 265 |
Error | design | VisibilityModifier | Variable 'slop' must be private and have accessor methods. | 367 |
Error | design | VisibilityModifier | Variable 'metricsBalancer' must be private and have accessor methods. | 372 |
Error | design | VisibilityModifier | Variable 'services' must be private and have accessor methods. | 373 |
org/apache/hadoop/hbase/master/balancer/FavoredNodeLoadBalancer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.LoadBalancer. | 36 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 63 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 304 |
org/apache/hadoop/hbase/master/balancer/LoadBalancerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
org/apache/hadoop/hbase/master/balancer/ServerAndLoad.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 53 |
org/apache/hadoop/hbase/master/balancer/SimpleLoadBalancer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.AssignmentManager. | 36 |
Error | sizes | MethodLength | Method length is 239 lines (max allowed is 150). | 182 |
org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.commons.math.stat.descriptive.DescriptiveStatistics. | 32 |
Error | design | VisibilityModifier | Variable 'loads' must be private and have accessor methods. | 107 |
org/apache/hadoop/hbase/master/cleaner/BaseLogCleanerDelegate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 |
org/apache/hadoop/hbase/master/cleaner/CleanerChore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cleanersChain' must be private and have accessor methods. | 51 |
org/apache/hadoop/hbase/master/handler/CreateTableHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'fileSystemManager' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'hTableDescriptor' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 66 |
org/apache/hadoop/hbase/master/handler/DisableTableHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 98 |
org/apache/hadoop/hbase/master/handler/EnableTableHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.concurrent.ExecutorService. | 25 |
Error | imports | UnusedImports | Unused import - org.cloudera.htrace.Trace. | 51 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 109 |
org/apache/hadoop/hbase/master/handler/LogReplayHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.MasterFileSystem. | 31 |
Error | design | VisibilityModifier | Variable 'master' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'services' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'deadServers' must be private and have accessor methods. | 47 |
org/apache/hadoop/hbase/master/handler/ServerShutdownHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 31 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.ServerManager. | 47 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.wal.HLogSplitter. | 49 |
Error | design | VisibilityModifier | Variable 'serverName' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'services' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'deadServers' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'shouldSplitHlog' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'regionAssignmentWaitTimeout' must be private and have accessor methods. | 65 |
Error | sizes | MethodLength | Method length is 206 lines (max allowed is 150). | 115 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 240 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 253 |
org/apache/hadoop/hbase/master/handler/TableEventHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableExistsException. | 38 |
Error | design | VisibilityModifier | Variable 'masterServices' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'tableLock' must be private and have accessor methods. | 65 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
org/apache/hadoop/hbase/master/handler/TotesHRegionInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.beans.EventHandler. | 21 |
org/apache/hadoop/hbase/master/handler/TruncateTableHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 150 |
org/apache/hadoop/hbase/master/snapshot/CloneSnapshotHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 99 |
org/apache/hadoop/hbase/master/snapshot/DisabledTableSnapshotHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 28 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 29 |
org/apache/hadoop/hbase/master/snapshot/MasterSnapshotVerifier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ServerName. | 34 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 89 |
org/apache/hadoop/hbase/master/snapshot/SnapshotFileCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 131 |
Error | blocks | EmptyBlock | Must have at least one statement. | 236 |
Error | design | VisibilityModifier | Variable 'lastModified' must be private and have accessor methods. | 341 |
Error | design | VisibilityModifier | Variable 'files' must be private and have accessor methods. | 342 |
org/apache/hadoop/hbase/master/snapshot/SnapshotManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 260 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 369 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 659 |
org/apache/hadoop/hbase/master/snapshot/TakeSnapshotHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 62 |
Error | design | VisibilityModifier | Variable 'master' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'metricsSnapshot' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'snapshot' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'rootDir' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'workingDir' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'monitor' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'tableLockManager' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'tableLock' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'snapshotTable' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'snapshotManifest' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'htd' must be private and have accessor methods. | 90 |
org/apache/hadoop/hbase/metrics/BaseSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.metrics2.lib.*. | 25 |
Error | design | VisibilityModifier | Variable 'metricsRegistry' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'metricsName' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'metricsDescription' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'metricsContext' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'metricsJmxContext' must be private and have accessor methods. | 54 |
Error | misc | UpperEll | Should use uppercase 'L'. | 98 |
Error | misc | UpperEll | Should use uppercase 'L'. | 109 |
Error | misc | UpperEll | Should use uppercase 'L'. | 120 |
org/apache/hadoop/hbase/metrics/ExactCounterMetric.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 38 |
org/apache/hadoop/hbase/metrics/MetricsMBeanBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 48 |
Error | design | VisibilityModifier | Variable 'registry' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'registryLength' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'extendedAttributes' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'extendedInfo' must be private and have accessor methods. | 62 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 64 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 104 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 108 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 163 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 229 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 230 |
org/apache/hadoop/hbase/metrics/MetricsRate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 32 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 68 |
org/apache/hadoop/hbase/metrics/MetricsString.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 30 |
org/apache/hadoop/hbase/metrics/PersistentMetricsTimeVaryingRate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 32 |
Error | design | VisibilityModifier | Variable 'reset' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'lastOper' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'totalOps' must be private and have accessor methods. | 40 |
org/apache/hadoop/hbase/metrics/histogram/MetricsHistogram.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 33 |
org/apache/hadoop/hbase/migration/NamespaceUpgrade.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 84 |
org/apache/hadoop/hbase/migration/UpgradeTo96.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 74 |
org/apache/hadoop/hbase/monitoring/MemoryBoundedLogMessageBuffer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 97 |
org/apache/hadoop/hbase/monitoring/MonitoredTaskImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 37 |
org/apache/hadoop/hbase/procedure/MasterProcedureManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.HMaster. | 27 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.snapshot.SnapshotManager. | 28 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.HRegionServer. | 29 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager. | 30 |
org/apache/hadoop/hbase/procedure/MasterProcedureManagerHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.HMaster. | 24 |
org/apache/hadoop/hbase/procedure/Procedure.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'acquiredBarrierLatch' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'releasedBarrierLatch' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'completedLatch' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'wakeFrequency' must be private and have accessor methods. | 97 |
Error | design | VisibilityModifier | Variable 'timeoutInjector' must be private and have accessor methods. | 98 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 247 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 303 |
org/apache/hadoop/hbase/procedure/ProcedureCoordinator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 170 |
org/apache/hadoop/hbase/procedure/ProcedureManagerHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'procedures' must be private and have accessor methods. | 49 |
org/apache/hadoop/hbase/procedure/ProcedureMemberRpcs.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 24 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 56 |
org/apache/hadoop/hbase/procedure/RegionServerProcedureManagerHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.HRegionServer. | 25 |
org/apache/hadoop/hbase/procedure/Subprocedure.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'monitor' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'wakeFrequency' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'executionTimeoutTimer' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'rpcs' must be private and have accessor methods. | 76 |
org/apache/hadoop/hbase/procedure/ZKProcedureCoordinatorRpcs.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 27 |
Error | design | VisibilityModifier | Variable 'coordinator' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'watcher' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'procedureType' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'coordName' must be private and have accessor methods. | 47 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 242 |
org/apache/hadoop/hbase/procedure/ZKProcedureMemberRpcs.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'member' must be private and have accessor methods. | 60 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 215 |
org/apache/hadoop/hbase/procedure/ZKProcedureUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'acquiredZnode' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'reachedZnode' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'abortZnode' must be private and have accessor methods. | 63 |
org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 139). | 1491 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1633 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 1710 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1918 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1985 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2005 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2020 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2053 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2076 |
Error | blocks | EmptyBlock | Must have at least one statement. | 2448 |
Error | blocks | EmptyBlock | Must have at least one statement. | 2971 |
org/apache/hadoop/hbase/protobuf/ReplicationProtbufUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
org/apache/hadoop/hbase/protobuf/RequestConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 855 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 855 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1085 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 1300 |
org/apache/hadoop/hbase/protobuf/ResponseConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Pair. | 56 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 233 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 263 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 388 |
org/apache/hadoop/hbase/regionserver/AbstractMultiFileWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'writerFactory' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'sourceScanner' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/regionserver/CompactionTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HRegion. | 57 |
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HRegionFileSystem. | 58 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 112 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 467 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 470 |
org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 36 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 37 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 44 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 94 |
org/apache/hadoop/hbase/regionserver/HRegion.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'closed' must be private and have accessor methods. | 222 |
Error | design | VisibilityModifier | Variable 'closing' must be private and have accessor methods. | 228 |
Error | design | VisibilityModifier | Variable 'completeSequenceId' must be private and have accessor methods. | 230 |
Error | design | VisibilityModifier | Variable 'stores' must be private and have accessor methods. | 262 |
Error | design | VisibilityModifier | Variable 'memstoreSize' must be private and have accessor methods. | 268 |
Error | design | VisibilityModifier | Variable 'numMutationsWithoutWAL' must be private and have accessor methods. | 271 |
Error | design | VisibilityModifier | Variable 'dataInMemoryWithoutWAL' must be private and have accessor methods. | 272 |
Error | design | VisibilityModifier | Variable 'checkAndMutateChecksPassed' must be private and have accessor methods. | 275 |
Error | design | VisibilityModifier | Variable 'checkAndMutateChecksFailed' must be private and have accessor methods. | 276 |
Error | design | VisibilityModifier | Variable 'readRequestsCount' must be private and have accessor methods. | 279 |
Error | design | VisibilityModifier | Variable 'writeRequestsCount' must be private and have accessor methods. | 280 |
Error | design | VisibilityModifier | Variable 'compactionsFinished' must be private and have accessor methods. | 293 |
Error | design | VisibilityModifier | Variable 'compactionNumFilesCompacted' must be private and have accessor methods. | 294 |
Error | design | VisibilityModifier | Variable 'compactionNumBytesCompacted' must be private and have accessor methods. | 295 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 300 |
Error | design | VisibilityModifier | Variable 'busyWaitDuration' must be private and have accessor methods. | 312 |
Error | design | VisibilityModifier | Variable 'maxBusyWaitMultiplier' must be private and have accessor methods. | 318 |
Error | design | VisibilityModifier | Variable 'maxBusyWaitDuration' must be private and have accessor methods. | 322 |
Error | design | VisibilityModifier | Variable 'rowProcessorExecutor' must be private and have accessor methods. | 326 |
Error | design | VisibilityModifier | Variable 'maxSeqIdInStores' must be private and have accessor methods. | 350 |
Error | design | VisibilityModifier | Variable 'flushing' must be private and have accessor methods. | 387 |
Error | design | VisibilityModifier | Variable 'flushRequested' must be private and have accessor methods. | 389 |
Error | design | VisibilityModifier | Variable 'compacting' must be private and have accessor methods. | 391 |
Error | design | VisibilityModifier | Variable 'writesEnabled' must be private and have accessor methods. | 393 |
Error | design | VisibilityModifier | Variable 'readOnly' must be private and have accessor methods. | 395 |
Error | design | VisibilityModifier | Variable 'result' must be private and have accessor methods. | 436 |
Error | design | VisibilityModifier | Variable 'failureReason' must be private and have accessor methods. | 437 |
Error | design | VisibilityModifier | Variable 'flushSequenceId' must be private and have accessor methods. | 438 |
Error | design | VisibilityModifier | Variable 'writestate' must be private and have accessor methods. | 494 |
Error | design | VisibilityModifier | Variable 'memstoreFlushSize' must be private and have accessor methods. | 496 |
Error | design | VisibilityModifier | Variable 'timestampSlop' must be private and have accessor methods. | 497 |
Error | design | VisibilityModifier | Variable 'rowProcessorTimeout' must be private and have accessor methods. | 498 |
Error | design | VisibilityModifier | Variable 'rsServices' must be private and have accessor methods. | 500 |
Error | design | VisibilityModifier | Variable 'threadWakeFrequency' must be private and have accessor methods. | 507 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 509 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 553 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1273 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1276 |
Error | sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 1742 |
Error | design | VisibilityModifier | Variable 'operations' must be private and have accessor methods. | 2201 |
Error | design | VisibilityModifier | Variable 'nextIndexToProcess' must be private and have accessor methods. | 2202 |
Error | design | VisibilityModifier | Variable 'retCodeDetails' must be private and have accessor methods. | 2203 |
Error | design | VisibilityModifier | Variable 'walEditsFromCoprocessors' must be private and have accessor methods. | 2204 |
Error | sizes | MethodLength | Method length is 359 lines (max allowed is 150). | 2402 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 3417 |
Error | sizes | MethodLength | Method length is 178 lines (max allowed is 150). | 3469 |
Error | design | VisibilityModifier | Variable 'storeHeap' must be private and have accessor methods. | 4013 |
Error | design | VisibilityModifier | Variable 'joinedHeap' must be private and have accessor methods. | 4016 |
Error | design | VisibilityModifier | Variable 'joinedContinuationRow' must be private and have accessor methods. | 4020 |
Error | design | VisibilityModifier | Variable 'stopRow' must be private and have accessor methods. | 4023 |
Error | design | VisibilityModifier | Variable 'isScan' must be private and have accessor methods. | 4026 |
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 4030 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 4402 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 4594 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 4614 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 4801 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 4939 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 4951 |
Error | misc | UpperEll | Should use uppercase 'L'. | 5155 |
Error | sizes | MethodLength | Method length is 230 lines (max allowed is 150). | 5443 |
Error | sizes | MethodLength | Method length is 205 lines (max allowed is 150). | 5688 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 5786 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 5843 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 6403 |
Error | design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 6627 |
org/apache/hadoop/hbase/regionserver/HRegionServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.Math. | 23 |
Error | design | VisibilityModifier | Variable 'regionsInTransitionInRS' must be private and have accessor methods. | 294 |
Error | design | VisibilityModifier | Variable 'maxScannerResultSize' must be private and have accessor methods. | 301 |
Error | design | VisibilityModifier | Variable 'cacheFlusher' must be private and have accessor methods. | 304 |
Error | design | VisibilityModifier | Variable 'hMemManager' must be private and have accessor methods. | 306 |
Error | design | VisibilityModifier | Variable 'catalogTracker' must be private and have accessor methods. | 309 |
Error | design | VisibilityModifier | Variable 'tableDescriptors' must be private and have accessor methods. | 318 |
Error | design | VisibilityModifier | Variable 'replicationSourceHandler' must be private and have accessor methods. | 321 |
Error | design | VisibilityModifier | Variable 'replicationSinkHandler' must be private and have accessor methods. | 322 |
Error | design | VisibilityModifier | Variable 'compactSplitThread' must be private and have accessor methods. | 325 |
Error | design | VisibilityModifier | Variable 'scanners' must be private and have accessor methods. | 327 |
Error | design | VisibilityModifier | Variable 'onlineRegions' must be private and have accessor methods. | 334 |
Error | design | VisibilityModifier | Variable 'regionFavoredNodesMap' must be private and have accessor methods. | 346 |
Error | design | VisibilityModifier | Variable 'recoveringRegions' must be private and have accessor methods. | 353 |
Error | design | VisibilityModifier | Variable 'leases' must be private and have accessor methods. | 357 |
Error | design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 360 |
Error | design | VisibilityModifier | Variable 'requestCount' must be private and have accessor methods. | 363 |
Error | design | VisibilityModifier | Variable 'fsOk' must be private and have accessor methods. | 366 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 367 |
Error | design | VisibilityModifier | Variable 'stopped' must be private and have accessor methods. | 372 |
Error | design | VisibilityModifier | Variable 'abortRequested' must be private and have accessor methods. | 376 |
Error | design | VisibilityModifier | Variable 'rowlocks' must be private and have accessor methods. | 381 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 389 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 393 |
Error | design | VisibilityModifier | Variable 'numRetries' must be private and have accessor methods. | 395 |
Error | design | VisibilityModifier | Variable 'threadWakeFrequency' must be private and have accessor methods. | 396 |
Error | design | VisibilityModifier | Variable 'numRegionsToReport' must be private and have accessor methods. | 399 |
Error | design | VisibilityModifier | Variable 'rpcClient' must be private and have accessor methods. | 404 |
Error | design | VisibilityModifier | Variable 'rpcServer' must be private and have accessor methods. | 408 |
Error | design | VisibilityModifier | Variable 'infoServer' must be private and have accessor methods. | 416 |
Error | design | VisibilityModifier | Variable 'compactionChecker' must be private and have accessor methods. | 431 |
Error | design | VisibilityModifier | Variable 'periodicFlusher' must be private and have accessor methods. | 436 |
Error | design | VisibilityModifier | Variable 'hlog' must be private and have accessor methods. | 440 |
Error | design | VisibilityModifier | Variable 'hlogForMeta' must be private and have accessor methods. | 443 |
Error | design | VisibilityModifier | Variable 'hlogRoller' must be private and have accessor methods. | 445 |
Error | design | VisibilityModifier | Variable 'metaHLogRoller' must be private and have accessor methods. | 446 |
Error | design | VisibilityModifier | Variable 'isOnline' must be private and have accessor methods. | 449 |
Error | design | VisibilityModifier | Variable 'cacheConfig' must be private and have accessor methods. | 471 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 685 |
Error | sizes | MethodLength | Method length is 199 lines (max allowed is 150). | 884 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1012 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1152 |
Error | design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 1553 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 2053 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 2064 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 2082 |
Error | blocks | EmptyBlock | Must have at least one statement. | 2156 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2575 |
Error | sizes | MethodLength | Method length is 267 lines (max allowed is 150). | 3174 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 3278 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 3656 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 3730 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 4668 |
Error | design | VisibilityModifier | Variable 'movedRegions' must be private and have accessor methods. | 4902 |
Error | design | FinalClass | Class MovedRegionsCleaner should be declared as final. | 4957 |
Error | design | VisibilityModifier | Variable 'stoppable' must be private and have accessor methods. | 4959 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 5081 |
org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 76 |
org/apache/hadoop/hbase/regionserver/HStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'memstore' must be private and have accessor methods. | 132 |
Error | design | VisibilityModifier | Variable 'forceMajor' must be private and have accessor methods. | 140 |
Error | design | VisibilityModifier | Variable 'closeCheckInterval' must be private and have accessor methods. | 142 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 155 |
Error | design | VisibilityModifier | Variable 'filesCompacting' must be private and have accessor methods. | 161 |
Error | design | VisibilityModifier | Variable 'storeEngine' must be private and have accessor methods. | 177 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 459 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 471 |
org/apache/hadoop/hbase/regionserver/KeyPrefixRegionSplitPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 37 |
org/apache/hadoop/hbase/regionserver/KeyValueHeap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'heap' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'current' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'kvComparator' must be private and have accessor methods. | 176 |
org/apache/hadoop/hbase/regionserver/Leases.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.HashMap. | 27 |
Error | imports | UnusedImports | Unused import - java.util.concurrent.DelayQueue. | 32 |
Error | design | VisibilityModifier | Variable 'leaseCheckFrequency' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'stopRequested' must be private and have accessor methods. | 63 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 193 |
org/apache/hadoop/hbase/regionserver/LogRoller.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 25 |
Error | design | VisibilityModifier | Variable 'services' must be private and have accessor methods. | 51 |
Error | blocks | EmptyBlock | Must have at least one statement. | 79 |
org/apache/hadoop/hbase/regionserver/LruHashMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 930 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 932 |
Error | design | VisibilityModifier | Variable 'hash' must be private and have accessor methods. | 934 |
Error | design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 936 |
Error | design | VisibilityModifier | Variable 'prevPtr' must be private and have accessor methods. | 939 |
Error | design | VisibilityModifier | Variable 'nextPtr' must be private and have accessor methods. | 941 |
Error | design | VisibilityModifier | Variable 'heapSize' must be private and have accessor methods. | 944 |
org/apache/hadoop/hbase/regionserver/MemStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'kvset' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'snapshot' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'timeOfOldestEdit' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'timeRangeTracker' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'snapshotTimeRangeTracker' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'chunkPool' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'allocator' must be private and have accessor methods. | 99 |
Error | design | VisibilityModifier | Variable 'snapshotAllocator' must be private and have accessor methods. | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 579 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 579 |
Error | design | VisibilityModifier | Variable 'kv' must be private and have accessor methods. | 618 |
Error | design | VisibilityModifier | Variable 'set' must be private and have accessor methods. | 619 |
Error | design | VisibilityModifier | Variable 'allocatorAtCreation' must be private and have accessor methods. | 700 |
Error | design | VisibilityModifier | Variable 'snapshotAllocatorAtCreation' must be private and have accessor methods. | 701 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1087 |
org/apache/hadoop/hbase/regionserver/MemStoreChunkPool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'chunkPoolDisabled' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'mcp' must be private and have accessor methods. | 150 |
org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'globalMemStoreLimit' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'globalMemStoreLimitLowMark' must be private and have accessor methods. | 82 |
Error | design | FinalClass | Class FlushHandler should be declared as final. | 221 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 544 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 610 |
org/apache/hadoop/hbase/regionserver/MemStoreLAB.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'chunkSize' must be private and have accessor methods. | 61 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 64 |
Error | design | VisibilityModifier | Variable 'maxAlloc' must be private and have accessor methods. | 65 |
Error | design | FinalClass | Class Allocation should be declared as final. | 319 |
org/apache/hadoop/hbase/regionserver/MetricsRegionAggregateSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 34 |
org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'rsWrap' must be private and have accessor methods. | 35 |
Error | misc | UpperEll | Should use uppercase 'L'. | 74 |
Error | misc | UpperEll | Should use uppercase 'L'. | 77 |
Error | misc | UpperEll | Should use uppercase 'L'. | 80 |
Error | misc | UpperEll | Should use uppercase 'L'. | 83 |
Error | misc | UpperEll | Should use uppercase 'L'. | 86 |
Error | misc | UpperEll | Should use uppercase 'L'. | 94 |
Error | misc | UpperEll | Should use uppercase 'L'. | 95 |
org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 536 |
org/apache/hadoop/hbase/regionserver/MetricsRegionSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | UpperEll | Should use uppercase 'L'. | 72 |
Error | misc | UpperEll | Should use uppercase 'L'. | 75 |
Error | misc | UpperEll | Should use uppercase 'L'. | 78 |
Error | misc | UpperEll | Should use uppercase 'L'. | 81 |
org/apache/hadoop/hbase/regionserver/MiniBatchOperationInProgress.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.coprocessor.ObserverContext. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.coprocessor.RegionObserver. | 22 |
org/apache/hadoop/hbase/regionserver/MultiRowMutationProcessor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'rowsToLock' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'mutations' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'miniBatch' must be private and have accessor methods. | 48 |
org/apache/hadoop/hbase/regionserver/MultiVersionConsistencyControl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 48 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 61 |
org/apache/hadoop/hbase/regionserver/RSDumpServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 115 |
org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'sharedData' must be private and have accessor methods. | 116 |
Error | design | VisibilityModifier | Variable 'rsServices' must be private and have accessor methods. | 205 |
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 207 |
Error | blocks | EmptyBlock | Must have at least one statement. | 255 |
Error | blocks | EmptyBlock | Must have at least one statement. | 290 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 399 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 399 |
Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 528 |
org/apache/hadoop/hbase/regionserver/RegionMergeRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 81 |
org/apache/hadoop/hbase/regionserver/RegionMergeTransaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.zookeeper.KeeperException.NodeExistsException. | 61 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 298 |
org/apache/hadoop/hbase/regionserver/RegionScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Scan. | 29 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 74 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 87 |
org/apache/hadoop/hbase/regionserver/RegionServerCoprocessorHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 213 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 221 |
org/apache/hadoop/hbase/regionserver/RegionServerServices.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 156 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 162 |
org/apache/hadoop/hbase/regionserver/RegionSplitPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 47 |
org/apache/hadoop/hbase/regionserver/ReversedRegionScannerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 69 |
org/apache/hadoop/hbase/regionserver/ScanDeleteTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'hasFamilyStamp' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'familyStamp' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'familyVersionStamps' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'deleteBuffer' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'deleteOffset' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'deleteLength' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'deleteType' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'deleteTimestamp' must be private and have accessor methods. | 55 |
org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 28 |
Error | design | VisibilityModifier | Variable 'row' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'rowOffset' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'rowLength' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'maxReadPointToTrackVersions' must be private and have accessor methods. | 110 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 235 |
Error | sizes | MethodLength | Method length is 202 lines (max allowed is 150). | 275 |
org/apache/hadoop/hbase/regionserver/ServerNonceManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.Arrays. | 23 |
Error | imports | UnusedImports | Unused import - java.util.Comparator. | 24 |
Error | imports | UnusedImports | Unused import - java.util.UUID. | 26 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 35 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Pair. | 37 |
Error | misc | UpperEll | Should use uppercase 'L'. | 103 |
org/apache/hadoop/hbase/regionserver/ShutdownHook.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
Error | blocks | EmptyBlock | Must have at least one statement. | 182 |
org/apache/hadoop/hbase/regionserver/SplitLogWorker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 38 |
Error | design | VisibilityModifier | Variable 'worker' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'taskReadySeq' must be private and have accessor methods. | 99 |
Error | design | VisibilityModifier | Variable 'tasksInProgress' must be private and have accessor methods. | 108 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 156 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 324 |
Error | blocks | EmptyBlock | Must have at least one statement. | 536 |
org/apache/hadoop/hbase/regionserver/SplitTransaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.zookeeper.KeeperException.NodeExistsException. | 68 |
Error | design | VisibilityModifier | Variable 'useZKForAssignment' must be private and have accessor methods. | 108 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 282 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 502 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 750 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 935 |
org/apache/hadoop/hbase/regionserver/StoreEngine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'storeFlusher' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'compactionPolicy' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'compactor' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'storeFileManager' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/regionserver/StoreFile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.encoding.DataBlockEncoding. | 52 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Writables. | 65 |
Error | blocks | EmptyBlock | Must have at least one statement. | 498 |
Error | design | FinalClass | Class Writer should be declared as final. | 738 |
Error | design | VisibilityModifier | Variable 'checksumType' must be private and have accessor methods. | 752 |
Error | design | VisibilityModifier | Variable 'bytesPerChecksum' must be private and have accessor methods. | 755 |
Error | design | VisibilityModifier | Variable 'timeRangeTracker' must be private and have accessor methods. | 757 |
Error | design | VisibilityModifier | Variable 'timeRangeTrackerSet' must be private and have accessor methods. | 765 |
Error | design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 767 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 853 |
Error | design | VisibilityModifier | Variable 'generalBloomFilter' must be private and have accessor methods. | 1067 |
Error | design | VisibilityModifier | Variable 'deleteFamilyBloomFilter' must be private and have accessor methods. | 1068 |
Error | design | VisibilityModifier | Variable 'bloomFilterType' must be private and have accessor methods. | 1069 |
Error | design | VisibilityModifier | Variable 'timeRange' must be private and have accessor methods. | 1071 |
Error | design | VisibilityModifier | Variable 'sequenceID' must be private and have accessor methods. | 1072 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1145 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1163 |
org/apache/hadoop/hbase/regionserver/StoreFlusher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.commons.logging.Log. | 28 |
Error | imports | UnusedImports | Unused import - org.apache.commons.logging.LogFactory. | 29 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'store' must be private and have accessor methods. | 49 |
org/apache/hadoop/hbase/regionserver/StoreScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'store' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'matcher' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'heap' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'cacheBlocks' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'countPerRow' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'storeLimit' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'storeOffset' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'closing' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'isGet' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'explicitColumnQuery' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'useRowColBloom' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'isParallelSeekEnabled' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'scan' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'columns' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'oldestUnexpiredTS' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'now' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'minVersions' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'lazySeekEnabledGlobally' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'lastTop' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 104 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 564 |
org/apache/hadoop/hbase/regionserver/StoreUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.List. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/regionserver/StripeMultiFileWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'existingWriters' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'boundaries' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'lastRowInCurrentWriter' must be private and have accessor methods. | 257 |
org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'stripeEndRows' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'stripeFiles' must be private and have accessor methods. | 101 |
Error | design | VisibilityModifier | Variable 'level0Files' must be private and have accessor methods. | 104 |
Error | design | VisibilityModifier | Variable 'allFilesCached' must be private and have accessor methods. | 107 |
org/apache/hadoop/hbase/regionserver/StripeStoreFlusher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 132 |
org/apache/hadoop/hbase/regionserver/TimeRangeTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'minimumTimestamp' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'maximumTimestamp' must be private and have accessor methods. | 51 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'storeConfigInfo' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'maxCompactSize' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'minCompactSize' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'minFilesToCompact' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'maxFilesToCompact' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'compactionRatio' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'offPeekCompactionRatio' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'throttlePoint' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'majorCompactionPeriod' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'majorCompactionJitter' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'minLocalityToForceCompact' must be private and have accessor methods. | 89 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 38 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'comConf' must be private and have accessor methods. | 36 |
Error | design | VisibilityModifier | Variable 'storeConfigInfo' must be private and have accessor methods. | 37 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionProgress.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'totalCompactingKVs' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'currentCompactedKVs' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'totalCompactedSize' must be private and have accessor methods. | 41 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 61 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 138 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionThroughputControllerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
org/apache/hadoop/hbase/regionserver/compactions/Compactor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'progress' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'store' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'compactionCompression' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'maxKeyCount' must be private and have accessor methods. | 104 |
Error | design | VisibilityModifier | Variable 'earliestPutTs' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'maxSeqId' must be private and have accessor methods. | 108 |
Error | design | VisibilityModifier | Variable 'maxMVCCReadpoint' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 112 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 156 |
Error | design | VisibilityModifier | Variable 'defaultScannerFactory' must be private and have accessor methods. | 204 |
org/apache/hadoop/hbase/regionserver/compactions/CurrentHourProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class CurrentHourProvider should be declared as final. | 25 |
Error | design | VisibilityModifier | Variable 'currentHour' must be private and have accessor methods. | 30 |
Error | design | VisibilityModifier | Variable 'expirationTimeInMillis' must be private and have accessor methods. | 31 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 61 |
org/apache/hadoop/hbase/regionserver/compactions/DateTieredCompactionPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 121 |
Error | misc | UpperEll | Should use uppercase 'L'. | 130 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 183 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 188 |
org/apache/hadoop/hbase/regionserver/compactions/FIFOCompactionPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 79 |
org/apache/hadoop/hbase/regionserver/compactions/OffPeakHours.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'startHour' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'endHour' must be private and have accessor methods. | 81 |
org/apache/hadoop/hbase/regionserver/compactions/PressureAwareCompactionThroughputController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'maxThroughput' must be private and have accessor methods. | 116 |
org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.List. | 23 |
Error | misc | UpperEll | Should use uppercase 'L'. | 63 |
org/apache/hadoop/hbase/regionserver/compactions/SortedCompactionPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 102 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 108 |
org/apache/hadoop/hbase/regionserver/compactions/StripeCompactionPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 168 |
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 394 |
Error | design | VisibilityModifier | Variable 'majorRangeFromRow' must be private and have accessor methods. | 395 |
Error | design | VisibilityModifier | Variable 'majorRangeToRow' must be private and have accessor methods. | 395 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 432 |
org/apache/hadoop/hbase/regionserver/handler/CloseRegionHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'expectedVersion' must be private and have accessor methods. | 51 |
org/apache/hadoop/hbase/regionserver/handler/HLogSplitterHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.SplitLogManager. | 35 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 65 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 83 |
org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'rsServices' must be private and have accessor methods. | 52 |
Error | blocks | EmptyBlock | Must have at least one statement. | 288 |
org/apache/hadoop/hbase/regionserver/handler/ParallelSeekHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.MultiVersionConsistencyControl. | 31 |
org/apache/hadoop/hbase/regionserver/snapshot/FlushSnapshotSubprocedure.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 71 |
org/apache/hadoop/hbase/regionserver/snapshot/RegionServerSnapshotManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.snapshot.MasterSnapshotVerifier. | 44 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.snapshot.SnapshotCreationException. | 56 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 81 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 95 |
Error | blocks | EmptyBlock | Must have at least one statement. | 362 |
org/apache/hadoop/hbase/regionserver/wal/CompressionContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'regionDict' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'tableDict' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'familyDict' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'qualifierDict' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'rowDict' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'tagCompressionContext' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/regionserver/wal/Compressor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 101 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 138 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 177 |
org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 137 |
Error | design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 153 |
Error | design | VisibilityModifier | Variable 'LOG_NAME_COMPARATOR' must be private and have accessor methods. | 267 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 410 |
Error | blocks | EmptyBlock | Must have at least one statement. | 627 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 859 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 1651 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1653 |
org/apache/hadoop/hbase/regionserver/wal/HLog.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 305 |
org/apache/hadoop/hbase/regionserver/wal/HLogFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |
org/apache/hadoop/hbase/regionserver/wal/HLogKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 79 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 307 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 348 |
Error | blocks | EmptyBlock | Must have at least one statement. | 424 |
org/apache/hadoop/hbase/regionserver/wal/HLogSplitter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'rootDir' must be private and have accessor methods. | 127 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 128 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 129 |
Error | design | VisibilityModifier | Variable 'outputSink' must be private and have accessor methods. | 133 |
Error | design | VisibilityModifier | Variable 'entryBuffers' must be private and have accessor methods. | 134 |
Error | design | VisibilityModifier | Variable 'thrown' must be private and have accessor methods. | 142 |
Error | design | VisibilityModifier | Variable 'dataAvailable' must be private and have accessor methods. | 146 |
Error | design | VisibilityModifier | Variable 'sequenceIdChecker' must be private and have accessor methods. | 151 |
Error | design | VisibilityModifier | Variable 'distributedLogReplay' must be private and have accessor methods. | 153 |
Error | design | VisibilityModifier | Variable 'lastFlushedSequenceIds' must be private and have accessor methods. | 156 |
Error | design | VisibilityModifier | Variable 'regionMaxSeqIdInStores' must be private and have accessor methods. | 159 |
Error | design | VisibilityModifier | Variable 'failedServerName' must be private and have accessor methods. | 163 |
Error | design | VisibilityModifier | Variable 'buffers' must be private and have accessor methods. | 690 |
Error | design | VisibilityModifier | Variable 'currentlyWriting' must be private and have accessor methods. | 696 |
Error | design | VisibilityModifier | Variable 'totalBuffered' must be private and have accessor methods. | 698 |
Error | design | VisibilityModifier | Variable 'maxHeapUsage' must be private and have accessor methods. | 699 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 730 |
Error | design | VisibilityModifier | Variable 'heapInBuffer' must be private and have accessor methods. | 787 |
Error | design | VisibilityModifier | Variable 'entryBuffer' must be private and have accessor methods. | 788 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 789 |
Error | design | VisibilityModifier | Variable 'encodedRegionName' must be private and have accessor methods. | 790 |
Error | design | VisibilityModifier | Variable 'writers' must be private and have accessor methods. | 885 |
Error | design | VisibilityModifier | Variable 'regionMaximumEditLogSeqNum' must be private and have accessor methods. | 888 |
Error | design | VisibilityModifier | Variable 'writerThreads' must be private and have accessor methods. | 891 |
Error | design | VisibilityModifier | Variable 'blacklistedRegions' must be private and have accessor methods. | 894 |
Error | design | VisibilityModifier | Variable 'closeAndCleanCompleted' must be private and have accessor methods. | 897 |
Error | design | VisibilityModifier | Variable 'writersClosed' must be private and have accessor methods. | 899 |
Error | design | VisibilityModifier | Variable 'numThreads' must be private and have accessor methods. | 901 |
Error | design | VisibilityModifier | Variable 'reporter' must be private and have accessor methods. | 903 |
Error | design | VisibilityModifier | Variable 'skippedEdits' must be private and have accessor methods. | 905 |
Error | design | VisibilityModifier | Variable 'splits' must be private and have accessor methods. | 907 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1207 |
Error | design | VisibilityModifier | Variable 'editsWritten' must be private and have accessor methods. | 1304 |
Error | design | VisibilityModifier | Variable 'nanosSpent' must be private and have accessor methods. | 1306 |
Error | design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 1322 |
Error | design | VisibilityModifier | Variable 'w' must be private and have accessor methods. | 1323 |
Error | misc | UpperEll | Should use uppercase 'L'. | 1430 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1455 |
Error | misc | UpperEll | Should use uppercase 'L'. | 1571 |
Error | design | VisibilityModifier | Variable 'sink' must be private and have accessor methods. | 1865 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 1893 |
Error | design | VisibilityModifier | Variable 'mutation' must be private and have accessor methods. | 1894 |
Error | design | VisibilityModifier | Variable 'nonceGroup' must be private and have accessor methods. | 1895 |
Error | design | VisibilityModifier | Variable 'nonce' must be private and have accessor methods. | 1896 |
org/apache/hadoop/hbase/regionserver/wal/HLogUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
org/apache/hadoop/hbase/regionserver/wal/KeyValueCompression.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 39 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 |
org/apache/hadoop/hbase/regionserver/wal/MetricsWALEditsReplay.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.util.StringUtils. | 25 |
org/apache/hadoop/hbase/regionserver/wal/MetricsWALSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | UpperEll | Should use uppercase 'L'. | 54 |
Error | misc | UpperEll | Should use uppercase 'L'. | 56 |
Error | misc | UpperEll | Should use uppercase 'L'. | 62 |
org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 58 |
Error | design | VisibilityModifier | Variable 'inputStream' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'cellDecoder' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'byteStringUncompressor' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'hasCompression' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'hasTagCompression' must be private and have accessor methods. | 67 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 68 |
Error | design | VisibilityModifier | Variable 'result' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'cellCodecClsName' must be private and have accessor methods. | 86 |
org/apache/hadoop/hbase/regionserver/wal/ProtobufLogWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'output' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'cellEncoder' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'compressor' must be private and have accessor methods. | 46 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 75 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 148 |
org/apache/hadoop/hbase/regionserver/wal/ReaderBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'edit' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'fileLength' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'trailer' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'trailerWarnSize' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'compressionContext' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'emptyCompressionContext' must be private and have accessor methods. | 53 |
org/apache/hadoop/hbase/regionserver/wal/SecureWALCellCodec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValueUtil. | 32 |
org/apache/hadoop/hbase/regionserver/wal/SequenceFileLogReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 41 |
Error | design | VisibilityModifier | Variable 'reader' must be private and have accessor methods. | 148 |
Error | design | VisibilityModifier | Variable 'entryStart' must be private and have accessor methods. | 149 |
Error | blocks | EmptyBlock | Must have at least one statement. | 266 |
Error | blocks | EmptyBlock | Must have at least one statement. | 268 |
Error | blocks | EmptyBlock | Must have at least one statement. | 286 |
Error | blocks | EmptyBlock | Must have at least one statement. | 288 |
org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 50 |
Error | design | VisibilityModifier | Variable 'compression' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'statelessUncompressor' must be private and have accessor methods. | 56 |
org/apache/hadoop/hbase/regionserver/wal/WALCoprocessorHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 28 |
Error | design | VisibilityModifier | Variable 'wal' must be private and have accessor methods. | 70 |
org/apache/hadoop/hbase/regionserver/wal/WALEdit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 94 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 296 |
org/apache/hadoop/hbase/regionserver/wal/WriterBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'compressionContext' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 39 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 42 |
org/apache/hadoop/hbase/replication/BaseReplicationEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'ctx' must be private and have accessor methods. | 41 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 52 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 60 |
org/apache/hadoop/hbase/replication/ReplicationEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'entries' must be private and have accessor methods. | 128 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 129 |
org/apache/hadoop/hbase/replication/ReplicationFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/replication/ReplicationPeers.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.IOException. | 21 |
org/apache/hadoop/hbase/replication/ReplicationStateZKBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'peerStateNodeName' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'replicationZNode' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'peersZNode' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'queuesZNode' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'ourClusterKey' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'zookeeper' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'abortable' must be private and have accessor methods. | 55 |
org/apache/hadoop/hbase/replication/regionserver/HBaseInterClusterReplicationEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.replication.ReplicationEndpoint. | 39 |
org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationGlobalSourceSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 38 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 52 |
org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationSourceFactoryImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 25 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSink.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 196 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | MethodLength | Method length is 191 lines (max allowed is 150). | 216 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 705 |
Error | blocks | EmptyBlock | Must have at least one statement. | 767 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSyncUp.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.Replication. | 32 |
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager. | 33 |
Error | design | VisibilityModifier | Variable 'hostname' must be private and have accessor methods. | 124 |
Error | design | VisibilityModifier | Variable 'zkw' must be private and have accessor methods. | 125 |
org/apache/hadoop/hbase/rest/Constants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
org/apache/hadoop/hbase/rest/ExistsResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cacheControl' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'tableResource' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/rest/MetricsREST.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.rest.MetricsRESTSource. | 25 |
org/apache/hadoop/hbase/rest/MetricsRESTSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | UpperEll | Should use uppercase 'L'. | 71 |
Error | misc | UpperEll | Should use uppercase 'L'. | 73 |
Error | misc | UpperEll | Should use uppercase 'L'. | 74 |
Error | misc | UpperEll | Should use uppercase 'L'. | 75 |
Error | misc | UpperEll | Should use uppercase 'L'. | 78 |
Error | misc | UpperEll | Should use uppercase 'L'. | 79 |
Error | misc | UpperEll | Should use uppercase 'L'. | 80 |
Error | misc | UpperEll | Should use uppercase 'L'. | 81 |
org/apache/hadoop/hbase/rest/MultiRowResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'tableResource' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'versions' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/rest/NamespacesInstanceResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'namespace' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'queryTables' must be private and have accessor methods. | 62 |
org/apache/hadoop/hbase/rest/RESTServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 66 |
Error | sizes | MethodLength | Method length is 172 lines (max allowed is 150). | 82 |
Error | blocks | EmptyBlock | Must have at least one statement. | 156 |
org/apache/hadoop/hbase/rest/RegionsResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cacheControl' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'tableResource' must be private and have accessor methods. | 56 |
org/apache/hadoop/hbase/rest/ResourceBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'servlet' must be private and have accessor methods. | 36 |
Error | design | VisibilityModifier | Variable 'accessDeniedClazz' must be private and have accessor methods. | 37 |
Error | blocks | EmptyBlock | Must have at least one statement. | 43 |
org/apache/hadoop/hbase/rest/RootResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cacheControl' must be private and have accessor methods. | 47 |
org/apache/hadoop/hbase/rest/RowResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'tableResource' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'rowspec' must be private and have accessor methods. | 63 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 284 |
org/apache/hadoop/hbase/rest/RowSpec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 72 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 77 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 120 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 175 |
org/apache/hadoop/hbase/rest/ScannerInstanceResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cacheControl' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'generator' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 61 |
org/apache/hadoop/hbase/rest/ScannerResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'tableResource' must be private and have accessor methods. | 55 |
org/apache/hadoop/hbase/rest/ScannerResultGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
org/apache/hadoop/hbase/rest/SchemaResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cacheControl' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'tableResource' must be private and have accessor methods. | 64 |
Error | blocks | EmptyBlock | Must have at least one statement. | 237 |
org/apache/hadoop/hbase/rest/StorageClusterStatusResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cacheControl' must be private and have accessor methods. | 47 |
org/apache/hadoop/hbase/rest/StorageClusterVersionResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cacheControl' must be private and have accessor methods. | 43 |
org/apache/hadoop/hbase/rest/TableResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'table' must be private and have accessor methods. | 47 |
org/apache/hadoop/hbase/rest/TableScanResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'tableResource' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'results' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'userRequestedLimit' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 77 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 121 |
org/apache/hadoop/hbase/rest/VersionResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cacheControl' must be private and have accessor methods. | 52 |
org/apache/hadoop/hbase/rest/client/Cluster.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'nodes' must be private and have accessor methods. | 36 |
Error | design | VisibilityModifier | Variable 'lastHost' must be private and have accessor methods. | 38 |
org/apache/hadoop/hbase/rest/client/RemoteAdmin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'accessToken' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'maxRetries' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'sleepTime' must be private and have accessor methods. | 50 |
Error | blocks | EmptyBlock | Must have at least one statement. | 132 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 145 |
Error | blocks | EmptyBlock | Must have at least one statement. | 173 |
Error | blocks | EmptyBlock | Must have at least one statement. | 221 |
Error | blocks | EmptyBlock | Must have at least one statement. | 259 |
Error | blocks | EmptyBlock | Must have at least one statement. | 296 |
Error | blocks | EmptyBlock | Must have at least one statement. | 339 |
Error | blocks | EmptyBlock | Must have at least one statement. | 379 |
org/apache/hadoop/hbase/rest/client/RemoteHTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'maxRetries' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'sleepTime' must be private and have accessor methods. | 87 |
Error | blocks | EmptyBlock | Must have at least one statement. | 274 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 312 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 312 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 340 |
Error | blocks | EmptyBlock | Must have at least one statement. | 350 |
Error | blocks | EmptyBlock | Must have at least one statement. | 395 |
Error | blocks | EmptyBlock | Must have at least one statement. | 449 |
Error | blocks | EmptyBlock | Must have at least one statement. | 470 |
Error | design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 491 |
Error | blocks | EmptyBlock | Must have at least one statement. | 516 |
Error | blocks | EmptyBlock | Must have at least one statement. | 545 |
Error | design | VisibilityModifier | Variable 'cache' must be private and have accessor methods. | 565 |
Error | blocks | EmptyBlock | Must have at least one statement. | 665 |
Error | blocks | EmptyBlock | Must have at least one statement. | 701 |
org/apache/hadoop/hbase/rest/model/ScannerModel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 126 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 127 |
Error | design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 128 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 198 |
Error | design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 199 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 200 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 201 |
Error | design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 202 |
Error | design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 203 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 204 |
Error | design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 205 |
Error | design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 206 |
Error | design | VisibilityModifier | Variable 'ifMissing' must be private and have accessor methods. | 207 |
Error | design | VisibilityModifier | Variable 'latestVersion' must be private and have accessor methods. | 208 |
Error | design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 209 |
Error | design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 210 |
Error | design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 211 |
Error | design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 212 |
Error | design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 213 |
Error | design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 214 |
Error | design | VisibilityModifier | Variable 'prefixes' must be private and have accessor methods. | 215 |
Error | design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 216 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 741 |
org/apache/hadoop/hbase/rest/model/StorageClusterVersionModel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 |
org/apache/hadoop/hbase/rest/model/TableListModel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 |
org/apache/hadoop/hbase/rest/model/TableModel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 |
org/apache/hadoop/hbase/rest/model/TableRegionModel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 140 |
org/apache/hadoop/hbase/rest/model/VersionModel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 |
org/apache/hadoop/hbase/rest/provider/JAXBContextResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 60 |
org/apache/hadoop/hbase/rest/provider/producer/PlainTextMessageBodyProducer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 57 |
org/apache/hadoop/hbase/rest/provider/producer/ProtobufMessageBodyProducer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 53 |
org/apache/hadoop/hbase/security/AccessDeniedException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 38 |
org/apache/hadoop/hbase/security/AuthMethod.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'mechanismName' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'authenticationMethod' must be private and have accessor methods. | 39 |
org/apache/hadoop/hbase/security/EncryptionUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |
org/apache/hadoop/hbase/security/HBasePolicyProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 41 |
org/apache/hadoop/hbase/security/HBaseSaslRpcClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 120 |
Error | blocks | EmptyBlock | Must have at least one statement. | 236 |
org/apache/hadoop/hbase/security/HBaseSaslRpcServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
org/apache/hadoop/hbase/security/SaslStatus.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 29 |
org/apache/hadoop/hbase/security/SaslUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | design | VisibilityModifier | Variable 'saslQop' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/security/SecureBulkLoadUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/security/SecurityInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 36 |
org/apache/hadoop/hbase/security/SecurityUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/security/User.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'ugi' must be private and have accessor methods. | 66 |
org/apache/hadoop/hbase/security/UserProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.CommonConfigurationKeys. | 36 |
Error | design | VisibilityModifier | Variable 'groups' must be private and have accessor methods. | 57 |
org/apache/hadoop/hbase/security/access/AccessControlClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 58 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 294 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 299 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 307 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 308 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 359 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 363 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 364 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 372 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 373 |
org/apache/hadoop/hbase/security/access/AccessControlConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
org/apache/hadoop/hbase/security/access/AccessControlLists.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 97 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 682 |
org/apache/hadoop/hbase/security/access/AccessController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'authManager' must be private and have accessor methods. | 168 |
Error | design | VisibilityModifier | Variable 'aclRegion' must be private and have accessor methods. | 171 |
Error | design | VisibilityModifier | Variable 'authorizationEnabled' must be private and have accessor methods. | 188 |
Error | design | VisibilityModifier | Variable 'cellFeaturesEnabled' must be private and have accessor methods. | 191 |
Error | design | VisibilityModifier | Variable 'shouldCheckExecPermission' must be private and have accessor methods. | 194 |
Error | design | VisibilityModifier | Variable 'compatibleEarlyTermination' must be private and have accessor methods. | 198 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 527 |
Error | sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 688 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1041 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1280 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 1309 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1961 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2148 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2199 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2253 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 2428 |
org/apache/hadoop/hbase/security/access/CodeToClassAndBackFor96Migration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 22 |
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 36 |
org/apache/hadoop/hbase/security/access/HbaseObjectWritableFor96Migration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.exceptions.DeserializationException. | 63 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.io.ObjectWritable. | 96 |
Error | design | VisibilityModifier | Variable 'declaredClass' must be private and have accessor methods. | 350 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 376 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 395 |
Error | blocks | EmptyBlock | Must have at least one statement. | 497 |
org/apache/hadoop/hbase/security/access/Permission.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 62 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 83 |
org/apache/hadoop/hbase/security/access/SecureBulkLoadEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 448 |
Error | blocks | EmptyBlock | Must have at least one statement. | 449 |
org/apache/hadoop/hbase/security/access/TableAuthManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class TableAuthManager should be declared as final. | 51 |
org/apache/hadoop/hbase/security/access/ZKPermissionWatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'authManager' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'aclZNode' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'initialized' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'nodes' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 62 |
org/apache/hadoop/hbase/security/token/AuthenticationKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 67 |
org/apache/hadoop/hbase/security/token/AuthenticationTokenIdentifier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'username' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'keyId' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'issueDate' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'expirationDate' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'sequenceNumber' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/security/token/AuthenticationTokenSecretManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.io.WritableUtils. | 40 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 86 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 87 |
org/apache/hadoop/hbase/security/token/TokenProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 103 |
org/apache/hadoop/hbase/security/token/TokenUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 54 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 93 |
org/apache/hadoop/hbase/security/visibility/DefaultVisibilityLabelServiceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 88 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 320 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 535 |
org/apache/hadoop/hbase/security/visibility/ExpressionParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 300 |
org/apache/hadoop/hbase/security/visibility/VisibilityClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 53 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 101 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 158 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 159 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 204 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 205 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 254 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 255 |
org/apache/hadoop/hbase/security/visibility/VisibilityConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
org/apache/hadoop/hbase/security/visibility/VisibilityController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'authorizationEnabled' must be private and have accessor methods. | 143 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 195 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 205 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 260 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 785 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1076 |
org/apache/hadoop/hbase/security/visibility/VisibilityLabelService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TagType. | 25 |
org/apache/hadoop/hbase/security/visibility/VisibilityLabelServiceManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class VisibilityLabelServiceManager should be declared as final. | 31 |
org/apache/hadoop/hbase/security/visibility/VisibilityLabelsCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class VisibilityLabelsCache should be declared as final. | 48 |
org/apache/hadoop/hbase/security/visibility/VisibilityLabelsValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/security/visibility/VisibilityReplicationEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 62 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 63 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 87 |
org/apache/hadoop/hbase/security/visibility/VisibilityUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 69 |
org/apache/hadoop/hbase/snapshot/ClientSnapshotDescriptionUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | sizes | LineLength | Line is longer than 100 characters (found 148). | 55 |
org/apache/hadoop/hbase/snapshot/ExportSnapshot.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.net.URI. | 27 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.mapreduce.JobUtil. | 57 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.EnvironmentEdgeManager. | 62 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.io.SequenceFile. | 68 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.mapreduce.lib.input.SequenceFileInputFormat. | 77 |
Error | blocks | EmptyBlock | Must have at least one statement. | 543 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 566 |
Error | sizes | MethodLength | Method length is 174 lines (max allowed is 150). | 852 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 933 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 1040 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 1041 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 1042 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 1043 |
org/apache/hadoop/hbase/snapshot/RestoreSnapshotHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.InterruptedIOException. | 22 |
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.snapshot.SnapshotManifest. | 61 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 734 |
org/apache/hadoop/hbase/snapshot/SnapshotDescriptionUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.HBaseProtos. | 32 |
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.snapshot.SnapshotManifestV1. | 34 |
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.snapshot.SnapshotManifestV2. | 35 |
Error | design | FinalClass | Class SnapshotDescriptionUtils should be declared as final. | 75 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 112 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 181 |
Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 305 |
org/apache/hadoop/hbase/snapshot/SnapshotInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HTableDescriptor. | 48 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 223 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 419 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 445 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 503 |
org/apache/hadoop/hbase/snapshot/SnapshotManifest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class SnapshotManifest should be declared as final. | 66 |
org/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class SnapshotManifestV1 should be declared as final. | 57 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 158 |
org/apache/hadoop/hbase/snapshot/SnapshotManifestV2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 |
org/apache/hadoop/hbase/snapshot/SnapshotReferenceUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 374 |
org/apache/hadoop/hbase/thrift/CallQueue.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'underlyingRunnable' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'underlyingIterator' must be private and have accessor methods. | 205 |
org/apache/hadoop/hbase/thrift/DemoClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'host' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'decoder' must be private and have accessor methods. | 60 |
Error | sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 114 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 177 |
Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 179 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 206 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 212 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 221 |
Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 242 |
Error | blocks | EmptyBlock | Must have at least one statement. | 250 |
Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 255 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 256 |
Error | sizes | LineLength | Line is longer than 100 characters (found 141). | 274 |
Error | sizes | LineLength | Line is longer than 100 characters (found 145). | 275 |
Error | blocks | EmptyBlock | Must have at least one statement. | 282 |
Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 294 |
Error | sizes | LineLength | Line is longer than 100 characters (found 149). | 297 |
Error | sizes | LineLength | Line is longer than 100 characters (found 140). | 304 |
Error | sizes | LineLength | Line is longer than 100 characters (found 161). | 324 |
org/apache/hadoop/hbase/thrift/HbaseHandlerMetricsProxy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class HbaseHandlerMetricsProxy should be declared as final. | 37 |
org/apache/hadoop/hbase/thrift/IncrementCoalescer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'group' must be private and have accessor methods. | 135 |
Error | design | VisibilityModifier | Variable 'threadNumber' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'namePrefix' must be private and have accessor methods. | 137 |
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 164 |
Error | blocks | EmptyBlock | Must have at least one statement. | 305 |
org/apache/hadoop/hbase/thrift/MetricsThriftServerSourceFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 21 |
org/apache/hadoop/hbase/thrift/MetricsThriftServerSourceFactoryImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'thriftOne' must be private and have accessor methods. | 33 |
Error | design | VisibilityModifier | Variable 'thriftTwo' must be private and have accessor methods. | 37 |
org/apache/hadoop/hbase/thrift/MetricsThriftServerSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.metrics2.lib.MetricMutableStat. | 25 |
org/apache/hadoop/hbase/thrift/TBoundedThreadPoolServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'maxQueuedRequests' must be private and have accessor methods. | 111 |
Error | design | VisibilityModifier | Variable 'threadKeepAliveTimeSec' must be private and have accessor methods. | 112 |
Error | design | FinalClass | Class ClientConnnection should be declared as final. | 259 |
Error | blocks | EmptyBlock | Must have at least one statement. | 289 |
Error | blocks | EmptyBlock | Must have at least one statement. | 290 |
org/apache/hadoop/hbase/thrift/ThriftMetrics.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 58 |
Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 60 |
org/apache/hadoop/hbase/thrift/ThriftServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'serverRunner' must be private and have accessor methods. | 62 |
org/apache/hadoop/hbase/thrift/ThriftServerRunner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 140 |
Error | design | VisibilityModifier | Variable 'tserver' must be private and have accessor methods. | 170 |
Error | design | VisibilityModifier | Variable 'option' must be private and have accessor methods. | 191 |
Error | design | VisibilityModifier | Variable 'isAlwaysFramed' must be private and have accessor methods. | 192 |
Error | design | VisibilityModifier | Variable 'serverClass' must be private and have accessor methods. | 193 |
Error | design | VisibilityModifier | Variable 'canSpecifyBindIP' must be private and have accessor methods. | 194 |
Error | sizes | MethodLength | Method length is 162 lines (max allowed is 150). | 350 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 552 |
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 553 |
Error | design | VisibilityModifier | Variable 'nextScannerId' must be private and have accessor methods. | 556 |
Error | design | VisibilityModifier | Variable 'scannerMap' must be private and have accessor methods. | 557 |
Error | design | VisibilityModifier | Variable 'coalescer' must be private and have accessor methods. | 561 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 768 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 816 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 862 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1273 |
org/apache/hadoop/hbase/thrift/ThriftUtilities.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 147 |
org/apache/hadoop/hbase/thrift2/DemoClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 55 |
org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.thrift2.ThriftUtilities.*. | 21 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.thrift2.generated.*. | 49 |
Error | design | FinalClass | Class THBaseServiceMetricsProxy should be declared as final. | 89 |
org/apache/hadoop/hbase/thrift2/ThriftServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 90 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 93 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 154 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 155 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 156 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 243 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 244 |
Error | sizes | MethodLength | Method length is 205 lines (max allowed is 150). | 335 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 344 |
org/apache/hadoop/hbase/thrift2/ThriftUtilities.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class ThriftUtilities should be declared as final. | 65 |
org/apache/hadoop/hbase/tool/Canary.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 691 |
Error | design | VisibilityModifier | Variable 'admin' must be private and have accessor methods. | 692 |
Error | design | VisibilityModifier | Variable 'targets' must be private and have accessor methods. | 693 |
Error | design | VisibilityModifier | Variable 'useRegExp' must be private and have accessor methods. | 694 |
Error | design | VisibilityModifier | Variable 'treatFailureAsError' must be private and have accessor methods. | 695 |
Error | design | VisibilityModifier | Variable 'initialized' must be private and have accessor methods. | 696 |
Error | design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 698 |
Error | design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 699 |
Error | design | VisibilityModifier | Variable 'sink' must be private and have accessor methods. | 700 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 701 |
org/apache/hadoop/hbase/trace/SpanReceiverHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.util.ReflectionUtils. | 27 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'host' must be private and have accessor methods. | 46 |
org/apache/hadoop/hbase/types/DataType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.io.Writable. | 24 |
org/apache/hadoop/hbase/types/FixedLengthWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 36 |
Error | design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 37 |
org/apache/hadoop/hbase/types/OrderedBytesBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'order' must be private and have accessor methods. | 34 |
org/apache/hadoop/hbase/types/RawBytes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'order' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/types/RawBytesFixedLength.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 22 |
org/apache/hadoop/hbase/types/RawBytesTerminated.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 22 |
org/apache/hadoop/hbase/types/RawString.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'order' must be private and have accessor methods. | 41 |
org/apache/hadoop/hbase/types/RawStringFixedLength.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 22 |
org/apache/hadoop/hbase/types/RawStringTerminated.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 22 |
org/apache/hadoop/hbase/types/Struct.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'fields' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'isOrderPreserving' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'isSkippable' must be private and have accessor methods. | 87 |
org/apache/hadoop/hbase/types/StructBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'fields' must be private and have accessor methods. | 33 |
org/apache/hadoop/hbase/types/StructIterator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'src' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'idx' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'types' must be private and have accessor methods. | 56 |
org/apache/hadoop/hbase/types/TerminatedWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'wrapped' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'term' must be private and have accessor methods. | 38 |
org/apache/hadoop/hbase/types/Union2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'typeA' must be private and have accessor methods. | 35 |
Error | design | VisibilityModifier | Variable 'typeB' must be private and have accessor methods. | 36 |
org/apache/hadoop/hbase/types/Union3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'typeC' must be private and have accessor methods. | 36 |
org/apache/hadoop/hbase/types/Union4.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'typeD' must be private and have accessor methods. | 35 |
org/apache/hadoop/hbase/util/AbstractHBaseTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'cmdLineArgs' must be private and have accessor methods. | 58 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 192 |
org/apache/hadoop/hbase/util/Addressing.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
org/apache/hadoop/hbase/util/ArrayUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/util/Base64.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Base64 should be declared as final. | 120 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 950 |
Error | blocks | EmptyBlock | Must have at least one statement. | 957 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1119 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1187 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1426 |
org/apache/hadoop/hbase/util/BloomFilterFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.StoreFile. | 32 |
org/apache/hadoop/hbase/util/BoundedConcurrentLinkedQueue.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 110 |
org/apache/hadoop/hbase/util/ByteBloomFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.io.RawComparator. | 25 |
Error | design | VisibilityModifier | Variable 'byteSize' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'hashCount' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'hashType' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'hash' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'keyCount' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'maxKeys' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'bloom' must be private and have accessor methods. | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 511 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 511 |
org/apache/hadoop/hbase/util/ByteBufferArray.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 40 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 41 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 182 |
org/apache/hadoop/hbase/util/ByteBufferUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | UpperEll | Should use uppercase 'L'. | 193 |
Error | misc | UpperEll | Should use uppercase 'L'. | 195 |
Error | misc | UpperEll | Should use uppercase 'L'. | 196 |
Error | misc | UpperEll | Should use uppercase 'L'. | 201 |
Error | misc | UpperEll | Should use uppercase 'L'. | 207 |
Error | misc | UpperEll | Should use uppercase 'L'. | 208 |
Error | misc | UpperEll | Should use uppercase 'L'. | 213 |
Error | misc | UpperEll | Should use uppercase 'L'. | 285 |
Error | misc | UpperEll | Should use uppercase 'L'. | 298 |
Error | misc | UpperEll | Should use uppercase 'L'. | 298 |
org/apache/hadoop/hbase/util/ByteRangeUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
org/apache/hadoop/hbase/util/ByteStringer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class ByteStringer should be declared as final. | 30 |
org/apache/hadoop/hbase/util/Bytes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.ImmutableBytesWritable. | 43 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 59 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 434 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 460 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 460 |
org/apache/hadoop/hbase/util/ChecksumFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.ClassNotFoundException. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
org/apache/hadoop/hbase/util/ChecksumType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 133 |
org/apache/hadoop/hbase/util/ClassLoaderBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 48 |
org/apache/hadoop/hbase/util/ClassSize.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 302 |
org/apache/hadoop/hbase/util/Classes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
org/apache/hadoop/hbase/util/CollectionBackedScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 38 |
org/apache/hadoop/hbase/util/CollectionUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 |
org/apache/hadoop/hbase/util/CompoundBloomFilterBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.io.RawComparator. | 25 |
Error | design | VisibilityModifier | Variable 'numChunks' must be private and have accessor methods. | 35 |
Error | design | VisibilityModifier | Variable 'errorRate' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'totalKeyCount' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'totalByteSize' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'totalMaxKeys' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'hashType' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 55 |
org/apache/hadoop/hbase/util/CompoundBloomFilterWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'chunkId' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'firstKey' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'chunk' must be private and have accessor methods. | 65 |
org/apache/hadoop/hbase/util/CompressionTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 106 |
org/apache/hadoop/hbase/util/ConcatenatedLists.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'components' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'currentComponent' must be private and have accessor methods. | 139 |
Error | design | VisibilityModifier | Variable 'indexWithinComponent' must be private and have accessor methods. | 140 |
Error | design | VisibilityModifier | Variable 'nextWasCalled' must be private and have accessor methods. | 141 |
org/apache/hadoop/hbase/util/ConcurrentIndex.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - com.google.common.collect.Multiset. | 24 |
Error | imports | UnusedImports | Unused import - java.util.ConcurrentModificationException. | 27 |
org/apache/hadoop/hbase/util/ConfigUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/util/ConnectionCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 174 |
Error | design | VisibilityModifier | Variable 'userName' must be private and have accessor methods. | 175 |
Error | design | VisibilityModifier | Variable 'admin' must be private and have accessor methods. | 177 |
org/apache/hadoop/hbase/util/CoprocessorClassLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class CoprocessorClassLoader should be declared as final. | 74 |
org/apache/hadoop/hbase/util/DirectMemoryUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
org/apache/hadoop/hbase/util/EncryptionTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class EncryptionTest should be declared as final. | 38 |
org/apache/hadoop/hbase/util/EnvironmentEdgeManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class EnvironmentEdgeManager should be declared as final. | 28 |
org/apache/hadoop/hbase/util/ExceptionUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class ExceptionUtil should be declared as final. | 35 |
org/apache/hadoop/hbase/util/FSRegionScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 33 |
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.util.FSUtils. | 34 |
org/apache/hadoop/hbase/util/FSTableDescriptorMigrationToSubdir.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 |
org/apache/hadoop/hbase/util/FSTableDescriptors.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cachehits' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'invocations' must be private and have accessor methods. | 81 |
Error | blocks | EmptyBlock | Must have at least one statement. | 179 |
Error | sizes | LineLength | Line is longer than 100 characters (found 130). | 231 |
org/apache/hadoop/hbase/util/FSUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.RegionPlacementMaintainer. | 68 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hdfs.protocol.FSConstants. | 76 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 245 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 558 |
Error | blocks | EmptyBlock | Must have at least one statement. | 684 |
Error | blocks | EmptyBlock | Must have at least one statement. | 696 |
Error | blocks | EmptyBlock | Must have at least one statement. | 835 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 883 |
Error | blocks | EmptyBlock | Must have at least one statement. | 915 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1265 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1319 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 1349 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1379 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 1395 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 1429 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 1440 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 1454 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1576 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1863 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 1865 |
org/apache/hadoop/hbase/util/FSVisitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 |
org/apache/hadoop/hbase/util/GetJavaProperty.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 25 |
org/apache/hadoop/hbase/util/HBaseConfTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 32 |
org/apache/hadoop/hbase/util/HBaseFsck.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 199 |
Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 234 |
Error | design | VisibilityModifier | Variable 'fixes' must be private and have accessor methods. | 248 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 306 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 384 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 580 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 613 |
Error | design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 623 |
Error | design | VisibilityModifier | Variable 'metaFirstKey' must be private and have accessor methods. | 624 |
Error | design | VisibilityModifier | Variable 'metaLastKey' must be private and have accessor methods. | 625 |
Error | design | VisibilityModifier | Variable 'storesFirstKey' must be private and have accessor methods. | 626 |
Error | design | VisibilityModifier | Variable 'storesLastKey' must be private and have accessor methods. | 627 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 629 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 797 |
Error | blocks | EmptyBlock | Must have at least one statement. | 892 |
Error | design | VisibilityModifier | Variable 'ioe' must be private and have accessor methods. | 1001 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1147 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1177 |
Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 1180 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1191 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1245 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1812 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1833 |
Error | sizes | MethodLength | Method length is 206 lines (max allowed is 150). | 1951 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 2166 |
Error | design | VisibilityModifier | Variable 'overlapgroup' must be private and have accessor methods. | 2328 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 2347 |
Error | design | VisibilityModifier | Variable 'deployedOn' must be private and have accessor methods. | 2348 |
Error | design | VisibilityModifier | Variable 'backwards' must be private and have accessor methods. | 2351 |
Error | design | VisibilityModifier | Variable 'sidelinedRegions' must be private and have accessor methods. | 2354 |
Error | design | VisibilityModifier | Variable 'sc' must be private and have accessor methods. | 2357 |
Error | design | VisibilityModifier | Variable 'htds' must be private and have accessor methods. | 2360 |
Error | design | VisibilityModifier | Variable 'overlapGroups' must be private and have accessor methods. | 2363 |
Error | design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 2440 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 2512 |
Error | design | VisibilityModifier | Variable 'fixOverlaps' must be private and have accessor methods. | 2514 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 2568 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2609 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 2676 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 3097 |
Error | design | VisibilityModifier | Variable 'countRecord' must be private and have accessor methods. | 3123 |
Error | design | VisibilityModifier | Variable 'comp' must be private and have accessor methods. | 3126 |
Error | design | VisibilityModifier | Variable 'regionServer' must be private and have accessor methods. | 3201 |
Error | design | VisibilityModifier | Variable 'modTime' must be private and have accessor methods. | 3202 |
Error | design | VisibilityModifier | Variable 'splitA' must be private and have accessor methods. | 3203 |
Error | design | VisibilityModifier | Variable 'splitB' must be private and have accessor methods. | 3203 |
Error | design | VisibilityModifier | Variable 'hri' must be private and have accessor methods. | 3252 |
Error | design | VisibilityModifier | Variable 'hdfsRegionDir' must be private and have accessor methods. | 3253 |
Error | design | VisibilityModifier | Variable 'hdfsRegionDirModTime' must be private and have accessor methods. | 3254 |
Error | design | VisibilityModifier | Variable 'hdfsRegioninfoFilePresent' must be private and have accessor methods. | 3255 |
Error | design | VisibilityModifier | Variable 'hdfsOnlyEdits' must be private and have accessor methods. | 3256 |
Error | design | VisibilityModifier | Variable 'hri' must be private and have accessor methods. | 3263 |
Error | design | VisibilityModifier | Variable 'hsa' must be private and have accessor methods. | 3264 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 3301 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 3302 |
Error | sizes | LineLength | Line is longer than 100 characters (found 137). | 3507 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 3514 |
Error | design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 3544 |
Error | design | VisibilityModifier | Variable 'errorTables' must be private and have accessor methods. | 3549 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 3716 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 4084 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 4119 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 4123 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 4125 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 4127 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 4130 |
Error | sizes | LineLength | Line is longer than 100 characters (found 145). | 4133 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 4134 |
Error | sizes | LineLength | Line is longer than 100 characters (found 179). | 4135 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 4144 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 4145 |
Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 4156 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 4160 |
Error | sizes | MethodLength | Method length is 218 lines (max allowed is 150). | 4199 |
org/apache/hadoop/hbase/util/HBaseFsckRepair.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 167 |
org/apache/hadoop/hbase/util/HFileArchiveUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.FileSystem. | 23 |
Error | design | FinalClass | Class HFileArchiveUtil should be declared as final. | 34 |
org/apache/hadoop/hbase/util/HFileV1Detector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 170 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 415 |
org/apache/hadoop/hbase/util/HMerge.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class HMerge should be declared as final. | 56 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 137 |
Error | design | VisibilityModifier | Variable 'rootDir' must be private and have accessor methods. | 138 |
Error | design | VisibilityModifier | Variable 'htd' must be private and have accessor methods. | 139 |
Error | design | VisibilityModifier | Variable 'hlog' must be private and have accessor methods. | 140 |
org/apache/hadoop/hbase/util/HttpServerUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
org/apache/hadoop/hbase/util/IdLock.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Entry should be declared as final. | 46 |
org/apache/hadoop/hbase/util/IterableUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/util/JVM.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 148 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 275 |
org/apache/hadoop/hbase/util/JVMClusterUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.util.ReflectionUtils. | 34 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 |
Error | blocks | EmptyBlock | Must have at least one statement. | 186 |
Error | blocks | EmptyBlock | Must have at least one statement. | 224 |
org/apache/hadoop/hbase/util/JenkinsHash.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 81 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 86 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 86 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 165 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 167 |
org/apache/hadoop/hbase/util/JvmPauseMonitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class GcTimes should be declared as final. | 122 |
org/apache/hadoop/hbase/util/KeyLocker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class KeyLock should be declared as final. | 117 |
org/apache/hadoop/hbase/util/MD5Hash.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
org/apache/hadoop/hbase/util/ManualEnvironmentEdge.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 24 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 31 |
org/apache/hadoop/hbase/util/MapreduceDependencyClasspathTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 50 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 51 |
org/apache/hadoop/hbase/util/Merge.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 101 |
Error | blocks | EmptyBlock | Must have at least one statement. | 103 |
org/apache/hadoop/hbase/util/Methods.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/util/MurmurHash3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 66 |
org/apache/hadoop/hbase/util/OrderedBytes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.Comparator. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 270 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 349 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 584 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 585 |
Error | coding | EmptyStatement | Empty statement. | 608 |
Error | coding | EmptyStatement | Empty statement. | 988 |
Error | coding | EmptyStatement | Empty statement. | 1104 |
Error | coding | EmptyStatement | Empty statement. | 1756 |
org/apache/hadoop/hbase/util/Pair.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'first' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'second' must be private and have accessor methods. | 38 |
org/apache/hadoop/hbase/util/PoolMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.LinkedList. | 25 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 81 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 272 |
Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 392 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 403 |
org/apache/hadoop/hbase/util/PositionedByteRange.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.nio.ByteBuffer. | 21 |
org/apache/hadoop/hbase/util/PrettyPrinter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
org/apache/hadoop/hbase/util/ProtoUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 75 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 79 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 83 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 87 |
org/apache/hadoop/hbase/util/ReflectionUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | extension | TreeWalker | Got an exception - expecting EOF, found '}' | 83 |
org/apache/hadoop/hbase/util/RegionSizeCalculator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.text.MessageFormat. | 34 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 |
org/apache/hadoop/hbase/util/RegionSplitter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 137 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 335 |
Error | sizes | MethodLength | Method length is 203 lines (max allowed is 150). | 402 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 696 |
Error | design | VisibilityModifier | Variable 'firstRow' must be private and have accessor methods. | 831 |
Error | design | VisibilityModifier | Variable 'firstRowInt' must be private and have accessor methods. | 832 |
Error | design | VisibilityModifier | Variable 'lastRow' must be private and have accessor methods. | 833 |
Error | design | VisibilityModifier | Variable 'lastRowInt' must be private and have accessor methods. | 834 |
Error | design | VisibilityModifier | Variable 'rowComparisonLength' must be private and have accessor methods. | 835 |
Error | design | VisibilityModifier | Variable 'firstRowBytes' must be private and have accessor methods. | 982 |
Error | design | VisibilityModifier | Variable 'lastRowBytes' must be private and have accessor methods. | 983 |
org/apache/hadoop/hbase/util/RetryCounter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 126 |
org/apache/hadoop/hbase/util/ServerCommandLine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 124 |
org/apache/hadoop/hbase/util/ShutdownHookManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.IOException. | 20 |
Error | design | VisibilityModifier | Variable 'shutdownHookManagerClass' must be private and have accessor methods. | 31 |
org/apache/hadoop/hbase/util/SimpleByteRange.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'bytes' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 50 |
org/apache/hadoop/hbase/util/SimplePositionedByteRange.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.nio.ByteBuffer. | 21 |
org/apache/hadoop/hbase/util/SortedCopyOnWriteSet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 29 |
org/apache/hadoop/hbase/util/Strings.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
org/apache/hadoop/hbase/util/Threads.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
Error | design | VisibilityModifier | Variable 'threadNumber' must be private and have accessor methods. | 200 |
Error | design | VisibilityModifier | Variable 'group' must be private and have accessor methods. | 202 |
org/apache/hadoop/hbase/util/UnsafeAvailChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class UnsafeAvailChecker should be declared as final. | 29 |
org/apache/hadoop/hbase/util/VersionInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
org/apache/hadoop/hbase/util/Writables.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
org/apache/hadoop/hbase/util/ZKDataMigrator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 248 |
org/apache/hadoop/hbase/util/byterange/ByteRangeSet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 37 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 38 |
Error | design | VisibilityModifier | Variable 'byteAppender' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'numBytes' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'uniqueIndexByUniqueRange' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'uniqueRanges' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'numUniqueRanges' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'uniqueRangeIndexByInsertionId' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'numInputs' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'sortedIndexByUniqueIndex' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'sortedIndexByInsertionId' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'sortedRanges' must be private and have accessor methods. | 59 |
org/apache/hadoop/hbase/util/hbck/HFileCorruptionChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'cacheConf' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'corrupted' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'failures' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'quarantined' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'missing' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'inQuarantineMode' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'hfilesChecked' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'regionDir' must be private and have accessor methods. | 282 |
org/apache/hadoop/hbase/util/hbck/OfflineMetaRepair.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 30 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
org/apache/hadoop/hbase/util/hbck/TableIntegrityErrorHandlerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'ti' must be private and have accessor methods. | 32 |
org/apache/hadoop/hbase/util/hbck/TableLockChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 27 |
Error | design | VisibilityModifier | Variable 'expireTimeout' must be private and have accessor methods. | 40 |
org/apache/hadoop/hbase/util/test/RedundantKVGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'DEFAULT_COMMON_PREFIX' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'DEFAULT_NUMBER_OF_ROW_PREFIXES' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'DEFAULT_AVERAGE_PREFIX_LENGTH' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'DEFAULT_PREFIX_LENGTH_VARIANCE' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'DEFAULT_AVERAGE_SUFFIX_LENGTH' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'DEFAULT_SUFFIX_LENGTH_VARIANCE' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'DEFAULT_NUMBER_OF_ROW' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'DEFAULT_CHANCE_FOR_SAME_QUALIFIER' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'DEFAULT_CHANCE_FOR_SIMILIAR_QUALIFIER' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'DEFAULT_AVERAGE_QUALIFIER_LENGTH' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'DEFAULT_QUALIFIER_LENGTH_VARIANCE' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'DEFAULT_COLUMN_FAMILY_LENGTH' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'DEFAULT_VALUE_LENGTH' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'DEFAULT_CHANCE_FOR_ZERO_VALUE' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'DEFAULT_BASE_TIMESTAMP_DIVIDE' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'DEFAULT_TIMESTAMP_DIFF_SIZE' must be private and have accessor methods. | 64 |
org/apache/hadoop/hbase/util/vint/UFIntTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 81 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 90 |
org/apache/hadoop/hbase/util/vint/UVIntTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/util/vint/UVLongTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/zookeeper/ClusterStatusTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ClusterStatus. | 25 |
org/apache/hadoop/hbase/zookeeper/EmptyWatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class EmptyWatcher should be declared as final. | 27 |
org/apache/hadoop/hbase/zookeeper/HQuorumPeer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 56 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 84 |
org/apache/hadoop/hbase/zookeeper/MetaRegionTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 79 |
Error | blocks | EmptyBlock | Must have at least one statement. | 188 |
org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.FileUtil. | 39 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 256 |
Error | blocks | EmptyBlock | Must have at least one statement. | 345 |
Error | blocks | EmptyBlock | Must have at least one statement. | 386 |
org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 128 |
org/apache/hadoop/hbase/zookeeper/RegionServerTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.NavigableSet. | 25 |
Error | imports | UnusedImports | Unused import - java.util.TreeSet. | 27 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 37 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 54 |
org/apache/hadoop/hbase/zookeeper/ZKAssign.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.zookeeper.KeeperException.NoNodeException. | 35 |
Error | imports | UnusedImports | Unused import - org.apache.zookeeper.KeeperException.NodeExistsException. | 36 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 96 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 444 |
org/apache/hadoop/hbase/zookeeper/ZKConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 181 |
org/apache/hadoop/hbase/zookeeper/ZKServerTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 70 |
org/apache/hadoop/hbase/zookeeper/ZKSplitLog.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.SplitLogManager. | 31 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.SplitLogWorker. | 32 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
org/apache/hadoop/hbase/zookeeper/ZKTableReadOnly.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class ZKTableReadOnly should be declared as final. | 41 |
org/apache/hadoop/hbase/zookeeper/ZKUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 87 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 750 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 781 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1156 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1266 |
Error | design | FinalClass | Class CreateAndFailSilent should be declared as final. | 1536 |
Error | design | FinalClass | Class DeleteNodeFailSilent should be declared as final. | 1568 |
Error | design | FinalClass | Class SetData should be declared as final. | 1590 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1739 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1814 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 2039 |
org/apache/hadoop/hbase/zookeeper/ZooKeeperListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'watcher' must be private and have accessor methods. | 39 |
org/apache/hadoop/hbase/zookeeper/ZooKeeperMainServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 94 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 102 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 114 |
org/apache/hadoop/hbase/zookeeper/ZooKeeperNodeTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'abortable' must be private and have accessor methods. | 47 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 142 |
org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Duplicate import to line 32 - org.apache.hadoop.hbase.classification.InterfaceAudience. | 39 |
Error | design | VisibilityModifier | Variable 'abortable' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'saslLatch' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'metaServerZNode' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'rsZNode' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'drainingZNode' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'backupMasterAddressesZNode' must be private and have accessor methods. | 104 |
Error | design | VisibilityModifier | Variable 'clusterStateZNode' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'assignmentZNode' must be private and have accessor methods. | 108 |
Error | design | VisibilityModifier | Variable 'tableZNode' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'clusterIdZNode' must be private and have accessor methods. | 112 |
Error | design | VisibilityModifier | Variable 'splitLogZNode' must be private and have accessor methods. | 114 |
Error | design | VisibilityModifier | Variable 'balancerZNode' must be private and have accessor methods. | 116 |
Error | design | VisibilityModifier | Variable 'tableLockZNode' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'recoveringRegionsZNode' must be private and have accessor methods. | 120 |
Error | design | VisibilityModifier | Variable 'namespaceZNode' must be private and have accessor methods. | 122 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 525 |
org/apache/hadoop/hbase/zookeeper/lock/ZKInterProcessLockBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'zkWatcher' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'parentLockNode' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'fullyQualifiedZNode' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'childZNode' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'metadata' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'handler' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'acquiredLock' must be private and have accessor methods. | 70 |
Error | design | FinalClass | Class ZNodeComparator should be declared as final. | 107 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 186 |
org/apache/hadoop/mapreduce/lib/output/MapFileOutputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 62 |
org/apache/hadoop/metrics2/impl/JmxCacheBuster.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 74 |
org/apache/hadoop/metrics2/lib/MetricMutableHistogram.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 121 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 123 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 124 |
org/apache/hadoop/metrics2/lib/MetricMutableQuantiles.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 22 |
Error | design | VisibilityModifier | Variable 'previousSnapshot' must be private and have accessor methods. | 55 |
Error | sizes | LineLength | Line is longer than 100 characters (found 139). | 112 |
Error | design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 115 |
org/apache/hadoop/metrics2/lib/MetricMutableRangeHistogram.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EmptyStatement | Empty statement. | 59 |
org/apache/hadoop/metrics2/lib/MetricsExecutorImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 141). | 29 |
Error | sizes | LineLength | Line is longer than 100 characters (found 146). | 48 |
Error | design | FinalClass | Class ThreadPoolExecutorThreadFactory should be declared as final. | 51 |
org/apache/hadoop/metrics2/util/MetricQuantile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'quantile' must be private and have accessor methods. | 29 |
Error | design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 30 |
org/apache/hadoop/metrics2/util/MetricSampleQuantiles.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 70 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 280 |
Error | design | VisibilityModifier | Variable 'g' must be private and have accessor methods. | 288 |
Error | design | VisibilityModifier | Variable 'delta' must be private and have accessor methods. | 294 |
test-classes/log4j.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
test-classes/org/apache/hadoop/hbase/PerformanceEvaluation_Counter.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |