Fixed
Details
Assignee
Sanne GrinoveroSanne GrinoveroReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Priority
Major
Details
Details
Assignee
Sanne Grinovero
Sanne GrinoveroReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created February 12, 2018 at 11:23 PM
Updated December 3, 2024 at 9:09 AM
Resolved February 13, 2018 at 9:32 AM
We had previously disabled automatic style verification (via Checkstyle) on the spaces immediately within the parenthesis on method invocations, as we had hit a but in Checktyle:
https://github.com/checkstyle/checkstyle/issues/3048#issuecomment-249134334
This checkstyle issue was resolved, so we can upgrade to latest version (8.8 at time of writing) and re-enable the checks.