[Codenarc-developer] Renamed UnnecessaryBracketsForMethodWithClosureCall
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2011-06-09 02:24:23
|
FYI. I renamed the UnnecessaryBracketsForMethodWithClosureCall rule to UnnecessaryParenthesesForMethodCallWithClosure. The word "brackets" is often used to (also) refer to [ ] or < >. The Groovy docs seem to use "parentheses" or "parens" (e.g. h <http://groovy.codehaus.org/Groovy+style+and+language+feature+guidelines+for +Java+developers#GroovystyleandlanguagefeatureguidelinesforJavadevelopers-Om ittingparentheses> ttp://groovy.codehaus.org/Groovy+style+and+language+feature+guidelines+for+J ava+developers#GroovystyleandlanguagefeatureguidelinesforJavadevelopers-Omit tingparentheses) Holy crap that is a long name, though. Chris |