Hi,
lurking through the code, got to Data.getCoverageInfo.
There are two versions of it:
CoverageInfo getCoverageInfo(String name, String uri);
CoverageInfo getCoverageInfo(String name);
the former seems not to be used, and even if it were it is ignoring the uri
argument.
Sooo.. does anyone know if this is just dead code?
Gabriel