Opened 6 years ago
Last modified 6 years ago
#17247 closed defect
Dead code in opendata plugin? — at Version 1
Reported by: | GerdP | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin opendata | Version: | |
Keywords: | utilsplugin2 | Cc: |
Description (last modified by )
In [o34812] I removed
public static Collection<OsmPrimitive> selectAllInside(Collection<OsmPrimitive> selected, DataSet dataset) { return selectAllInside(selected, dataset, true); }
because I found no reference to it. Now I've noticed that org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.ToulouseDataSetHandler
uses it.
It seems this class is not compiled with ant but in Eclipse it is not excluded.
Should I partially revert the change in [o34812] or should I change the Eclipse project to ignore this source?
Note:
See TracTickets
for help on using tickets.