Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.6
-
None
-
Unknown
Description
Eclipse neon shows lots of checkstyle errors. They seem to be in two categories:
- generated code
- Too many return statements
The first problem seems to be because checkstyle changed the way to define a suppressions file.
The second problem is in void methods as checkstyle now has a special property for the number of returns in a void method.