Bug 267878

Summary: PluginStructureViewer illegally extends StructureDiffViewer
Product: [Eclipse Project] PDE Reporter: Tomasz Zarna <tomasz.zarna>
Component: UIAssignee: Chris Aniszczyk <caniszczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: caniszczyk
Version: 3.5   
Target Milestone: 3.5 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch v01 none

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.