[ http://issues.apache.org/jira/browse/BEEHIVE-850?page=all ] Zach Smith closed BEEHIVE-850: ------------------------------
verified fix > Interceptor infrastructure broken when used on overloaded control methods > ------------------------------------------------------------------------- > > Key: BEEHIVE-850 > URL: http://issues.apache.org/jira/browse/BEEHIVE-850 > Project: Beehive > Type: Bug > Components: Controls > Versions: v1m1 > Reporter: Kenneth Tam > Assignee: Kenneth Tam > Fix For: V1 > > The interceptor infrastructure currently doesn't support overloaded control > methods; in particular, the generated arrays of interceptor names associated > with each control method have variable names that are unique based on method > name alone, hence overloading methods will cause a code-gen collision. > Seems like the easiest way to solve this is to append a hash value to the > method name based on the method signature.. I'm looking at various ways to do > this. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
