[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4458) EL implementation doesn't coerce custom Number subclasses

Johannes Rudolph (JIRA) jira-events at lists.jboss.org
Wed Oct 28 05:01:05 EDT 2009


EL implementation doesn't coerce custom Number subclasses
---------------------------------------------------------

                 Key: JBSEAM-4458
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4458
             Project: Seam
          Issue Type: Bug
          Components: EL
    Affects Versions: 2.1.2.GA
            Reporter: Johannes Rudolph
            Priority: Minor


The title says it all. Here's the Bug-Report in the apache bug tracker. It seems the JBoss-EL implementation was directly copied from there:

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

The problem lies in ELArithmetic.isNumberType which - in the version integrated into JBoss EL - uses a stupid way to determine if an object is a Number.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list