aimiebell commented on a change in pull request #2936: URL: https://github.com/apache/hbase/pull/2936#discussion_r572623068
########## File path: hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/AlreadyExists.java ########## @@ -11,7 +11,7 @@ * An AlreadyExists exceptions signals that a table with the specified * name already exists */ [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-04-16") [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2021-01-12") Review comment: I detect that this code is problematic. According to the [Bad practice (BAD_PRACTICE)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#bad-practice-bad-practice), [Nm: Method names should start with a lower case letter (NM_METHOD_NAMING_CONVENTION)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#nm-method-names-should-start-with-a-lower-case-letter-nm-method-naming-convention). Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized. ########## File path: hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/IOError.java ########## @@ -12,7 +12,7 @@ * to the Hbase master or an Hbase region server. Also used to return * more general Hbase error conditions. */ [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-04-16") [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2021-01-12") Review comment: I detect that this code is problematic. According to the [Bad practice (BAD_PRACTICE)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#bad-practice-bad-practice), [Nm: Method names should start with a lower case letter (NM_METHOD_NAMING_CONVENTION)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#nm-method-names-should-start-with-a-lower-case-letter-nm-method-naming-convention). Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized. ########## File path: hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/IllegalArgument.java ########## @@ -11,7 +11,7 @@ * An IllegalArgument exception indicates an illegal or invalid * argument was passed into a procedure. */ [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-04-16") [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2021-01-12") Review comment: I detect that this code is problematic. According to the [Bad practice (BAD_PRACTICE)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#bad-practice-bad-practice), [Nm: Method names should start with a lower case letter (NM_METHOD_NAMING_CONVENTION)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#nm-method-names-should-start-with-a-lower-case-letter-nm-method-naming-convention). Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized. ########## File path: hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/TAppend.java ########## @@ -10,7 +10,7 @@ /** * An Append object is used to specify the parameters for performing the append operation. */ [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-04-16") [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2021-01-12") Review comment: I detect that this code is problematic. According to the [Bad practice (BAD_PRACTICE)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#bad-practice-bad-practice), [Nm: Method names should start with a lower case letter (NM_METHOD_NAMING_CONVENTION)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#nm-method-names-should-start-with-a-lower-case-letter-nm-method-naming-convention). Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized. ########## File path: hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/TCell.java ########## @@ -13,7 +13,7 @@ * the timestamp of a cell to a first-class value, making it easy to take * note of temporal data. Cell is used all the way from HStore up to HTable. */ [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-04-16") [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2021-01-12") Review comment: I detect that this code is problematic. According to the [Bad practice (BAD_PRACTICE)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#bad-practice-bad-practice), [Nm: Method names should start with a lower case letter (NM_METHOD_NAMING_CONVENTION)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#nm-method-names-should-start-with-a-lower-case-letter-nm-method-naming-convention). Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized. ########## File path: hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/TIncrement.java ########## @@ -11,7 +11,7 @@ * For increments that are not incrementColumnValue * equivalents. */ [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-04-16") [email protected](value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2021-01-12") Review comment: I detect that this code is problematic. According to the [Bad practice (BAD_PRACTICE)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#bad-practice-bad-practice), [Nm: Method names should start with a lower case letter (NM_METHOD_NAMING_CONVENTION)](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#nm-method-names-should-start-with-a-lower-case-letter-nm-method-naming-convention). Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
