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
