Bug 155517 - Task Tag changes cause unnecessary project rebuild
Summary: Task Tag changes cause unnecessary project rebuild
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-29 05:58 EDT by Iain CLA
Modified: 2007-06-22 10:39 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 Iain CLA 2006-08-29 05:58:58 EDT
When changing the default Java Task Tags in Window/Preferences... I am always told a full rebuild is necessary. This is very time consuming and not always necessary.

I found this by accident - I didn't realise my project had custom tags - so I changed the defaults, waited ages for a full rebuild, and the change had done absolutely nothing :)

My preferred behaviour would be:

1. check all open projects in the workspace
2. find the ones using default tags
3. IF there are any:
  3a. display the prompt
  3b. rebuild those projects only.