Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-compare-dev] Custom Differencer

Hello,

Apparently, the StructureDiffViewer class is not designed to be configured with a custom differencer implementation. To fix this, I copied much of the code contained in StrucutureDiffViewer into a new class (JavaStructureDiffViewer which inherits from StructureDiffViewer) so I could use my own differencer. Obviously, this is not very nice since the two classes basically are identical. I realize that it is not very often you need to write your own differencer because the default implementation is adequate in most cases. Still, it would be nice to configure the StrucutureDiffViewer with another differencing engine.

Regards,
Joakim


Back to the top