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 Don-vip)

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?

Change History (1)

comment:1 by Don-vip, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.