Bug 267878 - PluginStructureViewer illegally extends StructureDiffViewer
Summary: PluginStructureViewer illegally extends StructureDiffViewer
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M6   Edit
Assignee: Chris Aniszczyk CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 11:14 EDT by Tomasz Zarna CLA
Modified: 2009-03-10 11:33 EDT (History)
1 user (show)

See Also:


Attachments
Patch v01 (6.00 KB, patch)
2009-03-10 11:16 EDT, Tomasz Zarna CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Zarna CLA 2009-03-10 11:14:06 EDT
PluginStructureViewer[1] extends StructureDiffViewer[2] despite the fact that it is marked with @noextend tag. 

[1] org.eclipse.pde.internal.ui.compare.PluginStructureViewer
[2] org.eclipse.compare.structuremergeviewer.StructureDiffViewer
Comment 1 Tomasz Zarna CLA 2009-03-10 11:16:40 EDT
Created attachment 128207 [details]
Patch v01

This is how I would solve it without waiting for bug 258907 to be fixed (or not).
Comment 2 Chris Aniszczyk CLA 2009-03-10 11:33:50 EDT
done.

> 20090310

Thanks for the easy patch Tomasz.