It would be really nice if there was a warning when source files were not in the correct directory according to their package. For instance if I had a class in package "com.jco.util" and I put it into the source tree under "com.jco.server", then there would be a warning either in the source tree or in the actual file (the "package" line would make the most sense). Misplacement of files has actually happened to me, but it wasn't apparent that it had happened until it had already been checked into source control. The main problem that it causes is confusion of people (because the file is not where it is expected), and many build utilities make assumptions about file locations.
Thank you. Chad Ward ArcSight, Inc. _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
