Checkstyle Results
The following document contains the results of Checkstyle 5.7.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
1621 | 0 | 0 | 3123 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
annotation | MissingDeprecated | 174 | Error |
blocks | EmptyBlock | 83 | Error |
coding | EmptyStatement | 6 | Error |
EqualsHashCode | 8 | Error | |
InnerAssignment | 55 | Error | |
MissingSwitchDefault | 15 | Error | |
NoFinalizer | 1 | Error | |
design | FinalClass | 53 | Error |
HideUtilityClassConstructor | 109 | Error | |
InterfaceIsType | 5 | Error | |
VisibilityModifier | 1747 | Error | |
imports | AvoidStarImport | 9 | Error |
RedundantImport | 44 | Error | |
UnusedImports | 92 | Error | |
misc | ArrayTypeStyle | 46 | Error |
UpperEll | 46 | Error | |
sizes | LineLength
|
421 | Error |
MethodLength | 37 | Error | |
whitespace | FileTabCharacter | 10 | Error |
MethodParamPad | 66 | Error | |
ParenPad | 95 | Error |
Details
maven-archiver/pom.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
org/apache/hadoop/hbase/AuthUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class AuthUtil should be declared as final. | 37 |
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. | 42 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 208 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 268 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 605 |
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/CoordinatedStateManagerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
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. | 46 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 59 |
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/HConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 157 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 187 |
Error | design | VisibilityModifier | Variable 'HBASE_META_VERSIONS' must be private and have accessor methods. | 728 |
Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_META_VERSIONS' must be private and have accessor methods. | 733 |
Error | design | VisibilityModifier | Variable 'HBASE_META_BLOCK_SIZE' must be private and have accessor methods. | 738 |
Error | design | VisibilityModifier | Variable 'DEFAULT_HBASE_META_BLOCK_SIZE' must be private and have accessor methods. | 743 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 772 |
org/apache/hadoop/hbase/HRegionInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 107 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 920 |
org/apache/hadoop/hbase/HRegionLocation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 107 |
org/apache/hadoop/hbase/HTableDescriptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 176 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 351 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 361 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 768 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 774 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1522 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1583 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1589 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1599 |
org/apache/hadoop/hbase/HealthChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 108 |
org/apache/hadoop/hbase/JMXListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.CoprocessorEnvironment. | 24 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 25 |
org/apache/hadoop/hbase/KeyValue.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'bytes' must be private and have accessor methods. | 273 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 274 |
Error | design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 275 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1528 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1542 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1569 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1587 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1600 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1615 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 2579 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2696 |
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 | imports | UnusedImports | Unused import - java.io.DataInput. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 574 |
org/apache/hadoop/hbase/LocalHBaseCluster.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 115 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 462 |
org/apache/hadoop/hbase/MetaMigrationConvertingToPB.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
org/apache/hadoop/hbase/MetaMutationAnnotation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 35 |
org/apache/hadoop/hbase/MetaTableAccessor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 73 |
Error | blocks | EmptyBlock | Must have at least one statement. | 246 |
Error | design | VisibilityModifier | Variable 'results' must be private and have accessor methods. | 853 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 889 |
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. | 39 |
org/apache/hadoop/hbase/RegionLocations.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
org/apache/hadoop/hbase/RegionTransition.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class RegionTransition should be declared as final. | 38 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 107 |
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/ScheduledChore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.concurrent.ScheduledThreadPoolExecutor. | 21 |
org/apache/hadoop/hbase/ServerLoad.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'serverLoad' must be private and have accessor methods. | 86 |
org/apache/hadoop/hbase/ServerName.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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/TableExistsException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TableInfoMissingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 37 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 37 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 41 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 41 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 45 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 45 |
org/apache/hadoop/hbase/TableName.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 179 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 184 |
org/apache/hadoop/hbase/TableNotDisabledException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TableNotEnabledException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TableNotFoundException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.TableName. | 23 |
org/apache/hadoop/hbase/TagRewriteCell.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 109 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 154 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 160 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 166 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 172 |
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/LongTermArchivingHFileCleaner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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/classification/InterfaceAudience.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class InterfaceAudience should be declared as final. | 45 |
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. | 33 |
org/apache/hadoop/hbase/classification/tools/IncludePublicAnnotationsStandardDoclet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
org/apache/hadoop/hbase/classification/tools/RootDocProcessor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
Error | design | VisibilityModifier | Variable 'stability' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'treatUnannotatedClassesAsPrivate' must be private and have accessor methods. | 53 |
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 |
org/apache/hadoop/hbase/client/AbstractClientScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'scanMetrics' must be private and have accessor methods. | 32 |
Error | design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 84 |
org/apache/hadoop/hbase/client/Append.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 144 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 160 |
org/apache/hadoop/hbase/client/AsyncProcess.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'result' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'callCount' must be private and have accessor methods. | 173 |
Error | design | VisibilityModifier | Variable 'replicaErrors' must be private and have accessor methods. | 176 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 186 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 188 |
Error | design | VisibilityModifier | Variable 'rpcCallerFactory' must be private and have accessor methods. | 189 |
Error | design | VisibilityModifier | Variable 'rpcFactory' must be private and have accessor methods. | 190 |
Error | design | VisibilityModifier | Variable 'globalErrors' must be private and have accessor methods. | 191 |
Error | design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 192 |
Error | design | VisibilityModifier | Variable 'tasksInProgress' must be private and have accessor methods. | 194 |
Error | design | VisibilityModifier | Variable 'taskCounterPerRegion' must be private and have accessor methods. | 195 |
Error | design | VisibilityModifier | Variable 'taskCounterPerServer' must be private and have accessor methods. | 197 |
Error | design | VisibilityModifier | Variable 'maxTotalConcurrentTasks' must be private and have accessor methods. | 206 |
Error | design | VisibilityModifier | Variable 'maxConcurrentTasksPerRegion' must be private and have accessor methods. | 214 |
Error | design | VisibilityModifier | Variable 'maxConcurrentTasksPerServer' must be private and have accessor methods. | 219 |
Error | design | VisibilityModifier | Variable 'pause' must be private and have accessor methods. | 220 |
Error | design | VisibilityModifier | Variable 'numTries' must be private and have accessor methods. | 221 |
Error | design | VisibilityModifier | Variable 'serverTrackerTimeout' must be private and have accessor methods. | 222 |
Error | design | VisibilityModifier | Variable 'timeout' must be private and have accessor methods. | 223 |
Error | design | VisibilityModifier | Variable 'primaryCallTimeoutMicroseconds' must be private and have accessor methods. | 224 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 266 |
Error | sizes | LineLength | Line is longer than 100 characters (found 136). | 338 |
Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 543 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1443 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1485 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1555 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1829 |
org/apache/hadoop/hbase/client/BufferedMutatorImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'writeAsyncBuffer' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'currentWriteBufferSize' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'ap' must be private and have accessor methods. | 76 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 218 |
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. | 34 |
org/apache/hadoop/hbase/client/ClientScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'MAX_BYTE_ARRAY' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'scan' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'closed' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'currentRegion' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'callable' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'cache' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'partialResults' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'partialResultsRow' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'lastCellLoadedToCache' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'caching' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'lastNext' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'lastResult' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'maxScannerResultSize' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'scannerTimeout' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'scanMetricsPublished' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'caller' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'rpcControllerFactory' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 97 |
Error | design | VisibilityModifier | Variable 'primaryOperationTimeout' must be private and have accessor methods. | 103 |
Error | design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 105 |
Error | sizes | MethodLength | Method length is 167 lines (max allowed is 150). | 390 |
Error | blocks | EmptyBlock | Must have at least one statement. | 450 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 463 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 513 |
Error | blocks | EmptyBlock | Must have at least one statement. | 745 |
org/apache/hadoop/hbase/client/ClientSideRegionScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'scanner' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'values' must be private and have accessor methods. | 50 |
org/apache/hadoop/hbase/client/ClientSmallReversedScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.ClientSmallScanner.SmallScannerCallable. | 31 |
org/apache/hadoop/hbase/client/ClusterConnection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 199 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 255 |
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/ConnectionAdapter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 49 |
org/apache/hadoop/hbase/client/ConnectionManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.protobuf.generated.*. | 83 |
Error | design | FinalClass | Class ConnectionManager should be declared as final. | 205 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 290 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 420 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 427 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 440 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 452 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 463 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 487 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 499 |
Error | design | VisibilityModifier | Variable 'rpcTimeout' must be private and have accessor methods. | 562 |
Error | design | VisibilityModifier | Variable 'clusterStatusListener' must be private and have accessor methods. | 572 |
Error | design | VisibilityModifier | Variable 'user' must be private and have accessor methods. | 611 |
Error | design | VisibilityModifier | Variable 'registry' must be private and have accessor methods. | 622 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 747 |
Error | design | VisibilityModifier | Variable 'clusterId' must be private and have accessor methods. | 901 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 941 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1086 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 1440 |
Error | design | VisibilityModifier | Variable 'stub' must be private and have accessor methods. | 1441 |
Error | design | VisibilityModifier | Variable 'userCount' must be private and have accessor methods. | 1442 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1444 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1701 |
Error | design | VisibilityModifier | Variable 'masterServiceState' must be private and have accessor methods. | 1719 |
Error | sizes | MethodLength | Method length is 372 lines (max allowed is 150). | 1730 |
Error | design | VisibilityModifier | Variable 'mss' must be private and have accessor methods. | 1750 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2247 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2263 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2297 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2341 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2346 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2352 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2358 |
Error | coding | NoFinalizer | Avoid using finalizer method. | 2472 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2505 |
Error | design | VisibilityModifier | Variable 'retries' must be private and have accessor methods. | 2710 |
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. | 40 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 116 |
org/apache/hadoop/hbase/client/DelegatingRetryingCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'delegate' must be private and have accessor methods. | 34 |
org/apache/hadoop/hbase/client/Delete.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 435 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 451 |
org/apache/hadoop/hbase/client/FailureInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'numConsecutiveFailures' must be private and have accessor methods. | 35 |
Error | design | VisibilityModifier | Variable 'timeOfFirstFailureMilliSec' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'timeOfLatestAttemptMilliSec' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'exclusivelyRetringInspiteOfFastFail' must be private and have accessor methods. | 45 |
org/apache/hadoop/hbase/client/HBaseAdmin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.net.SocketTimeoutException. | 23 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.RegionException. | 56 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableNotEnabledException. | 62 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 461 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 478 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 3499 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 4082 |
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 | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 202 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 212 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 222 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 241 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 276 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 280 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 298 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 317 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 340 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 344 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 362 |
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. | 404 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 461 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 485 |
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. | 551 |
org/apache/hadoop/hbase/client/HConnectionManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class HConnectionManager should be declared as final. | 85 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 90 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 94 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 114 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 142 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 168 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 194 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 221 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 227 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 233 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 245 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 257 |
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 268 |
org/apache/hadoop/hbase/client/HTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableNotFoundException. | 51 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetTableDescriptorsRequest. | 69 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetTableDescriptorsResponse. | 70 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'mutator' must be private and have accessor methods. | 122 |
Error | design | VisibilityModifier | Variable 'scannerCaching' must be private and have accessor methods. | 125 |
Error | design | VisibilityModifier | Variable 'scannerMaxResultSize' must be private and have accessor methods. | 126 |
Error | design | VisibilityModifier | Variable 'multiAp' must be private and have accessor methods. | 135 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 179 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 622 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 941 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 995 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1401 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1512 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1742 |
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. | 184 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 225 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 233 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 253 |
Error | design | VisibilityModifier | Variable 'regionInfo' must be private and have accessor methods. | 378 |
Error | design | VisibilityModifier | Variable 'put' must be private and have accessor methods. | 379 |
Error | design | VisibilityModifier | Variable 'retryCount' must be private and have accessor methods. | 380 |
Error | misc | UpperEll | Should use uppercase 'L'. | 419 |
org/apache/hadoop/hbase/client/HTablePool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Missing a Javadoc comment. | 229 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 231 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 391 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 410 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 581 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 584 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 638 |
org/apache/hadoop/hbase/client/HTableUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 43 |
Error | sizes | LineLength | Line is longer than 100 characters (found 132). | 44 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 46 |
Error | sizes | LineLength | Line is longer than 100 characters (found 132). | 48 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 49 |
Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 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 134). | 73 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 75 |
Error | sizes | LineLength | Line is longer than 100 characters (found 132). | 78 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 79 |
Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 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 112). | 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 112). | 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/HTableWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class HTableWrapper should be declared as final. | 56 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 113 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 136 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 252 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 268 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 271 |
org/apache/hadoop/hbase/client/Increment.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 308 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 324 |
org/apache/hadoop/hbase/client/MasterCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 29 |
Error | design | VisibilityModifier | Variable 'master' must be private and have accessor methods. | 30 |
org/apache/hadoop/hbase/client/MetaCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 270 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 403 |
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. | 57 |
org/apache/hadoop/hbase/client/MetricsConnection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'callTimer' must be private and have accessor methods. | 108 |
Error | design | VisibilityModifier | Variable 'reqHist' must be private and have accessor methods. | 109 |
Error | design | VisibilityModifier | Variable 'respHist' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 140 |
Error | design | VisibilityModifier | Variable 'memstoreLoadHist' must be private and have accessor methods. | 141 |
Error | design | VisibilityModifier | Variable 'heapOccupancyHist' must be private and have accessor methods. | 142 |
Error | design | VisibilityModifier | Variable 'normalRunners' must be private and have accessor methods. | 160 |
Error | design | VisibilityModifier | Variable 'delayRunners' must be private and have accessor methods. | 161 |
Error | design | VisibilityModifier | Variable 'delayIntevalHist' must be private and have accessor methods. | 162 |
Error | design | VisibilityModifier | Variable 'serverStats' must be private and have accessor methods. | 184 |
Error | design | VisibilityModifier | Variable 'metaCacheHits' must be private and have accessor methods. | 254 |
Error | design | VisibilityModifier | Variable 'metaCacheMisses' must be private and have accessor methods. | 255 |
Error | design | VisibilityModifier | Variable 'getTracker' must be private and have accessor methods. | 256 |
Error | design | VisibilityModifier | Variable 'scanTracker' must be private and have accessor methods. | 257 |
Error | design | VisibilityModifier | Variable 'appendTracker' must be private and have accessor methods. | 258 |
Error | design | VisibilityModifier | Variable 'deleteTracker' must be private and have accessor methods. | 259 |
Error | design | VisibilityModifier | Variable 'incrementTracker' must be private and have accessor methods. | 260 |
Error | design | VisibilityModifier | Variable 'putTracker' must be private and have accessor methods. | 261 |
Error | design | VisibilityModifier | Variable 'multiTracker' must be private and have accessor methods. | 262 |
Error | design | VisibilityModifier | Variable 'runnerStats' must be private and have accessor methods. | 263 |
Error | design | VisibilityModifier | Variable 'rpcTimers' must be private and have accessor methods. | 270 |
Error | design | VisibilityModifier | Variable 'rpcHistograms' must be private and have accessor methods. | 272 |
org/apache/hadoop/hbase/client/MultiAction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 41 |
org/apache/hadoop/hbase/client/MultiServerCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 103 |
org/apache/hadoop/hbase/client/Mutation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'row' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'ts' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'durability' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'familyMap' must be private and have accessor methods. | 97 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 203 |
org/apache/hadoop/hbase/client/PreemptiveFastFailInterceptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'fastFailThresholdMilliSec' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'repeatedFailuresMap' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'failureMapCleanupIntervalMilliSec' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'lastFailureMapCleanupTimeMilliSec' must be private and have accessor methods. | 93 |
org/apache/hadoop/hbase/client/Put.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 485 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 501 |
org/apache/hadoop/hbase/client/Query.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'targetReplicaId' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'consistency' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'colFamTimeRangeMap' must be private and have accessor methods. | 45 |
org/apache/hadoop/hbase/client/RegionAdminServiceCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'rpcControllerFactory' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'stub' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'row' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'replicaId' must be private and have accessor methods. | 51 |
org/apache/hadoop/hbase/client/RegionReplicaUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/client/RegionServerCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'row' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 50 |
org/apache/hadoop/hbase/client/RegistryFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/client/Result.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 37 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 62 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 99 |
Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 117 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 211 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 321 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 688 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 695 |
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/ReversedScannerCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 27 |
Error | imports | RedundantImport | Duplicate import to line 26 - org.apache.hadoop.hbase.classification.InterfaceAudience. | 33 |
Error | design | VisibilityModifier | Variable 'locateStartRow' must be private and have accessor methods. | 49 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 77 |
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 84 |
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/RpcRetryingCallerWithReadReplicas.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.concurrent.Executor. | 50 |
Error | imports | UnusedImports | Unused import - java.util.concurrent.RunnableFuture. | 53 |
Error | imports | UnusedImports | Unused import - java.util.concurrent.TimeoutException. | 55 |
Error | design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'cConnection' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'get' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'timeBeforeReplicas' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 102 |
org/apache/hadoop/hbase/client/Scan.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 122 |
org/apache/hadoop/hbase/client/ScannerCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'scannerId' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'instantiated' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'closed' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'renew' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'cConnection' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'scanMetrics' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'serverHasMoreResultsContext' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'serverHasMoreResults' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'heartbeatMessage' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'isRegionServerRemote' must be private and have accessor methods. | 101 |
Error | design | VisibilityModifier | Variable 'controllerFactory' must be private and have accessor methods. | 103 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 104 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 127 |
org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'currentScannerCallable' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'replicaSwitched' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'cConnection' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'timeBeforeReplicas' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'callable' must be private and have accessor methods. | 335 |
Error | design | VisibilityModifier | Variable 'caller' must be private and have accessor methods. | 336 |
org/apache/hadoop/hbase/client/ServerStatisticTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.Map. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 53 |
org/apache/hadoop/hbase/client/Table.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 501 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 513 |
org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 126 |
org/apache/hadoop/hbase/client/ZooKeeperRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'hci' must be private and have accessor methods. | 43 |
org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Duplicate import to line 35 - org.apache.hadoop.hbase.classification.InterfaceAudience. | 40 |
Error | design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 144 |
Error | design | VisibilityModifier | Variable 'sumVal' must be private and have accessor methods. | 373 |
Error | design | VisibilityModifier | Variable 'sum' must be private and have accessor methods. | 438 |
Error | design | VisibilityModifier | Variable 'rowCount' must be private and have accessor methods. | 439 |
Error | misc | UpperEll | Should use uppercase 'L'. | 439 |
Error | design | VisibilityModifier | Variable 'rowCountVal' must be private and have accessor methods. | 535 |
Error | misc | UpperEll | Should use uppercase 'L'. | 535 |
Error | design | VisibilityModifier | Variable 'sumVal' must be private and have accessor methods. | 536 |
Error | design | VisibilityModifier | Variable 'sumSqVal' must be private and have accessor methods. | 536 |
Error | design | VisibilityModifier | Variable 'sumVal' must be private and have accessor methods. | 653 |
Error | design | VisibilityModifier | Variable 'sumWeights' must be private and have accessor methods. | 653 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 806 |
org/apache/hadoop/hbase/client/coprocessor/Batch.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 39 |
Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 45 |
Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 62 |
Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 68 |
org/apache/hadoop/hbase/client/coprocessor/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 | RedundantImport | Duplicate import to line 23 - java.io.IOException. | 41 |
Error | imports | RedundantImport | Duplicate import to line 24 - java.util.ArrayList. | 42 |
Error | imports | RedundantImport | Duplicate import to line 25 - java.util.List. | 43 |
org/apache/hadoop/hbase/client/coprocessor/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 146). | 54 |
Error | sizes | LineLength | Line is longer than 100 characters (found 200). | 55 |
Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 75 |
Error | sizes | LineLength | Line is longer than 100 characters (found 206). | 76 |
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 135). | 138 |
Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 143 |
Error | sizes | LineLength | Line is longer than 100 characters (found 132). | 149 |
Error | sizes | LineLength | Line is longer than 100 characters (found 169). | 190 |
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. | 50 |
Error | design | VisibilityModifier | Variable 'countOfRemoteRPCcalls' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'sumOfMillisSecBetweenNexts' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'countOfNSRE' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'countOfBytesInResults' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'countOfBytesInRemoteResults' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'countOfRegions' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'countOfRPCRetries' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'countOfRemoteRPCRetries' must be private and have accessor methods. | 90 |
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'countOfRowsFiltered' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'countOfRowsScanned' must be private and have accessor methods. | 63 |
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. | 181 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 443 |
org/apache/hadoop/hbase/codec/BaseDecoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'in' must be private and have accessor methods. | 40 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 70 |
org/apache/hadoop/hbase/codec/BaseEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 34 |
Error | design | VisibilityModifier | Variable 'flushed' must be private and have accessor methods. | 36 |
org/apache/hadoop/hbase/codec/KeyValueCodec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 27 |
org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 27 |
org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeBlockMeta.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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). | 58 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 154 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 158 |
Error | design | VisibilityModifier | Variable 'builder' must be private and have accessor methods. | 179 |
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. | 50 |
Error | design | VisibilityModifier | Variable 'includeMvccVersion' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'ptSearcher' must be private and have accessor methods. | 52 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 368 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 409 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 415 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 421 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 427 |
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. | 45 |
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 | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'beforeFirst' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'afterLast' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'rowNodes' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'rowNodeStackIndex' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'currentRowNode' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'familyReader' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'qualifierReader' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'tagsReader' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'timestampDecoder' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'mvccVersionDecoder' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'nubCellsRemain' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'currentCellIndex' must be private and have accessor methods. | 62 |
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()'. | 200 |
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. | 51 |
Error | design | VisibilityModifier | Variable 'includeMvccVersion' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'rowBuffer' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'rowLength' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'familyBuffer' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'familyOffset' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'familyLength' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'qualifierBuffer' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'qualifierOffset' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'qualifierLength' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'mvccVersion' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'absoluteValueOffset' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'valueLength' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'tagsBuffer' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'tagsOffset' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'tagsLength' must be private and have accessor methods. | 76 |
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. | 52 |
Error | design | VisibilityModifier | Variable 'blockMeta' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'tokenLength' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'token' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'parentStartPosition' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'nodeType' must be private and have accessor methods. | 58 |
org/apache/hadoop/hbase/codec/prefixtree/encode/column/ColumnSectionWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 108 |
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 |
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. | 49 |
Error | design | VisibilityModifier | Variable 'lastNodeId' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'nodes' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'numNodes' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'root' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'tokens' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'tokensLength' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'maxElementLength' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'treeDepth' must be private and have accessor methods. | 59 |
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. | 69 |
Error | design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'nodeDepth' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'tokenStartOffset' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'token' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'numOccurrences' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'children' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'firstInsertionIndex' must be private and have accessor methods. | 123 |
Error | design | VisibilityModifier | Variable 'negativeIndex' must be private and have accessor methods. | 129 |
Error | design | VisibilityModifier | Variable 'outputArrayOffset' must be private and have accessor methods. | 135 |
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/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 32 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 33 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 34 |
Error | sizes | LineLength | Line is longer than 100 characters (found 122). | 36 |
Error | sizes | LineLength | Line is longer than 100 characters (found 136). | 40 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 42 |
Error | sizes | LineLength | Line is longer than 100 characters (found 146). | 44 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 45 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 46 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 53 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 54 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 55 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 57 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 61 |
Error | sizes | LineLength | Line is longer than 100 characters (found 140). | 62 |
Error | sizes | LineLength | Line is longer than 100 characters (found 151). | 63 |
Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 64 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 66 |
Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 69 |
Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 71 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 72 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 73 |
Error | sizes | LineLength | Line is longer than 100 characters (found 134). | 75 |
Error | sizes | LineLength | Line is longer than 100 characters (found 153). | 76 |
Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 77 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 81 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 82 |
Error | sizes | LineLength | Line is longer than 100 characters (found 141). | 83 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 84 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 91 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 93 |
Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 94 |
Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 95 |
Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 96 |
Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 98 |
Error | sizes | LineLength | Line is longer than 100 characters (found 126). | 105 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 106 |
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 109 |
Error | sizes | LineLength | Line is longer than 100 characters (found 133). | 115 |
Error | sizes | LineLength | Line is longer than 100 characters (found 135). | 118 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 120 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 148 |
Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 150 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 152 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 154 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 167 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 171 |
Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 174 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 188 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 191 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 192 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 194 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 203 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 216 |
Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 236 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 248 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 255 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 256 |
Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 257 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 258 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 259 |
org/apache/hadoop/hbase/coordination/ZKSplitLogManagerCoordination.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'details' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'ignoreZKDeleteForTesting' must be private and have accessor methods. | 104 |
Error | blocks | EmptyBlock | Must have at least one statement. | 564 |
org/apache/hadoop/hbase/coordination/ZKSplitTransactionCoordination.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.coordination.SplitTransactionCoordination. | 27 |
org/apache/hadoop/hbase/coordination/ZkCoordinatedStateManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'watcher' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'splitTransactionCoordination' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'closeRegionCoordination' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'splitLogWorkerCoordination' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'splitLogManagerCoordination' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'openRegionCoordination' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'regionMergeCoordination' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/coordination/ZkRegionMergeCoordination.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 193 |
org/apache/hadoop/hbase/coordination/ZkSplitLogWorkerCoordination.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'tasksInProgress' must be private and have accessor methods. | 89 |
Error | blocks | EmptyBlock | Must have at least one statement. | 160 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 222 |
org/apache/hadoop/hbase/coprocessor/AggregateImplementation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 113 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 157 |
Error | blocks | EmptyBlock | Must have at least one statement. | 166 |
Error | misc | UpperEll | Should use uppercase 'L'. | 186 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 212 |
Error | blocks | EmptyBlock | Must have at least one statement. | 221 |
Error | misc | UpperEll | Should use uppercase 'L'. | 237 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 263 |
Error | blocks | EmptyBlock | Must have at least one statement. | 271 |
Error | misc | UpperEll | Should use uppercase 'L'. | 300 |
Error | blocks | EmptyBlock | Must have at least one statement. | 337 |
Error | misc | UpperEll | Should use uppercase 'L'. | 360 |
Error | blocks | EmptyBlock | Must have at least one statement. | 403 |
Error | blocks | EmptyBlock | Must have at least one statement. | 470 |
org/apache/hadoop/hbase/coprocessor/BaseRegionObserver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 298 |
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. | 83 |
Error | design | VisibilityModifier | Variable 'coprocessors' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'pathPrefix' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'loadSequence' must be private and have accessor methods. | 90 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 341 |
Error | design | VisibilityModifier | Variable 'impl' must be private and have accessor methods. | 378 |
Error | design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 380 |
Error | design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 382 |
Error | design | VisibilityModifier | Variable 'openTables' must be private and have accessor methods. | 384 |
org/apache/hadoop/hbase/coprocessor/RegionObserver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 126 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 146 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 351 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 371 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 393 |
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). | 230 |
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 | RedundantImport | Duplicate import to line 36 - org.apache.hadoop.hbase.regionserver.Store. | 41 |
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/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. | 72 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 73 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 145 |
org/apache/hadoop/hbase/filter/DependentColumnFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'columnFamily' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'columnQualifier' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'stampSet' must be private and have accessor methods. | 56 |
org/apache/hadoop/hbase/filter/FamilyFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 144). | 40 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 45 |
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. | 142 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 218 |
org/apache/hadoop/hbase/filter/FilterBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 91 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 133 |
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. | 234 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 416 |
org/apache/hadoop/hbase/filter/FilterWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 44 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 46 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 46 |
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. | 135 |
org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 96 |
org/apache/hadoop/hbase/filter/FuzzyRowFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 200 |
org/apache/hadoop/hbase/filter/InclusiveStopFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 90 |
org/apache/hadoop/hbase/filter/KeyOnlyFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'lenAsVal' must be private and have accessor methods. | 48 |
org/apache/hadoop/hbase/filter/MultipleColumnPrefixFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'hint' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'sortedPrefixes' must be private and have accessor methods. | 44 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 173 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 175 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 179 |
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/RandomRowFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'filterOutRow' must be private and have accessor methods. | 42 |
org/apache/hadoop/hbase/filter/RegexStringComparator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 126 |
org/apache/hadoop/hbase/filter/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 | design | VisibilityModifier | Variable 'columnFamily' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'columnQualifier' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'compareOp' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'foundColumn' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'matchedColumn' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'filterIfMissing' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'latestVersionOnly' must be private and have accessor methods. | 83 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 290 |
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. | 268 |
org/apache/hadoop/hbase/http/HtmlQuoting.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | blocks | EmptyBlock | Must have at least one statement. | 110 |
org/apache/hadoop/hbase/http/HttpRequestLog.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
org/apache/hadoop/hbase/http/HttpServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'webServer' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'appDir' must be private and have accessor methods. | 122 |
Error | design | VisibilityModifier | Variable 'logDir' must be private and have accessor methods. | 123 |
Error | design | FinalClass | Class ListenerInfo should be declared as final. | 125 |
Error | design | VisibilityModifier | Variable 'webAppContext' must be private and have accessor methods. | 140 |
Error | design | VisibilityModifier | Variable 'findPort' must be private and have accessor methods. | 141 |
Error | design | VisibilityModifier | Variable 'defaultContexts' must be private and have accessor methods. | 142 |
Error | design | VisibilityModifier | Variable 'filterNames' must be private and have accessor methods. | 144 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 178 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 180 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 182 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 241 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 250 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 259 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 394 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 400 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 420 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 435 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 441 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 460 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 481 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 895 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 1104 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 1271 |
org/apache/hadoop/hbase/http/InfoServer.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/http/ServerConfigurationKeys.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
org/apache/hadoop/hbase/http/jmx/JMXJsonServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - javax.management.ReflectionException. | 27 |
Error | imports | UnusedImports | Unused import - javax.management.RuntimeErrorException. | 28 |
Error | imports | UnusedImports | Unused import - javax.management.RuntimeMBeanException. | 29 |
Error | imports | UnusedImports | Unused import - javax.management.openmbean.CompositeData. | 30 |
Error | imports | UnusedImports | Unused import - javax.management.openmbean.TabularData. | 31 |
Error | design | VisibilityModifier | Variable 'mBeanServer' must be private and have accessor methods. | 133 |
Error | design | VisibilityModifier | Variable 'jsonBeanWriter' must be private and have accessor methods. | 135 |
org/apache/hadoop/hbase/http/log/LogLevel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 78 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 171 |
Error | coding | EmptyStatement | Empty statement. | 171 |
org/apache/hadoop/hbase/io/BoundedByteBufferPool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'buffers' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'runningAverage' must be private and have accessor methods. | 60 |
org/apache/hadoop/hbase/io/ByteBufferInputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 61 |
org/apache/hadoop/hbase/io/ByteBufferOutputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'buf' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/io/DataOutputOutputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class DataOutputOutputStream should be declared as final. | 29 |
org/apache/hadoop/hbase/io/FSDataInputStreamWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 105 |
Error | blocks | EmptyBlock | Must have at least one statement. | 109 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 130 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 152 |
org/apache/hadoop/hbase/io/FileLink.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 303 |
Error | blocks | EmptyBlock | Must have at least one statement. | 386 |
org/apache/hadoop/hbase/io/HalfStoreFileReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'top' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'splitkey' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'splitCell' must be private and have accessor methods. | 60 |
Error | sizes | MethodLength | Method length is 205 lines (max allowed is 150). | 120 |
Error | design | VisibilityModifier | Variable 'delegate' must be private and have accessor methods. | 125 |
Error | design | VisibilityModifier | Variable 'atEnd' must be private and have accessor methods. | 126 |
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. | 59 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 384 |
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 'currentBuffer' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'tagCompressionContext' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'valueOffset' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'keyLength' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'valueLength' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'lastCommonPrefix' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'tagsLength' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'tagsOffset' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'tagsCompressedLength' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'uncompressTags' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'keyBuffer' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'tagsBuffer' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'memstoreTS' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'nextKvOffset' must be private and have accessor methods. | 99 |
Error | design | VisibilityModifier | Variable 'currentKey' must be private and have accessor methods. | 100 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 281 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 287 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 293 |
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. | 433 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 480 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 486 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 492 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 498 |
Error | design | VisibilityModifier | Variable 'decodingCtx' must be private and have accessor methods. | 524 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 525 |
Error | design | VisibilityModifier | Variable 'samePrefixComparator' must be private and have accessor methods. | 526 |
Error | design | VisibilityModifier | Variable 'currentBuffer' must be private and have accessor methods. | 527 |
Error | design | VisibilityModifier | Variable 'current' must be private and have accessor methods. | 528 |
Error | design | VisibilityModifier | Variable 'previous' must be private and have accessor methods. | 529 |
Error | design | VisibilityModifier | Variable 'tagCompressionContext' must be private and have accessor methods. | 530 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 919 |
Error | design | VisibilityModifier | Variable 'unencodedDataSizeWritten' must be private and have accessor methods. | 948 |
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/DataBlockEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 190 |
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. | 65 |
Error | design | VisibilityModifier | Variable 'familyNameWithSize' must be private and have accessor methods. | 66 |
org/apache/hadoop/hbase/io/encoding/EncodingState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'prevCell' must be private and have accessor methods. | 33 |
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. | 60 |
Error | design | VisibilityModifier | Variable 'SHIFT_TIMESTAMP_LENGTH' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'FLAG_SAME_KEY_LENGTH' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'FLAG_SAME_VALUE_LENGTH' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'FLAG_SAME_TYPE' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'FLAG_SAME_VALUE' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'prevTimestampOffset' must be private and have accessor methods. | 69 |
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/hfile/AbstractHFileReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'dataBlockIndexReader' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'metaBlockIndexReader' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'trailer' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'compressAlgo' must be private and have accessor methods. | 56 |
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. | 278 |
Error | design | VisibilityModifier | Variable 'cacheBlocks' must be private and have accessor methods. | 280 |
Error | design | VisibilityModifier | Variable 'pread' must be private and have accessor methods. | 281 |
Error | design | VisibilityModifier | Variable 'isCompaction' must be private and have accessor methods. | 282 |
Error | design | VisibilityModifier | Variable 'currKeyLen' must be private and have accessor methods. | 284 |
Error | design | VisibilityModifier | Variable 'currValueLen' must be private and have accessor methods. | 285 |
Error | design | VisibilityModifier | Variable 'currMemstoreTSLen' must be private and have accessor methods. | 286 |
Error | design | VisibilityModifier | Variable 'currMemstoreTS' must be private and have accessor methods. | 287 |
Error | design | VisibilityModifier | Variable 'blockFetches' must be private and have accessor methods. | 289 |
Error | design | VisibilityModifier | Variable 'reader' must be private and have accessor methods. | 291 |
org/apache/hadoop/hbase/io/hfile/AbstractHFileWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'lastCell' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'outputStream' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'closeOutputStream' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'fileInfo' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'entryCount' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'totalKeyLength' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'totalValueLength' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'totalUncompressedBytes' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'metaNames' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'metaData' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'firstCellInBlock' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'cacheConf' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 101 |
Error | design | VisibilityModifier | Variable 'blockEncoder' must be private and have accessor methods. | 107 |
Error | design | VisibilityModifier | Variable 'hFileContext' must be private and have accessor methods. | 109 |
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. | 207 |
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 'clazz' must be private and have accessor methods. | 144 |
Error | design | VisibilityModifier | Variable 'GLOBAL_BLOCK_CACHE_INSTANCE' must be private and have accessor methods. | 517 |
Error | design | VisibilityModifier | Variable 'blockCacheDisabled' must be private and have accessor methods. | 521 |
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. | 35 |
org/apache/hadoop/hbase/io/hfile/CombinedBlockCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.hfile.bucket.BucketCache. | 26 |
Error | design | VisibilityModifier | Variable 'lruCache' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'l2Cache' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'combinedCacheStats' must be private and have accessor methods. | 43 |
org/apache/hadoop/hbase/io/hfile/FixedFileTrailer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 127 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 148 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 569 |
org/apache/hadoop/hbase/io/hfile/HFile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 134 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 212 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 213 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 214 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 243 |
Error | design | VisibilityModifier | Variable 'cacheConf' must be private and have accessor methods. | 244 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 245 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 246 |
Error | design | VisibilityModifier | Variable 'ostream' must be private and have accessor methods. | 247 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 248 |
Error | design | VisibilityModifier | Variable 'favoredNodes' must be private and have accessor methods. | 249 |
Error | design | VisibilityModifier | Variable 'shouldDropBehind' must be private and have accessor methods. | 251 |
Error | sizes | LineLength | Line is longer than 100 characters (found 130). | 529 |
Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 531 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 605 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 758 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 759 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 760 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 766 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 767 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 772 |
Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 779 |
org/apache/hadoop/hbase/io/hfile/HFileBlock.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 424 |
Error | design | VisibilityModifier | Variable 'fileSize' must be private and have accessor methods. | 1312 |
Error | design | VisibilityModifier | Variable 'hdrSize' must be private and have accessor methods. | 1315 |
Error | design | VisibilityModifier | Variable 'hfs' must be private and have accessor methods. | 1318 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 1321 |
Error | design | VisibilityModifier | Variable 'fileContext' must be private and have accessor methods. | 1328 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 1439 |
Error | design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 1440 |
Error | design | VisibilityModifier | Variable 'buf' must be private and have accessor methods. | 1441 |
Error | design | VisibilityModifier | Variable 'streamWrapper' must be private and have accessor methods. | 1448 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1792 |
org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 63 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 1143 |
org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 143 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 417 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 453 |
Error | design | VisibilityModifier | Variable 'keyLen' must be private and have accessor methods. | 454 |
Error | design | VisibilityModifier | Variable 'valLen' must be private and have accessor methods. | 455 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 456 |
Error | design | VisibilityModifier | Variable 'rowSizeBytes' must be private and have accessor methods. | 456 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 457 |
Error | design | VisibilityModifier | Variable 'rowSizeCols' must be private and have accessor methods. | 457 |
Error | design | VisibilityModifier | Variable 'curRowBytes' must be private and have accessor methods. | 459 |
Error | design | VisibilityModifier | Variable 'curRowCols' must be private and have accessor methods. | 460 |
Error | design | VisibilityModifier | Variable 'biggestRow' must be private and have accessor methods. | 462 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 527 |
org/apache/hadoop/hbase/io/hfile/HFileReaderV2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'decodeMemstoreTS' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'hfileContext' must be private and have accessor methods. | 109 |
Error | design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 553 |
Error | design | VisibilityModifier | Variable 'nextIndexedKey' must be private and have accessor methods. | 566 |
Error | design | VisibilityModifier | Variable 'meta' must be private and have accessor methods. | 1176 |
org/apache/hadoop/hbase/io/hfile/HFileReaderV3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.NoTagsKeyValue. | 33 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 139 |
org/apache/hadoop/hbase/io/hfile/HFileScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 57 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 59 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 83 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 85 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 99 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 101 |
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. | 68 |
Error | design | VisibilityModifier | Variable 'lastDataBlockOffset' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'maxMemstoreTS' must be private and have accessor methods. | 89 |
org/apache/hadoop/hbase/io/hfile/LruBlockCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 577 |
org/apache/hadoop/hbase/io/hfile/NoOpDataBlockEncoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class NoOpDataBlockEncoder should be declared as final. | 37 |
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 | imports | UnusedImports | Unused import - java.util.ArrayList. | 23 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 59 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 276 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 552 |
org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'ioEngine' must be private and have accessor methods. | 114 |
Error | design | VisibilityModifier | Variable 'ramCache' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'backingMap' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'writerQueues' must be private and have accessor methods. | 138 |
Error | design | VisibilityModifier | Variable 'writerThreads' must be private and have accessor methods. | 141 |
Error | design | VisibilityModifier | Variable 'wait_when_cache' must be private and have accessor methods. | 161 |
Error | design | VisibilityModifier | Variable 'offsetLock' must be private and have accessor methods. | 184 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 618 |
Error | design | VisibilityModifier | Variable 'deserialiserIndex' must be private and have accessor methods. | 1082 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1201 |
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/util/HeapMemorySizeUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 96 |
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/AbstractRpcClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'clusterId' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'localAddr' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'metrics' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'userProvider' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'ipcUtil' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'minIdleTimeBeforeClose' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'maxRetries' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'failureSleep' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'tcpNoDelay' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'tcpKeepAlive' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'codec' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'compressor' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'fallbackAllowed' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'connectTO' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'readTO' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'writeTO' must be private and have accessor methods. | 80 |
org/apache/hadoop/hbase/ipc/AsyncCall.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'param' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'responseDefaultType' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'rpcTimeout' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'callStats' must be private and have accessor methods. | 53 |
org/apache/hadoop/hbase/ipc/AsyncRpcChannel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'client' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 102 |
Error | design | VisibilityModifier | Variable 'ticket' must be private and have accessor methods. | 103 |
Error | design | VisibilityModifier | Variable 'serviceName' must be private and have accessor methods. | 104 |
Error | design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 105 |
Error | design | VisibilityModifier | Variable 'useSasl' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'authMethod' must be private and have accessor methods. | 111 |
org/apache/hadoop/hbase/ipc/AsyncRpcClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'callIdCnt' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'failedServers' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'bootstrap' must be private and have accessor methods. | 101 |
Error | design | VisibilityModifier | Variable 'GLOBAL_EVENT_LOOP_GROUP' must be private and have accessor methods. | 106 |
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/Call.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 33 |
Error | design | VisibilityModifier | Variable 'param' must be private and have accessor methods. | 34 |
Error | design | VisibilityModifier | Variable 'cells' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'response' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'responseDefaultType' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'md' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'timeout' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'callStats' must be private and have accessor methods. | 47 |
org/apache/hadoop/hbase/ipc/ConnectionId.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'ticket' must be private and have accessor methods. | 32 |
Error | design | VisibilityModifier | Variable 'serviceName' must be private and have accessor methods. | 33 |
Error | design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 34 |
org/apache/hadoop/hbase/ipc/MasterCoprocessorRpcChannel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HConnection. | 28 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 39 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 42 |
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 |
org/apache/hadoop/hbase/ipc/RegionCoprocessorRpcChannel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 27 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HConnection. | 29 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 43 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 46 |
org/apache/hadoop/hbase/ipc/RegionServerCoprocessorRpcChannel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 35 |
org/apache/hadoop/hbase/ipc/RpcClientImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.security.UserProvider. | 79 |
Error | design | VisibilityModifier | Variable 'callIdCnt' must be private and have accessor methods. | 112 |
Error | design | VisibilityModifier | Variable 'connections' must be private and have accessor methods. | 114 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 116 |
Error | design | VisibilityModifier | Variable 'failedServers' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'socketFactory' must be private and have accessor methods. | 120 |
Error | design | VisibilityModifier | Variable 'call' must be private and have accessor methods. | 145 |
Error | design | VisibilityModifier | Variable 'priority' must be private and have accessor methods. | 146 |
Error | design | VisibilityModifier | Variable 'span' must be private and have accessor methods. | 147 |
Error | design | VisibilityModifier | Variable 'remoteId' must be private and have accessor methods. | 164 |
Error | design | VisibilityModifier | Variable 'socket' must be private and have accessor methods. | 165 |
Error | design | VisibilityModifier | Variable 'in' must be private and have accessor methods. | 166 |
Error | design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 167 |
Error | design | VisibilityModifier | Variable 'calls' must be private and have accessor methods. | 180 |
Error | design | VisibilityModifier | Variable 'shouldCloseConnection' must be private and have accessor methods. | 183 |
Error | design | VisibilityModifier | Variable 'callSender' must be private and have accessor methods. | 184 |
Error | design | VisibilityModifier | Variable 'callsToWrite' must be private and have accessor methods. | 206 |
org/apache/hadoop/hbase/ipc/RpcControllerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 43 |
org/apache/hadoop/hbase/ipc/RpcServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicInteger. | 60 |
Error | design | VisibilityModifier | Variable 'secretManager' must be private and have accessor methods. | 196 |
Error | design | VisibilityModifier | Variable 'authManager' must be private and have accessor methods. | 197 |
Error | design | VisibilityModifier | Variable 'bindAddress' must be private and have accessor methods. | 208 |
Error | design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 209 |
Error | design | VisibilityModifier | Variable 'maxIdleTime' must be private and have accessor methods. | 211 |
Error | design | VisibilityModifier | Variable 'thresholdIdleConnections' must be private and have accessor methods. | 214 |
Error | design | VisibilityModifier | Variable 'maxConnectionsToNuke' must be private and have accessor methods. | 218 |
Error | design | VisibilityModifier | Variable 'metrics' must be private and have accessor methods. | 222 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 224 |
Error | design | VisibilityModifier | Variable 'socketSendBufferSize' must be private and have accessor methods. | 227 |
Error | design | VisibilityModifier | Variable 'tcpNoDelay' must be private and have accessor methods. | 228 |
Error | design | VisibilityModifier | Variable 'tcpKeepAlive' must be private and have accessor methods. | 229 |
Error | design | VisibilityModifier | Variable 'purgeTimeout' must be private and have accessor methods. | 230 |
Error | design | VisibilityModifier | Variable 'running' must be private and have accessor methods. | 237 |
Error | design | VisibilityModifier | Variable 'started' must be private and have accessor methods. | 243 |
Error | design | VisibilityModifier | Variable 'callQueueSize' must be private and have accessor methods. | 248 |
Error | design | VisibilityModifier | Variable 'connectionList' must be private and have accessor methods. | 250 |
Error | design | VisibilityModifier | Variable 'responder' must be private and have accessor methods. | 255 |
Error | design | VisibilityModifier | Variable 'authTokenSecretMgr' must be private and have accessor methods. | 256 |
Error | design | VisibilityModifier | Variable 'numConnections' must be private and have accessor methods. | 257 |
Error | design | VisibilityModifier | Variable 'errorHandler' must be private and have accessor methods. | 259 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 290 |
Error | design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 291 |
Error | design | VisibilityModifier | Variable 'md' must be private and have accessor methods. | 292 |
Error | design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 293 |
Error | design | VisibilityModifier | Variable 'param' must be private and have accessor methods. | 294 |
Error | design | VisibilityModifier | Variable 'cellScanner' must be private and have accessor methods. | 296 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 297 |
Error | design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 298 |
Error | design | VisibilityModifier | Variable 'response' must be private and have accessor methods. | 303 |
Error | design | VisibilityModifier | Variable 'responder' must be private and have accessor methods. | 304 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 306 |
Error | design | VisibilityModifier | Variable 'isError' must be private and have accessor methods. | 307 |
Error | design | VisibilityModifier | Variable 'tinfo' must be private and have accessor methods. | 308 |
Error | design | VisibilityModifier | Variable 'channel' must be private and have accessor methods. | 1182 |
Error | design | VisibilityModifier | Variable 'responseQueue' must be private and have accessor methods. | 1185 |
Error | design | VisibilityModifier | Variable 'socket' must be private and have accessor methods. | 1190 |
Error | design | VisibilityModifier | Variable 'hostAddress' must be private and have accessor methods. | 1193 |
Error | design | VisibilityModifier | Variable 'remotePort' must be private and have accessor methods. | 1194 |
Error | design | VisibilityModifier | Variable 'connectionHeader' must be private and have accessor methods. | 1195 |
Error | design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 1204 |
Error | design | VisibilityModifier | Variable 'useSasl' must be private and have accessor methods. | 1212 |
Error | design | VisibilityModifier | Variable 'saslServer' must be private and have accessor methods. | 1213 |
Error | design | VisibilityModifier | Variable 'attemptingUser' must be private and have accessor methods. | 1231 |
Error | design | VisibilityModifier | Variable 'user' must be private and have accessor methods. | 1232 |
Error | design | VisibilityModifier | Variable 'ugi' must be private and have accessor methods. | 1233 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1358 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1466 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 2379 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 2400 |
org/apache/hadoop/hbase/ipc/ServerRpcController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Duplicate import to line 24 - org.apache.hadoop.util.StringUtils. | 28 |
Error | imports | RedundantImport | Duplicate import to line 21 - java.io.IOException. | 30 |
org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 163 |
org/apache/hadoop/hbase/ipc/TimeLimitedRpcController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'callTimeout' must be private and have accessor methods. | 35 |
Error | design | VisibilityModifier | Variable 'cancelled' must be private and have accessor methods. | 36 |
Error | design | VisibilityModifier | Variable 'cancellationCb' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'failureCb' must be private and have accessor methods. | 40 |
org/apache/hadoop/hbase/mapred/Driver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
org/apache/hadoop/hbase/mapred/GroupingTableMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'columns' must be private and have accessor methods. | 54 |
org/apache/hadoop/hbase/mapred/HRegionPartitioner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
org/apache/hadoop/hbase/mapred/TableInputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HBaseConfiguration. | 28 |
org/apache/hadoop/hbase/mapred/TableMapReduceUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 25 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.zookeeper.ZKClusterId. | 42 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher. | 43 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.io.Text. | 44 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.security.token.Token. | 51 |
Error | imports | UnusedImports | Unused import - org.apache.zookeeper.KeeperException. | 52 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 367 |
org/apache/hadoop/hbase/mapreduce/CellCounter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 70 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 206 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 222 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 237 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 284 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 286 |
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. | 93 |
org/apache/hadoop/hbase/mapreduce/CopyTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'endTime' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'versions' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'startRow' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'stopRow' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'dstTableName' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'peerAddress' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'families' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'allCells' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'shuffle' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'bulkload' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'bulkloadDir' must be private and have accessor methods. | 72 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 197 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 209 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 211 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 212 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 214 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 217 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 303 |
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. | 32 |
org/apache/hadoop/hbase/mapreduce/Export.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 118). | 81 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 85 |
Error | sizes | LineLength | Line is longer than 100 characters (found 121). | 158 |
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/HFileOutputFormat2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.io.hfile.HFile. | 56 |
Error | sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 117 |
Error | design | VisibilityModifier | Variable 'written' must be private and have accessor methods. | 287 |
Error | design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 288 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 487 |
org/apache/hadoop/hbase/mapreduce/HLogInputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WAL. | 26 |
org/apache/hadoop/hbase/mapreduce/HRegionPartitioner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 94 |
org/apache/hadoop/hbase/mapreduce/HashTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'tableHash' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'destPath' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'hashDir' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'families' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'batchSize' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'numHashFiles' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'startRow' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'stopRow' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'scanBatch' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'versions' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'endTime' must be private and have accessor methods. | 97 |
Error | design | VisibilityModifier | Variable 'partitions' must be private and have accessor methods. | 99 |
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. | 71 |
org/apache/hadoop/hbase/mapreduce/ImportTsv.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 485 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 619 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 621 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 638 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 648 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 651 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 652 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 678 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 721 |
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/JarFinder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
org/apache/hadoop/hbase/mapreduce/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 | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 41 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValueUtil. | 42 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.NeedUnmanagedConnectionException. | 54 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 240 |
Error | design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 256 |
Error | design | VisibilityModifier | Variable 'hfilePath' must be private and have accessor methods. | 257 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 490 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 938 |
org/apache/hadoop/hbase/mapreduce/MultiTableOutputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HTable. | 36 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'mutatorMap' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'useWriteAheadLogging' must be private and have accessor methods. | 82 |
org/apache/hadoop/hbase/mapreduce/MultiTableSnapshotInputFormatImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 167 |
org/apache/hadoop/hbase/mapreduce/MultithreadedTableMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 265 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 282 |
org/apache/hadoop/hbase/mapreduce/RowCounter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
org/apache/hadoop/hbase/mapreduce/SampleUploader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 60 |
org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 55 |
org/apache/hadoop/hbase/mapreduce/SyncTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'sourceHashDir' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'sourceTableName' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'targetTableName' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'sourceZkCluster' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'targetZkCluster' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'dryRun' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'counters' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'sourceHashDir' must be private and have accessor methods. | 151 |
Error | design | VisibilityModifier | Variable 'sourceConnection' must be private and have accessor methods. | 153 |
Error | design | VisibilityModifier | Variable 'targetConnection' must be private and have accessor methods. | 154 |
Error | design | VisibilityModifier | Variable 'sourceTable' must be private and have accessor methods. | 155 |
Error | design | VisibilityModifier | Variable 'targetTable' must be private and have accessor methods. | 156 |
Error | design | VisibilityModifier | Variable 'dryRun' must be private and have accessor methods. | 157 |
Error | design | VisibilityModifier | Variable 'sourceTableHash' must be private and have accessor methods. | 159 |
Error | design | VisibilityModifier | Variable 'sourceHashReader' must be private and have accessor methods. | 160 |
Error | design | VisibilityModifier | Variable 'currentSourceHash' must be private and have accessor methods. | 161 |
Error | design | VisibilityModifier | Variable 'nextSourceKey' must be private and have accessor methods. | 162 |
Error | design | VisibilityModifier | Variable 'targetHasher' must be private and have accessor methods. | 163 |
Error | design | VisibilityModifier | Variable 'mapperException' must be private and have accessor methods. | 165 |
org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 275 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 525 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 538 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 540 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 637 |
org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 25 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 62 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 921 |
org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HTable. | 36 |
Error | sizes | LineLength | Line is longer than 100 characters (found 127). | 74 |
org/apache/hadoop/hbase/mapreduce/TableRecordReaderImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 112 |
org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 |
org/apache/hadoop/hbase/mapreduce/TableSplit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 57 |
org/apache/hadoop/hbase/mapreduce/TextSortReducer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 164 |
org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'ts' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'cellVisibilityExpr' must be private and have accessor methods. | 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/WALInputFormat.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'currentEntry' must be private and have accessor methods. | 138 |
org/apache/hadoop/hbase/mapreduce/WALPlayer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 116 |
Error | blocks | EmptyBlock | Must have at least one statement. | 195 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 310 |
org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 27 |
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'endTime' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'versions' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'families' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'peerId' must be private and have accessor methods. | 77 |
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 374 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 378 |
org/apache/hadoop/hbase/master/ActiveMasterManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'clusterHasActiveMaster' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'clusterShutDown' must be private and have accessor methods. | 56 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 209 |
org/apache/hadoop/hbase/master/AssignmentManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 131 |
Error | design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 138 |
Error | design | VisibilityModifier | Variable 'replicasToClose' must be private and have accessor methods. | 154 |
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. | 232 |
Error | design | VisibilityModifier | Variable 'TEST_SKIP_SPLIT_HANDLING' must be private and have accessor methods. | 255 |
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'. | 308 |
Error | sizes | MethodLength | Method length is 195 lines (max allowed is 150). | 927 |
Error | sizes | MethodLength | Method length is 208 lines (max allowed is 150). | 1610 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1816 |
Error | sizes | MethodLength | Method length is 247 lines (max allowed is 150). | 2058 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 2116 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 2303 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 4047 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 4206 |
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). | 122 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 137 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 264 |
Error | design | VisibilityModifier | Variable 'rowEndKeyComparator' must be private and have accessor methods. | 290 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 402 |
org/apache/hadoop/hbase/master/ClusterStatusPublisher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 299 |
Error | design | FinalClass | Class ClusterStatusEncoder should be declared as final. | 325 |
org/apache/hadoop/hbase/master/GeneralBulkAssigner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'bulkPlan' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'assignmentManager' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'waitTillAllAssigned' must be private and have accessor methods. | 52 |
org/apache/hadoop/hbase/master/HMaster.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'regionServerTracker' must be private and have accessor methods. | 246 |
Error | design | VisibilityModifier | Variable 'loadBalancerTracker' must be private and have accessor methods. | 250 |
Error | design | VisibilityModifier | Variable 'metricsMaster' must be private and have accessor methods. | 259 |
Error | design | VisibilityModifier | Variable 'serverManager' must be private and have accessor methods. | 264 |
Error | design | VisibilityModifier | Variable 'assignmentManager' must be private and have accessor methods. | 267 |
Error | design | VisibilityModifier | Variable 'rsFatals' must be private and have accessor methods. | 272 |
Error | design | VisibilityModifier | Variable 'serviceStarted' must be private and have accessor methods. | 283 |
Error | design | VisibilityModifier | Variable 'balancer' must be private and have accessor methods. | 289 |
Error | design | VisibilityModifier | Variable 'catalogJanitorChore' must be private and have accessor methods. | 296 |
Error | design | VisibilityModifier | Variable 'cpHost' must be private and have accessor methods. | 300 |
Error | design | VisibilityModifier | Variable 'coprocessorServiceHandlers' must be private and have accessor methods. | 313 |
Error | design | VisibilityModifier | Variable 'snapshotManager' must be private and have accessor methods. | 316 |
Error | design | VisibilityModifier | Variable 'mpmHost' must be private and have accessor methods. | 318 |
Error | sizes | MethodLength | Method length is 193 lines (max allowed is 150). | 621 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 1288 |
org/apache/hadoop/hbase/master/HMasterCommandLine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 77 |
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.*. | 38 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 911 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 923 |
org/apache/hadoop/hbase/master/MasterFileSystem.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'master' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'splitLogLock' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'distributedLogReplay' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'splitLogManager' must be private and have accessor methods. | 92 |
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/MasterRpcServices.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.protobuf.generated.*. | 56 |
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 |
org/apache/hadoop/hbase/master/RegionPlacementMaintainer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 120 |
Error | sizes | MethodLength | Method length is 260 lines (max allowed is 150). | 193 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 474 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 490 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 624 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 718 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 835 |
Error | sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 948 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 948 |
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 | sizes | LineLength | Line is longer than 100 characters (found 103). | 244 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 260 |
org/apache/hadoop/hbase/master/RegionStates.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.Collections. | 23 |
Error | design | VisibilityModifier | Variable 'regionsInTransition' must be private and have accessor methods. | 72 |
org/apache/hadoop/hbase/master/ServerManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ZooKeeperConnectionException. | 49 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.RetriesExhaustedException. | 53 |
Error | blocks | EmptyBlock | Must have at least one statement. | 583 |
org/apache/hadoop/hbase/master/SplitLogManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WALFactory. | 66 |
Error | design | VisibilityModifier | Variable 'recoveringRegionLock' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'installed' must be private and have accessor methods. | 625 |
Error | design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 626 |
Error | design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 627 |
Error | design | VisibilityModifier | Variable 'isDead' must be private and have accessor methods. | 628 |
Error | design | VisibilityModifier | Variable 'last_update' must be private and have accessor methods. | 641 |
Error | design | VisibilityModifier | Variable 'last_version' must be private and have accessor methods. | 642 |
Error | design | VisibilityModifier | Variable 'cur_worker_name' must be private and have accessor methods. | 643 |
Error | design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 644 |
Error | design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 645 |
Error | design | VisibilityModifier | Variable 'incarnation' must be private and have accessor methods. | 646 |
Error | design | VisibilityModifier | Variable 'unforcedResubmits' must be private and have accessor methods. | 647 |
Error | design | VisibilityModifier | Variable 'resubmitThresholdReached' must be private and have accessor methods. | 648 |
Error | design | VisibilityModifier | Variable 'statusMsg' must be private and have accessor methods. | 823 |
org/apache/hadoop/hbase/master/TableLockManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 119). | 166 |
Error | design | VisibilityModifier | Variable 'lockTimeoutMs' must be private and have accessor methods. | 250 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 251 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 252 |
Error | design | VisibilityModifier | Variable 'isShared' must be private and have accessor methods. | 253 |
Error | design | VisibilityModifier | Variable 'zkWatcher' must be private and have accessor methods. | 254 |
Error | design | VisibilityModifier | Variable 'serverName' must be private and have accessor methods. | 255 |
Error | design | VisibilityModifier | Variable 'purpose' must be private and have accessor methods. | 256 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 358 |
org/apache/hadoop/hbase/master/TableNamespaceManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 226 |
org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.conf.ConfigurationObserver. | 48 |
Error | design | VisibilityModifier | Variable 'regionFinder' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'servers' must be private and have accessor methods. | 94 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 95 |
Error | design | VisibilityModifier | Variable 'hosts' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'racks' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'multiServersPerHost' must be private and have accessor methods. | 97 |
Error | design | VisibilityModifier | Variable 'tables' must be private and have accessor methods. | 99 |
Error | design | VisibilityModifier | Variable 'regions' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'regionLoads' must be private and have accessor methods. | 101 |
Error | design | VisibilityModifier | Variable 'regionLocations' must be private and have accessor methods. | 104 |
Error | design | VisibilityModifier | Variable 'serverIndexToHostIndex' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'serverIndexToRackIndex' must be private and have accessor methods. | 107 |
Error | design | VisibilityModifier | Variable 'regionsPerServer' must be private and have accessor methods. | 109 |
Error | design | VisibilityModifier | Variable 'regionsPerHost' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'regionsPerRack' must be private and have accessor methods. | 111 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 112 |
Error | design | VisibilityModifier | Variable 'primariesOfRegionsPerServer' must be private and have accessor methods. | 112 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 113 |
Error | design | VisibilityModifier | Variable 'primariesOfRegionsPerHost' must be private and have accessor methods. | 113 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 114 |
Error | design | VisibilityModifier | Variable 'primariesOfRegionsPerRack' must be private and have accessor methods. | 114 |
Error | design | VisibilityModifier | Variable 'serversPerHost' must be private and have accessor methods. | 116 |
Error | design | VisibilityModifier | Variable 'serversPerRack' must be private and have accessor methods. | 117 |
Error | design | VisibilityModifier | Variable 'regionIndexToServerIndex' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'initialRegionIndexToServerIndex' must be private and have accessor methods. | 119 |
Error | design | VisibilityModifier | Variable 'regionIndexToTableIndex' must be private and have accessor methods. | 120 |
Error | design | VisibilityModifier | Variable 'numRegionsPerServerPerTable' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'numMaxRegionsPerTable' must be private and have accessor methods. | 122 |
Error | design | VisibilityModifier | Variable 'regionIndexToPrimaryIndex' must be private and have accessor methods. | 123 |
Error | design | VisibilityModifier | Variable 'hasRegionReplicas' must be private and have accessor methods. | 124 |
Error | design | VisibilityModifier | Variable 'serverIndicesSortedByRegionCount' must be private and have accessor methods. | 126 |
Error | design | VisibilityModifier | Variable 'serverIndicesSortedByLocality' must be private and have accessor methods. | 127 |
Error | design | VisibilityModifier | Variable 'serversToIndex' must be private and have accessor methods. | 129 |
Error | design | VisibilityModifier | Variable 'hostsToIndex' must be private and have accessor methods. | 130 |
Error | design | VisibilityModifier | Variable 'racksToIndex' must be private and have accessor methods. | 131 |
Error | design | VisibilityModifier | Variable 'tablesToIndex' must be private and have accessor methods. | 132 |
Error | design | VisibilityModifier | Variable 'regionsToIndex' must be private and have accessor methods. | 133 |
Error | design | VisibilityModifier | Variable 'localityPerServer' must be private and have accessor methods. | 134 |
Error | design | VisibilityModifier | Variable 'numServers' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'numHosts' must be private and have accessor methods. | 137 |
Error | design | VisibilityModifier | Variable 'numRacks' must be private and have accessor methods. | 138 |
Error | design | VisibilityModifier | Variable 'numTables' must be private and have accessor methods. | 139 |
Error | design | VisibilityModifier | Variable 'numRegions' must be private and have accessor methods. | 140 |
Error | design | VisibilityModifier | Variable 'numMovedRegions' must be private and have accessor methods. | 142 |
Error | design | VisibilityModifier | Variable 'clusterState' must be private and have accessor methods. | 143 |
Error | design | VisibilityModifier | Variable 'rackManager' must be private and have accessor methods. | 145 |
Error | sizes | MethodLength | Method length is 249 lines (max allowed is 150). | 156 |
Error | sizes | LineLength | Line is longer than 100 characters (found 114). | 253 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 327 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 328 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 329 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 461 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 462 |
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 470 |
Error | design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 471 |
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 490 |
Error | design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 491 |
Error | design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 492 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 502 |
Error | design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 511 |
Error | design | VisibilityModifier | Variable 'fromRegion' must be private and have accessor methods. | 512 |
Error | design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 513 |
Error | design | VisibilityModifier | Variable 'toRegion' must be private and have accessor methods. | 514 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 524 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 549 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 556 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 557 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 575 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 596 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 653 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 654 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 655 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 675 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 690 |
Error | design | VisibilityModifier | Variable 'slop' must be private and have accessor methods. | 927 |
Error | design | VisibilityModifier | Variable 'config' must be private and have accessor methods. | 928 |
Error | design | VisibilityModifier | Variable 'rackManager' must be private and have accessor methods. | 929 |
Error | design | VisibilityModifier | Variable 'tablesOnMaster' must be private and have accessor methods. | 936 |
Error | design | VisibilityModifier | Variable 'metricsBalancer' must be private and have accessor methods. | 937 |
Error | design | VisibilityModifier | Variable 'clusterStatus' must be private and have accessor methods. | 938 |
Error | design | VisibilityModifier | Variable 'masterServerName' must be private and have accessor methods. | 939 |
Error | design | VisibilityModifier | Variable 'services' must be private and have accessor methods. | 940 |
org/apache/hadoop/hbase/master/balancer/FavoredNodeLoadBalancer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 303 |
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/SimpleLoadBalancer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | MethodLength | Method length is 240 lines (max allowed is 150). | 182 |
org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'loads' must be private and have accessor methods. | 111 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 509 |
Error | design | VisibilityModifier | Variable 'randomGenerator' must be private and have accessor methods. | 644 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 718 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 751 |
Error | design | VisibilityModifier | Variable 'cluster' must be private and have accessor methods. | 762 |
Error | design | VisibilityModifier | Variable 'maxCost' must be private and have accessor methods. | 1210 |
Error | design | VisibilityModifier | Variable 'costsPerGroup' must be private and have accessor methods. | 1211 |
Error | design | VisibilityModifier | Variable 'primariesOfRegionsPerGroup' must be private and have accessor methods. | 1212 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 1323 |
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. | 66 |
Error | design | VisibilityModifier | Variable 'hTableDescriptor' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 68 |
org/apache/hadoop/hbase/master/handler/TableEventHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'masterServices' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'tableLock' must be private and have accessor methods. | 68 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.master.normalizer.NormalizationPlan. | 30 |
org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.executor.EventType. | 42 |
org/apache/hadoop/hbase/master/procedure/ModifyTableProcedure.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.executor.EventType. | 45 |
org/apache/hadoop/hbase/master/snapshot/CloneSnapshotHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 98 |
org/apache/hadoop/hbase/master/snapshot/DisabledTableSnapshotHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 28 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 29 |
org/apache/hadoop/hbase/master/snapshot/MasterSnapshotVerifier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 90 |
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). | 270 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 381 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 676 |
org/apache/hadoop/hbase/master/snapshot/TakeSnapshotHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 63 |
Error | design | VisibilityModifier | Variable 'master' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'metricsSnapshot' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'snapshot' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'rootDir' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'workingDir' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'monitor' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'tableLockManager' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'tableLock' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'snapshotTable' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'snapshotManifest' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'htd' must be private and have accessor methods. | 91 |
org/apache/hadoop/hbase/metrics/BaseSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'metricsRegistry' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'metricsName' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'metricsDescription' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'metricsContext' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'metricsJmxContext' must be private and have accessor methods. | 58 |
Error | misc | UpperEll | Should use uppercase 'L'. | 102 |
Error | misc | UpperEll | Should use uppercase 'L'. | 113 |
Error | misc | UpperEll | Should use uppercase 'L'. | 124 |
org/apache/hadoop/hbase/migration/NamespaceUpgrade.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 83 |
org/apache/hadoop/hbase/migration/UpgradeTo96.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 75 |
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/Procedure.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'acquiredBarrierLatch' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'releasedBarrierLatch' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'completedLatch' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'wakeFrequency' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'timeoutInjector' must be private and have accessor methods. | 99 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 251 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 307 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 358 |
org/apache/hadoop/hbase/procedure/ProcedureCoordinator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 181 |
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 | sizes | LineLength | Line is longer than 100 characters (found 101). | 55 |
org/apache/hadoop/hbase/procedure/Subprocedure.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'monitor' must be private and have accessor methods. | 72 |
Error | design | VisibilityModifier | Variable 'wakeFrequency' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'executionTimeoutTimer' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'rpcs' must be private and have accessor methods. | 76 |
org/apache/hadoop/hbase/procedure/ZKProcedureCoordinatorRpcs.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | 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 101). | 219 |
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/procedure/flush/FlushTableSubprocedure.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 57 |
org/apache/hadoop/hbase/procedure/flush/RegionServerFlushTableProcedureManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 296 |
org/apache/hadoop/hbase/procedure2/ProcedureExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'testing' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'killBeforeStoreUpdate' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'toggleKillBeforeStoreUpdate' must be private and have accessor methods. | 81 |
org/apache/hadoop/hbase/procedure2/store/wal/ProcedureWALFormatReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'hashNext' must be private and have accessor methods. | 246 |
Error | design | VisibilityModifier | Variable 'childHead' must be private and have accessor methods. | 248 |
Error | design | VisibilityModifier | Variable 'linkNext' must be private and have accessor methods. | 250 |
Error | design | VisibilityModifier | Variable 'linkPrev' must be private and have accessor methods. | 251 |
Error | design | VisibilityModifier | Variable 'replayNext' must be private and have accessor methods. | 253 |
Error | design | VisibilityModifier | Variable 'replayPrev' must be private and have accessor methods. | 254 |
Error | design | VisibilityModifier | Variable 'procedure' must be private and have accessor methods. | 256 |
Error | design | VisibilityModifier | Variable 'proto' must be private and have accessor methods. | 257 |
Error | design | VisibilityModifier | Variable 'ready' must be private and have accessor methods. | 258 |
org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 174 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1636 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1964 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2031 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2051 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 2066 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2099 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2122 |
Error | blocks | EmptyBlock | Must have at least one statement. | 2496 |
Error | blocks | EmptyBlock | Must have at least one statement. | 3278 |
org/apache/hadoop/hbase/protobuf/ReplicationProtbufUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
org/apache/hadoop/hbase/protobuf/RequestConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 882 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 882 |
org/apache/hadoop/hbase/protobuf/ResponseConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 217 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 247 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 377 |
org/apache/hadoop/hbase/quotas/QuotaLimiterFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class QuotaLimiterFactory should be declared as final. | 18 |
org/apache/hadoop/hbase/quotas/QuotaSettingsFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class QuotaSettingsFactory should be declared as final. | 25 |
org/apache/hadoop/hbase/quotas/QuotaTableUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 |
org/apache/hadoop/hbase/quotas/TimeBasedLimiter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class TimeBasedLimiter should be declared as final. | 35 |
org/apache/hadoop/hbase/regionserver/AnnotationReadingPriorityFunction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'annotatedQos' must be private and have accessor methods. | 79 |
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. | 55 |
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HRegionFileSystem. | 56 |
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 110 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 462 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 465 |
org/apache/hadoop/hbase/regionserver/DefaultMemStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cellSet' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'snapshot' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'timeOfOldestEdit' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'timeRangeTracker' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'snapshotTimeRangeTracker' must be private and have accessor methods. | 97 |
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 | design | VisibilityModifier | Variable 'snapshotId' must be private and have accessor methods. | 101 |
Error | design | VisibilityModifier | Variable 'tagsPresent' must be private and have accessor methods. | 102 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 174 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 589 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 589 |
Error | design | VisibilityModifier | Variable 'cell' must be private and have accessor methods. | 628 |
Error | design | VisibilityModifier | Variable 'set' must be private and have accessor methods. | 629 |
Error | design | VisibilityModifier | Variable 'allocatorAtCreation' must be private and have accessor methods. | 714 |
Error | design | VisibilityModifier | Variable 'snapshotAllocatorAtCreation' must be private and have accessor methods. | 715 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1097 |
org/apache/hadoop/hbase/regionserver/FlushPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 34 |
org/apache/hadoop/hbase/regionserver/FlushPolicyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
org/apache/hadoop/hbase/regionserver/FlushRequestListener.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 32 |
org/apache/hadoop/hbase/regionserver/HRegion.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'closed' must be private and have accessor methods. | 225 |
Error | design | VisibilityModifier | Variable 'closing' must be private and have accessor methods. | 232 |
Error | design | VisibilityModifier | Variable 'lastReplayedOpenRegionSeqId' must be private and have accessor methods. | 252 |
Error | design | VisibilityModifier | Variable 'lastReplayedCompactionSeqId' must be private and have accessor methods. | 253 |
Error | design | VisibilityModifier | Variable 'stores' must be private and have accessor methods. | 267 |
Error | design | VisibilityModifier | Variable 'numMutationsWithoutWAL' must be private and have accessor methods. | 276 |
Error | design | VisibilityModifier | Variable 'dataInMemoryWithoutWAL' must be private and have accessor methods. | 277 |
Error | design | VisibilityModifier | Variable 'checkAndMutateChecksPassed' must be private and have accessor methods. | 280 |
Error | design | VisibilityModifier | Variable 'checkAndMutateChecksFailed' must be private and have accessor methods. | 281 |
Error | design | VisibilityModifier | Variable 'readRequestsCount' must be private and have accessor methods. | 284 |
Error | design | VisibilityModifier | Variable 'writeRequestsCount' must be private and have accessor methods. | 285 |
Error | design | VisibilityModifier | Variable 'compactionsFinished' must be private and have accessor methods. | 291 |
Error | design | VisibilityModifier | Variable 'compactionNumFilesCompacted' must be private and have accessor methods. | 292 |
Error | design | VisibilityModifier | Variable 'compactionNumBytesCompacted' must be private and have accessor methods. | 293 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 297 |
Error | design | VisibilityModifier | Variable 'busyWaitDuration' must be private and have accessor methods. | 309 |
Error | design | VisibilityModifier | Variable 'maxBusyWaitMultiplier' must be private and have accessor methods. | 315 |
Error | design | VisibilityModifier | Variable 'maxBusyWaitDuration' must be private and have accessor methods. | 319 |
Error | design | VisibilityModifier | Variable 'rowProcessorExecutor' must be private and have accessor methods. | 323 |
Error | design | VisibilityModifier | Variable 'maxSeqIdInStores' must be private and have accessor methods. | 347 |
Error | design | VisibilityModifier | Variable 'flushing' must be private and have accessor methods. | 390 |
Error | design | VisibilityModifier | Variable 'flushRequested' must be private and have accessor methods. | 392 |
Error | design | VisibilityModifier | Variable 'compacting' must be private and have accessor methods. | 394 |
Error | design | VisibilityModifier | Variable 'writesEnabled' must be private and have accessor methods. | 396 |
Error | design | VisibilityModifier | Variable 'readOnly' must be private and have accessor methods. | 398 |
Error | design | VisibilityModifier | Variable 'readsEnabled' must be private and have accessor methods. | 401 |
Error | design | VisibilityModifier | Variable 'result' must be private and have accessor methods. | 436 |
Error | design | VisibilityModifier | Variable 'failureReason' must be private and have accessor methods. | 437 |
Error | design | VisibilityModifier | Variable 'flushSequenceId' must be private and have accessor methods. | 438 |
Error | design | VisibilityModifier | Variable 'wroteFlushWalMarker' must be private and have accessor methods. | 439 |
Error | design | VisibilityModifier | Variable 'result' must be private and have accessor methods. | 515 |
Error | design | VisibilityModifier | Variable 'storeFlushCtxs' must be private and have accessor methods. | 516 |
Error | design | VisibilityModifier | Variable 'committedFiles' must be private and have accessor methods. | 517 |
Error | design | VisibilityModifier | Variable 'storeFlushableSize' must be private and have accessor methods. | 518 |
Error | design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 519 |
Error | design | VisibilityModifier | Variable 'flushOpSeqId' must be private and have accessor methods. | 520 |
Error | design | VisibilityModifier | Variable 'flushedSeqId' must be private and have accessor methods. | 521 |
Error | design | VisibilityModifier | Variable 'totalFlushableSize' must be private and have accessor methods. | 522 |
Error | design | VisibilityModifier | Variable 'writestate' must be private and have accessor methods. | 560 |
Error | design | VisibilityModifier | Variable 'memstoreFlushSize' must be private and have accessor methods. | 562 |
Error | design | VisibilityModifier | Variable 'timestampSlop' must be private and have accessor methods. | 563 |
Error | design | VisibilityModifier | Variable 'rowProcessorTimeout' must be private and have accessor methods. | 564 |
Error | design | VisibilityModifier | Variable 'rsServices' must be private and have accessor methods. | 570 |
Error | design | VisibilityModifier | Variable 'threadWakeFrequency' must be private and have accessor methods. | 576 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 578 |
Error | sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 1376 |
Error | sizes | MethodLength | Method length is 198 lines (max allowed is 150). | 2103 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 2228 |
Error | design | VisibilityModifier | Variable 'operations' must be private and have accessor methods. | 2702 |
Error | design | VisibilityModifier | Variable 'nextIndexToProcess' must be private and have accessor methods. | 2703 |
Error | design | VisibilityModifier | Variable 'retCodeDetails' must be private and have accessor methods. | 2704 |
Error | design | VisibilityModifier | Variable 'walEditsFromCoprocessors' must be private and have accessor methods. | 2705 |
Error | sizes | MethodLength | Method length is 391 lines (max allowed is 150). | 2923 |
Error | sizes | MethodLength | Method length is 185 lines (max allowed is 150). | 3975 |
Error | design | VisibilityModifier | Variable 'readWriteLock' must be private and have accessor methods. | 5174 |
Error | design | VisibilityModifier | Variable 'usable' must be private and have accessor methods. | 5175 |
Error | design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 5176 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 5177 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 5207 |
Error | design | VisibilityModifier | Variable 'storeHeap' must be private and have accessor methods. | 5442 |
Error | design | VisibilityModifier | Variable 'joinedHeap' must be private and have accessor methods. | 5445 |
Error | design | VisibilityModifier | Variable 'joinedContinuationRow' must be private and have accessor methods. | 5449 |
Error | design | VisibilityModifier | Variable 'isScan' must be private and have accessor methods. | 5452 |
Error | design | VisibilityModifier | Variable 'stopRow' must be private and have accessor methods. | 5453 |
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 5454 |
Error | sizes | MethodLength | Method length is 207 lines (max allowed is 150). | 5717 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 5989 |
Error | sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 6844 |
Error | sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 7108 |
org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 807 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1069 |
org/apache/hadoop/hbase/regionserver/HRegionServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'regionsInTransitionInRS' must be private and have accessor methods. | 215 |
Error | design | VisibilityModifier | Variable 'cacheFlusher' must be private and have accessor methods. | 219 |
Error | design | VisibilityModifier | Variable 'hMemManager' must be private and have accessor methods. | 221 |
Error | design | VisibilityModifier | Variable 'clusterConnection' must be private and have accessor methods. | 228 |
Error | design | VisibilityModifier | Variable 'metaTableLocator' must be private and have accessor methods. | 236 |
Error | design | VisibilityModifier | Variable 'tableDescriptors' must be private and have accessor methods. | 245 |
Error | design | VisibilityModifier | Variable 'replicationSourceHandler' must be private and have accessor methods. | 248 |
Error | design | VisibilityModifier | Variable 'replicationSinkHandler' must be private and have accessor methods. | 249 |
Error | design | VisibilityModifier | Variable 'compactSplitThread' must be private and have accessor methods. | 252 |
Error | design | VisibilityModifier | Variable 'onlineRegions' must be private and have accessor methods. | 258 |
Error | design | VisibilityModifier | Variable 'regionFavoredNodesMap' must be private and have accessor methods. | 269 |
Error | design | VisibilityModifier | Variable 'recoveringRegions' must be private and have accessor methods. | 276 |
Error | design | VisibilityModifier | Variable 'leases' must be private and have accessor methods. | 280 |
Error | design | VisibilityModifier | Variable 'service' must be private and have accessor methods. | 283 |
Error | design | VisibilityModifier | Variable 'fsOk' must be private and have accessor methods. | 286 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 287 |
Error | design | VisibilityModifier | Variable 'rowlocks' must be private and have accessor methods. | 298 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 306 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 310 |
Error | design | VisibilityModifier | Variable 'numRetries' must be private and have accessor methods. | 312 |
Error | design | VisibilityModifier | Variable 'threadWakeFrequency' must be private and have accessor methods. | 313 |
Error | design | VisibilityModifier | Variable 'msgInterval' must be private and have accessor methods. | 314 |
Error | design | VisibilityModifier | Variable 'numRegionsToReport' must be private and have accessor methods. | 316 |
Error | design | VisibilityModifier | Variable 'rpcClient' must be private and have accessor methods. | 321 |
Error | design | VisibilityModifier | Variable 'infoServer' must be private and have accessor methods. | 331 |
Error | design | VisibilityModifier | Variable 'metricsRegionServer' must be private and have accessor methods. | 337 |
Error | design | VisibilityModifier | Variable 'compactionChecker' must be private and have accessor methods. | 348 |
Error | design | VisibilityModifier | Variable 'periodicFlusher' must be private and have accessor methods. | 353 |
Error | design | VisibilityModifier | Variable 'walFactory' must be private and have accessor methods. | 355 |
Error | design | VisibilityModifier | Variable 'walRoller' must be private and have accessor methods. | 359 |
Error | design | VisibilityModifier | Variable 'metawalRoller' must be private and have accessor methods. | 361 |
Error | design | VisibilityModifier | Variable 'online' must be private and have accessor methods. | 364 |
Error | design | VisibilityModifier | Variable 'zooKeeper' must be private and have accessor methods. | 367 |
Error | design | VisibilityModifier | Variable 'clusterStatusTracker' must be private and have accessor methods. | 373 |
Error | design | VisibilityModifier | Variable 'sleeper' must be private and have accessor methods. | 379 |
Error | design | VisibilityModifier | Variable 'cacheConfig' must be private and have accessor methods. | 387 |
Error | design | VisibilityModifier | Variable 'serverName' must be private and have accessor methods. | 402 |
Error | design | VisibilityModifier | Variable 'startcode' must be private and have accessor methods. | 419 |
Error | design | VisibilityModifier | Variable 'tableLockManager' must be private and have accessor methods. | 446 |
Error | design | VisibilityModifier | Variable 'nonceManager' must be private and have accessor methods. | 466 |
Error | design | VisibilityModifier | Variable 'rpcServices' must be private and have accessor methods. | 470 |
Error | design | VisibilityModifier | Variable 'csm' must be private and have accessor methods. | 472 |
Error | design | VisibilityModifier | Variable 'configurationManager' must be private and have accessor methods. | 480 |
Error | sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 885 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1023 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1093 |
Error | design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 1568 |
Error | design | VisibilityModifier | Variable 'movedRegions' must be private and have accessor methods. | 3029 |
Error | design | VisibilityModifier | Variable 'stoppable' must be private and have accessor methods. | 3094 |
org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 78 |
org/apache/hadoop/hbase/regionserver/HStore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'memstore' must be private and have accessor methods. | 128 |
Error | design | VisibilityModifier | Variable 'forceMajor' must be private and have accessor methods. | 136 |
Error | design | VisibilityModifier | Variable 'closeCheckInterval' must be private and have accessor methods. | 138 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 151 |
Error | design | VisibilityModifier | Variable 'filesCompacting' must be private and have accessor methods. | 157 |
Error | design | VisibilityModifier | Variable 'storeEngine' must be private and have accessor methods. | 173 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 462 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 474 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2491 |
org/apache/hadoop/hbase/regionserver/HeapMemStoreLAB.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'chunkSize' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'maxAlloc' must be private and have accessor methods. | 68 |
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. | 172 |
org/apache/hadoop/hbase/regionserver/Leases.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'leaseCheckFrequency' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'stopRequested' must be private and have accessor methods. | 62 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 84 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 193 |
org/apache/hadoop/hbase/regionserver/LogRoller.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Duplicate import to line 21 - java.io.IOException. | 39 |
Error | imports | RedundantImport | Duplicate import to line 24 - java.util.concurrent.atomic.AtomicBoolean. | 40 |
Error | imports | RedundantImport | Duplicate import to line 25 - java.util.concurrent.locks.ReentrantLock. | 41 |
Error | design | VisibilityModifier | Variable 'services' must be private and have accessor methods. | 63 |
Error | blocks | EmptyBlock | Must have at least one statement. | 128 |
org/apache/hadoop/hbase/regionserver/LruHashMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 932 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 934 |
Error | design | VisibilityModifier | Variable 'hash' must be private and have accessor methods. | 936 |
Error | design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 938 |
Error | design | VisibilityModifier | Variable 'prevPtr' must be private and have accessor methods. | 941 |
Error | design | VisibilityModifier | Variable 'nextPtr' must be private and have accessor methods. | 943 |
Error | design | VisibilityModifier | Variable 'heapSize' must be private and have accessor methods. | 946 |
org/apache/hadoop/hbase/regionserver/MemStoreChunkPool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'chunkPoolDisabled' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'mcp' must be private and have accessor methods. | 152 |
org/apache/hadoop/hbase/regionserver/MemStoreFlusher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'globalMemStoreLimit' must be private and have accessor methods. | 92 |
Error | design | VisibilityModifier | Variable 'globalMemStoreLimitLowMarkPercent' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'globalMemStoreLimitLowMark' must be private and have accessor methods. | 94 |
Error | design | FinalClass | Class FlushHandler should be declared as final. | 227 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 703 |
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. | 39 |
org/apache/hadoop/hbase/regionserver/MultiRowMutationProcessor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'rowsToLock' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'mutations' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'miniBatch' must be private and have accessor methods. | 46 |
org/apache/hadoop/hbase/regionserver/MultiVersionConcurrencyControl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'readPoint' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'writePoint' must be private and have accessor methods. | 45 |
org/apache/hadoop/hbase/regionserver/RSDumpServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
org/apache/hadoop/hbase/regionserver/RSRpcServices.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'requestCount' must be private and have accessor methods. | 219 |
Error | design | VisibilityModifier | Variable 'rpcServer' must be private and have accessor methods. | 221 |
Error | design | VisibilityModifier | Variable 'isa' must be private and have accessor methods. | 222 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 484 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 576 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 598 |
Error | sizes | MethodLength | Method length is 168 lines (max allowed is 150). | 1475 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1550 |
Error | sizes | MethodLength | Method length is 388 lines (max allowed is 150). | 2313 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 2637 |
org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'sharedData' must be private and have accessor methods. | 113 |
Error | design | VisibilityModifier | Variable 'rsServices' must be private and have accessor methods. | 199 |
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 201 |
Error | blocks | EmptyBlock | Must have at least one statement. | 249 |
Error | blocks | EmptyBlock | Must have at least one statement. | 284 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 393 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 393 |
Error | sizes | LineLength | Line is longer than 100 characters (found 131). | 522 |
org/apache/hadoop/hbase/regionserver/RegionMergeTransactionImpl.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/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/RpcSchedulerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 40 |
org/apache/hadoop/hbase/regionserver/ScanDeleteTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'hasFamilyStamp' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'familyStamp' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'familyVersionStamps' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'deleteBuffer' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'deleteOffset' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'deleteLength' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'deleteType' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'deleteTimestamp' must be private and have accessor methods. | 56 |
org/apache/hadoop/hbase/regionserver/ScanQueryMatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'row' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'rowOffset' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'rowLength' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'maxReadPointToTrackVersions' must be private and have accessor methods. | 111 |
Error | sizes | MethodLength | Method length is 195 lines (max allowed is 150). | 282 |
org/apache/hadoop/hbase/regionserver/ScannerContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.List. | 20 |
Error | design | VisibilityModifier | Variable 'limits' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'progress' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'scannerState' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'keepProgress' must be private and have accessor methods. | 97 |
Error | design | VisibilityModifier | Variable 'metrics' must be private and have accessor methods. | 103 |
Error | design | VisibilityModifier | Variable 'keepProgress' must be private and have accessor methods. | 354 |
Error | design | VisibilityModifier | Variable 'trackMetrics' must be private and have accessor methods. | 355 |
Error | design | VisibilityModifier | Variable 'limits' must be private and have accessor methods. | 356 |
Error | design | VisibilityModifier | Variable 'depth' must be private and have accessor methods. | 476 |
Error | design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 517 |
Error | design | VisibilityModifier | Variable 'sizeScope' must be private and have accessor methods. | 519 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 520 |
Error | design | VisibilityModifier | Variable 'timeScope' must be private and have accessor methods. | 522 |
Error | design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 523 |
org/apache/hadoop/hbase/regionserver/ServerNonceManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | UpperEll | Should use uppercase 'L'. | 98 |
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/SimpleRpcSchedulerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 |
org/apache/hadoop/hbase/regionserver/SplitLogWorker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'worker' must be private and have accessor methods. | 68 |
org/apache/hadoop/hbase/regionserver/SplitTransactionImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'std' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'useZKForAssignment' must be private and have accessor methods. | 76 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 587 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 798 |
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 | blocks | EmptyBlock | Must have at least one statement. | 510 |
Error | design | FinalClass | Class Writer should be declared as final. | 749 |
Error | design | VisibilityModifier | Variable 'timeRangeTracker' must be private and have accessor methods. | 761 |
Error | design | VisibilityModifier | Variable 'isTimeRangeTrackerSet' must be private and have accessor methods. | 768 |
Error | design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 770 |
Error | design | VisibilityModifier | Variable 'generalBloomFilter' must be private and have accessor methods. | 1066 |
Error | design | VisibilityModifier | Variable 'deleteFamilyBloomFilter' must be private and have accessor methods. | 1067 |
Error | design | VisibilityModifier | Variable 'bloomFilterType' must be private and have accessor methods. | 1068 |
Error | design | VisibilityModifier | Variable 'timeRangeTracker' must be private and have accessor methods. | 1070 |
Error | design | VisibilityModifier | Variable 'sequenceID' must be private and have accessor methods. | 1071 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1147 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1165 |
org/apache/hadoop/hbase/regionserver/StoreFlusher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'store' must be private and have accessor methods. | 42 |
org/apache/hadoop/hbase/regionserver/StoreScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'store' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'matcher' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'heap' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'cacheBlocks' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'countPerRow' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'storeLimit' must be private and have accessor methods. | 68 |
Error | design | VisibilityModifier | Variable 'storeOffset' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'closing' must be private and have accessor methods. | 73 |
Error | design | VisibilityModifier | Variable 'get' must be private and have accessor methods. | 74 |
Error | design | VisibilityModifier | Variable 'explicitColumnQuery' must be private and have accessor methods. | 75 |
Error | design | VisibilityModifier | Variable 'useRowColBloom' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'parallelSeekEnabled' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'scan' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'columns' must be private and have accessor methods. | 83 |
Error | design | VisibilityModifier | Variable 'oldestUnexpiredTS' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'now' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'minVersions' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'maxRowSize' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'cellsPerHeartbeatCheck' must be private and have accessor methods. | 88 |
Error | design | VisibilityModifier | Variable 'lazySeekEnabledGlobally' must be private and have accessor methods. | 103 |
Error | design | VisibilityModifier | Variable 'lastTop' must be private and have accessor methods. | 120 |
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 124 |
Error | sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 460 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 637 |
org/apache/hadoop/hbase/regionserver/StoreUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
org/apache/hadoop/hbase/regionserver/StorefileRefresherChore.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 111 |
org/apache/hadoop/hbase/regionserver/StripeMultiFileWriter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'writerFactory' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'existingWriters' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'boundaries' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'sourceScanner' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'lastRowInCurrentWriter' must be private and have accessor methods. | 300 |
org/apache/hadoop/hbase/regionserver/StripeStoreFileManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'stripeEndRows' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'stripeFiles' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'level0Files' must be private and have accessor methods. | 103 |
Error | design | VisibilityModifier | Variable 'allFilesCached' must be private and have accessor methods. | 106 |
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. | 34 |
org/apache/hadoop/hbase/regionserver/TimeRangeTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'minimumTimestamp' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'maximumTimestamp' must be private and have accessor methods. | 42 |
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. | 67 |
Error | design | VisibilityModifier | Variable 'storeConfigInfo' 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. | 38 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'comConf' must be private and have accessor methods. | 36 |
Error | design | VisibilityModifier | Variable 'storeConfigInfo' must be private and have accessor methods. | 37 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionProgress.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'totalCompactingKVs' must be private and have accessor methods. | 37 |
Error | design | VisibilityModifier | Variable 'currentCompactedKVs' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'totalCompactedSize' must be private and have accessor methods. | 41 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 61 |
org/apache/hadoop/hbase/regionserver/compactions/CompactionRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 139 |
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. | 61 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 62 |
Error | design | VisibilityModifier | Variable 'store' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'compactionCompression' must be private and have accessor methods. | 66 |
Error | design | VisibilityModifier | Variable 'keepSeqIdPeriod' must be private and have accessor methods. | 69 |
Error | design | VisibilityModifier | Variable 'maxKeyCount' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'earliestPutTs' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'maxSeqId' must be private and have accessor methods. | 98 |
Error | design | VisibilityModifier | Variable 'maxMVCCReadpoint' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 102 |
Error | design | VisibilityModifier | Variable 'minSeqIdToKeep' must be private and have accessor methods. | 104 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 141 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 165 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 293 |
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 | sizes | LineLength | Line is longer than 100 characters (found 102). | 109 |
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 | misc | UpperEll | Should use uppercase 'L'. | 292 |
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. | 391 |
Error | design | VisibilityModifier | Variable 'majorRangeFromRow' must be private and have accessor methods. | 392 |
Error | design | VisibilityModifier | Variable 'majorRangeToRow' must be private and have accessor methods. | 392 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 429 |
org/apache/hadoop/hbase/regionserver/compactions/StripeCompactor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 155 |
org/apache/hadoop/hbase/regionserver/handler/FinishRegionRecoveringHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'rss' must be private and have accessor methods. | 34 |
Error | design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 35 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 36 |
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. | 49 |
Error | blocks | EmptyBlock | Must have at least one statement. | 271 |
org/apache/hadoop/hbase/regionserver/handler/WALSplitterHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 73 |
org/apache/hadoop/hbase/regionserver/snapshot/FlushSnapshotSubprocedure.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.Region.Operation. | 34 |
Error | design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 73 |
org/apache/hadoop/hbase/regionserver/snapshot/RegionServerSnapshotManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 81 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 95 |
Error | blocks | EmptyBlock | Must have at least one statement. | 371 |
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. | 39 |
Error | design | VisibilityModifier | Variable 'tableDict' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'familyDict' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'qualifierDict' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'rowDict' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'tagCompressionContext' must be private and have accessor methods. | 45 |
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. | 44 |
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. | 142 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 181 |
org/apache/hadoop/hbase/regionserver/wal/FSHLog.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.lang.reflect.InvocationTargetException. | 28 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 214 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 251 |
Error | design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 307 |
Error | design | VisibilityModifier | Variable 'LOG_NAME_COMPARATOR' must be private and have accessor methods. | 355 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1174 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 1777 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 1779 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1781 |
org/apache/hadoop/hbase/regionserver/wal/HLogPrettyPrinter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.FileNotFoundException. | 20 |
Error | imports | UnusedImports | Unused import - java.util.ArrayList. | 23 |
Error | imports | UnusedImports | Unused import - java.util.Date. | 24 |
Error | imports | UnusedImports | Unused import - java.util.HashMap. | 25 |
Error | imports | UnusedImports | Unused import - java.util.List. | 26 |
Error | imports | UnusedImports | Unused import - java.util.Map. | 27 |
Error | imports | UnusedImports | Unused import - org.apache.commons.cli.CommandLine. | 29 |
Error | imports | UnusedImports | Unused import - org.apache.commons.cli.CommandLineParser. | 30 |
Error | imports | UnusedImports | Unused import - org.apache.commons.cli.HelpFormatter. | 31 |
Error | imports | UnusedImports | Unused import - org.apache.commons.cli.Options. | 32 |
Error | imports | UnusedImports | Unused import - org.apache.commons.cli.ParseException. | 33 |
Error | imports | UnusedImports | Unused import - org.apache.commons.cli.PosixParser. | 34 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 37 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.FileSystem. | 38 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.fs.Path. | 39 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HBaseConfiguration. | 40 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 41 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 42 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSUtils. | 43 |
Error | imports | UnusedImports | Unused import - org.codehaus.jackson.map.ObjectMapper. | 46 |
Error | misc | UpperEll | Should use uppercase 'L'. | 71 |
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/MetricsWALSourceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | UpperEll | Should use uppercase 'L'. | 57 |
Error | misc | UpperEll | Should use uppercase 'L'. | 59 |
org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'inputStream' must be private and have accessor methods. | 78 |
Error | design | VisibilityModifier | Variable 'cellDecoder' must be private and have accessor methods. | 79 |
Error | design | VisibilityModifier | Variable 'byteStringUncompressor' must be private and have accessor methods. | 80 |
Error | design | VisibilityModifier | Variable 'hasCompression' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'hasTagCompression' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'trailer' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'trailerWarnSize' must be private and have accessor methods. | 90 |
Error | design | VisibilityModifier | Variable 'result' must be private and have accessor methods. | 107 |
Error | design | VisibilityModifier | Variable 'cellCodecClsName' must be private and have accessor methods. | 108 |
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. | 48 |
Error | design | VisibilityModifier | Variable 'cellEncoder' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'compressor' must be private and have accessor methods. | 50 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 152 |
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. | 42 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'edit' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'fileLength' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'compressionContext' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'emptyCompressionContext' must be private and have accessor methods. | 51 |
org/apache/hadoop/hbase/regionserver/wal/SequenceFileLogReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'reader' must be private and have accessor methods. | 140 |
Error | design | VisibilityModifier | Variable 'entryStart' must be private and have accessor methods. | 141 |
org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 129). | 51 |
Error | design | VisibilityModifier | Variable 'compression' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'statelessUncompressor' must be private and have accessor methods. | 57 |
org/apache/hadoop/hbase/regionserver/wal/WALCoprocessorHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 28 |
Error | design | VisibilityModifier | Variable 'useLegacyPre' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'useLegacyPost' must be private and have accessor methods. | 51 |
org/apache/hadoop/hbase/regionserver/wal/WALUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class WALUtil should be declared as final. | 44 |
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. | 40 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 41 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 44 |
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. | 138 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 139 |
Error | design | VisibilityModifier | Variable 'walGroupId' must be private and have accessor methods. | 140 |
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. | 30 |
org/apache/hadoop/hbase/replication/ReplicationStateZKBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'peerStateNodeName' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'replicationZNode' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'peersZNode' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'queuesZNode' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'ourClusterKey' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'zookeeper' must be private and have accessor methods. | 53 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'abortable' must be private and have accessor methods. | 55 |
org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationGlobalSourceSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 39 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 53 |
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. | 24 |
org/apache/hadoop/hbase/replication/regionserver/MetricsSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 58 |
org/apache/hadoop/hbase/replication/regionserver/RegionReplicaReplicationEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WALKey. | 63 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.wal.WALCellCodec. | 67 |
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.replication.ReplicationEndpoint. | 74 |
Error | design | VisibilityModifier | Variable 'sink' must be private and have accessor methods. | 435 |
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 436 |
Error | design | VisibilityModifier | Variable 'rpcControllerFactory' must be private and have accessor methods. | 437 |
Error | design | VisibilityModifier | Variable 'rpcRetryingCallerFactory' must be private and have accessor methods. | 438 |
Error | design | VisibilityModifier | Variable 'operationTimeout' must be private and have accessor methods. | 439 |
Error | design | VisibilityModifier | Variable 'pool' must be private and have accessor methods. | 440 |
Error | design | VisibilityModifier | Variable 'disabledAndDroppedTables' must be private and have accessor methods. | 441 |
Error | design | VisibilityModifier | Variable 'factory' must be private and have accessor methods. | 600 |
Error | design | VisibilityModifier | Variable 'callable' must be private and have accessor methods. | 601 |
Error | design | VisibilityModifier | Variable 'timeout' must be private and have accessor methods. | 602 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 661 |
org/apache/hadoop/hbase/replication/regionserver/Replication.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 45 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSink.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 198 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 250 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 62 |
Error | sizes | MethodLength | Method length is 152 lines (max allowed is 150). | 488 |
Error | blocks | EmptyBlock | Must have at least one statement. | 985 |
org/apache/hadoop/hbase/replication/regionserver/ReplicationSyncUp.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'hostname' must be private and have accessor methods. | 125 |
Error | design | VisibilityModifier | Variable 'zkw' must be private and have accessor methods. | 126 |
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/NamespacesInstanceResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'namespace' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'queryTables' must be private and have accessor methods. | 62 |
org/apache/hadoop/hbase/rest/RESTServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 67 |
Error | sizes | MethodLength | Method length is 172 lines (max allowed is 150). | 83 |
Error | blocks | EmptyBlock | Must have at least one statement. | 157 |
org/apache/hadoop/hbase/rest/RegionsResource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'cacheControl' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'tableResource' must be private and have accessor methods. | 58 |
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. | 283 |
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. | 56 |
Error | design | VisibilityModifier | Variable 'tableResource' must be private and have accessor methods. | 63 |
Error | blocks | EmptyBlock | Must have at least one statement. | 238 |
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. | 50 |
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. | 47 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'accessToken' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'maxRetries' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'sleepTime' must be private and have accessor methods. | 51 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 147 |
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. | 84 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 85 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'maxRetries' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'sleepTime' must be private and have accessor methods. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 319 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 319 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 347 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 389 |
Error | design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 521 |
Error | design | VisibilityModifier | Variable 'cache' must be private and have accessor methods. | 599 |
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. | 128 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 129 |
Error | design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 130 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 200 |
Error | design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 201 |
Error | design | VisibilityModifier | Variable 'comparator' must be private and have accessor methods. | 202 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 203 |
Error | design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 204 |
Error | design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 205 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 206 |
Error | design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 207 |
Error | design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 208 |
Error | design | VisibilityModifier | Variable 'ifMissing' must be private and have accessor methods. | 209 |
Error | design | VisibilityModifier | Variable 'latestVersion' must be private and have accessor methods. | 210 |
Error | design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 211 |
Error | design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 212 |
Error | design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 213 |
Error | design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 214 |
Error | design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 215 |
Error | design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 216 |
Error | design | VisibilityModifier | Variable 'prefixes' must be private and have accessor methods. | 217 |
Error | design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 219 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 759 |
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/provider/producer/PlainTextMessageBodyProducer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 73 |
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 | 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 | imports | RedundantImport | Duplicate import to line 21 - org.apache.commons.codec.binary.Base64. | 29 |
Error | imports | RedundantImport | Duplicate import to line 22 - org.apache.hadoop.hbase.classification.InterfaceAudience. | 32 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
Error | design | VisibilityModifier | Variable 'saslQop' must be private and have accessor methods. | 47 |
org/apache/hadoop/hbase/security/SecureBulkLoadUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/security/SecurityInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 36 |
org/apache/hadoop/hbase/security/SecurityUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
org/apache/hadoop/hbase/security/User.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'ugi' must be private and have accessor methods. | 64 |
org/apache/hadoop/hbase/security/UserProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'groups' must be private and have accessor methods. | 56 |
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. | 50 |
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. | 100 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 680 |
org/apache/hadoop/hbase/security/access/AccessController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'authManager' must be private and have accessor methods. | 176 |
Error | design | VisibilityModifier | Variable 'aclRegion' must be private and have accessor methods. | 179 |
Error | design | VisibilityModifier | Variable 'authorizationEnabled' must be private and have accessor methods. | 196 |
Error | design | VisibilityModifier | Variable 'cellFeaturesEnabled' must be private and have accessor methods. | 199 |
Error | design | VisibilityModifier | Variable 'shouldCheckExecPermission' must be private and have accessor methods. | 202 |
Error | design | VisibilityModifier | Variable 'compatibleEarlyTermination' must be private and have accessor methods. | 206 |
Error | sizes | MethodLength | Method length is 167 lines (max allowed is 150). | 709 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1308 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1337 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1352 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 1381 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2039 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2215 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 2266 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2320 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 2488 |
org/apache/hadoop/hbase/security/access/AuthResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 254 |
Error | design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 255 |
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 | design | VisibilityModifier | Variable 'declaredClass' must be private and have accessor methods. | 350 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 376 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 395 |
Error | blocks | EmptyBlock | Must have at least one statement. | 497 |
org/apache/hadoop/hbase/security/access/Permission.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 62 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 83 |
org/apache/hadoop/hbase/security/access/SecureBulkLoadEndpoint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 448 |
Error | blocks | EmptyBlock | Must have at least one statement. | 449 |
org/apache/hadoop/hbase/security/access/TableAuthManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class TableAuthManager should be declared as final. | 50 |
Error | design | VisibilityModifier | Variable 'managerMap' must be private and have accessor methods. | 736 |
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/AuthenticationTokenIdentifier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'username' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'keyId' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'issueDate' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'expirationDate' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'sequenceNumber' must be private and have accessor methods. | 44 |
org/apache/hadoop/hbase/security/token/AuthenticationTokenSecretManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 87 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 88 |
org/apache/hadoop/hbase/security/token/TokenProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 109). | 103 |
org/apache/hadoop/hbase/security/token/TokenUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 53 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 86 |
org/apache/hadoop/hbase/security/visibility/DefaultVisibilityLabelServiceImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 90 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 322 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 541 |
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 | imports | RedundantImport | Duplicate import to line 28 - org.apache.hadoop.hbase.client.Table. | 34 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 131 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 132 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 216 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 217 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 269 |
Error | design | VisibilityModifier | Variable 'rpcCallback' must be private and have accessor methods. | 270 |
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/visibility/VisibilityConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
org/apache/hadoop/hbase/security/visibility/VisibilityController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'authorizationEnabled' must be private and have accessor methods. | 143 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 195 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 205 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 260 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 771 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1061 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1097 |
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). | 60 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 61 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 85 |
org/apache/hadoop/hbase/security/visibility/VisibilityUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 69 |
org/apache/hadoop/hbase/snapshot/ClientSnapshotDescriptionUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | sizes | LineLength | Line is longer than 100 characters (found 148). | 55 |
org/apache/hadoop/hbase/snapshot/ExportSnapshot.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 539 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 562 |
Error | sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 863 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 944 |
org/apache/hadoop/hbase/snapshot/RestoreSnapshotHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 716 |
org/apache/hadoop/hbase/snapshot/SnapshotDescriptionUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.snapshot.SnapshotManifestV2. | 34 |
Error | design | FinalClass | Class SnapshotDescriptionUtils should be declared as final. | 74 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 109 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 169 |
Error | sizes | LineLength | Line is longer than 100 characters (found 147). | 293 |
org/apache/hadoop/hbase/snapshot/SnapshotInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 222 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 420 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 446 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 504 |
org/apache/hadoop/hbase/snapshot/SnapshotManifest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class SnapshotManifest should be declared as final. | 65 |
org/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class SnapshotManifestV1 should be declared as final. | 56 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 157 |
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. | 55 |
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/HttpDoAsClient.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'host' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'decoder' must be private and have accessor methods. | 65 |
Error | design | VisibilityModifier | Variable 'doAsUser' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'principal' must be private and have accessor methods. | 68 |
Error | sizes | LineLength | Line is longer than 100 characters (found 117). | 178 |
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 | blocks | EmptyBlock | Must have at least one statement. | 306 |
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/ThriftHttpServlet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 145 |
Error | design | VisibilityModifier | Variable 'serviceUGI' must be private and have accessor methods. | 146 |
Error | design | VisibilityModifier | Variable 'outToken' must be private and have accessor methods. | 147 |
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. | 63 |
org/apache/hadoop/hbase/thrift/ThriftServerRunner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 151 |
Error | design | VisibilityModifier | Variable 'tserver' must be private and have accessor methods. | 192 |
Error | design | VisibilityModifier | Variable 'httpServer' must be private and have accessor methods. | 193 |
Error | design | VisibilityModifier | Variable 'option' must be private and have accessor methods. | 215 |
Error | design | VisibilityModifier | Variable 'isAlwaysFramed' must be private and have accessor methods. | 216 |
Error | design | VisibilityModifier | Variable 'serverClass' must be private and have accessor methods. | 217 |
Error | design | VisibilityModifier | Variable 'canSpecifyBindIP' must be private and have accessor methods. | 218 |
Error | sizes | MethodLength | Method length is 168 lines (max allowed is 150). | 441 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 649 |
Error | design | VisibilityModifier | Variable 'nextScannerId' must be private and have accessor methods. | 653 |
Error | design | VisibilityModifier | Variable 'scannerMap' must be private and have accessor methods. | 654 |
Error | design | VisibilityModifier | Variable 'coalescer' must be private and have accessor methods. | 658 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1671 |
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. | 47 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 151 |
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 | design | FinalClass | Class THBaseServiceMetricsProxy should be declared as final. | 100 |
org/apache/hadoop/hbase/thrift2/ThriftServer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 90 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 93 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 152 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 153 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 154 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 241 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 242 |
Error | sizes | MethodLength | Method length is 194 lines (max allowed is 150). | 333 |
Error | sizes | LineLength | Line is longer than 100 characters (found 118). | 341 |
org/apache/hadoop/hbase/thrift2/ThriftUtilities.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HRegionLocator. | 40 |
Error | design | FinalClass | Class ThriftUtilities should be declared as final. | 70 |
org/apache/hadoop/hbase/tool/Canary.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 690 |
Error | design | VisibilityModifier | Variable 'admin' must be private and have accessor methods. | 691 |
Error | design | VisibilityModifier | Variable 'targets' must be private and have accessor methods. | 692 |
Error | design | VisibilityModifier | Variable 'useRegExp' must be private and have accessor methods. | 693 |
Error | design | VisibilityModifier | Variable 'treatFailureAsError' must be private and have accessor methods. | 694 |
Error | design | VisibilityModifier | Variable 'initialized' must be private and have accessor methods. | 695 |
Error | design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 697 |
Error | design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 698 |
Error | design | VisibilityModifier | Variable 'sink' must be private and have accessor methods. | 699 |
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 700 |
org/apache/hadoop/hbase/trace/SpanReceiverHost.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'lock' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'host' must be private and have accessor methods. | 49 |
org/apache/hadoop/hbase/types/CopyOnWriteArrayMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 710 |
Error | design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 736 |
Error | design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 763 |
Error | design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 957 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 958 |
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/PBType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Duplicate import to line 22 - org.apache.hadoop.hbase.util.Order. | 28 |
Error | imports | RedundantImport | Duplicate import to line 23 - org.apache.hadoop.hbase.util.PositionedByteRange. | 29 |
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/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/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/AbstractByteRange.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'bytes' must be private and have accessor methods. | 71 |
Error | design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 77 |
Error | design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'hash' must be private and have accessor methods. | 88 |
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/AbstractPositionedByteRange.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'position' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 49 |
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. | 34 |
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/ByteBloomFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'byteSize' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'hashCount' must be private and have accessor methods. | 89 |
Error | design | VisibilityModifier | Variable 'hashType' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'hash' must be private and have accessor methods. | 93 |
Error | design | VisibilityModifier | Variable 'keyCount' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'maxKeys' must be private and have accessor methods. | 97 |
Error | design | VisibilityModifier | Variable 'bloom' must be private and have accessor methods. | 99 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 510 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 510 |
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 |
org/apache/hadoop/hbase/util/ByteBufferUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 496 |
org/apache/hadoop/hbase/util/ByteRangeUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
org/apache/hadoop/hbase/util/ByteStringer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class ByteStringer should be declared as final. | 30 |
org/apache/hadoop/hbase/util/Bytes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 |
Error | misc | UpperEll | Should use uppercase 'L'. | 122 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 456 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 461 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 483 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 483 |
org/apache/hadoop/hbase/util/ChecksumFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the java.lang package - java.lang.ClassNotFoundException. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
org/apache/hadoop/hbase/util/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. | 39 |
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 |
org/apache/hadoop/hbase/util/CompoundBloomFilterBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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. | 50 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 106 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 112 |
org/apache/hadoop/hbase/util/ConcatenatedLists.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'components' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 39 |
Error | design | VisibilityModifier | Variable 'currentComponent' must be private and have accessor methods. | 139 |
Error | design | VisibilityModifier | Variable 'indexWithinComponent' must be private and have accessor methods. | 140 |
Error | design | VisibilityModifier | Variable 'nextWasCalled' must be private and have accessor methods. | 141 |
org/apache/hadoop/hbase/util/ConfigUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
org/apache/hadoop/hbase/util/ConnectionCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 191 |
Error | design | VisibilityModifier | Variable 'userName' must be private and have accessor methods. | 192 |
Error | design | VisibilityModifier | Variable 'admin' must be private and have accessor methods. | 194 |
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/Counter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'p0' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'p1' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'p2' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'p3' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'p4' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'p5' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'p6' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'q0' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'q1' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'q2' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'q3' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'q4' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'q5' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'q6' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'cells' must be private and have accessor methods. | 67 |
Error | design | VisibilityModifier | Variable 'demoted' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 112 |
org/apache/hadoop/hbase/util/DirectMemoryUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
org/apache/hadoop/hbase/util/EncryptionTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class EncryptionTest should be declared as final. | 38 |
org/apache/hadoop/hbase/util/EnvironmentEdgeManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class EnvironmentEdgeManager should be declared as final. | 28 |
org/apache/hadoop/hbase/util/ExceptionUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class ExceptionUtil should be declared as final. | 36 |
org/apache/hadoop/hbase/util/FSRegionScanner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.util.FSUtils. | 33 |
org/apache/hadoop/hbase/util/FSTableDescriptorMigrationToSubdir.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
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 | sizes | LineLength | Line is longer than 100 characters (found 102). | 321 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 619 |
Error | blocks | EmptyBlock | Must have at least one statement. | 745 |
Error | blocks | EmptyBlock | Must have at least one statement. | 896 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 943 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1325 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1379 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 1409 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 1439 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 1455 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 1489 |
Error | sizes | LineLength | Line is longer than 100 characters (found 112). | 1500 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 1514 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 1639 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 1926 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 1928 |
org/apache/hadoop/hbase/util/FSVisitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 |
org/apache/hadoop/hbase/util/GetJavaProperty.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 25 |
org/apache/hadoop/hbase/util/HBaseConfTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 32 |
org/apache/hadoop/hbase/util/HBaseFsck.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 221 |
Error | sizes | LineLength | Line is longer than 100 characters (found 120). | 258 |
Error | design | VisibilityModifier | Variable 'fixes' must be private and have accessor methods. | 272 |
Error | design | VisibilityModifier | Variable 'retryCounter' must be private and have accessor methods. | 356 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 683 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 724 |
Error | design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 741 |
Error | design | VisibilityModifier | Variable 'metaFirstKey' must be private and have accessor methods. | 742 |
Error | design | VisibilityModifier | Variable 'metaLastKey' must be private and have accessor methods. | 743 |
Error | design | VisibilityModifier | Variable 'storesFirstKey' must be private and have accessor methods. | 744 |
Error | design | VisibilityModifier | Variable 'storesLastKey' must be private and have accessor methods. | 745 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 747 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 915 |
Error | sizes | LineLength | Line is longer than 100 characters (found 124). | 931 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1009 |
Error | design | VisibilityModifier | Variable 'ioe' must be private and have accessor methods. | 1118 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1264 |
Error | sizes | LineLength | Line is longer than 100 characters (found 105). | 1294 |
Error | sizes | LineLength | Line is longer than 100 characters (found 123). | 1297 |
Error | sizes | LineLength | Line is longer than 100 characters (found 102). | 1308 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1362 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 1736 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1810 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1949 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 1969 |
Error | sizes | MethodLength | Method length is 220 lines (max allowed is 150). | 2139 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 2368 |
Error | design | VisibilityModifier | Variable 'overlapgroup' must be private and have accessor methods. | 2528 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 2547 |
Error | design | VisibilityModifier | Variable 'deployedOn' must be private and have accessor methods. | 2548 |
Error | design | VisibilityModifier | Variable 'backwards' must be private and have accessor methods. | 2551 |
Error | design | VisibilityModifier | Variable 'sidelinedRegions' must be private and have accessor methods. | 2554 |
Error | design | VisibilityModifier | Variable 'sc' must be private and have accessor methods. | 2557 |
Error | design | VisibilityModifier | Variable 'htds' must be private and have accessor methods. | 2560 |
Error | design | VisibilityModifier | Variable 'overlapGroups' must be private and have accessor methods. | 2563 |
Error | design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 2643 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 2715 |
Error | design | VisibilityModifier | Variable 'fixOverlaps' must be private and have accessor methods. | 2717 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 2771 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 2812 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 2879 |
Error | design | VisibilityModifier | Variable 'countRecord' must be private and have accessor methods. | 3379 |
Error | design | VisibilityModifier | Variable 'comp' must be private and have accessor methods. | 3382 |
Error | design | VisibilityModifier | Variable 'regionServer' must be private and have accessor methods. | 3473 |
Error | design | VisibilityModifier | Variable 'modTime' must be private and have accessor methods. | 3474 |
Error | design | VisibilityModifier | Variable 'splitA' must be private and have accessor methods. | 3475 |
Error | design | VisibilityModifier | Variable 'splitB' must be private and have accessor methods. | 3475 |
Error | design | VisibilityModifier | Variable 'hri' must be private and have accessor methods. | 3524 |
Error | design | VisibilityModifier | Variable 'hdfsRegionDir' must be private and have accessor methods. | 3525 |
Error | design | VisibilityModifier | Variable 'hdfsRegionDirModTime' must be private and have accessor methods. | 3526 |
Error | design | VisibilityModifier | Variable 'hdfsRegioninfoFilePresent' must be private and have accessor methods. | 3527 |
Error | design | VisibilityModifier | Variable 'hdfsOnlyEdits' must be private and have accessor methods. | 3528 |
Error | design | VisibilityModifier | Variable 'hri' must be private and have accessor methods. | 3535 |
Error | design | VisibilityModifier | Variable 'hsa' must be private and have accessor methods. | 3536 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 3583 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 3584 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 3585 |
Error | sizes | LineLength | Line is longer than 100 characters (found 137). | 3805 |
Error | sizes | LineLength | Line is longer than 100 characters (found 110). | 3812 |
Error | design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 3842 |
Error | design | VisibilityModifier | Variable 'errorTables' must be private and have accessor methods. | 3847 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 4018 |
Error | sizes | LineLength | Line is longer than 100 characters (found 115). | 4416 |
Error | sizes | LineLength | Line is longer than 100 characters (found 108). | 4451 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 4457 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 4459 |
Error | sizes | LineLength | Line is longer than 100 characters (found 116). | 4461 |
Error | sizes | LineLength | Line is longer than 100 characters (found 113). | 4464 |
Error | sizes | LineLength | Line is longer than 100 characters (found 145). | 4467 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 4468 |
Error | sizes | LineLength | Line is longer than 100 characters (found 179). | 4469 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 4478 |
Error | sizes | LineLength | Line is longer than 100 characters (found 104). | 4479 |
Error | sizes | LineLength | Line is longer than 100 characters (found 128). | 4490 |
Error | sizes | LineLength | Line is longer than 100 characters (found 111). | 4494 |
Error | sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 4534 |
org/apache/hadoop/hbase/util/HBaseFsckRepair.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Duplicate import to line 21 - java.io.IOException. | 50 |
Error | imports | RedundantImport | Duplicate import to line 22 - java.util.Collection. | 51 |
Error | imports | RedundantImport | Duplicate import to line 23 - java.util.List. | 52 |
Error | imports | RedundantImport | Duplicate import to line 24 - java.util.Map. | 53 |
Error | imports | RedundantImport | Duplicate import to line 25 - java.util.Random. | 54 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 60 |
org/apache/hadoop/hbase/util/HFileArchiveUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class HFileArchiveUtil should be declared as final. | 33 |
org/apache/hadoop/hbase/util/HFileV1Detector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 172 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 417 |
org/apache/hadoop/hbase/util/HMerge.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class HMerge should be declared as final. | 57 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 141 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 142 |
Error | design | VisibilityModifier | Variable 'rootDir' must be private and have accessor methods. | 143 |
Error | design | VisibilityModifier | Variable 'htd' must be private and have accessor methods. | 144 |
Error | design | VisibilityModifier | Variable 'walFactory' must be private and have accessor methods. | 145 |
org/apache/hadoop/hbase/util/HttpServerUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
org/apache/hadoop/hbase/util/IdLock.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Entry should be declared as final. | 46 |
org/apache/hadoop/hbase/util/IterableUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
org/apache/hadoop/hbase/util/JVM.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 139 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 156 |
Error | whitespace | MethodParamPad | '(' is preceded with whitespace. | 245 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 255 |
org/apache/hadoop/hbase/util/JVMClusterUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
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 |
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/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). | 53 |
Error | sizes | LineLength | Line is longer than 100 characters (found 106). | 54 |
org/apache/hadoop/hbase/util/Merge.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WAL. | 44 |
Error | blocks | EmptyBlock | Must have at least one statement. | 101 |
Error | blocks | EmptyBlock | Must have at least one statement. | 103 |
org/apache/hadoop/hbase/util/Methods.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
org/apache/hadoop/hbase/util/MurmurHash3.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 66 |
org/apache/hadoop/hbase/util/OrderedBytes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 269 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 348 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 583 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 584 |
Error | coding | EmptyStatement | Empty statement. | 607 |
Error | coding | EmptyStatement | Empty statement. | 987 |
Error | coding | EmptyStatement | Empty statement. | 1103 |
Error | coding | EmptyStatement | Empty statement. | 1757 |
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 | coding | InnerAssignment | Inner assignments should be avoided. | 80 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 271 |
Error | sizes | LineLength | Line is longer than 100 characters (found 125). | 391 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 402 |
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. | 25 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
org/apache/hadoop/hbase/util/ProtoUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 75 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 79 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 83 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 87 |
org/apache/hadoop/hbase/util/ReflectionUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | extension | TreeWalker | Got an exception - expecting EOF, found '}' | 92 |
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. | 142 |
Error | sizes | MethodLength | Method length is 204 lines (max allowed is 150). | 436 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 736 |
Error | design | VisibilityModifier | Variable 'firstRow' must be private and have accessor methods. | 891 |
Error | design | VisibilityModifier | Variable 'firstRowInt' must be private and have accessor methods. | 892 |
Error | design | VisibilityModifier | Variable 'lastRow' must be private and have accessor methods. | 893 |
Error | design | VisibilityModifier | Variable 'lastRowInt' must be private and have accessor methods. | 894 |
Error | design | VisibilityModifier | Variable 'rowComparisonLength' must be private and have accessor methods. | 895 |
Error | design | VisibilityModifier | Variable 'firstRowBytes' must be private and have accessor methods. | 1042 |
Error | design | VisibilityModifier | Variable 'lastRowBytes' must be private and have accessor methods. | 1043 |
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 | design | VisibilityModifier | Variable 'shutdownHookManagerClass' must be private and have accessor methods. | 30 |
org/apache/hadoop/hbase/util/SimpleByteRange.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 129 |
org/apache/hadoop/hbase/util/SimpleMutableByteRange.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 227 |
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. | 26 |
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. | 41 |
Error | design | VisibilityModifier | Variable 'threadNumber' must be private and have accessor methods. | 211 |
Error | design | VisibilityModifier | Variable 'group' must be private and have accessor methods. | 213 |
org/apache/hadoop/hbase/util/UnsafeAvailChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class UnsafeAvailChecker should be declared as final. | 29 |
org/apache/hadoop/hbase/util/VersionInfo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
org/apache/hadoop/hbase/util/WeakObjectPool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 56 |
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. | 252 |
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 | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
org/apache/hadoop/hbase/util/hbck/TableIntegrityErrorHandlerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'ti' must be private and have accessor methods. | 32 |
org/apache/hadoop/hbase/util/hbck/TableLockChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 27 |
Error | design | VisibilityModifier | Variable 'expireTimeout' must be private and have accessor methods. | 40 |
org/apache/hadoop/hbase/util/test/RedundantKVGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'DEFAULT_COMMON_PREFIX' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'DEFAULT_NUMBER_OF_ROW_PREFIXES' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'DEFAULT_AVERAGE_PREFIX_LENGTH' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'DEFAULT_PREFIX_LENGTH_VARIANCE' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'DEFAULT_AVERAGE_SUFFIX_LENGTH' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'DEFAULT_SUFFIX_LENGTH_VARIANCE' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'DEFAULT_NUMBER_OF_ROW' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'DEFAULT_CHANCE_FOR_SAME_QUALIFIER' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'DEFAULT_CHANCE_FOR_SIMILIAR_QUALIFIER' must be private and have accessor methods. | 55 |
Error | design | VisibilityModifier | Variable 'DEFAULT_AVERAGE_QUALIFIER_LENGTH' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'DEFAULT_QUALIFIER_LENGTH_VARIANCE' must be private and have accessor methods. | 57 |
Error | design | VisibilityModifier | Variable 'DEFAULT_COLUMN_FAMILY_LENGTH' must be private and have accessor methods. | 59 |
Error | design | VisibilityModifier | Variable 'DEFAULT_VALUE_LENGTH' must be private and have accessor methods. | 60 |
Error | design | VisibilityModifier | Variable 'DEFAULT_CHANCE_FOR_ZERO_VALUE' must be private and have accessor methods. | 61 |
Error | design | VisibilityModifier | Variable 'DEFAULT_BASE_TIMESTAMP_DIVIDE' must be private and have accessor methods. | 63 |
Error | design | VisibilityModifier | Variable 'DEFAULT_TIMESTAMP_DIFF_SIZE' must be private and have accessor methods. | 64 |
org/apache/hadoop/hbase/util/vint/UFIntTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
Error | 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/wal/DefaultWALProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.Closeable. | 21 |
Error | imports | UnusedImports | Unused import - java.io.DataInput. | 22 |
Error | imports | UnusedImports | Unused import - java.io.DataOutput. | 23 |
Error | design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 78 |
org/apache/hadoop/hbase/wal/DisabledWALProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicLong. | 25 |
Error | design | VisibilityModifier | Variable 'disabled' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'listeners' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 86 |
Error | design | VisibilityModifier | Variable 'coprocessorHost' must be private and have accessor methods. | 87 |
Error | design | VisibilityModifier | Variable 'closed' must be private and have accessor methods. | 88 |
Error | misc | UpperEll | Should use uppercase 'L'. | 165 |
Error | misc | UpperEll | Should use uppercase 'L'. | 177 |
org/apache/hadoop/hbase/wal/RegionGroupingProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'clazz' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'cached' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'strategy' must be private and have accessor methods. | 125 |
org/apache/hadoop/hbase/wal/WAL.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 26 |
org/apache/hadoop/hbase/wal/WALFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 38 |
Error | design | VisibilityModifier | Variable 'clazz' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'factoryId' must be private and have accessor methods. | 94 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 95 |
Error | design | VisibilityModifier | Variable 'metaProvider' must be private and have accessor methods. | 99 |
org/apache/hadoop/hbase/wal/WALKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 133 |
Error | design | VisibilityModifier | Variable 'encodedRegionName' must be private and have accessor methods. | 174 |
Error | design | VisibilityModifier | Variable 'tablename' must be private and have accessor methods. | 177 |
Error | design | VisibilityModifier | Variable 'logSeqNum' must be private and have accessor methods. | 180 |
Error | design | VisibilityModifier | Variable 'writeTime' must be private and have accessor methods. | 186 |
Error | design | VisibilityModifier | Variable 'clusterIds' must be private and have accessor methods. | 191 |
Error | design | VisibilityModifier | Variable 'compressionContext' must be private and have accessor methods. | 203 |
org/apache/hadoop/hbase/wal/WALProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.hadoop.hbase.classification.InterfaceStability. | 26 |
org/apache/hadoop/hbase/wal/WALSplitter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'rootDir' must be private and have accessor methods. | 142 |
Error | design | VisibilityModifier | Variable 'fs' must be private and have accessor methods. | 143 |
Error | design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 144 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 148 |
Error | design | VisibilityModifier | Variable 'outputSink' must be private and have accessor methods. | 149 |
Error | design | VisibilityModifier | Variable 'entryBuffers' must be private and have accessor methods. | 150 |
Error | design | VisibilityModifier | Variable 'sequenceIdChecker' must be private and have accessor methods. | 160 |
Error | design | VisibilityModifier | Variable 'distributedLogReplay' must be private and have accessor methods. | 162 |
Error | design | VisibilityModifier | Variable 'lastFlushedSequenceIds' must be private and have accessor methods. | 165 |
Error | design | VisibilityModifier | Variable 'regionMaxSeqIdInStores' must be private and have accessor methods. | 168 |
Error | design | VisibilityModifier | Variable 'failedServerName' must be private and have accessor methods. | 172 |
Error | sizes | MethodLength | Method length is 157 lines (max allowed is 150). | 270 |
Error | blocks | EmptyBlock | Must have at least one statement. | 737 |
Error | design | VisibilityModifier | Variable 'thrown' must be private and have accessor methods. | 873 |
Error | design | VisibilityModifier | Variable 'dataAvailable' must be private and have accessor methods. | 877 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 905 |
Error | design | VisibilityModifier | Variable 'buffers' must be private and have accessor methods. | 907 |
Error | design | VisibilityModifier | Variable 'currentlyWriting' must be private and have accessor methods. | 913 |
Error | design | VisibilityModifier | Variable 'totalBuffered' must be private and have accessor methods. | 915 |
Error | design | VisibilityModifier | Variable 'maxHeapUsage' must be private and have accessor methods. | 916 |
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 948 |
Error | design | VisibilityModifier | Variable 'heapInBuffer' must be private and have accessor methods. | 1019 |
Error | design | VisibilityModifier | Variable 'entryBuffer' must be private and have accessor methods. | 1020 |
Error | design | VisibilityModifier | Variable 'tableName' must be private and have accessor methods. | 1021 |
Error | design | VisibilityModifier | Variable 'encodedRegionName' must be private and have accessor methods. | 1022 |
Error | design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 1135 |
Error | design | VisibilityModifier | Variable 'entryBuffers' must be private and have accessor methods. | 1136 |
Error | design | VisibilityModifier | Variable 'writers' must be private and have accessor methods. | 1138 |
Error | design | VisibilityModifier | Variable 'regionMaximumEditLogSeqNum' must be private and have accessor methods. | 1141 |
Error | design | VisibilityModifier | Variable 'writerThreads' must be private and have accessor methods. | 1144 |
Error | design | VisibilityModifier | Variable 'blacklistedRegions' must be private and have accessor methods. | 1147 |
Error | design | VisibilityModifier | Variable 'closeAndCleanCompleted' must be private and have accessor methods. | 1150 |
Error | design | VisibilityModifier | Variable 'writersClosed' must be private and have accessor methods. | 1152 |
Error | design | VisibilityModifier | Variable 'numThreads' must be private and have accessor methods. | 1154 |
Error | design | VisibilityModifier | Variable 'reporter' must be private and have accessor methods. | 1156 |
Error | design | VisibilityModifier | Variable 'skippedEdits' must be private and have accessor methods. | 1158 |
Error | design | VisibilityModifier | Variable 'splits' must be private and have accessor methods. | 1160 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1484 |
Error | design | VisibilityModifier | Variable 'editsWritten' must be private and have accessor methods. | 1626 |
Error | design | VisibilityModifier | Variable 'editsSkipped' must be private and have accessor methods. | 1628 |
Error | design | VisibilityModifier | Variable 'nanosSpent' must be private and have accessor methods. | 1630 |
Error | design | VisibilityModifier | Variable 'p' must be private and have accessor methods. | 1650 |
Error | design | VisibilityModifier | Variable 'w' must be private and have accessor methods. | 1651 |
Error | misc | UpperEll | Should use uppercase 'L'. | 1761 |
Error | misc | UpperEll | Should use uppercase 'L'. | 1901 |
Error | design | VisibilityModifier | Variable 'sink' must be private and have accessor methods. | 2204 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 2236 |
Error | design | VisibilityModifier | Variable 'mutation' must be private and have accessor methods. | 2237 |
Error | design | VisibilityModifier | Variable 'nonceGroup' must be private and have accessor methods. | 2238 |
Error | design | VisibilityModifier | Variable 'nonce' must be private and have accessor methods. | 2239 |
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. | 58 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 86 |
org/apache/hadoop/hbase/zookeeper/MetaTableLocator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 284 |
Error | blocks | EmptyBlock | Must have at least one statement. | 286 |
Error | blocks | EmptyBlock | Must have at least one statement. | 288 |
Error | blocks | EmptyBlock | Must have at least one statement. | 290 |
Error | blocks | EmptyBlock | Must have at least one statement. | 389 |
Error | blocks | EmptyBlock | Must have at least one statement. | 408 |
Error | blocks | EmptyBlock | Must have at least one statement. | 410 |
Error | blocks | EmptyBlock | Must have at least one statement. | 413 |
Error | whitespace | MethodParamPad | '(' should be on the previous line. | 493 |
Error | blocks | EmptyBlock | Must have at least one statement. | 540 |
org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 128 |
org/apache/hadoop/hbase/zookeeper/ZKAssign.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 94 |
org/apache/hadoop/hbase/zookeeper/ZKServerTool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 69 |
org/apache/hadoop/hbase/zookeeper/ZKSplitLog.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 |
Error | misc | UpperEll | Should use uppercase 'L'. | 171 |
Error | misc | UpperEll | Should use uppercase 'L'. | 175 |
org/apache/hadoop/hbase/zookeeper/ZKTableStateClientSideReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class ZKTableStateClientSideReader should be declared as final. | 42 |
org/apache/hadoop/hbase/zookeeper/ZKTableStateManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 126 |
Error | blocks | EmptyBlock | Must have at least one statement. | 224 |
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. | 90 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 748 |
Error | annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 780 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1154 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1263 |
Error | design | FinalClass | Class CreateAndFailSilent should be declared as final. | 1533 |
Error | design | FinalClass | Class DeleteNodeFailSilent should be declared as final. | 1565 |
Error | design | FinalClass | Class SetData should be declared as final. | 1587 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1825 |
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. | 69 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 77 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 89 |
org/apache/hadoop/hbase/zookeeper/ZooKeeperNodeTracker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'abortable' must be private and have accessor methods. | 47 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 142 |
org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | RedundantImport | Duplicate import to line 34 - org.apache.hadoop.hbase.classification.InterfaceAudience. | 41 |
Error | design | VisibilityModifier | Variable 'abortable' must be private and have accessor methods. | 81 |
Error | design | VisibilityModifier | Variable 'saslLatch' must be private and have accessor methods. | 91 |
Error | design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable 'rsZNode' must be private and have accessor methods. | 100 |
Error | design | VisibilityModifier | Variable 'drainingZNode' must be private and have accessor methods. | 102 |
Error | design | VisibilityModifier | Variable 'backupMasterAddressesZNode' must be private and have accessor methods. | 106 |
Error | design | VisibilityModifier | Variable 'clusterStateZNode' must be private and have accessor methods. | 108 |
Error | design | VisibilityModifier | Variable 'assignmentZNode' must be private and have accessor methods. | 110 |
Error | design | VisibilityModifier | Variable 'tableZNode' must be private and have accessor methods. | 112 |
Error | design | VisibilityModifier | Variable 'clusterIdZNode' must be private and have accessor methods. | 114 |
Error | design | VisibilityModifier | Variable 'splitLogZNode' must be private and have accessor methods. | 116 |
Error | design | VisibilityModifier | Variable 'balancerZNode' must be private and have accessor methods. | 118 |
Error | design | VisibilityModifier | Variable 'tableLockZNode' must be private and have accessor methods. | 122 |
Error | design | VisibilityModifier | Variable 'recoveringRegionsZNode' must be private and have accessor methods. | 124 |
Error | design | VisibilityModifier | Variable 'namespaceZNode' must be private and have accessor methods. | 126 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 607 |
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 | FinalClass | Class JmxCacheBuster should be declared as final. | 39 |
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). | 128 |
Error | design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 131 |
org/apache/hadoop/metrics2/lib/MutableHistogram.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'desc' must be private and have accessor methods. | 45 |
org/apache/hadoop/metrics2/lib/MutableRangeHistogram.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | EmptyStatement | Empty statement. | 64 |
Error | sizes | LineLength | Line is longer than 100 characters (found 107). | 90 |
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/org/apache/hadoop/hbase/PerformanceEvaluation_Counter.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |