Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 124614 - [Markers] Enable quick oblems View if marker resultion for multible selectionfix in Pr
Summary: [Markers] Enable quick oblems View if marker resultion for multible selection...
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 04:27 EST by Benno Baumgartner CLA
Modified: 2011-06-02 23:14 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benno Baumgartner CLA 2006-01-20 04:27:47 EST
Version: 3.2.0
Build id: I20060119-0800

It should be possible to resolve multible selected markers in Problems View with multi quick fix if a marker resultion for all the selected markers exists.

see also Bug 118435
Comment 1 Tod Creasey CLA 2006-04-26 10:05:46 EDT
*** Bug 138612 has been marked as a duplicate of this bug. ***
Comment 2 Peter Larsen CLA 2006-04-26 11:09:13 EDT
Test example of identical problems but not found under "find similar problems". (The declared exception IOException is not actually thrown by the method sameproblem1() ...)


import java.io.IOException;

public class EclipseIdenticalBugs {
	public void sameproblem1() throws IOException {}
	public void sameproblem2() throws IOException {}
}
Comment 3 Peter Larsen CLA 2006-05-29 05:07:24 EDT
In 3.2RC6.

Does not find these two identical problems (unnecessary simicolons).

public class UnnecessarySemicolon {
	public void semi1() {/**/};
	public void semi2() {/**/};
}
Comment 4 Tod Creasey CLA 2006-05-29 09:09:16 EDT
Peter do you mean that using the Quick Fix dialog you do not find the second one using "Find Matching Problems". If so please log a bug to JDT - this one is about multi select in the problems view
Comment 5 Peter Larsen CLA 2006-05-29 11:41:24 EDT
Hmm, yes. Thats is what I said in bug 138612 (marked as doublicate in comment #1) and gave an example of it in comment 2 (and now also in 3). 
Comment 6 Tod Creasey CLA 2007-06-21 16:15:26 EDT
For performance reasons we can't do this with JDT currently so I don't think it worth persuing.
Comment 7 Stephen Kestle CLA 2011-06-02 23:14:07 EDT
So let me get this straight: this is not being implemented because it's going to take too long for eclipse to compute?

So it's better to have me spend almost an hour going through 300+ "declared exeception not thrown" instead of letting eclipse do it overnight?

Can't the code do it faster that a human? What's going on here?