I was poking around in the framework/base component and discovered there
are a few utility classes that aren't really necessary:
OutputStreamByteCount.java - used only in UtilObject.java to guess the
size of a Java object. Could be converted to a loop in UtilObject.java.
StringOutputStream.java - used only in SOAPEventHandler.java to output a
debug message. Could be converted to a SOAPEventHandler.java method.
UtilName.java - not used.
UtilParse.java - used only in ProductEvents.java. Could be converted to
a ProductEvents.java method.
Are there any objections to making those changes and removing the four
files?
-Adrian