If I delete a class from the project, IDEA should (or at least have an option to) delete any associated .class files as well. For example:
I get a new version of a .JAR that contains a class that was previously a separate .java file. I remove the .java from the project but the .class files still remain. The code may reference the now dead class files instead of the versions in the JAR (depending on how the CLASSPATH is set). In any event, there's no reason to keep the compiled .class files around. IDEA should delete them along with the .java files. -- Jordan Zimmerman Altura International Catalog City _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
