jakartaee / expression-language

Jakarta Expression Language
https://eclipse.org/ee4j/el
Other
68 stars 49 forks source link

Typo in new method for MethodExpression #11

Closed glassfishrobot closed 4 years ago

glassfishrobot commented 14 years ago

EL 2.2 added a new method to javax.el.MethodExpression

Its definition is: public boolean isParmetersProvided()

The definition should be: public boolean isParametersProvided()

Note the addition of the 'a' character to correctly spell parameters.

This error affects the specification, the reference implementation and the TCK.

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 6 years ago
glassfishrobot commented 14 years ago

@glassfishrobot Commented Reported by markt_asf

glassfishrobot commented 14 years ago

@glassfishrobot Commented kchung said: Fixed in the source and in version 2.2.1-b02 of el-api, which will be eventually in 2.2.1 when released with glassfish v3.1.

Note this should also be in an errata of the spec update, currently unscheduled.

glassfishrobot commented 14 years ago

@glassfishrobot Commented kchung said: The fix has been reverted, as the method signature in the published api cannot be changed without a spec change. We'll have to live with this typo until next spec. This issue is reopened as a reminder.

glassfishrobot commented 14 years ago

@glassfishrobot Commented Was assigned to uel-issues

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA UEL-11

markt-asf commented 4 years ago

This was fixed in 2.2. The deprecated method needs to be removed eventually, but we can track that in a new issue.