Yes, it should recompile all the classes that referred to the one that you have removed. Does it work for you?
Best regards, Eugene Zhuravlev IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!" ----- Original Message ----- From: "Thomas Singer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 18:44 Subject: Re: [Eap-list] Please add a simple "Compile All Modified" command > What, if a class is removed? Will all classes that referred to this class > be recompiled again to show possibly errors? > > BTW: It would be fine, if there were an option to recompile, when I perform > the "Save All" action. > > Tom > > > At 18:01 07.03.02 +0300, you wrote: > >It recompiles all modified files + all files that might be affected by > >changes in those modified files. In particular, if you don't change > >signatures (or add/remove) of non-private members in your class, it won't > >compile anything in addition to modified files. > > > >Best regards, > >Valentin Kipiatkov > >----------------------------------------------------------- > > IntelliJ Software, http://www.intellij.com/ > > "Develop with pleasure" > >----------------------------------------------------------- > > > >----- Original Message ----- > >From: "Bevilacqua Raffaele" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Thursday, March 07, 2002 12:02 PM > >Subject: Re: [Eap-list] Please add a simple "Compile All Modified" command > > > > > > > > > > How does IDEA dependency checking work? > > > > > > ----- Original Message ----- > > > From: "Erb" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Wednesday, March 06, 2002 6:44 PM > > > Subject: Re: [Eap-list] Please add a simple "Compile All Modified" command > > > > > > > > > > But that is very dangerous. When dependency compilation is running > > > > correctly, > > > > this should not be a problem because unless you change a method > >signature, > > > > dependent classes will not compile. Perhaps the issue is really > >incorrect > > > > behavior of dependency compiling. > > > > > > > > Bevilacqua Raffaele wrote: > > > > > > > > > > But this is not the reason of my feature request, sometimes > > > > > it is faster to rebuild only modified classes, expecially > > > > > if they have a lot of depending files (this was the only > > > > > way in 2.5, and I often used it). > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Eap-list mailing list > > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > >_______________________________________________ > >Eap-list mailing list > >[EMAIL PROTECTED] > >http://www.intellij.com/mailman/listinfo/eap-list > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
