https://issues.apache.org/bugzilla/show_bug.cgi?id=48966

           Summary: Reduce code duplications: remove
                    org/apache/catalina/util/StringManager.java
           Product: Tomcat 6
           Version: 6.0.26
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: mguille...@yahoo.fr


Created an attachment (id=25168)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25168)
Patch removing org.apache.catalina.util.StringManager

Tomcat sources contain 3 classes named StringManager which (should) have the
same functionality. This patch removes org.apache.catalina.util.StringManager
and uses instead the more advanced org.apache.tomcat.util.res.StringManager.

After applying this patch, only two StringManager remain: 
- org.apache.tomcat.util.res.StringManager
- org.apache.catalina.tribes.util.StringManager

As tribes is independent it will be more difficult to reduce this duplication.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to