[java] TooManyMethods: counts inner class methods
A source code analyzer
Brought to you by:
adangel,
juansotuyo
TooManyMethods counts inner class methods towards the limit.
In case of default limit of 10, when I have a class (public class Foo) that has 7 methods AND an inner class (public static class Bar extends Foo) which overrides all 7 methods of the base class, this rule will complain.
This bug will be fixed with PMD 5.3.7, 5.4.2 and 5.5.0.
Commit: https://github.com/pmd/pmd/commit/079ffeb4dfa7405f501fa14bcd63d7a948323c02
Last edit: Andreas Dangel 2016-04-30