https://bz.apache.org/bugzilla/show_bug.cgi?id=58543

            Bug ID: 58543
           Summary: JspFactoryImpl inefficient static initialization
           Product: Tomcat 8
           Version: trunk
          Hardware: Macintosh
                OS: Mac OS X 10.1
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Jasper
          Assignee: dev@tomcat.apache.org
          Reporter: anth...@whitford.com

Created attachment 33215
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33215&action=edit
This patch improves the static initialization.

JspFactoryImpl has inefficient static initialization:

'Boolean.parseBoolean(s)' is more efficient than
'Boolean.valueOf(s).booleanValue()'

'Integer.parseInt(s)' is more efficient than 'Integer.valueOf(s).intValue()'

-- 
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