[ http://issues.apache.org/jira/browse/BEEHIVE-1092?page=comments#action_12373945 ]
matt c commented on BEEHIVE-1092: --------------------------------- Addendum to my previous comment: Verified fixed using local beehive build synced to SVN revision 393036 by compiling trunk\controls\test\src\junit-controls\org\apache\beehive\controls\test\controls\eventsetControlExt In addition, I manually executed the repro and it passed. This bug can be closed > The ControlBean generated for a control extensions with a base control that > defines an event set are not generated correctly > ---------------------------------------------------------------------------------------------------------------------------- > > Key: BEEHIVE-1092 > URL: http://issues.apache.org/jira/browse/BEEHIVE-1092 > Project: Beehive > Type: Bug > Components: Controls > Versions: 1.0.1 > Reporter: Chad Schoettger > Assignee: Jacob Danner > Fix For: v.next > > If a control extensions base control defines an event set AND the control > extension doesn't contain any methods, the ControlBean for the extension is > generated incorrectly by APT causing a complation error. > Example: > @ControlInterface > public interface EventBase { > @EventSet() > public interface Callback { > void method1(); > } > } > @ControlExtension > public interface EventExt extends EventBase { > } -- 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
