Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 75355 invoked from network); 6 Apr 2006 18:04:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2006 18:04:45 -0000 Received: (qmail 54032 invoked by uid 500); 6 Apr 2006 18:04:29 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 53948 invoked by uid 500); 6 Apr 2006 18:04:27 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 53646 invoked by uid 99); 6 Apr 2006 18:04:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 11:04:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 11:04:19 -0700 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E6D73D49FE for ; Thu, 6 Apr 2006 19:03:58 +0100 (BST) Message-ID: <1208954379.1144346638943.JavaMail.jira@ajax> Date: Thu, 6 Apr 2006 19:03:58 +0100 (BST) From: "Chad Schoettger (JIRA)" To: dev@beehive.apache.org Subject: [jira] Resolved: (BEEHIVE-1092) The ControlBean generated for a control extensions with a base control that defines an event set are not generated correctly In-Reply-To: <1531685135.1144343305537.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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