2 Replies Latest reply on Apr 4, 2005 6:51 PM by ryan.campbell

    Cleanup of the common module

    starksm64

      There is a lot of unused utility classes along with obsolete functionality that is duplicating the jdk 1.4 behavior that I would like to get cleaned up jboss4.0+. Examples of such classes are:

      org.jboss.util.Coercible and all of org.jboss.util.coerce
      org.jboss.util.DirectoryBuilder
      org.jboss.util.MethodHashing
      org.jboss.util.Mu*
      org.jboss.util.*Nested*
      org.jboss.util.StackTrace
      org.jboss.util.collection.* much of this is now duplicate functionality
      org.jboss.net.sockets.RMI* is an unused experiement in multiplexing
      org.jboss.net.sockets.Timeout* is now obsolete functionality supported by the JDK sockets
      org.jboss.util.property.* is mostly unused
      org.jboss.util.stream.*
      org.jboss.xml.* should be incorported into the org.jboss.xml.* jbossxb framework at some point

      Once the new build is complete I would like to get this stuff cleaned up as well.