You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Release fixes compatibility problems with checkstyle 8. It will work against all current checkstyle 8.x versions and many older. This is not compatible to eclipse-cs 8.0.0, use 8.5.0 instead!
Some tests contains lambdas now, so the source and the target compatibility must be Java 8.
Since Java 7 is not updated anymore its time to enforce Java 8.
Fixes:
Lambdas are method definitions which were marked as errors by previous versions of the plugin.