euske opened a new pull request #103: Made some variable names more consistent 
with the other parts.
URL: https://github.com/apache/ant/pull/103
 
 
   Hello, we're developing an automated system that detects inconsistent 
variable names in a large software project. Our system checks if each variable 
name is consistent with the other variables in its usage, and proposes correct 
candidates if inconsistency is found. This is a part of academic research that 
we hope to publish soon, but as a part of the evaluation, we applied our 
systems to your projects and got a few interesting results. We carefully 
reviewed our system output and manually created a patch to correct a few 
variable names. We would be delighted if this patch is found to be useful. If 
you have a question or suggestion regarding this patch, we'd happily answer. 
Thank you.
   
   P.S. our patch is purely for readability purposes and does not change any 
functionality. A couple of issues that we've noticed were left untouched. For 
example, there are some overlap use between "msgLevel" "logLevel" and 
"priority" for logging, but we weren't sure whether they actually refer to the 
same concept or not, so we didn't change them.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to