Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Abandoned
-
None
-
None
-
None
-
None
Description
We have checkstyle enforcing no padding around parenthesis and that matches our ref guide.
Right now we have ~150 instances of not meeting this standard.
list impacted files:
grep -rl -E "(\( |[^ ] \))" */src/* | grep java | grep -v generated