JNdiff: An Optimized Alghorithm for Natural (XML) Diff-ing
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow JNdiff
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
The XML diff is very good, has some great behavior compared to some other XML diff algorithms. The documentation on the other can be improved, this is what explains the 4 stars rating and not 5.
-
Looks simple to use, but when trying to merge, I got some invalid cast exception. java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.TextImpl cannot be cast to org.w3c.dom.Element at it.unibo.cs.nmerge.Nmerge.getMergedDocument(Unknown Source) at it.unibo.cs.ndiff.ui.OperationsHandler.doMerge(Unknown Source) ... Also, the "diff" that was created and unreadable. What am I supposed to do with the resulting file?