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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]