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
@mccheah do you have a more realistic example? It feels like any no-op like this (forEach, Runnable) etc. is a bit odd as you’re just burning CPU cycles.
What happened?
The following code produces an error in checkstyle:
Checkstyle will complain and ask for this:
What did you want to happen?
It seems reasonable for empty lambdas to not have any whitespace. This is similar to empty method bodies in private constructors, for example.
The text was updated successfully, but these errors were encountered: