-
Type:
Regression Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: Master
-
Fix Version/s: None
-
Component/s: Dev Tools > Source Formatter
-
Labels:None
-
Git Pull Request:
Source formatter's long lines checkĀ is skipping Table.java class
Steps to reproduce:
- Add a code line in Table.java which exceeds 80 characters.
- Run ant format-source-local-changes
Expected result: formatter warns about the long lines check and the correction is made.
Current result: no warning is shown nor correction made.