﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
17247	Dead code in opendata plugin?	GerdP	Don-vip	"In [o34812] I removed 
{{{
#!java
    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?"	defect	closed	normal		Plugin opendata		invalid	utilsplugin2	
