[
https://issues.apache.org/jira/browse/TORQUE-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Fox closed TORQUE-63.
----------------------------
Resolution: Fixed
> Wrong caching of method calls with more than three arguments in
> MethodResultCache
> ---------------------------------------------------------------------------------
>
> Key: TORQUE-63
> URL: https://issues.apache.org/jira/browse/TORQUE-63
> Project: Torque
> Issue Type: Bug
> Components: Runtime
> Affects Versions: 3.0, 3.1, 3.1.1, 3.2
> Reporter: Ronny Völker
> Assignee: Thomas Vandahl
> Fix For: 3.3
>
>
> When caching a method call with more than three arguments using
> MethodResultCache#put(Object value, Serializable keys), the 2nd argument is
> ignored, because it is overwritten by the 3rd argument in
> MethodCacheKey#init(Serializable keys).
> That means that two method calls which are only different in their 2nd
> argument are cached in the same slot.
> When the second call is cached, the first call is overwritten.
> When the cache is later queried for the first call, the result of the second
> call is returned.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]