gerrit/tools/gerrit.importorder
Dave Borowitz eac3acc3e0 Update import order settings to list all top-level packages
Eclipse installations disagree about where to put unmatched top-level
packages. Settle this ambiguity by listing all top-level packages used
by Gerrit. Also explicitly include unmatched static imports.

The import order thus listed corresponds to the Google Java Style
Guide:

https://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s3.3.3-import-ordering-and-spacing

Organize all imports to reflect the new reality.

Change-Id: I7c541b1c522e66869669d2291dcf78ff1d8784d0
2015-03-25 20:36:56 +00:00

13 lines
122 B
Plaintext

#Organize Import Order
#Mon Mar 23 17:27:34 PDT 2015
9=javax
8=java
7=org
6=net
5=junit
4=eu
3=dk
2=com
1=com.google
0=\#