pan3793 commented on PR #7886:
URL: https://github.com/apache/hadoop/pull/7886#issuecomment-3206283726

   @steveloughran just fixed 1 and 4, but 2 and 3 look weird, why the static 
var name should start with a lower-case letter?
   ```
   
./hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/util/SubjectUtil.java:37:
  private static MethodHandle CALL_AS;:31: Name 'CALL_AS' must match pattern 
'^[a-z][a-zA-Z0-9]*$'. [StaticVariableName]
   
./hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/util/SubjectUtil.java:38:
  private static MethodHandle CURRENT;:31: Name 'CURRENT' must match pattern 
'^[a-z][a-zA-Z0-9]*$'. [StaticVariableName]
   ```


-- 
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.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to