Uses of Class
org.openstreetmap.josm.tools.Diff.file_data

Packages that use Diff.file_data
org.openstreetmap.josm.tools   
 

Uses of Diff.file_data in org.openstreetmap.josm.tools
 

Fields in org.openstreetmap.josm.tools declared as Diff.file_data
private  Diff.file_data[] Diff.filevec
           
 

Methods in org.openstreetmap.josm.tools with parameters of type Diff.file_data
(package private)  void Diff.file_data.discard_confusing_lines(Diff.file_data f)
          Discard lines that have no matches in another file.
(package private)  void Diff.file_data.shift_boundaries(Diff.file_data f)
          Adjust inserts/deletes of blank lines to join changes as much as possible.
 



JOSM