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