| Static imports are some times added after regular imports and sometimes before them. Eclipse (and IDEA I think), by default, will add the static imports before the regular ones. It would be nice to have a rule in checkstyle that make sure that the static import are consistently added. Possibly before the regular ones as it will avoid reordering when the imports are re-organized. See CheckStyle ImportOrder rule: http://checkstyle.sourceforge.net/config_imports.html#ImportOrder |