Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 107924 - [quick fix] "Add exceptions to..." quickfix does nothing.
Summary: [quick fix] "Add exceptions to..." quickfix does nothing.
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.6 M2   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 15:40 EDT by Brian Miller CLA
Modified: 2009-08-21 10:10 EDT (History)
3 users (show)

See Also:


Attachments
patch (3.49 KB, patch)
2008-10-21 14:54 EDT, Benjamin Muskalla CLA
markus.kell.r: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Miller CLA 2005-08-24 15:40:07 EDT
Either the quickfix should do something, or it shouldn't be offered.

----------------------- Bug.java -------------------------------
class Bug implements Runnable {
    public void run() throws ClassNotFoundException {
        Class.forName(null);
    }
}
Comment 1 Benjamin Muskalla CLA 2008-10-21 14:54:13 EDT
Created attachment 115735 [details]
patch

a really little patch.
i tried to find out why the cu is set to the old cu as it doesn't make any sense. and all other testcases are still green
Comment 2 Markus Keller CLA 2009-08-21 10:09:59 EDT
Released to HEAD.