You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/05/22 18:42:35 UTC

[GitHub] [incubator-druid] sashidhar edited a comment on issue #7609: Local variable names shouldn't start with capital

sashidhar edited a comment on issue #7609: Local variable names shouldn't start with capital
URL: https://github.com/apache/incubator-druid/issues/7609#issuecomment-494883301
 
 
   @leventov 
   
   1. This is the match pattern I'm currently using for Local Variable names `'^[a-z_](_?[a-zA-Z0-9_]+)*$'`considering variables starting with and ending with underscores as well. Let me know if this is fine.
   
   2. There are several occurrences of variables which are not constants (non final) and have variables all capitalized for instance,    Pattern DOT_OR_WHITESPACE = Pattern.compile("[\\s]+|[.]+");    etc. I'm changing these to lower case. Is that fine ?
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org