The following document contains the results of Checkstyle 6.11.2 with misc/omid_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
4 | Warning |
NeedBraces | 21 | Warning | |
coding | MissingSwitchDefault | 1 | Warning |
MultipleVariableDeclarations | 3 | Warning | |
NoFinalizer | 1 | Warning | |
OneStatementPerLine | 1 | Warning | |
OverloadMethodsDeclarationOrder | 15 | Warning | |
VariableDeclarationUsageDistance | 5 | Warning | |
imports | CustomImportOrder
|
410 | Warning |
indentation | CommentsIndentation | 2 | Warning |
Indentation
|
64 | Warning | |
javadoc | JavadocMethod
|
80 | Warning |
JavadocParagraph | 49 | Warning | |
JavadocTagContinuationIndentation | 19 | Warning | |
NonEmptyAtclauseDescription | 11 | Warning | |
SummaryJavadoc
|
88 | Warning | |
misc | ArrayTypeStyle | 2 | Warning |
modifier | ModifierOrder | 25 | Warning |
naming | AbbreviationAsWordInName
|
2 | Warning |
LocalVariableName
|
63 | Warning | |
MemberName
|
8 | Warning | |
MethodName
|
2 | Warning | |
ParameterName
|
185 | Warning | |
TypeName | 2 | Warning | |
sizes | LineLength
|
151 | Warning |
whitespace | EmptyLineSeparator
|
169 | Warning |
FileTabCharacter
|
4 | Error | |
OperatorWrap
|
15 | Warning | |
SeparatorWrap
|
2 | Warning | |
SeparatorWrap
|
2 | Warning | |
WhitespaceAround
|
25 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'com.google.protobuf.RpcController' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.conf.Configuration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.CellScannable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.CellScanner' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.ipc.PayloadCarryingRpcController' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.ipc.RpcControllerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Get' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Put' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Result' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.ResultScanner' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Scan' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.transaction.TableAccessWrapper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 29 |
Warning | naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.conf.Configuration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.HConstants' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Connection' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 29 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.HBaseShims' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 36 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 101 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 103 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 106 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 117 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 118 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 119 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 120 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 121 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 122 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 123 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.tools.hbase.HBaseLogin' should be separated from previous import group. | 22 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.conf.Configuration' import. Should be before 'org.apache.omid.tools.hbase.SecureHBaseConfig'. | 24 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. Should be before 'org.apache.omid.tools.hbase.SecureHBaseConfig'. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'configuration' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 45 |
Warning | naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 52 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Warning | naming | MethodName | Method name 'OmidCompactionEnabled' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 70 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 82 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 39 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 148). | 54 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 58 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 20. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.commons.beanutils.BeanUtils' should be separated from previous import group. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 59 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.conf.Configuration' import. Should be before 'org.apache.omid.tools.hbase.SecureHBaseConfig'. | 40 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. Should be before 'org.apache.omid.tools.hbase.SecureHBaseConfig'. | 41 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 101 |
Warning | naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Binder' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder'. | 22 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Guice' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder'. | 23 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Injector' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder'. | 24 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Module' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder'. | 25 |
Warning | imports | CustomImportOrder | 'org.apache.omid.benchmarks.utils.IntegerGenerator' should be separated from previous import group. | 26 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.omid.tso.client.AbortException' import. Should be before 'org.apache.omid.tso.util.DummyCellIdImpl'. | 32 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.omid.tso.client.CellId' import. Should be before 'org.apache.omid.tso.util.DummyCellIdImpl'. | 33 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.omid.tso.client.OmidClientConfiguration' import. Should be before 'org.apache.omid.tso.util.DummyCellIdImpl'. | 34 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.omid.tso.client.TSOClient' import. Should be before 'org.apache.omid.tso.util.DummyCellIdImpl'. | 35 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.omid.tso.client.TSOFuture' import. Should be before 'org.apache.omid.tso.util.DummyCellIdImpl'. | 36 |
Warning | imports | CustomImportOrder | Import statement for 'com.codahale.metrics.MetricRegistry.name' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 52 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'injector' declaration and its first usage is 13, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 107 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.slf4j.Logger' should be separated from previous import group. | 21 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 32 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.YAMLUtils' should be separated from previous import group. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 5 |
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 12 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 15 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 179). | 2 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 5 |
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 12 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 |
Warning | javadoc | SummaryJavadoc | Forbidden summary fragment. | 45 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 47 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 48 |
Warning | javadoc | SummaryJavadoc | Forbidden summary fragment. | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 56 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 57 |
Warning | javadoc | SummaryJavadoc | Forbidden summary fragment. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 5 |
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 12 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 16 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 17 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 148). | 18 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 19 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 20 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 21 |
Warning | whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 30 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 30 |
Warning | naming | MemberName | Member name '_min' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
Warning | naming | MemberName | Member name '_max' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
Warning | naming | MemberName | Member name '_itemcount' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 32 |
Warning | naming | ParameterName | Parameter name '_items' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
Warning | naming | ParameterName | Parameter name '_min' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
Warning | naming | ParameterName | Parameter name '_max' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 58 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 59 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 60 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 61 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Warning | naming | ParameterName | Parameter name '_zipfianconstant' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 83 |
Warning | javadoc | SummaryJavadoc | Forbidden summary fragment. | 93 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Warning | naming | MethodName | Method name 'FNVhash64' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 5 |
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 12 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 17 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 18 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 148). | 19 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 20 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 154). | 22 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 23 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 26 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 28 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 29 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
Warning | whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 55 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 165). | 63 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 64 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 170). | 65 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 179). | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 179). | 67 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 178). | 68 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
Warning | naming | ParameterName | Parameter name '_items' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 |
Warning | naming | ParameterName | Parameter name '_min' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
Warning | naming | ParameterName | Parameter name '_max' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
Warning | naming | ParameterName | Parameter name '_items' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | naming | ParameterName | Parameter name '_zipfianconstant' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | naming | ParameterName | Parameter name '_zipfianconstant' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 148). | 114 |
Warning | naming | ParameterName | Parameter name '_zipfianconstant' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
Warning | naming | ParameterName | Parameter name '_zetan' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 146 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 158 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 163 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '152'. | 177 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 177 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '163'. | 191 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 191 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 203 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 229 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 238 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 151). | 239 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 184). | 242 |
Warning | naming | LocalVariableName | Local variable name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 250 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 267 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 268 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '211'. | 271 |
Warning | javadoc | SummaryJavadoc | Forbidden summary fragment. | 276 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 277 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 278 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 278 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 279 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '221'. | 281 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 40 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.committable.CommitTable.CommitTimestamp.Location' should be separated from previous import group. | 23 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.HBaseConfigModule' should be separated from previous import group. | 22 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.LinkedList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'javax.inject.Inject' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 29 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.conf.Configuration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.TableName' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 32 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Connection' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.ConnectionFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 34 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Delete' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Get' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 36 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Put' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 37 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Result' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 38 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Table' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 39 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.util.Bytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 40 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.CommitTable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 41 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.CommitTable.CommitTimestamp.Location' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 42 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 43 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 44 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.protobuf.CodedInputStream' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.SettableFuture'. | 50 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.protobuf.CodedOutputStream' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.SettableFuture'. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 70 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 81 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 124 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 154 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 173 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 189 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 205 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 231 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 238 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 241 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 245 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 253 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 254 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 265 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.hadoop.hbase.util.Bytes' should be separated from previous import group. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'com.google.common.base.Charsets.UTF_8' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.committable.CommitTable' should be separated from previous import group. | 21 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.conf.Configuration' import. Should be before 'org.apache.omid.committable.CommitTable'. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 39 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 106 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 119 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '95'. | 130 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '104'. | 138 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 141 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '220'. | 230 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '225'. | 235 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 34 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 36 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 38 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 41 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 43 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 44 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 51 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 56 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 22 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 38 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 40 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 42 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 33 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 35 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Warning | naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.commons.lang.StringUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.ConnectionFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Get' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Put' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Result' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.util.Bytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.transaction.HBaseTransactionManager' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 29 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.transaction.RollbackException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.transaction.TTable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.transaction.Transaction' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 32 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.transaction.TransactionManager' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 34 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.base.Preconditions' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 37 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 41 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 43 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 45 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 47 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 51 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 54 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 58 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 65 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 70 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 155 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'javax.inject.Singleton'. | 24 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'javax.inject.Singleton'. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.base.Strings' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. | 29 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.net.HostAndPort' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | coding | MissingSwitchDefault | switch without "default" clause. | 57 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 183 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 216 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 226 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 273 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 97 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 98 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 99 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 |
Warning | naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.HBaseConfigModule' should be separated from previous import group. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.timestamp.storage.HBaseTimestampStorageConfig.DEFAULT_TIMESTAMP_STORAGE_CF_NAME' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.timestamp.storage.HBaseTimestampStorageConfig.DEFAULT_TIMESTAMP_STORAGE_TABLE_NAME' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'javax.inject.Inject' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 24 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.hadoop.conf.Configuration' should be separated from previous import group. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.curator.framework.CuratorFramework' should be separated from previous import group. | 22 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.inject.Singleton'. | 26 |
Warning | naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.inject.Inject'. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.timestamp.storage.ZKTimestampPaths.TIMESTAMP_ZNODE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.curator.framework.CuratorFramework' should be separated from previous import group. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.annotation.Nullable'. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.conf.Configuration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.HBaseConfiguration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.HColumnDescriptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.HTableDescriptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.TableName' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Admin' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Connection' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.ConnectionFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 29 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.util.Bytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.HBaseShims' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.hbase.HBaseCommitTableConfig' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 32 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.hbase.KeyGenerator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.hbase.KeyGeneratorImplementations' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 34 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.hbase.RegionSplitter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.timestamp.storage.HBaseTimestampStorageConfig' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 36 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 37 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 38 |
Warning | imports | CustomImportOrder | Import statement for 'com.beust.jcommander.IParameterValidator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 40 |
Warning | imports | CustomImportOrder | Import statement for 'com.beust.jcommander.JCommander' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 41 |
Warning | imports | CustomImportOrder | Import statement for 'com.beust.jcommander.Parameter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 42 |
Warning | imports | CustomImportOrder | Import statement for 'com.beust.jcommander.ParameterException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 43 |
Warning | imports | CustomImportOrder | Import statement for 'com.beust.jcommander.Parameters' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 44 |
Warning | imports | CustomImportOrder | Import statement for 'com.beust.jcommander.ParametersDelegate' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 45 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Warning | naming | ParameterName | Parameter name 'hBaseConf' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
Warning | naming | LocalVariableName | Local variable name 'hTableName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
Warning | naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 201 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 46 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 56 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 57 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 58 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 59 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 60 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 61 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 62 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 63 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 64 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'assert' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 186 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 190 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 219 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 304 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 372 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.committable.CommitTable' should be separated from previous import group. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.metrics.MetricsUtils.name' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 43 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 47 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 50 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 133 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 151 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 166 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 171 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 173 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 187 |
Warning | coding | OneStatementPerLine | Only one statement per line allowed. | 187 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 197 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 249 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 362 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 397 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 401 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 417 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 424 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 428 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 430 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 436 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 439 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 441 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 445 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 450 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 455 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 458 |
Warning | naming | ParameterName | Parameter name 'aVoid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 476 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Get' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 21 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Result' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.ResultScanner' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Scan' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Table' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.util.Bytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.proto.TSOProto' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.hadoop.hbase.Cell' should be separated from previous import group. | 21 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.Cell' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.CellUtil' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 29 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.HConstants' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.KeyValue' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Get' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 32 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Result' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.util.Bytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 34 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.HBaseShims' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 36 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 37 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.base.Charsets' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 39 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.base.MoreObjects' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 40 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.base.Objects' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 41 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.base.MoreObjects.ToStringHelper' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 42 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.base.Optional' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 43 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.base.Preconditions' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 44 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.hash.Hasher' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 45 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.hash.Hashing' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 46 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 245 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 290 |
Warning | naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 396 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 397 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 399 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 424 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 431 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 148). | 479 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.commons.collections4.map.LRUMap' should be separated from previous import group. | 24 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.omid.transaction.CellInfo' import. Should be before 'org.apache.omid.transaction.CellUtils'. | 30 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.Cell' import. Should be before 'org.apache.omid.transaction.CellUtils'. | 31 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.CellUtil' import. Should be before 'org.apache.omid.transaction.CellUtils'. | 32 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.KeyValue' import. Should be before 'org.apache.omid.transaction.CellUtils'. | 33 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.client.Get' import. Should be before 'org.apache.omid.transaction.CellUtils'. | 34 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.client.Result' import. Should be before 'org.apache.omid.transaction.CellUtils'. | 35 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.coprocessor.ObserverContext' import. Should be before 'org.apache.omid.transaction.CellUtils'. | 36 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment' import. Should be before 'org.apache.omid.transaction.CellUtils'. | 37 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.util.Bytes' import. Should be before 'org.apache.omid.transaction.CellUtils'. | 38 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.CommitTable.CommitTimestamp.Location.SHADOW_CELL' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 52 |
Warning | naming | MemberName | Member name 'hRegion' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Warning | naming | LocalVariableName | Local variable name 'g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 233 |
Warning | naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 236 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 253 |
Warning | naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 257 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.conf.Configuration' import. Should be before 'org.apache.omid.tools.hbase.SecureHBaseConfig'. | 30 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. Should be before 'org.apache.omid.tools.hbase.SecureHBaseConfig'. | 31 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.TableName' import. Should be before 'org.apache.omid.tools.hbase.SecureHBaseConfig'. | 33 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.util.Bytes' import. Should be before 'org.apache.omid.tools.hbase.SecureHBaseConfig'. | 34 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.tso.client.CellId' should be separated from previous import group. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.client.CellId' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Inject' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.annotations.VisibleForTesting'. | 21 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.name.Named' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.annotations.VisibleForTesting'. | 22 |
Warning | imports | CustomImportOrder | 'org.apache.commons.beanutils.BeanUtils' should be separated from previous import group. | 23 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.conf.Configuration' import. Should be before 'org.apache.omid.tso.client.OmidClientConfiguration'. | 30 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. Should be before 'org.apache.omid.tso.client.OmidClientConfiguration'. | 31 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 36 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.concurrent.ExecutionException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.TableName' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Connection' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Mutation' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 32 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Put' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Table' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 34 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.util.Bytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.CommitTable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 36 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.metrics.MetricsRegistry' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 37 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.metrics.Timer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 38 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.client.CellId' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 39 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 40 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 41 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 55 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 68 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Delete' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Mutation' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 29 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Table' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 60 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Connection' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.ConnectionFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Get' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Result' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 29 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.util.Bytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.CommitTable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.hbase.HBaseCommitTable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 32 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.hbase.HBaseCommitTableConfig' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tools.hbase.HBaseLogin' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 34 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.client.CellId' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.client.OmidClientConfiguration.ConflictDetectionLevel' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 36 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.client.TSOClient' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 37 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.client.TSOProtocol' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 38 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 39 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 40 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.base.Optional' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 42 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ListeningExecutorService' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 43 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.MoreExecutors' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 44 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 45 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 120 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 151 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 156 |
Warning | naming | ParameterName | Parameter name 'hBaseOmidClientConfiguration' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 |
Warning | naming | ParameterName | Parameter name 'hBaseTransactionFactory' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 183 |
Warning | naming | LocalVariableName | Local variable name 'hBaseTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 206 |
Warning | naming | LocalVariableName | Local variable name 'hBaseTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 217 |
Warning | naming | MemberName | Member name 'hBaseCellId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 266 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 270 |
Warning | naming | ParameterName | Parameter name 'hBaseCellId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 270 |
Warning | naming | ParameterName | Parameter name 'hBaseCellId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 276 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 280 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.client.Get' import. Should be before 'org.apache.omid.transaction.CellUtils.CellGetter'. | 21 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.client.Result' import. Should be before 'org.apache.omid.transaction.CellUtils.CellGetter'. | 22 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. Should be before 'org.apache.omid.transaction.CellUtils.CellGetter'. | 23 |
Warning | naming | MemberName | Member name 'hRegion' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 |
Warning | naming | ParameterName | Parameter name 'hRegion' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Get' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Put' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Result' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.ResultScanner' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Scan' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Table' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 27 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 28 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.omid.HBaseShims' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 29 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.coprocessor.BaseRegionObserver' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 30 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.coprocessor.ObserverContext' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 31 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 32 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.regionserver.CompactorScanner' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 33 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.regionserver.InternalScanner' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 34 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.regionserver.RegionConnectionFactory' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 35 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.regionserver.ScanType' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 36 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.regionserver.Store' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 37 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest' import. Should be before 'org.apache.omid.committable.hbase.HBaseCommitTableConfig'. | 38 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.hbase.HBaseCommitTableConfig.COMMIT_TABLE_NAME_KEY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 47 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 100 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.omid.HBaseShims' import. Should be before 'org.apache.omid.transaction.AbstractTransaction.VisibilityLevel'. | 36 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.Cell' import. Should be before 'org.apache.omid.transaction.AbstractTransaction.VisibilityLevel'. | 37 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. Should be before 'org.apache.omid.transaction.AbstractTransaction.VisibilityLevel'. | 38 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.client.Get' import. Should be before 'org.apache.omid.transaction.AbstractTransaction.VisibilityLevel'. | 39 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.coprocessor.ObserverContext' import. Should be before 'org.apache.omid.transaction.AbstractTransaction.VisibilityLevel'. | 40 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment' import. Should be before 'org.apache.omid.transaction.AbstractTransaction.VisibilityLevel'. | 41 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.regionserver.RegionAccessWrapper' import. Should be before 'org.apache.omid.transaction.AbstractTransaction.VisibilityLevel'. | 42 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.regionserver.RegionConnectionFactory' import. Should be before 'org.apache.omid.transaction.AbstractTransaction.VisibilityLevel'. | 43 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.hbase.HBaseCommitTableConfig.COMMIT_TABLE_NAME_KEY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 56 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 92 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 132 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 143 |
Warning | naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.tso.client.CellId' should be separated from previous import group. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Get' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 21 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Result' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.ResultScanner' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Scan' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.Collection' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.Collections' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 29 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 32 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.concurrent.ExecutionException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.Cell' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.CellUtil' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 36 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.KeyValue' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 37 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Get' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 38 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Put' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 39 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Result' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 40 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.ResultScanner' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 41 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Scan' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 42 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 43 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.util.Bytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 44 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.CommitTable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 45 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.CommitTable.CommitTimestamp' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 46 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.transaction.AbstractTransaction.VisibilityLevel' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 47 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.transaction.HBaseTransactionManager.CommitTimestampLocatorImpl' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 48 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 49 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 50 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 102 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 106 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 129 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 137 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 139 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 167 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 179 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 183 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'assert' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 195 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 233 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 269 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 275 |
Warning | indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 275 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 276 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 277 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 278 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 279 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 280 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 281 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 282 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 284 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 214). | 321 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 326 |
Warning | naming | LocalVariableName | Local variable name 'g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 343 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 36, expected level should be 32. | 354 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 36, expected level should be 32. | 355 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be 36. | 356 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be 36. | 357 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be 36. | 358 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 36, expected level should be 32. | 359 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 36, expected level should be 32. | 360 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 370 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 374 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 375 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 385 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 390 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 417 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 421 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 448 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 461 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 151). | 486 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 502 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 515 |
Warning | naming | ParameterName | Parameter name 'hBaseCellId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 515 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 546 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 633 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.conf.Configuration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.Cell' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.CellUtil' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 32 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.HConstants' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.HTableDescriptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 34 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.KeyValue' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.KeyValueUtil' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 36 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.TableName' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 37 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Connection' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 38 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Delete' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 39 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Get' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 40 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Mutation' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 41 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.OperationWithAttributes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 42 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Put' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 43 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Result' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 44 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.ResultScanner' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 45 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Row' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 46 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Scan' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 47 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.client.Table' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 48 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.io.TimeRange' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 49 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.hadoop.hbase.util.Bytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 50 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.committable.CommitTable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 51 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.client.OmidClientConfiguration.ConflictDetectionLevel' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 52 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 53 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 54 |
Warning | naming | ParameterName | Parameter name 'hTable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 113 |
Warning | naming | ParameterName | Parameter name 'hTable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
Warning | naming | ParameterName | Parameter name 'hTable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
Warning | naming | ParameterName | Parameter name 'hTable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
Warning | naming | ParameterName | Parameter name 'hTable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Warning | naming | ParameterName | Parameter name 'hTable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Warning | naming | ParameterName | Parameter name 'hTable' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
Warning | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 221 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 242 |
Warning | whitespace | SeparatorWrap | '.' should be on a new line. | 335 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 358 |
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 363 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 380 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '353'. | 396 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 425 |
Warning | naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 451 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 501 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 509 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 556 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '186'. | 564 |
Warning | naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 566 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 573 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '473'. | 581 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 587 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 603 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '396'. | 611 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 623 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 652 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '267'. | 659 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 689 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '711'. | 723 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.client.Get' import. Should be before 'org.apache.omid.transaction.CellUtils.CellGetter'. | 21 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.hadoop.hbase.client.Result' import. Should be before 'org.apache.omid.transaction.CellUtils.CellGetter'. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 31 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 36 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 43 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 78 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 79 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 29 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 40 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 53 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Warning | naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 80 |
Warning | naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Warning | naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'assert' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 122 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: ':' is not preceded with whitespace. | 132 |
Warning | naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'com.lmax.disruptor.EventFactory' should be separated from previous import group. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'com.lmax.disruptor.dsl.ProducerType.MULTI' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 45 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.concurrent.TimeUnit.MILLISECONDS' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 46 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.concurrent.TimeUnit.SECONDS' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 47 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.AbstractRequestProcessor.RequestEvent.EVENT_FACTORY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 48 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 50 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 81 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 143 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 144 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 161 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 161 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 166 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 177 |
Warning | indentation | CommentsIndentation | Comment has incorrect indentation level 1, expected is 4, indentation should be the same level as line 208. | 207 |
Warning | naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 233 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 234 |
Warning | naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 271 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 300 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 300 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 301 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 301 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 301 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 302 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 302 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 303 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 303 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 304 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '137'. | 304 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 308 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 323 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 329 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 329 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 335 |
Warning | naming | ParameterName | Parameter name 'TableIdSet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 339 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 341 |
Warning | naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 353 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 362 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 364 |
Warning | naming | MemberName | Member name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 404 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 437 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.commons.pool2.BasePooledObjectFactory' should be separated from previous import group. | 23 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 117 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 127 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.commons.pool2.ObjectPool' should be separated from previous import group. | 22 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'javax.inject.Singleton'. | 29 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.inject.Singleton'. | 30 |
Warning | indentation | CommentsIndentation | Comment has incorrect indentation level 41, expected is 8, indentation should be the same level as line 60. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 28 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'elapsedSeconds' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 93 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'totalOps' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 34 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'com.lmax.disruptor.BlockingWaitStrategy' should be separated from previous import group. | 22 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 41 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 13, expected level should be 16. | 42 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 13, expected level should be 16. | 43 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 13, expected level should be 16. | 44 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 13, expected level should be 16. | 45 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 47 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 48 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 13, expected level should be 16. | 49 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 13, expected level should be 16. | 50 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 13, expected level should be 16. | 51 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 13, expected level should be 16. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.AbstractModule' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.annotations.VisibleForTesting'. | 21 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Provides' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.annotations.VisibleForTesting'. | 22 |
Warning | imports | CustomImportOrder | 'org.apache.curator.framework.CuratorFramework' should be separated from previous import group. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.TSOServer.TSO_HOST_AND_PORT_KEY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.committable.CommitTable' should be separated from previous import group. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.timestamp.storage.TimestampStorage' should be separated from previous import group. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.curator.framework.CuratorFramework' should be separated from previous import group. | 24 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 171 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 295 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Inject' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder'. | 21 |
Warning | imports | CustomImportOrder | 'org.apache.omid.committable.CommitTable' should be separated from previous import group. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 32 |
Warning | imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.metrics.MetricsUtils.name' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 25 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 26 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.metrics.MetricsRegistry' should be separated from previous import group. | 22 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'javax.annotation.concurrent.NotThreadSafe'. | 27 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ConcurrentHashMap' import. Should be before 'javax.annotation.concurrent.NotThreadSafe'. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.metrics.MetricsUtils.name' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.TimeUnit' import. Should be before 'javax.annotation.concurrent.NotThreadSafe'. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 145). | 54 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.slf4j.Logger' should be separated from previous import group. | 21 |
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.jboss.netty.channel.Channel' should be separated from previous import group. | 22 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 39 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.jboss.netty.channel.Channel' should be separated from previous import group. | 21 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 27 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'com.lmax.disruptor.WorkHandler' should be separated from previous import group. | 22 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.inject.Inject'. | 31 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'javax.inject.Inject'. | 32 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicInteger' import. Should be before 'javax.inject.Inject'. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'com.codahale.metrics.MetricRegistry.name' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.PersistEvent.Type.COMMIT_RETRY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 63 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 100 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 100 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 130 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 130 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 162 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 186 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.name.Named' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder'. | 24 |
Warning | imports | CustomImportOrder | 'com.lmax.disruptor.EventFactory' should be separated from previous import group. | 25 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.inject.Inject'. | 39 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutorService' import. Should be before 'javax.inject.Inject'. | 40 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Executors' import. Should be before 'javax.inject.Inject'. | 41 |
Warning | imports | CustomImportOrder | Import statement for 'com.lmax.disruptor.dsl.ProducerType.SINGLE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 43 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.concurrent.TimeUnit.SECONDS' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 44 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.PersistenceProcessorImpl.PersistBatchEvent.EVENT_FACTORY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 45 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.PersistenceProcessorImpl.PersistBatchEvent.makePersistBatch' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 46 |
Warning | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 62 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 155 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 155 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 183 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 201 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.jboss.netty.channel.Channel' should be separated from previous import group. | 21 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 160). | 28 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 48 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.jboss.netty.channel.Channel' should be separated from previous import group. | 21 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Inject' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder'. | 23 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.name.Named' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder'. | 24 |
Warning | imports | CustomImportOrder | 'com.lmax.disruptor.EventFactory' should be separated from previous import group. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'com.codahale.metrics.MetricRegistry.name' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 45 |
Warning | imports | CustomImportOrder | Import statement for 'com.lmax.disruptor.dsl.ProducerType.MULTI' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 46 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.concurrent.TimeUnit.SECONDS' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 47 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.ReplyProcessorImpl.ReplyBatchEvent.EVENT_FACTORY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 48 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 141 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 |
Warning | whitespace | SeparatorWrap | ',' should be on the previous line. | 205 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 232 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 244 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 275 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 280 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 293 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 154). | 30 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Inject' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.base.Optional'. | 21 |
Warning | imports | CustomImportOrder | 'org.apache.omid.metrics.MetricsRegistry' should be separated from previous import group. | 22 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Inject' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.base.Optional'. | 21 |
Warning | imports | CustomImportOrder | 'org.apache.omid.metrics.MetricsRegistry' should be separated from previous import group. | 22 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 60 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.name.Named' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder'. | 22 |
Warning | imports | CustomImportOrder | 'com.lmax.disruptor.EventFactory' should be separated from previous import group. | 23 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.inject.Inject'. | 40 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'javax.inject.Inject'. | 41 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutorService' import. Should be before 'javax.inject.Inject'. | 42 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Executors' import. Should be before 'javax.inject.Inject'. | 43 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ThreadFactory' import. Should be before 'javax.inject.Inject'. | 44 |
Warning | imports | CustomImportOrder | Import statement for 'com.codahale.metrics.MetricRegistry.name' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 46 |
Warning | imports | CustomImportOrder | Import statement for 'com.lmax.disruptor.dsl.ProducerType.SINGLE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 47 |
Warning | imports | CustomImportOrder | Import statement for 'java.util.concurrent.TimeUnit.SECONDS' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 48 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.RetryProcessorImpl.RetryEvent.EVENT_FACTORY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 49 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 135 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 136 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 185 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 220 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.metrics.MetricsRegistry' should be separated from previous import group. | 22 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Closeable' import. Should be before 'javax.inject.Inject'. | 47 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.inject.Inject'. | 48 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetSocketAddress' import. Should be before 'javax.inject.Inject'. | 49 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.nio.channels.ClosedChannelException' import. Should be before 'javax.inject.Inject'. | 50 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Executors' import. Should be before 'javax.inject.Inject'. | 51 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 94 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 146 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 150 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 168 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 193 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 215 |
Warning | naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 256 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 265 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.AbstractModule' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.base.Preconditions'. | 21 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Provider' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.base.Preconditions'. | 22 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Provides' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.base.Preconditions'. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'javax.inject.Named' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'javax.inject.Singleton' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.tso.TSOServer.TSO_HOST_AND_PORT_KEY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Binder' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.AbstractIdleService'. | 21 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Guice' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.AbstractIdleService'. | 22 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Inject' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.AbstractIdleService'. | 23 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Injector' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.AbstractIdleService'. | 24 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Module' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.AbstractIdleService'. | 25 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Singleton' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.util.concurrent.AbstractIdleService'. | 26 |
Warning | imports | CustomImportOrder | 'org.apache.omid.committable.hbase.HBaseCommitTableStorageModule' should be separated from previous import group. | 27 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.inject.Module' import. Should be before 'org.apache.phoenix.thirdparty.com.google.common.annotations.VisibleForTesting'. | 21 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '4' capital letters. | 42 |
Warning | naming | TypeName | Type name 'WAIT_STRATEGY' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 42 |
Warning | whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 45 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '4' capital letters. | 47 |
Warning | naming | TypeName | Type name 'TIMESTAMP_TYPE' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 47 |
Warning | whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 79 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.slf4j.Logger' should be separated from previous import group. | 21 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'javax.inject.Inject'. | 25 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.inject.Inject'. | 26 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.inject.Singleton'. | 33 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Executor' import. Should be before 'javax.inject.Singleton'. | 34 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Executors' import. Should be before 'javax.inject.Singleton'. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.metrics.MetricsUtils.name' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 87 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.HBaseConfigModule' should be separated from previous import group. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.timestamp.storage.HBaseTimestampStorageConfig.DEFAULT_TIMESTAMP_STORAGE_TABLE_NAME' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.inject.Singleton'. | 33 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Executors' import. Should be before 'javax.inject.Singleton'. | 34 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ScheduledExecutorService' import. Should be before 'javax.inject.Singleton'. | 35 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.TimeUnit' import. Should be before 'javax.inject.Singleton'. | 36 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.omid.metrics.MetricsUtils.name' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 112 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 15, expected level should be 16. | 117 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 121 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 151). | 122 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 123 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 260). | 141 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 19, expected level should be 20. | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'java.util.Set'. | 27 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.Set'. | 28 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 109 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 122 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | 'org.apache.omid.YAMLUtils' should be separated from previous import group. | 22 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.curator.framework.CuratorFramework' import. Should be before 'org.apache.statemachine.StateMachine'. | 29 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.curator.framework.recipes.cache.ChildData' import. Should be before 'org.apache.statemachine.StateMachine'. | 30 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.curator.framework.recipes.cache.NodeCache' import. Should be before 'org.apache.statemachine.StateMachine'. | 31 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.curator.framework.recipes.cache.NodeCacheListener' import. Should be before 'org.apache.statemachine.StateMachine'. | 32 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 70 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 186 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 207 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 211 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'builder' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 212 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 222 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 223 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 224 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 225 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 226 |
Warning | indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 227 |
Warning | indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 227 |
Warning | indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 228 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 229 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 230 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 231 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 232 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 233 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 234 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 254 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 268 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 308 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 324 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 378 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 385 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 398 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 409 |
Warning | naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 482 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 497 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 510 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 515 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 548 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 553 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 557 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 561 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 630 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 635 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 649 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 654 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 690 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 695 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 699 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 703 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 767 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 786 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 793 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 808 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 821 |
Warning | naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 823 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 832 |
Warning | naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 835 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 844 |
Warning | naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 847 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 856 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 864 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 869 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 874 |
Warning | naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 884 |
Warning | naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 892 |
Warning | naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 901 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 911 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 928 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 962 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 967 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 972 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 977 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 982 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 987 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 992 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 996 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1015 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1022 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1028 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1034 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1043 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 23 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 38 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 39 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 40 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 51 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 52 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 53 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 54 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 67 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 68 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 69 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 70 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 72 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 79 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 80 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 81 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 91 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
Warning | naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
Warning | naming | MemberName | Member name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 198 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 200 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 233 |
Warning | coding | NoFinalizer | Avoid using finalizer method. | 245 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 18 |
Warning | naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
Warning | naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
Warning | naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Warning | naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
Warning | naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
Warning | naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
Warning | naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 159 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 159 |