Community
Participate
Working Groups
Created attachment 155218 [details] test project HEAD, follow-up to bug 296457 - import the attached project (modified version of org.eclipse.core.filebuffers) - open build.properties - go to source page - click the quick fix light bulb on line 1 => There are 2 fixes called "Add all missing java compiler build entries" (should only be one) => "Java" should have uppercase "J" => The entries are not always in the same order.
Created attachment 155219 [details] Screenshots The screenshots show two different orderings in different workspaces. The JavaElement View shows that the markers are not always returned in the same order, but that shouldn't matter for the presentation of the quick fixes.
There one more related problem that we found in M4. Copy pasting from https://bugs.eclipse.org/bugs/show_bug.cgi?id=297115#c11 to keep track of it There is one hidden bug which I uncovered while attempting to fix it and is bit not-so-related to this bug. Suppose there are two source folders whose output folder are not mentioned in output.. entry. This will create two problem markers. Since the markers execute quick fixes in async, it sometimes generate 2 output.. entries
Created attachment 155501 [details] Patch
Fixed in HEAD