[Codenarc-developer] UnnecessaryOverridingGetter: Only apply to public getter methods
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2011-10-29 01:11:59
|
Hamlet, Just FYI (hopefully). I updated the new UnnecessaryOverridingGetter rule so that it only applies to public getter methods. As you know, of course, it is possible to override a protected method, and replacing that with a field would make that public. Chris |