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

           Summary: Minor performance enhancement in set result evaluation
           Product: Taglibs
           Version: 1.2.0
          Platform: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Standard Taglib
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Eliminate one comparison when evaluating body content as the content of "value"
attribute can always be used when it has been specified.

Jasper's implementation of BodyContent#getString() constructs a new value each
time so only call it once to avoid an unnecessary object creation.

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

Reply via email to