Uses of Class
org.openstreetmap.josm.tools.Diff.FileData
-
Packages that use Diff.FileData Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Diff.FileData in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as Diff.FileData Modifier and Type Field Description private Diff.FileData[]Diff. filevecMethods in org.openstreetmap.josm.tools with parameters of type Diff.FileData Modifier and Type Method Description (package private) voidDiff.FileData. discardConfusingLines(Diff.FileData f)Discard lines that have no matches in another file.(package private) voidDiff.FileData. shiftBoundaries(Diff.FileData f)Adjust inserts/deletes of blank lines to join changes as much as possible.
-