[ http://issues.apache.org/jira/browse/BEEHIVE-1092?page=comments#action_12373939 ]
matt c commented on BEEHIVE-1092: --------------------------------- Verified that this bug has been fixed. Verified by reviewing the developer's test case and by creating a manual test. This bug may 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
