2013/8/7 Brian Burch <br...@pingtoo.com>: > > I use netbeans exclusively. I get warnings about import order from almost > every tc source file. Periodically I scratch around looking for the rules > template so I can change them to conform with the ant checkstyle rules, > which are happy with the current import order. So far, no luck, so I live > with netbeans nagging and resist the temptation to let it re-order the > imports for me. >
Imports order is not IDE-specific. It is enforced via checkstyle. The order of import groups should be configurable in your IDE. I have never used NetBeans, but there is a screenshot of configuration dialog: http://plugins.netbeans.org/data/images/1307540397_organizeImports.png Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org