[ http://issues.apache.org/jira/browse/BEEHIVE-1092?page=all ]
Chad Schoettger resolved BEEHIVE-1092:
--------------------------------------
Resolution: Fixed
Assign To: Jacob Danner (was: Chad Schoettger)
Fixed, svn rev 392021.
Updated AptControlInterface and ControlBean.vm to correctly handle this case.
Also added new unit tests.
> 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