| Summary: | Problems with new problems and quick fixes for build.properties | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Markus Keller <markus.kell.r> | ||||
| Component: | UI | Assignee: | Ankur Sharma <ankur_sharma> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | daniel_megert, darin.eclipse | ||||
| Version: | 3.6 | ||||||
| Target Milestone: | 3.6 M5 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Markus Keller
Created attachment 153369 [details]
Patch
all reported problems fixed + small code cleansing
Fixed in HEAD > - Quick fix label should not have a '.' at the end This has only been fixed for the 'Add all...' fix, but it actually applies to all subclasses of BuildEntryMarkerResolution (and maybe other fixes). Rest looks good now, though I didn't verify this in code: > => order of the quick fixes should be predictable (I've seen different orders > in different workspaces) (In reply to comment #3) > > - Quick fix label should not have a '.' at the end > This has only been fixed for the 'Add all...' fix, but it actually applies to > all subclasses of BuildEntryMarkerResolution (and maybe other fixes). Fixed. I will give a close look at all the messages in M5. We may have to reword them too. > Rest looks good now, though I didn't verify this in code: > > => order of the quick fixes should be predictable (I've seen different orders > > in different workspaces) The order of quick fixes depends on the sequence of problems. Which sequence of the entries in build.properties. I am assuming you are mentioning about the quick fixes that appear when you click the marker on the left ruler. Closing this bug as Fixed after discussing with Markus. Bug 298742 will address the order issue. |