Checkstyle Results
The following document contains the results of Checkstyle 5.7.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
1339 | 0 | 0 | 3144 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
annotation | MissingDeprecated | 165 | Error |
blocks | EmptyBlock | 116 | Error |
coding | EmptyStatement | 8 | Error |
EqualsHashCode | 13 | Error | |
InnerAssignment | 51 | Error | |
MissingSwitchDefault | 16 | Error | |
NoFinalizer | 1 | Error | |
design | FinalClass | 51 | Error |
HideUtilityClassConstructor | 106 | Error | |
InterfaceIsType | 4 | Error | |
VisibilityModifier | 1448 | Error | |
imports | AvoidStarImport | 10 | Error |
RedundantImport | 35 | Error | |
UnusedImports | 204 | Error | |
misc | ArrayTypeStyle | 52 | Error |
UpperEll | 62 | Error | |
sizes | LineLength
|
540 | Error |
MethodLength | 31 | Error | |
whitespace | FileTabCharacter | 46 | Error |
MethodParamPad | 65 | Error | |
ParenPad | 119 | Error |
Details
org/apache/hadoop/hbase/AuthUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 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. | 48 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 61 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 80 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 212 |
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. | 654 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 664 |
org/apache/hadoop/hbase/HConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 153 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 183 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 369 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 535 |
Error | design | VisibilityModifier | Variable 'HBASE_CLIENT_PREFETCH' must be private and have accessor methods. | 652 |
Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_CLIENT_PREFETCH' must be private and have accessor methods. | 657 |
Error | design | VisibilityModifier | Variable 'HBASE_CLIENT_PREFETCH_LIMIT' must be private and have accessor methods. | 663 |
Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_CLIENT_PREFETCH_LIMIT' must be private and have accessor methods. | 668 |
Error | design | VisibilityModifier | Variable 'HBASE_META_VERSIONS' must be private and have accessor methods. | 683 |
Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_META_VERSIONS' must be private and have accessor methods. | 688 |
Error | design | VisibilityModifier | Variable 'HBASE_META_BLOCK_SIZE' must be private and have accessor methods. | 693 |
Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_META_BLOCK_SIZE' must be private and have accessor methods. | 698 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 727 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 755 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 811 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 904 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 997 |
org/apache/hadoop/hbase/HRegionInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 70 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 85 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 750 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1096 |
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 | imports | UnusedImports | Unused import - com.google.protobuf.HBaseZeroCopyByteString. | 58 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 176 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 311 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 321 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 608 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 626 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 716 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 721 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1029 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1339 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1394 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1400 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1409 |
org/apache/hadoop/hbase/HealthChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 110 |
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 |
Error | design | VisibilityModifier | Variable 'defMasterRMIRegistryPort' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'defRegionserverRMIRegistryPort' must be private and have accessor methods. | 55 |
org/apache/hadoop/hbase/KeyValue.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 956 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1456 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1469 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1495 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1513 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1557 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1571 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1591 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1603 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2851 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 2889 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2912 |
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. | 38 |
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). | 440 |
org/apache/hadoop/hbase/MetaMutationAnnotation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 33 |
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/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. | 21 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.wal.HLogSplitter. | 27 |
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. | 19 |
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. | 54 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 222 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 244 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 382 |
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. | 32 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 |
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. | 36 |
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 | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 109 |
Error | design | VisibilityModifier | Variable 'hConnection' must be private and have accessor methods. | 111 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 112 |
Error | design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 113 |
Error | design | VisibilityModifier | Variable 'callback' must be private and have accessor methods. | 114 |
Error | design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 115 |
Error | design | VisibilityModifier | Variable 'hasError' must be private and have accessor methods. | 116 |
Error | design | VisibilityModifier | Variable 'tasksSent' must be private and have accessor methods. | 117 |
Error | design | VisibilityModifier | Variable 'tasksDone' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'retriesCnt' must be private and have accessor methods. | 119 |
Error | design | VisibilityModifier | Variable 'taskCounterPerRegion' must be private and have accessor methods. | 120 |
Error | design | VisibilityModifier | Variable 'taskCounterPerServer' must be private and have accessor methods. | 122 |
Error | design | VisibilityModifier | Variable 'timeout' must be private and have accessor methods. | 124 |
Error | design | VisibilityModifier | Variable 'maxTotalConcurrentTasks' must be private and have accessor methods. | 129 |
Error | design | VisibilityModifier | Variable 'maxConcurrentTasksPerRegion' must be private and have accessor methods. | 137 |
Error | design | VisibilityModifier | Variable 'maxConcurrentTasksPerServer' must be private and have accessor methods. | 142 |
Error | design | VisibilityModifier | Variable 'pause' must be private and have accessor methods. | 143 |
Error | design | VisibilityModifier | Variable 'numTries' must be private and have accessor methods. | 144 |
Error | design | VisibilityModifier | Variable 'serverTrackerTimeout' must be private and have accessor methods. | 145 |
Error | design | VisibilityModifier | Variable 'rpcCallerFactory' must be private and have accessor methods. | 146 |
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. | 53 |
Error | design | VisibilityModifier | Variable 'closed' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'currentRegion' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'callable' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'cache' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'caching' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'lastNext' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'lastResult' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'maxScannerResultSize' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'scannerTimeout' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'scanMetricsPublished' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'caller' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'rpcControllerFactory' must be private and have accessor methods. | 70 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 82 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 308 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 312 |
Error | blocks | EmptyBlock | Must have at least one statement. | 384 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 424 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 440 |
Error | blocks | EmptyBlock | Must have at least one statement. | 459 |
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/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. | 24 |
org/apache/hadoop/hbase/client/HBaseAdmin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 247 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 249 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 375 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 386 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 403 |
Error | blocks | EmptyBlock | Must have at least one statement. | 723 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2669 |
Error | coding | EmptyStatement | Empty statement. | 2791 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 3200 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 3363 |
Error | design | VisibilityModifier | Variable 'master' must be private and have accessor methods. | 3364 |
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. | 239 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 310 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 432 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 439 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 469 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 471 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 480 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 482 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 490 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 492 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 513 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 525 |
Error | design | VisibilityModifier | Variable 'rpcTimeout' must be private and have accessor methods. | 601 |
Error | design | VisibilityModifier | Variable 'clusterStatusListener' must be private and have accessor methods. | 610 |
Error | design | VisibilityModifier | Variable 'registry' must be private and have accessor methods. | 677 |
Error | design | VisibilityModifier | Variable 'clusterId' must be private and have accessor methods. | 903 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1086 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 1554 |
Error | design | VisibilityModifier | Variable 'stub' must be private and have accessor methods. | 1555 |
Error | design | VisibilityModifier | Variable 'userCount' must be private and have accessor methods. | 1556 |
Error | design | VisibilityModifier | Variable 'keepAliveUntil' must be private and have accessor methods. | 1557 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1559 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1829 |
Error | design | FinalClass | Class DelayedClosing should be declared as final. | 1842 |
Error | design | VisibilityModifier | Variable 'stoppable' must be private and have accessor methods. | 1844 |
Error | design | VisibilityModifier | Variable 'masterServiceState' must be private and have accessor methods. | 1913 |
Error | sizes | MethodLength | Method length is 282 lines (max allowed is 150). | 1925 |
Error | design | VisibilityModifier | Variable 'mss' must be private and have accessor methods. | 1938 |
Error | sizes | LineLength | Line is longer than 100 characters (found 138). | 2139 |
Error | sizes | LineLength | Line is longer than 100 characters (found 138). | 2144 |
Error | sizes | LineLength | Line is longer than 100 characters (found 159). | 2149 |
Error | sizes | LineLength | Line is longer than 100 characters (found 165). | 2154 |
Error | sizes | LineLength | Line is longer than 100 characters (found 186). | 2159 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2360 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2376 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2416 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 2432 |
Error | coding | NoFinalizer | Avoid using finalizer method. | 2643 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2668 |
Error | design | VisibilityModifier | Variable 'retries' must be private and have accessor methods. | 2825 |
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. | 127 |
Error | design | VisibilityModifier | Variable 'writeAsyncBuffer' must be private and have accessor methods. | 131 |
Error | design | VisibilityModifier | Variable 'currentWriteBufferSize' must be private and have accessor methods. | 135 |
Error | design | VisibilityModifier | Variable 'scannerCaching' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'ap' must be private and have accessor methods. | 144 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 193 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 340 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 410 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 649 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 859 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 879 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 882 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 929 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1417 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1647 |
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. | 343 |
Error | design | VisibilityModifier | Variable 'put' must be private and have accessor methods. | 344 |
Error | design | VisibilityModifier | Variable 'retryCount' must be private and have accessor methods. | 345 |
Error | misc | UpperEll | Should use uppercase 'L'. | 384 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 609 |
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/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/MultiServerCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.Collections. | 22 |
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/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 |
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). | 101 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 164 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 274 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 639 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 646 |
org/apache/hadoop/hbase/client/RetriesExhaustedException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.concurrent.Callable. | 23 |
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 | imports | UnusedImports | Unused import - com.google.protobuf.RpcController. | 50 |
Error | design | VisibilityModifier | Variable 'instantiated' must be private and have accessor methods. | 67 |
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). | 60 |
Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 66 |
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. | 180 |
org/apache/hadoop/hbase/codec/BaseDecoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'in' must be private and have accessor methods. | 35 |
org/apache/hadoop/hbase/codec/BaseEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 32 |
Error | design | VisibilityModifier | Variable 'flushed' must be private and have accessor methods. | 34 |
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. | 253 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 278 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 337 |
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. | 107 |
Error | design | VisibilityModifier | Variable 'coprocessors' must be private and have accessor methods. | 109 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 111 |
Error | design | VisibilityModifier | Variable 'pathPrefix' must be private and have accessor methods. | 113 |
Error | design | VisibilityModifier | Variable 'loadSequence' must be private and have accessor methods. | 114 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 362 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 568 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 584 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 587 |
Error | design | VisibilityModifier | Variable 'impl' must be private and have accessor methods. | 676 |
Error | design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 678 |
Error | design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 680 |
Error | design | VisibilityModifier | Variable 'openTables' must be private and have accessor methods. | 682 |
org/apache/hadoop/hbase/coprocessor/RegionObserver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.OperationStatus. | 51 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.StoreFileScanner. | 56 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 121 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 141 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 342 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 362 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 384 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 482 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 505 |
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/InclusiveStopFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 |
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. | 41 |
Error | design | VisibilityModifier | Variable 'passedPrefix' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'filterRow' must be private and have accessor methods. | 43 |
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. | 124 |
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). | 38 |
Error | design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'minTimeStamp' must be private and have accessor methods. | 50 |
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/ByteBufferOutputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'buf' must be private and have accessor methods. | 39 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
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 | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.io.FileLink. | 26 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 97 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 116 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 138 |
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 182 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). | 64 |
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. | 381 |
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. | 75 |
Error | design | VisibilityModifier | Variable 'keyLength' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'valueLength' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'lastCommonPrefix' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'tagsLength' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'tagsOffset' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'tagsCompressedLength' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'uncompressTags' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'keyBuffer' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'tagsBuffer' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'memstoreTS' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'nextKvOffset' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'decodingCtx' must be private and have accessor methods. | 160 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 161 |
Error | design | VisibilityModifier | Variable 'samePrefixComparator' must be private and have accessor methods. | 162 |
Error | design | VisibilityModifier | Variable 'currentBuffer' must be private and have accessor methods. | 163 |
Error | design | VisibilityModifier | Variable 'current' must be private and have accessor methods. | 164 |
Error | design | VisibilityModifier | Variable 'previous' must be private and have accessor methods. | 165 |
Error | design | VisibilityModifier | Variable 'tagCompressionContext' must be private and have accessor methods. | 166 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 495 |
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. | 258 |
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. | 389 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 458 |
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. | 128 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 149 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 570 |
org/apache/hadoop/hbase/io/hfile/HFile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.concurrent.ArrayBlockingQueue. | 38 |
Error | imports | UnusedImports | Unused import - java.util.concurrent.BlockingQueue. | 39 |
Error | imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicInteger. | 40 |
Error | imports | UnusedImports | Unused import - com.google.common.collect.Lists. | 72 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 125 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 137 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 209 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 220 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 221 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 222 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 251 |
Error | design | VisibilityModifier | Variable 'cacheConf' must be private and have accessor methods. | 252 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 253 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 254 |
Error | design | VisibilityModifier | Variable 'ostream' must be private and have accessor methods. | 255 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 256 |
Error | design | VisibilityModifier | Variable 'favoredNodes' must be private and have accessor methods. | 257 |
Error | sizes | LineLength | Line is longer than 100 characters (found 130). | 498 |
Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 500 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 573 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 726 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 727 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 728 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 734 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 735 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 740 |
Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 747 |
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). | 416 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 639 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 741 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1010 |
Error | design | VisibilityModifier | Variable 'fileSize' must be private and have accessor methods. | 1215 |
Error | design | VisibilityModifier | Variable 'hdrSize' must be private and have accessor methods. | 1218 |
Error | design | VisibilityModifier | Variable 'hfs' must be private and have accessor methods. | 1221 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 1224 |
Error | design | VisibilityModifier | Variable 'fileContext' must be private and have accessor methods. | 1231 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 1348 |
Error | design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 1349 |
Error | design | VisibilityModifier | Variable 'buf' must be private and have accessor methods. | 1350 |
Error | design | VisibilityModifier | Variable 'streamWrapper' must be private and have accessor methods. | 1357 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1386 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1693 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 1765 |
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. | 403 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 439 |
Error | design | VisibilityModifier | Variable 'keyLen' must be private and have accessor methods. | 440 |
Error | design | VisibilityModifier | Variable 'valLen' must be private and have accessor methods. | 441 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 442 |
Error | design | VisibilityModifier | Variable 'rowSizeBytes' must be private and have accessor methods. | 442 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 443 |
Error | design | VisibilityModifier | Variable 'rowSizeCols' must be private and have accessor methods. | 443 |
Error | design | VisibilityModifier | Variable 'curRowBytes' must be private and have accessor methods. | 445 |
Error | design | VisibilityModifier | Variable 'curRowCols' must be private and have accessor methods. | 446 |
Error | design | VisibilityModifier | Variable 'biggestRow' must be private and have accessor methods. | 448 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 513 |
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. | 71 |
Error | design | VisibilityModifier | Variable 'decodeMemstoreTS' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'fsBlockReader' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'hfileContext' must be private and have accessor methods. | 105 |
Error | design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 499 |
Error | design | VisibilityModifier | Variable 'nextIndexedKey' must be private and have accessor methods. | 508 |
Error | design | VisibilityModifier | Variable 'meta' must be private and have accessor methods. | 1017 |
org/apache/hadoop/hbase/io/hfile/HFileReaderV3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 69 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 134 |
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. | 531 |
Error | blocks | EmptyBlock | Must have at least one statement. | 780 |
Error | design | VisibilityModifier | Variable 'lru' must be private and have accessor methods. | 813 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 838 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 842 |
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. | 58 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 272 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 561 |
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. | 63 |
Error | design | VisibilityModifier | Variable 'ioEngine' must be private and have accessor methods. | 113 |
Error | design | VisibilityModifier | Variable 'ramCache' must be private and have accessor methods. | 117 |
Error | design | VisibilityModifier | Variable 'writerQueues' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'writerThreads' must be private and have accessor methods. | 139 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 139 |
Error | design | VisibilityModifier | Variable 'wait_when_cache' must be private and have accessor methods. | 163 |
Error | design | VisibilityModifier | Variable 'bucketCache' must be private and have accessor methods. | 494 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 613 |
Error | design | VisibilityModifier | Variable 'deserialiserIndex' must be private and have accessor methods. | 1060 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1129 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1190 |
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/FifoRpcScheduler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.ipc.CallRunner. | 27 |
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'. | 53 |
Error | misc | UpperEll | Should use uppercase 'L'. | 55 |
Error | misc | UpperEll | Should use uppercase 'L'. | 58 |
Error | misc | UpperEll | Should use uppercase 'L'. | 60 |
Error | misc | UpperEll | Should use uppercase 'L'. | 62 |
Error | misc | UpperEll | Should use uppercase 'L'. | 64 |
org/apache/hadoop/hbase/ipc/RWQueueRpcExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 65 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 86 |
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/RequestContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class RequestContext should be declared as final. | 39 |
org/apache/hadoop/hbase/ipc/RpcClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connections' must be private and have accessor methods. | 117 |
Error | design | VisibilityModifier | Variable 'counter' must be private and have accessor methods. | 119 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 120 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'maxIdleTime' must be private and have accessor methods. | 122 |
Error | design | VisibilityModifier | Variable 'maxRetries' must be private and have accessor methods. | 124 |
Error | design | VisibilityModifier | Variable 'failureSleep' must be private and have accessor methods. | 125 |
Error | design | VisibilityModifier | Variable 'tcpNoDelay' must be private and have accessor methods. | 126 |
Error | design | VisibilityModifier | Variable 'tcpKeepAlive' must be private and have accessor methods. | 127 |
Error | design | VisibilityModifier | Variable 'pingInterval' must be private and have accessor methods. | 128 |
Error | design | VisibilityModifier | Variable 'failedServers' must be private and have accessor methods. | 129 |
Error | design | VisibilityModifier | Variable 'socketFactory' must be private and have accessor methods. | 134 |
Error | design | VisibilityModifier | Variable 'clusterId' must be private and have accessor methods. | 135 |
Error | design | VisibilityModifier | Variable 'localAddr' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 268 |
Error | design | VisibilityModifier | Variable 'param' must be private and have accessor methods. | 269 |
Error | design | VisibilityModifier | Variable 'cells' must be private and have accessor methods. | 274 |
Error | design | VisibilityModifier | Variable 'response' must be private and have accessor methods. | 275 |
Error | design | VisibilityModifier | Variable 'responseDefaultType' must be private and have accessor methods. | 277 |
Error | design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 278 |
Error | design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 279 |
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 280 |
Error | design | VisibilityModifier | Variable 'md' must be private and have accessor methods. | 281 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 338 |
Error | design | VisibilityModifier | Variable 'remoteId' must be private and have accessor methods. | 359 |
Error | design | VisibilityModifier | Variable 'socket' must be private and have accessor methods. | 360 |
Error | design | VisibilityModifier | Variable 'in' must be private and have accessor methods. | 361 |
Error | design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 362 |
Error | design | VisibilityModifier | Variable 'calls' must be private and have accessor methods. | 374 |
Error | design | VisibilityModifier | Variable 'lastActivity' must be private and have accessor methods. | 376 |
Error | design | VisibilityModifier | Variable 'shouldCloseConnection' must be private and have accessor methods. | 378 |
Error | design | VisibilityModifier | Variable 'closeException' must be private and have accessor methods. | 380 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 437 |
Error | blocks | EmptyBlock | Must have at least one statement. | 606 |
Error | blocks | EmptyBlock | Must have at least one statement. | 612 |
Error | blocks | EmptyBlock | Must have at least one statement. | 618 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 709 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1408 |
Error | design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 1552 |
Error | design | VisibilityModifier | Variable 'ticket' must be private and have accessor methods. | 1553 |
Error | design | VisibilityModifier | Variable 'rpcTimeout' must be private and have accessor methods. | 1554 |
Error | design | VisibilityModifier | Variable 'serviceName' must be private and have accessor methods. | 1556 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1602 |
org/apache/hadoop/hbase/ipc/RpcControllerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 33 |
org/apache/hadoop/hbase/ipc/RpcServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'secretManager' must be private and have accessor methods. | 185 |
Error | design | VisibilityModifier | Variable 'authManager' must be private and have accessor methods. | 186 |
Error | design | VisibilityModifier | Variable 'isa' must be private and have accessor methods. | 197 |
Error | design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 198 |
Error | design | VisibilityModifier | Variable 'maxIdleTime' must be private and have accessor methods. | 200 |
Error | design | VisibilityModifier | Variable 'thresholdIdleConnections' must be private and have accessor methods. | 203 |
Error | design | VisibilityModifier | Variable 'maxConnectionsToNuke' must be private and have accessor methods. | 207 |
Error | design | VisibilityModifier | Variable 'metrics' must be private and have accessor methods. | 211 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 213 |
Error | design | VisibilityModifier | Variable 'socketSendBufferSize' must be private and have accessor methods. | 216 |
Error | design | VisibilityModifier | Variable 'tcpNoDelay' must be private and have accessor methods. | 217 |
Error | design | VisibilityModifier | Variable 'tcpKeepAlive' must be private and have accessor methods. | 218 |
Error | design | VisibilityModifier | Variable 'purgeTimeout' must be private and have accessor methods. | 219 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 226 |
Error | design | VisibilityModifier | Variable 'started' must be private and have accessor methods. | 232 |
Error | design | VisibilityModifier | Variable 'callQueueSize' must be private and have accessor methods. | 237 |
Error | design | VisibilityModifier | Variable 'connectionList' must be private and have accessor methods. | 239 |
Error | design | VisibilityModifier | Variable 'responder' must be private and have accessor methods. | 244 |
Error | design | VisibilityModifier | Variable 'numConnections' must be private and have accessor methods. | 245 |
Error | design | VisibilityModifier | Variable 'errorHandler' must be private and have accessor methods. | 247 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 272 |
Error | design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 273 |
Error | design | VisibilityModifier | Variable 'md' must be private and have accessor methods. | 274 |
Error | design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 275 |
Error | design | VisibilityModifier | Variable 'param' must be private and have accessor methods. | 276 |
Error | design | VisibilityModifier | Variable 'cellScanner' must be private and have accessor methods. | 278 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 279 |
Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 280 |
Error | design | VisibilityModifier | Variable 'response' must be private and have accessor methods. | 285 |
Error | design | VisibilityModifier | Variable 'delayResponse' must be private and have accessor methods. | 286 |
Error | design | VisibilityModifier | Variable 'responder' must be private and have accessor methods. | 287 |
Error | design | VisibilityModifier | Variable 'delayReturnValue' must be private and have accessor methods. | 288 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 290 |
Error | design | VisibilityModifier | Variable 'isError' must be private and have accessor methods. | 291 |
Error | design | VisibilityModifier | Variable 'tinfo' must be private and have accessor methods. | 292 |
Error | blocks | EmptyBlock | Must have at least one statement. | 694 |
Error | blocks | EmptyBlock | Must have at least one statement. | 713 |
Error | blocks | EmptyBlock | Must have at least one statement. | 726 |
Error | blocks | EmptyBlock | Must have at least one statement. | 932 |
Error | design | VisibilityModifier | Variable 'channel' must be private and have accessor methods. | 1129 |
Error | design | VisibilityModifier | Variable 'responseQueue' must be private and have accessor methods. | 1132 |
Error | design | VisibilityModifier | Variable 'socket' must be private and have accessor methods. | 1136 |
Error | design | VisibilityModifier | Variable 'hostAddress' must be private and have accessor methods. | 1139 |
Error | design | VisibilityModifier | Variable 'remotePort' must be private and have accessor methods. | 1140 |
Error | design | VisibilityModifier | Variable 'connectionHeader' must be private and have accessor methods. | 1141 |
Error | design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 1150 |
Error | design | VisibilityModifier | Variable 'user' must be private and have accessor methods. | 1151 |
Error | design | VisibilityModifier | Variable 'useSasl' must be private and have accessor methods. | 1158 |
Error | design | VisibilityModifier | Variable 'saslServer' must be private and have accessor methods. | 1159 |
Error | design | VisibilityModifier | Variable 'attemptingUser' must be private and have accessor methods. | 1173 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1295 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1403 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1784 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1786 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1788 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2097 |
Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 2192 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 2211 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 2232 |
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. | 47 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 317 |
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. | 44 |
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). | 161 |
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 'versions' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'startRow' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'stopRow' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'dstTableName' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'peerAddress' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'families' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'allCells' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'bulkload' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'bulkloadDir' must be private and have accessor methods. | 68 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 75 |
Error | design | VisibilityModifier | Variable 'startTime_' must be private and have accessor methods. | 76 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 77 |
Error | design | VisibilityModifier | Variable 'endTime_' 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 'versions_' 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 'tableName_' 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 'startRow_' 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 'stopRow_' 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 'newTableName_' 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 'peerAddress_' 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 'families_' 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 'allCells_' must be private and have accessor methods. | 94 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 224 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 362 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 374 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 376 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 377 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 459 |
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. | 30 |
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. | 86 |
Error | sizes | MethodLength | Method length is 161 lines (max allowed is 150). | 114 |
Error | design | VisibilityModifier | Variable 'written' must be private and have accessor methods. | 282 |
Error | design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 283 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 441 |
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/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. | 66 |
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 | design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 164 |
Error | design | VisibilityModifier | Variable 'hfilePath' must be private and have accessor methods. | 165 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 372 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 803 |
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/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/TableInputFormatBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 187 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 258 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 260 |
Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 261 |
Error | sizes | LineLength | Line is longer than 100 characters (found 150). | 266 |
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. | 72 |
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 76 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 558 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 589 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 832 |
org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 63 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 107 |
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 139 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 154 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 170 |
org/apache/hadoop/hbase/mapreduce/TableRecordReaderImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 112 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 267 |
org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.Scan. | 36 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.TableSnapshotScanner. | 37 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription. | 40 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest. | 41 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MapReduceProtos. | 42 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.HRegion. | 43 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper. | 44 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils. | 45 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.snapshot.SnapshotManifest. | 46 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSUtils. | 47 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 140 |
org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos. | 40 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.HRegionFileSystem. | 43 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.ByteStringer. | 47 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSTableDescriptors. | 49 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.mapreduce.Job. | 52 |
Error | imports | UnusedImports | Unused import - java.util.Set. | 60 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 66 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 77 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 122 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 123 |
Error | design | VisibilityModifier | Variable 'split' must be private and have accessor methods. | 157 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 301 |
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). | 163 |
org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'ts' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'cellVisibilityExpr' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'ttl' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'kvCreator' must be private and have accessor methods. | 70 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 160 |
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. | 42 |
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 'versions' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'families' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'peerId' must be private and have accessor methods. | 78 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 351 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 355 |
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). | 898 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1143 |
Error | sizes | MethodLength | Method length is 197 lines (max allowed is 150). | 1610 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 1804 |
Error | sizes | MethodLength | Method length is 251 lines (max allowed is 150). | 2036 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 2095 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 2285 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 3383 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 3383 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 3648 |
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). | 117 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 132 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 258 |
Error | design | VisibilityModifier | Variable 'rowEndKeyComparator' must be private and have accessor methods. | 284 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 383 |
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 | UnusedImports | Unused import - java.io.InterruptedIOException. | 22 |
Error | imports | UnusedImports | Unused import - java.io.PrintWriter. | 23 |
Error | imports | UnusedImports | Unused import - java.util.Arrays. | 30 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.protobuf.generated.*. | 119 |
Error | imports | RedundantImport | Duplicate import to line 121 - org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ProcedureDescription. | 125 |
Error | imports | RedundantImport | Duplicate import to line 152 - org.apache.hadoop.hbase.protobuf.generated.MasterProtos.ExecProcedureRequest. | 208 |
Error | imports | RedundantImport | Duplicate import to line 153 - org.apache.hadoop.hbase.protobuf.generated.MasterProtos.ExecProcedureResponse. | 209 |
Error | imports | RedundantImport | Duplicate import to line 170 - org.apache.hadoop.hbase.protobuf.generated.MasterProtos.IsProcedureDoneRequest. | 210 |
Error | imports | RedundantImport | Duplicate import to line 171 - org.apache.hadoop.hbase.protobuf.generated.MasterProtos.IsProcedureDoneResponse. | 211 |
Error | imports | UnusedImports | Unused import - org.apache.zookeeper.Watcher. | 258 |
Error | design | VisibilityModifier | Variable 'regionServerTracker' must be private and have accessor methods. | 357 |
Error | design | VisibilityModifier | Variable 'serverManager' must be private and have accessor methods. | 386 |
Error | design | VisibilityModifier | Variable 'assignmentManager' must be private and have accessor methods. | 389 |
Error | design | VisibilityModifier | Variable 'initialized' must be private and have accessor methods. | 410 |
Error | design | VisibilityModifier | Variable 'executorService' must be private and have accessor methods. | 416 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 561 |
Error | misc | UpperEll | Should use uppercase 'L'. | 819 |
Error | misc | UpperEll | Should use uppercase 'L'. | 820 |
Error | sizes | MethodLength | Method length is 181 lines (max allowed is 150). | 864 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 1601 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 2470 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2789 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 3308 |
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). | 246 |
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.*. | 36 |
Error | imports | RedundantImport | Duplicate import to line 22 - java.io.IOException. | 39 |
Error | imports | RedundantImport | Duplicate import to line 23 - java.util.List. | 40 |
org/apache/hadoop/hbase/master/MasterFileSystem.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'master' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'splitLogLock' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'distributedLogReplay' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'splitLogManager' must be private and have accessor methods. | 93 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 479 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 583 |
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). | 27 |
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). | 26 |
org/apache/hadoop/hbase/master/MetricsMasterSourceFactoryImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'masterSource' must be private and have accessor methods. | 30 |
org/apache/hadoop/hbase/master/MetricsMasterSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | UpperEll | Should use uppercase 'L'. | 61 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 71 |
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/RegionStateStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HTable. | 35 |
org/apache/hadoop/hbase/master/RegionStates.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 | blocks | EmptyBlock | Must have at least one statement. | 501 |
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. | 1358 |
Error | design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 1359 |
Error | design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 1360 |
Error | design | VisibilityModifier | Variable 'isDead' must be private and have accessor methods. | 1361 |
Error | design | VisibilityModifier | Variable 'last_update' must be private and have accessor methods. | 1373 |
Error | design | VisibilityModifier | Variable 'last_version' must be private and have accessor methods. | 1374 |
Error | design | VisibilityModifier | Variable 'cur_worker_name' must be private and have accessor methods. | 1375 |
Error | design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 1376 |
Error | design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 1377 |
Error | design | VisibilityModifier | Variable 'incarnation' must be private and have accessor methods. | 1378 |
Error | design | VisibilityModifier | Variable 'unforcedResubmits' must be private and have accessor methods. | 1379 |
Error | design | VisibilityModifier | Variable 'resubmitThresholdReached' must be private and have accessor methods. | 1380 |
Error | design | VisibilityModifier | Variable 'statusMsg' must be private and have accessor methods. | 1792 |
org/apache/hadoop/hbase/master/TableLockManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 169 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 244 |
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. | 65 |
Error | design | VisibilityModifier | Variable 'tables' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'regions' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'regionLoads' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'regionLocations' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'regionsPerServer' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'regionIndexToServerIndex' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'initialRegionIndexToServerIndex' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'regionIndexToTableIndex' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'numRegionsPerServerPerTable' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'numMaxRegionsPerTable' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'serverIndicesSortedByRegionCount' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'serversToIndex' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'tablesToIndex' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'numRegions' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'numServers' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'numTables' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'numMovedRegions' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'numMovedMetaRegions' must be private and have accessor methods. | 88 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 90 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 145 |
Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 189 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 212 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 213 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 214 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 257 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 262 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 263 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 264 |
Error | design | VisibilityModifier | Variable 'slop' must be private and have accessor methods. | 351 |
Error | design | VisibilityModifier | Variable 'metricsBalancer' must be private and have accessor methods. | 356 |
Error | design | VisibilityModifier | Variable 'services' must be private and have accessor methods. | 357 |
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/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). | 269 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 378 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 668 |
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 | design | VisibilityModifier | Variable 'metricsRegistry' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'metricsName' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'metricsDescription' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'metricsContext' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'metricsJmxContext' must be private and have accessor methods. | 60 |
Error | misc | UpperEll | Should use uppercase 'L'. | 104 |
Error | misc | UpperEll | Should use uppercase 'L'. | 115 |
Error | misc | UpperEll | Should use uppercase 'L'. | 126 |
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. | 71 |
Error | design | VisibilityModifier | Variable 'wakeFrequency' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'executionTimeoutTimer' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'rpcs' must be private and have accessor methods. | 75 |
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). | 239 |
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). | 1481 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1623 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 1700 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1908 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1975 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1995 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2010 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2043 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2066 |
Error | blocks | EmptyBlock | Must have at least one statement. | 2438 |
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 | imports | RedundantImport | Duplicate import to line 23 - org.apache.hadoop.hbase.util.ByteStringer. | 104 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 844 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 844 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1072 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 1287 |
org/apache/hadoop/hbase/protobuf/ResponseConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Pair. | 55 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 229 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 259 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 365 |
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/HRegion.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'closed' must be private and have accessor methods. | 218 |
Error | design | VisibilityModifier | Variable 'closing' must be private and have accessor methods. | 224 |
Error | design | VisibilityModifier | Variable 'completeSequenceId' must be private and have accessor methods. | 226 |
Error | design | VisibilityModifier | Variable 'stores' must be private and have accessor methods. | 258 |
Error | design | VisibilityModifier | Variable 'memstoreSize' must be private and have accessor methods. | 264 |
Error | design | VisibilityModifier | Variable 'numMutationsWithoutWAL' must be private and have accessor methods. | 267 |
Error | design | VisibilityModifier | Variable 'dataInMemoryWithoutWAL' must be private and have accessor methods. | 268 |
Error | design | VisibilityModifier | Variable 'checkAndMutateChecksPassed' must be private and have accessor methods. | 271 |
Error | design | VisibilityModifier | Variable 'checkAndMutateChecksFailed' must be private and have accessor methods. | 272 |
Error | design | VisibilityModifier | Variable 'readRequestsCount' must be private and have accessor methods. | 275 |
Error | design | VisibilityModifier | Variable 'writeRequestsCount' must be private and have accessor methods. | 276 |
Error | design | VisibilityModifier | Variable 'compactionsFinished' must be private and have accessor methods. | 289 |
Error | design | VisibilityModifier | Variable 'compactionNumFilesCompacted' must be private and have accessor methods. | 290 |
Error | design | VisibilityModifier | Variable 'compactionNumBytesCompacted' must be private and have accessor methods. | 291 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 296 |
Error | design | VisibilityModifier | Variable 'busyWaitDuration' must be private and have accessor methods. | 308 |
Error | design | VisibilityModifier | Variable 'maxBusyWaitMultiplier' must be private and have accessor methods. | 314 |
Error | design | VisibilityModifier | Variable 'maxBusyWaitDuration' must be private and have accessor methods. | 318 |
Error | design | VisibilityModifier | Variable 'rowProcessorExecutor' must be private and have accessor methods. | 322 |
Error | design | VisibilityModifier | Variable 'maxSeqIdInStores' must be private and have accessor methods. | 346 |
Error | design | VisibilityModifier | Variable 'flushing' must be private and have accessor methods. | 383 |
Error | design | VisibilityModifier | Variable 'flushRequested' must be private and have accessor methods. | 385 |
Error | design | VisibilityModifier | Variable 'compacting' must be private and have accessor methods. | 387 |
Error | design | VisibilityModifier | Variable 'writesEnabled' must be private and have accessor methods. | 389 |
Error | design | VisibilityModifier | Variable 'readOnly' must be private and have accessor methods. | 391 |
Error | design | VisibilityModifier | Variable 'result' must be private and have accessor methods. | 432 |
Error | design | VisibilityModifier | Variable 'failureReason' must be private and have accessor methods. | 433 |
Error | design | VisibilityModifier | Variable 'flushSequenceId' must be private and have accessor methods. | 434 |
Error | design | VisibilityModifier | Variable 'writestate' must be private and have accessor methods. | 490 |
Error | design | VisibilityModifier | Variable 'memstoreFlushSize' must be private and have accessor methods. | 492 |
Error | design | VisibilityModifier | Variable 'timestampSlop' must be private and have accessor methods. | 493 |
Error | design | VisibilityModifier | Variable 'rowProcessorTimeout' must be private and have accessor methods. | 494 |
Error | design | VisibilityModifier | Variable 'rsServices' must be private and have accessor methods. | 496 |
Error | design | VisibilityModifier | Variable 'threadWakeFrequency' must be private and have accessor methods. | 503 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 505 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 549 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1247 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1250 |
Error | sizes | MethodLength | Method length is 168 lines (max allowed is 150). | 1710 |
Error | design | VisibilityModifier | Variable 'operations' must be private and have accessor methods. | 2148 |
Error | design | VisibilityModifier | Variable 'nextIndexToProcess' must be private and have accessor methods. | 2149 |
Error | design | VisibilityModifier | Variable 'retCodeDetails' must be private and have accessor methods. | 2150 |
Error | design | VisibilityModifier | Variable 'walEditsFromCoprocessors' must be private and have accessor methods. | 2151 |
Error | sizes | MethodLength | Method length is 353 lines (max allowed is 150). | 2349 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 3322 |
Error | sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 3374 |
Error | design | VisibilityModifier | Variable 'storeHeap' must be private and have accessor methods. | 3904 |
Error | design | VisibilityModifier | Variable 'joinedHeap' must be private and have accessor methods. | 3907 |
Error | design | VisibilityModifier | Variable 'joinedContinuationRow' must be private and have accessor methods. | 3911 |
Error | design | VisibilityModifier | Variable 'stopRow' must be private and have accessor methods. | 3914 |
Error | design | VisibilityModifier | Variable 'isScan' must be private and have accessor methods. | 3917 |
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 3921 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 4282 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 4471 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 4491 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 4678 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 4816 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 4828 |
Error | misc | UpperEll | Should use uppercase 'L'. | 5023 |
Error | sizes | MethodLength | Method length is 230 lines (max allowed is 150). | 5309 |
Error | sizes | MethodLength | Method length is 205 lines (max allowed is 150). | 5554 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 5652 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 5709 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 6256 |
Error | design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 6480 |
org/apache/hadoop/hbase/regionserver/HRegionServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'regionsInTransitionInRS' must be private and have accessor methods. | 291 |
Error | design | VisibilityModifier | Variable 'maxScannerResultSize' must be private and have accessor methods. | 298 |
Error | design | VisibilityModifier | Variable 'cacheFlusher' must be private and have accessor methods. | 301 |
Error | design | VisibilityModifier | Variable 'hMemManager' must be private and have accessor methods. | 303 |
Error | design | VisibilityModifier | Variable 'catalogTracker' must be private and have accessor methods. | 306 |
Error | design | VisibilityModifier | Variable 'tableDescriptors' must be private and have accessor methods. | 315 |
Error | design | VisibilityModifier | Variable 'replicationSourceHandler' must be private and have accessor methods. | 318 |
Error | design | VisibilityModifier | Variable 'replicationSinkHandler' must be private and have accessor methods. | 319 |
Error | design | VisibilityModifier | Variable 'compactSplitThread' must be private and have accessor methods. | 322 |
Error | design | VisibilityModifier | Variable 'scanners' must be private and have accessor methods. | 324 |
Error | design | VisibilityModifier | Variable 'onlineRegions' must be private and have accessor methods. | 331 |
Error | design | VisibilityModifier | Variable 'regionFavoredNodesMap' must be private and have accessor methods. | 343 |
Error | design | VisibilityModifier | Variable 'recoveringRegions' must be private and have accessor methods. | 350 |
Error | design | VisibilityModifier | Variable 'leases' must be private and have accessor methods. | 354 |
Error | design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 357 |
Error | design | VisibilityModifier | Variable 'requestCount' must be private and have accessor methods. | 360 |
Error | design | VisibilityModifier | Variable 'fsOk' must be private and have accessor methods. | 363 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 364 |
Error | design | VisibilityModifier | Variable 'stopped' must be private and have accessor methods. | 369 |
Error | design | VisibilityModifier | Variable 'abortRequested' must be private and have accessor methods. | 373 |
Error | design | VisibilityModifier | Variable 'rowlocks' must be private and have accessor methods. | 378 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 386 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 390 |
Error | design | VisibilityModifier | Variable 'numRetries' must be private and have accessor methods. | 392 |
Error | design | VisibilityModifier | Variable 'threadWakeFrequency' must be private and have accessor methods. | 393 |
Error | design | VisibilityModifier | Variable 'numRegionsToReport' must be private and have accessor methods. | 396 |
Error | design | VisibilityModifier | Variable 'rpcClient' must be private and have accessor methods. | 401 |
Error | design | VisibilityModifier | Variable 'rpcServer' must be private and have accessor methods. | 405 |
Error | design | VisibilityModifier | Variable 'infoServer' must be private and have accessor methods. | 413 |
Error | design | VisibilityModifier | Variable 'compactionChecker' must be private and have accessor methods. | 428 |
Error | design | VisibilityModifier | Variable 'periodicFlusher' must be private and have accessor methods. | 433 |
Error | design | VisibilityModifier | Variable 'hlog' must be private and have accessor methods. | 437 |
Error | design | VisibilityModifier | Variable 'hlogForMeta' must be private and have accessor methods. | 440 |
Error | design | VisibilityModifier | Variable 'hlogRoller' must be private and have accessor methods. | 442 |
Error | design | VisibilityModifier | Variable 'metaHLogRoller' must be private and have accessor methods. | 443 |
Error | design | VisibilityModifier | Variable 'isOnline' must be private and have accessor methods. | 446 |
Error | design | VisibilityModifier | Variable 'cacheConfig' must be private and have accessor methods. | 468 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 680 |
Error | sizes | MethodLength | Method length is 198 lines (max allowed is 150). | 880 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1007 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1146 |
Error | design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 1533 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 2024 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 2025 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 2043 |
Error | blocks | EmptyBlock | Must have at least one statement. | 2116 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2534 |
Error | sizes | MethodLength | Method length is 236 lines (max allowed is 150). | 3133 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 3619 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 4524 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 4708 |
Error | design | VisibilityModifier | Variable 'movedRegions' must be private and have accessor methods. | 4737 |
Error | design | FinalClass | Class MovedRegionsCleaner should be declared as final. | 4792 |
Error | design | VisibilityModifier | Variable 'stoppable' must be private and have accessor methods. | 4794 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 4904 |
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. | 131 |
Error | design | VisibilityModifier | Variable 'forceMajor' must be private and have accessor methods. | 139 |
Error | design | VisibilityModifier | Variable 'closeCheckInterval' must be private and have accessor methods. | 141 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 154 |
Error | design | VisibilityModifier | Variable 'filesCompacting' must be private and have accessor methods. | 160 |
Error | design | VisibilityModifier | Variable 'storeEngine' must be private and have accessor methods. | 176 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 457 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 469 |
Error | coding | EmptyStatement | Empty statement. | 1091 |
Error | design | FinalClass | Class StoreFlusherImpl should be declared as final. | 2028 |
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. | 173 |
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. | 701 |
Error | design | VisibilityModifier | Variable 'snapshotAllocatorAtCreation' must be private and have accessor methods. | 702 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1080 |
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/MetricsRegionServerSourceFactoryImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 45 |
org/apache/hadoop/hbase/regionserver/MetricsRegionServerSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'rsWrap' must be private and have accessor methods. | 38 |
Error | misc | UpperEll | Should use uppercase 'L'. | 70 |
Error | misc | UpperEll | Should use uppercase 'L'. | 73 |
Error | misc | UpperEll | Should use uppercase 'L'. | 76 |
Error | misc | UpperEll | Should use uppercase 'L'. | 79 |
Error | misc | UpperEll | Should use uppercase 'L'. | 82 |
Error | misc | UpperEll | Should use uppercase 'L'. | 89 |
Error | misc | UpperEll | Should use uppercase 'L'. | 90 |
org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 486 |
org/apache/hadoop/hbase/regionserver/MetricsRegionSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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'. | 89 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 163 |
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. | 111 |
Error | design | VisibilityModifier | Variable 'rsServices' must be private and have accessor methods. | 200 |
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 202 |
Error | blocks | EmptyBlock | Must have at least one statement. | 256 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 364 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 364 |
Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 493 |
org/apache/hadoop/hbase/regionserver/RegionMergeRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 74 |
org/apache/hadoop/hbase/regionserver/RegionMergeTransaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HTable. | 45 |
Error | imports | UnusedImports | Unused import - org.apache.zookeeper.KeeperException.NodeExistsException. | 59 |
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). | 212 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 220 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 306 |
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. | 27 |
Error | design | VisibilityModifier | Variable 'row' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'rowOffset' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'rowLength' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'maxReadPointToTrackVersions' must be private and have accessor methods. | 109 |
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. | 66 |
Error | design | VisibilityModifier | Variable 'useZKForAssignment' must be private and have accessor methods. | 106 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 460 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 833 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 884 |
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. | 46 |
Error | blocks | EmptyBlock | Must have at least one statement. | 477 |
Error | design | FinalClass | Class Writer should be declared as final. | 706 |
Error | design | VisibilityModifier | Variable 'checksumType' must be private and have accessor methods. | 720 |
Error | design | VisibilityModifier | Variable 'bytesPerChecksum' must be private and have accessor methods. | 723 |
Error | design | VisibilityModifier | Variable 'timeRangeTracker' must be private and have accessor methods. | 725 |
Error | design | VisibilityModifier | Variable 'isTimeRangeTrackerSet' must be private and have accessor methods. | 732 |
Error | design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 734 |
Error | design | VisibilityModifier | Variable 'generalBloomFilter' must be private and have accessor methods. | 1030 |
Error | design | VisibilityModifier | Variable 'deleteFamilyBloomFilter' must be private and have accessor methods. | 1031 |
Error | design | VisibilityModifier | Variable 'bloomFilterType' must be private and have accessor methods. | 1032 |
Error | design | VisibilityModifier | Variable 'timeRangeTracker' must be private and have accessor methods. | 1034 |
Error | design | VisibilityModifier | Variable 'sequenceID' must be private and have accessor methods. | 1035 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1108 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1126 |
org/apache/hadoop/hbase/regionserver/StoreFileInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.encoding.DataBlockEncoding. | 38 |
org/apache/hadoop/hbase/regionserver/StoreFileManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue.KVComparator. | 28 |
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. | 56 |
Error | design | VisibilityModifier | Variable 'matcher' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'heap' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'cacheBlocks' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'countPerRow' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'storeLimit' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'storeOffset' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'closing' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'isGet' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'explicitColumnQuery' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'useRowColBloom' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'isParallelSeekEnabled' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'scan' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'columns' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'oldestUnexpiredTS' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'now' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'minVersions' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'lazySeekEnabledGlobally' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'lastTop' must be private and have accessor methods. | 99 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 103 |
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 | imports | UnusedImports | Unused import - java.util.Collection. | 22 |
Error | design | VisibilityModifier | Variable 'writerFactory' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'existingWriters' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'boundaries' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'sourceScanner' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'lastRowInCurrentWriter' must be private and have accessor methods. | 301 |
org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.LinkedList. | 28 |
Error | imports | UnusedImports | Unused import - com.google.common.collect.Lists. | 48 |
Error | design | VisibilityModifier | Variable 'stripeEndRows' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'stripeFiles' must be private and have accessor methods. | 103 |
Error | design | VisibilityModifier | Variable 'level0Files' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'allFilesCached' must be private and have accessor methods. | 109 |
org/apache/hadoop/hbase/regionserver/StripeStoreFlusher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter. | 37 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.CollectionBackedScanner. | 39 |
org/apache/hadoop/hbase/regionserver/TimeRangeTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'minimumTimestamp' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'maximumTimestamp' must be private and have accessor methods. | 43 |
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. | 56 |
Error | design | VisibilityModifier | Variable 'storeConfigInfo' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'maxCompactSize' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'minCompactSize' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'minFilesToCompact' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'maxFilesToCompact' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'compactionRatio' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'offPeekCompactionRatio' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'throttlePoint' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'majorCompactionPeriod' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'majorCompactionJitter' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'minLocalityToForceCompact' must be private and have accessor methods. | 68 |
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. | 37 |
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. | 57 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'store' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'compactionCompression' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'maxKeyCount' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'earliestPutTs' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'maxSeqId' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'maxMVCCReadpoint' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 96 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 124 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 140 |
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/DefaultCompactor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 104 |
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 - org.apache.hadoop.hbase.util.EnvironmentEdgeManager. | 37 |
Error | misc | UpperEll | Should use uppercase 'L'. | 289 |
org/apache/hadoop/hbase/regionserver/compactions/StripeCompactionPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 390 |
Error | design | VisibilityModifier | Variable 'majorRangeFromRow' must be private and have accessor methods. | 391 |
Error | design | VisibilityModifier | Variable 'majorRangeToRow' must be private and have accessor methods. | 391 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 424 |
org/apache/hadoop/hbase/regionserver/compactions/StripeCompactor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 130 |
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. | 51 |
Error | blocks | EmptyBlock | Must have at least one statement. | 284 |
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. | 42 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.snapshot.SnapshotCreationException. | 54 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 79 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 93 |
Error | blocks | EmptyBlock | Must have at least one statement. | 354 |
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. | 37 |
Error | design | VisibilityModifier | Variable 'tableDict' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'familyDict' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'qualifierDict' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'rowDict' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'tagCompressionContext' must be private and have accessor methods. | 43 |
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. | 41 |
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. | 682 |
Error | design | VisibilityModifier | Variable 'currentlyWriting' must be private and have accessor methods. | 688 |
Error | design | VisibilityModifier | Variable 'totalBuffered' must be private and have accessor methods. | 690 |
Error | design | VisibilityModifier | Variable 'maxHeapUsage' must be private and have accessor methods. | 691 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 722 |
Error | design | VisibilityModifier | Variable 'heapInBuffer' must be private and have accessor methods. | 779 |
Error | design | VisibilityModifier | Variable 'entryBuffer' must be private and have accessor methods. | 780 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 781 |
Error | design | VisibilityModifier | Variable 'encodedRegionName' must be private and have accessor methods. | 782 |
Error | design | VisibilityModifier | Variable 'writers' must be private and have accessor methods. | 877 |
Error | design | VisibilityModifier | Variable 'regionMaximumEditLogSeqNum' must be private and have accessor methods. | 880 |
Error | design | VisibilityModifier | Variable 'writerThreads' must be private and have accessor methods. | 883 |
Error | design | VisibilityModifier | Variable 'blacklistedRegions' must be private and have accessor methods. | 886 |
Error | design | VisibilityModifier | Variable 'closeAndCleanCompleted' must be private and have accessor methods. | 889 |
Error | design | VisibilityModifier | Variable 'writersClosed' must be private and have accessor methods. | 891 |
Error | design | VisibilityModifier | Variable 'numThreads' must be private and have accessor methods. | 893 |
Error | design | VisibilityModifier | Variable 'reporter' must be private and have accessor methods. | 895 |
Error | design | VisibilityModifier | Variable 'skippedEdits' must be private and have accessor methods. | 897 |
Error | design | VisibilityModifier | Variable 'splits' must be private and have accessor methods. | 899 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1199 |
Error | design | VisibilityModifier | Variable 'editsWritten' must be private and have accessor methods. | 1296 |
Error | design | VisibilityModifier | Variable 'nanosSpent' must be private and have accessor methods. | 1298 |
Error | design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 1314 |
Error | design | VisibilityModifier | Variable 'w' must be private and have accessor methods. | 1315 |
Error | misc | UpperEll | Should use uppercase 'L'. | 1422 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1447 |
Error | misc | UpperEll | Should use uppercase 'L'. | 1563 |
Error | design | VisibilityModifier | Variable 'sink' must be private and have accessor methods. | 1857 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 1885 |
Error | design | VisibilityModifier | Variable 'mutation' must be private and have accessor methods. | 1886 |
Error | design | VisibilityModifier | Variable 'nonceGroup' must be private and have accessor methods. | 1887 |
Error | design | VisibilityModifier | Variable 'nonce' must be private and have accessor methods. | 1888 |
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'. | 56 |
Error | misc | UpperEll | Should use uppercase 'L'. | 58 |
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/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. | 147 |
Error | design | VisibilityModifier | Variable 'entryStart' must be private and have accessor methods. | 148 |
Error | blocks | EmptyBlock | Must have at least one statement. | 265 |
Error | blocks | EmptyBlock | Must have at least one statement. | 267 |
Error | blocks | EmptyBlock | Must have at least one statement. | 285 |
Error | blocks | EmptyBlock | Must have at least one statement. | 287 |
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.*. | 27 |
Error | design | VisibilityModifier | Variable 'wal' must be private and have accessor methods. | 69 |
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. | 38 |
org/apache/hadoop/hbase/replication/ReplicationEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'entries' must be private and have accessor methods. | 131 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 132 |
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. | 43 |
Error | design | VisibilityModifier | Variable 'replicationZNode' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'peersZNode' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'queuesZNode' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'ourClusterKey' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'zookeeper' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'abortable' must be private and have accessor methods. | 54 |
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). | 37 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 51 |
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 | blocks | EmptyBlock | Must have at least one statement. | 741 |
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'. | 58 |
Error | misc | UpperEll | Should use uppercase 'L'. | 60 |
Error | misc | UpperEll | Should use uppercase 'L'. | 61 |
Error | misc | UpperEll | Should use uppercase 'L'. | 62 |
Error | misc | UpperEll | Should use uppercase 'L'. | 65 |
Error | misc | UpperEll | Should use uppercase 'L'. | 66 |
Error | misc | UpperEll | Should use uppercase 'L'. | 67 |
Error | misc | UpperEll | Should use uppercase 'L'. | 68 |
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/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 171 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. | 700 |
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. | 125 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 126 |
Error | design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 127 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 197 |
Error | design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 198 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 199 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 200 |
Error | design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 201 |
Error | design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 202 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 203 |
Error | design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 204 |
Error | design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 205 |
Error | design | VisibilityModifier | Variable 'ifMissing' must be private and have accessor methods. | 206 |
Error | design | VisibilityModifier | Variable 'latestVersion' must be private and have accessor methods. | 207 |
Error | design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 208 |
Error | design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 209 |
Error | design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 210 |
Error | design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 211 |
Error | design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 212 |
Error | design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 213 |
Error | design | VisibilityModifier | Variable 'prefixes' must be private and have accessor methods. | 214 |
Error | design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 215 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 740 |
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). | 41 |
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). | 51 |
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). | 58 |
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. | 29 |
Error | design | VisibilityModifier | Variable 'saslQop' must be private and have accessor methods. | 41 |
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. | 26 |
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. | 60 |
Error | design | FinalClass | Class SecureHadoopUser should be declared as final. | 285 |
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. | 57 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 263 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 268 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 276 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 277 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 328 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 332 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 333 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 341 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 342 |
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. | 710 |
org/apache/hadoop/hbase/security/access/AccessController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.coprocessor.MasterObserver. | 69 |
Error | design | VisibilityModifier | Variable 'authManager' must be private and have accessor methods. | 164 |
Error | design | VisibilityModifier | Variable 'aclRegion' must be private and have accessor methods. | 167 |
Error | design | VisibilityModifier | Variable 'cellFeaturesEnabled' must be private and have accessor methods. | 186 |
Error | design | VisibilityModifier | Variable 'shouldCheckExecPermission' must be private and have accessor methods. | 189 |
Error | design | VisibilityModifier | Variable 'compatibleEarlyTermination' must be private and have accessor methods. | 193 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 411 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 511 |
Error | sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 612 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1189 |
Error | coding | EmptyStatement | Empty statement. | 1365 |
Error | coding | EmptyStatement | Empty statement. | 1391 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 1875 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2003 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2054 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2108 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 2164 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 2248 |
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.io.ObjectWritable. | 95 |
Error | design | VisibilityModifier | Variable 'declaredClass' must be private and have accessor methods. | 349 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 375 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 394 |
Error | blocks | EmptyBlock | Must have at least one statement. | 496 |
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. | 59 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 80 |
org/apache/hadoop/hbase/security/access/SecureBulkLoadEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 437 |
Error | blocks | EmptyBlock | Must have at least one statement. | 438 |
org/apache/hadoop/hbase/security/access/TableAuthManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class TableAuthManager should be declared as final. | 47 |
Error | design | VisibilityModifier | Variable 'managerMap' must be private and have accessor methods. | 735 |
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. | 50 |
Error | design | VisibilityModifier | Variable 'aclZNode' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'initialized' must be private and have accessor methods. | 52 |
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. | 39 |
Error | design | VisibilityModifier | Variable 'keyId' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'issueDate' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'expirationDate' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'sequenceNumber' must be private and have accessor methods. | 43 |
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). | 104 |
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. | 89 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 325 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 540 |
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. | 51 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 141 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 142 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 187 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 188 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 237 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 238 |
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 | sizes | LineLength | Line is longer than 100 characters (found 101). | 182 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 192 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 235 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 249 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 740 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1028 |
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). | 61 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 62 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 86 |
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. | 73 |
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. | 517 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 540 |
Error | sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 807 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 886 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 990 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 991 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 992 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 993 |
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). | 718 |
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). | 111 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 163 |
Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 287 |
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. | 63 |
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. | 56 |
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. | 302 |
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. | 35 |
Error | design | VisibilityModifier | Variable 'thriftTwo' must be private and have accessor methods. | 39 |
org/apache/hadoop/hbase/thrift/MetricsThriftServerSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 27 |
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). | 137 |
Error | design | VisibilityModifier | Variable 'tserver' must be private and have accessor methods. | 157 |
Error | design | VisibilityModifier | Variable 'option' must be private and have accessor methods. | 176 |
Error | design | VisibilityModifier | Variable 'isAlwaysFramed' must be private and have accessor methods. | 177 |
Error | design | VisibilityModifier | Variable 'serverClass' must be private and have accessor methods. | 178 |
Error | design | VisibilityModifier | Variable 'canSpecifyBindIP' must be private and have accessor methods. | 179 |
Error | sizes | MethodLength | Method length is 162 lines (max allowed is 150). | 330 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 532 |
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 533 |
Error | design | VisibilityModifier | Variable 'nextScannerId' must be private and have accessor methods. | 536 |
Error | design | VisibilityModifier | Variable 'scannerMap' must be private and have accessor methods. | 537 |
Error | design | VisibilityModifier | Variable 'coalescer' must be private and have accessor methods. | 550 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 763 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 808 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 851 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1244 |
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). | 88 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 91 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 134 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 135 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 136 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 222 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 223 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 260 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 261 |
Error | sizes | MethodLength | Method length is 162 lines (max allowed is 150). | 295 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 302 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 440 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 442 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 444 |
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 'config' must be private and have accessor methods. | 328 |
Error | design | VisibilityModifier | Variable 'admin' must be private and have accessor methods. | 329 |
Error | design | VisibilityModifier | Variable 'targets' must be private and have accessor methods. | 330 |
Error | design | VisibilityModifier | Variable 'useRegExp' must be private and have accessor methods. | 331 |
Error | design | VisibilityModifier | Variable 'initialized' must be private and have accessor methods. | 332 |
Error | design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 334 |
Error | design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 335 |
Error | design | VisibilityModifier | Variable 'sink' must be private and have accessor methods. | 336 |
Error | blocks | EmptyBlock | Must have at least one statement. | 640 |
Error | blocks | EmptyBlock | Must have at least one statement. | 656 |
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. | 1117 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1167 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1391 |
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/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 | imports | UnusedImports | Unused import - java.io.DataInput. | 20 |
Error | misc | UpperEll | Should use uppercase 'L'. | 192 |
Error | misc | UpperEll | Should use uppercase 'L'. | 194 |
Error | misc | UpperEll | Should use uppercase 'L'. | 195 |
Error | misc | UpperEll | Should use uppercase 'L'. | 200 |
Error | misc | UpperEll | Should use uppercase 'L'. | 206 |
Error | misc | UpperEll | Should use uppercase 'L'. | 207 |
Error | misc | UpperEll | Should use uppercase 'L'. | 212 |
Error | misc | UpperEll | Should use uppercase 'L'. | 284 |
Error | misc | UpperEll | Should use uppercase 'L'. | 297 |
Error | misc | UpperEll | Should use uppercase 'L'. | 297 |
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. | 29 |
org/apache/hadoop/hbase/util/Bytes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.ImmutableBytesWritable. | 46 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 62 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 432 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 434 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 437 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 459 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 459 |
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. | 33 |
org/apache/hadoop/hbase/util/ChecksumType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'LOG' must be private and have accessor methods. | 131 |
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. | 35 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 36 |
Error | design | VisibilityModifier | Variable 'currentComponent' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'indexWithinComponent' must be private and have accessor methods. | 137 |
Error | design | VisibilityModifier | Variable 'nextWasCalled' must be private and have accessor methods. | 138 |
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 | imports | UnusedImports | Unused import - java.nio.channels.ClosedByInterruptException. | 23 |
Error | design | FinalClass | Class ExceptionUtil should be declared as final. | 34 |
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 | sizes | LineLength | Line is longer than 100 characters (found 130). | 227 |
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. | 75 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 245 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 557 |
Error | blocks | EmptyBlock | Must have at least one statement. | 683 |
Error | blocks | EmptyBlock | Must have at least one statement. | 695 |
Error | blocks | EmptyBlock | Must have at least one statement. | 834 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 882 |
Error | blocks | EmptyBlock | Must have at least one statement. | 914 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1264 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1318 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 1348 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1378 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 1394 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 1428 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 1439 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 1453 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1544 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1812 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 1814 |
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 | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos. | 98 |
Error | imports | UnusedImports | Unused import - com.google.common.annotations.VisibleForTesting. | 124 |
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). | 304 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 382 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 573 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 606 |
Error | design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 616 |
Error | design | VisibilityModifier | Variable 'metaFirstKey' must be private and have accessor methods. | 617 |
Error | design | VisibilityModifier | Variable 'metaLastKey' must be private and have accessor methods. | 618 |
Error | design | VisibilityModifier | Variable 'storesFirstKey' must be private and have accessor methods. | 619 |
Error | design | VisibilityModifier | Variable 'storesLastKey' must be private and have accessor methods. | 620 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 622 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 790 |
Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 806 |
Error | blocks | EmptyBlock | Must have at least one statement. | 881 |
Error | design | VisibilityModifier | Variable 'ioe' must be private and have accessor methods. | 990 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1135 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1165 |
Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 1168 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1179 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1233 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1704 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1725 |
Error | sizes | MethodLength | Method length is 215 lines (max allowed is 150). | 1843 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 2067 |
Error | design | VisibilityModifier | Variable 'overlapgroup' must be private and have accessor methods. | 2228 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 2247 |
Error | design | VisibilityModifier | Variable 'deployedOn' must be private and have accessor methods. | 2248 |
Error | design | VisibilityModifier | Variable 'backwards' must be private and have accessor methods. | 2251 |
Error | design | VisibilityModifier | Variable 'sidelinedRegions' must be private and have accessor methods. | 2254 |
Error | design | VisibilityModifier | Variable 'sc' must be private and have accessor methods. | 2257 |
Error | design | VisibilityModifier | Variable 'htds' must be private and have accessor methods. | 2260 |
Error | design | VisibilityModifier | Variable 'overlapGroups' must be private and have accessor methods. | 2263 |
Error | design | VisibilityModifier | Variable 'regionsFromMeta' must be private and have accessor methods. | 2267 |
Error | design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 2323 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 2395 |
Error | design | VisibilityModifier | Variable 'fixOverlaps' must be private and have accessor methods. | 2397 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 2451 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2492 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 2559 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 2984 |
Error | design | VisibilityModifier | Variable 'countRecord' must be private and have accessor methods. | 3010 |
Error | design | VisibilityModifier | Variable 'comp' must be private and have accessor methods. | 3013 |
Error | design | VisibilityModifier | Variable 'regionServer' must be private and have accessor methods. | 3088 |
Error | design | VisibilityModifier | Variable 'modTime' must be private and have accessor methods. | 3089 |
Error | design | VisibilityModifier | Variable 'splitA' must be private and have accessor methods. | 3090 |
Error | design | VisibilityModifier | Variable 'splitB' must be private and have accessor methods. | 3090 |
Error | design | VisibilityModifier | Variable 'hri' must be private and have accessor methods. | 3139 |
Error | design | VisibilityModifier | Variable 'hdfsRegionDir' must be private and have accessor methods. | 3140 |
Error | design | VisibilityModifier | Variable 'hdfsRegionDirModTime' must be private and have accessor methods. | 3141 |
Error | design | VisibilityModifier | Variable 'hdfsRegioninfoFilePresent' must be private and have accessor methods. | 3142 |
Error | design | VisibilityModifier | Variable 'hdfsOnlyEdits' must be private and have accessor methods. | 3143 |
Error | design | VisibilityModifier | Variable 'hri' must be private and have accessor methods. | 3150 |
Error | design | VisibilityModifier | Variable 'hsa' must be private and have accessor methods. | 3151 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 3188 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 3189 |
Error | sizes | LineLength | Line is longer than 100 characters (found 137). | 3378 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 3385 |
Error | design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 3415 |
Error | design | VisibilityModifier | Variable 'errorTables' must be private and have accessor methods. | 3418 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 3585 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 3950 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 3985 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 3989 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 3991 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 3993 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 3996 |
Error | sizes | LineLength | Line is longer than 100 characters (found 145). | 3999 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 4000 |
Error | sizes | LineLength | Line is longer than 100 characters (found 179). | 4001 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 4010 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 4011 |
Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 4022 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 4026 |
Error | sizes | MethodLength | Method length is 218 lines (max allowed is 150). | 4065 |
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. | 44 |
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 | whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 121 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 138 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 227 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 237 |
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. | 127 |
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. | 61 |
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. | 1737 |
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. | 280 |
Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 400 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 411 |
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. | 78 |
org/apache/hadoop/hbase/util/ProtoUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 41 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 45 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 49 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 53 |
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/VersionInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
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 | design | VisibilityModifier | Variable 'expireTimeout' must be private and have accessor methods. | 40 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 63 |
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. | 55 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 83 |
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. | 129 |
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 | imports | UnusedImports | Unused import - java.net.InetAddress. | 23 |
Error | imports | UnusedImports | Unused import - java.net.UnknownHostException. | 24 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.util.StringUtils. | 35 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 180 |
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. | 34 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 41 |
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. | 42 |
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. | 86 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 814 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 845 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 945 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1204 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1314 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1341 |
Error | design | FinalClass | Class CreateAndFailSilent should be declared as final. | 1410 |
Error | design | FinalClass | Class DeleteNodeFailSilent should be declared as final. | 1442 |
Error | design | FinalClass | Class SetData should be declared as final. | 1464 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1613 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1688 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 1909 |
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 | design | VisibilityModifier | Variable 'abortable' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'saslLatch' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'metaServerZNode' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'rsZNode' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'drainingZNode' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'backupMasterAddressesZNode' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'clusterStateZNode' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'assignmentZNode' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'tableZNode' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'clusterIdZNode' must be private and have accessor methods. | 102 |
Error | design | VisibilityModifier | Variable 'splitLogZNode' must be private and have accessor methods. | 104 |
Error | design | VisibilityModifier | Variable 'balancerZNode' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'tableLockZNode' must be private and have accessor methods. | 108 |
Error | design | VisibilityModifier | Variable 'recoveringRegionsZNode' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'namespaceZNode' must be private and have accessor methods. | 112 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 325 |
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/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. | 71 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 77 |
org/apache/hadoop/metrics2/lib/MetricMutableQuantiles.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'previousSnapshot' must be private and have accessor methods. | 60 |
Error | sizes | LineLength | Line is longer than 100 characters (found 139). | 130 |
Error | design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 133 |
org/apache/hadoop/metrics2/lib/MetricsExecutorImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 141). | 30 |
Error | sizes | LineLength | Line is longer than 100 characters (found 146). | 50 |
Error | design | FinalClass | Class ThreadPoolExecutorThreadFactory should be declared as final. | 53 |
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. | 72 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 283 |
Error | design | VisibilityModifier | Variable 'g' must be private and have accessor methods. | 291 |
Error | design | VisibilityModifier | Variable 'delta' must be private and have accessor methods. | 297 |
test-classes/log4j.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 |
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). | 25 |