[kepler-dev] Please confirm unused methods in org.ecoinformatics.util.Util

Kevin Ruland kruland at ku.edu
Tue Dec 13 10:47:49 PST 2005


Hi all,

My analysis with eclipse and a clean build shows the following methods
are unused.  Anybody able to state otherwise?

NodeList Util.getPathContent( File, String );
NodeList Util.getPathContent( File, String, String );
NodeList Util.getPathContent( InputStream, String );
NodeList Util.getPathContent( InputStream, String, String );

Document getDoc( File );
Document getDoc( InputStream );
Document getDoc( File, String );
Document getDoc( InputStream, String );

The reason why I ask is these are the only methods which use classes
from arbortext.jar.

Thanks much.

Kevin


More information about the Kepler-dev mailing list