Bug 5790 - IJavaProject.hasBuildState() fails with new builder
Summary: IJavaProject.hasBuildState() fails with new builder
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-12 10:08 EST by Darin Wright CLA
Modified: 2002-01-11 09:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2001-11-12 10:08:25 EST
Using the new builder I am no longer able to perform evaluations, as the 
projects claim not to have a built state. An error dialog always appears saying 
that I must build the project at least once.
Comment 1 Philipe Mulet CLA 2001-11-12 11:42:00 EST
Can we improve this one for the short term ? If not, then we have a temporary 
problem...
Comment 2 Darin Wright CLA 2001-11-12 11:56:09 EST
It is actually code in the EvaluationContextWrapper that is making the check, 
so the debugger cannot work around this. This breaks the scrapbook as well as 
debugger evaluations.
Comment 3 Kent Johnson CLA 2001-11-12 14:46:29 EST
Added additional check in hasBuildState() to check the new build state too.
Comment 4 Philipe Mulet CLA 2001-11-13 05:34:03 EST
Fixed