Community
Participate
Working Groups
Build Identifier: 20110301-1815 I need to extend the Differencer and the StructureDiffViewer won't let me do that by making it private. I end up copying and modifying the StructureDiffViewer code just for the lack of a simple method setDifferencer(). public void setDifferencer(Differencer fDifferencer) { this.fDifferencer = fDifferencer; } The ultimate solution to this would be to subclass as outlined in ... Bug 258907 - [Structure Compare] StructureDiffViewer should allow subclassing. and including getters and setters for fDifferencer. Regardless of allowing subclassing or not of the StructureDiffViewer, the differencer needs to be made accessible. Reproducible: Always
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. If the bug is still relevant, please remove the "stalebug" whiteboard tag.