| Summary: | [About] About dialog does not change about.mappings for dynamic product | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Kim Horne <eclipse> |
| Component: | UI | Assignee: | Kim Horne <eclipse> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | pwebster, raji |
| Version: | 3.4 | Flags: | pwebster:
review+
|
| Target Milestone: | 3.4.2 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | 237273 | ||
| Bug Blocks: | |||
|
Description
Kim Horne
Paul, could I get a +1 on the patch from the dependent bug? Adding Paul. Assuming that this simply tracks mappings (and not system properties) by bundle if Bug 256924 is applied and that it's used in "String[] tempMappings = (String[])mappings.clone();" as well, this is probably fine. I'll just point out that line 309 "Bundle definingBundle = product.getDefiningBundle();" (without bug 256924 applied) should probably be moved above line 297 PW (In reply to comment #3) > Assuming that this simply tracks mappings (and not system properties) by bundle > if Bug 256924 is applied and that it's used in "String[] tempMappings = > (String[])mappings.clone();" as well, this is probably fine. > > I'll just point out that line 309 "Bundle definingBundle = > product.getDefiningBundle();" (without bug 256924 applied) should probably be > moved above line 297 > > PW > Reconciling these patches was a pain. I will make the branch match v1.13 - the result of applying this patch to HEAD and the latest iteration of this class. In M20090121-1700 PW |