[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-1222) POC - Refactor of MethodCall class
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Mon Mar 24 20:09:40 EDT 2008
[ http://jira.jboss.com/jira/browse/JBCACHE-1222?page=comments#action_12404321 ]
Mircea Markus commented on JBCACHE-1222:
----------------------------------------
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheRefactoring22
> POC - Refactor of MethodCall class
> ----------------------------------
>
> Key: JBCACHE-1222
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1222
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Mircea Markus
> Assigned To: Mircea Markus
> Priority: Minor
> Fix For: 2.2.0.GA
>
>
> prototype:
> Instead of using reflection for calling methods on cache, all those called methods(the CacheImpl._xyz methods) might be moved to their own classes. Benefits:
> - no more reflection calls (small as reflection optimized)
> - the rollback and do methods would be in same place
> - easier to read code
> - code would be easy to test
--
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
More information about the jboss-jira
mailing list