Bug 3232 - Incremental builder unable to handle efficiently missing rt.jar scenario (1GBAKWR)
Summary: Incremental builder unable to handle efficiently missing rt.jar scenario (1GB...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:51 EDT by Philipe Mulet CLA
Modified: 2002-01-14 11:08 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2001-10-10 22:51:42 EDT
Define a Java project, then go and discard the rt.jar from its build path.
Now import a bunch of source files in it (like the batch compiler), it will import then start compiling incrementally, and it will take it over 2 minutes to complete, given the
incremental recompilation loop is restarting over and over again.

It should be faster to notice that nothing can be done (a one pass compilation should be all it needs to figure this).

NOTES:

PM (3/28/2001 12:42:18 PM)
	TechPreview had the same incorrect behavior.

DB (23.05.2001 19:10:21)
	I got the same behaviour while catching up from the repository and got a wrong class path. It seems that the builder is in an endless loop.
Comment 1 DJ Houghton CLA 2001-10-23 23:52:17 EDT
PRODUCT VERSION:
JT 0.036

Comment 2 Kent Johnson CLA 2001-12-10 15:45:10 EST
Closed - not reproducable with new builder.

Fails the entire build when the first class notices it cannot find Object.