Bug 88180 - All Types Caching is run even if autobuild is off
Summary: All Types Caching is run even if autobuild is off
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-03-16 10:28 EST by Tod Creasey CLA
Modified: 2005-04-25 19:21 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2005-03-16 10:28:10 EST
20050315

When I load a project with autobuild off the Auto Types Caching Thread shows up
even though I have building off. Is it neccessary to run this on any resource
change or can it just run when a build occurs?
Comment 1 Dirk Baeumer CLA 2005-04-06 06:03:01 EDT
Moving bug to JDT/UI.

To answer the question: yes, since the Java model is a source model you want to
see new classes even if you haven't compiled yet.

However, we try to get rid of the all types cache for 3.1
Comment 2 Dirk Baeumer CLA 2005-04-25 19:21:17 EDT
All types cache got removed for next integration build.