-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Description
If you create an Eclipse import order including an "all unmatched type imports" group and attempt to use it with Spotless, Spotless errors.
Example import order file matching the Google Java style guide:
#Organize Import Order
#Sat Aug 22 12:43:31 BST 2015
4=javax
3=java
2=
1=com.google
0=\#
Note that "all unmatched type imports" (as the Eclipse UI phrases it) is represented by an empty string (number 2).
I think the error is produced in
String name = pieces[1]; |
=
will produce two strings.Metadata
Metadata
Assignees
Labels
No labels