[
https://issues.apache.org/jira/browse/JEXL-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058477#comment-16058477
]
Bruno P. Kinoshita commented on JEXL-227:
-----------------------------------------
Yup. Besides fixing the version in either or both methods, I'd like to add some
lines in the Javadocs, and then maybe a note somewhere in the project
documentation (wiki?) for when someone releases a new version s/he can remember
to check if this version needs to be updated too.
> JexlScriptEngineFactory.getEngineVersion() should return actual version, ie
> 3.1 as of reporting
> -----------------------------------------------------------------------------------------------
>
> Key: JEXL-227
> URL: https://issues.apache.org/jira/browse/JEXL-227
> Project: Commons JEXL
> Issue Type: Bug
> Affects Versions: 3.1
> Reporter: Dmitri Blinov
> Priority: Minor
>
> JexlScriptEngineFactory.getEngineVersion() reports "3.0" as a script engine
> version in 3.1
> {code}
> public String getEngineVersion() {
> return "3.0"; // ensure this is updated if function changes are made
> to this class
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)