Package org.openstreetmap.josm.tools

Examples of org.openstreetmap.josm.tools.Diff$FileData


        currentDiff = new ArrayList<>();
        diff();
    }
   
    private void diff() {
        Diff diff = new Diff(reference, current);
        Diff.Change script = diff.diff_2(false);
        twoColumnDiffFromScript(script, reference, current);
    }
View Full Code Here

TOP

Related Classes of org.openstreetmap.josm.tools.Diff$FileData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.