Better if Context.remove() actually returns what was removed.
--------------------------------------------------------------
Key: JBSEAM-3154
URL:
http://jira.jboss.com/jira/browse/JBSEAM-3154
Project: Seam
Issue Type: Feature Request
Components: Core
Affects Versions: 2.0.2.SP1
Reporter: Tobias Hill
In short: it is quite common to let a remove-method on map-like structures
return the removed object. I can't see any reason why Context.remove() has
to return void.
It would let me write:
Object bar = getSessionContext().remove("foo");
Instead of:
Object bar = getSessionContext().get("foo");
getSessionContext().remove("404-error");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira