Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.6
-
Component/s: Build system
-
Labels:None
-
Estimated Complexity: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.