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
 Assigned to: Chad Schoettger 
     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

Reply via email to