Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 40846 invoked from network); 10 Oct 2005 15:43:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2005 15:43:11 -0000 Received: (qmail 44307 invoked by uid 500); 10 Oct 2005 15:43:10 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 44285 invoked by uid 500); 10 Oct 2005 15:43:10 -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 44274 invoked by uid 99); 10 Oct 2005 15:43:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL 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; Mon, 10 Oct 2005 08:43:09 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 17EB550F for ; Mon, 10 Oct 2005 17:42:48 +0200 (CEST) Message-ID: <394298296.1128958968058.JavaMail.jira@ajax.apache.org> Date: Mon, 10 Oct 2005 17:42:48 +0200 (CEST) From: "Chad Schoettger (JIRA)" To: dev@beehive.apache.org Subject: [jira] Created: (BEEHIVE-968) Remove workaround for old apt bug from AptControlInterface 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 Remove workaround for old apt bug from AptControlInterface ---------------------------------------------------------- Key: BEEHIVE-968 URL: http://issues.apache.org/jira/browse/BEEHIVE-968 Project: Beehive Type: Improvement Components: Controls Reporter: Chad Schoettger Assigned to: Chad Schoettger Priority: Minor at line 341 of AptControlInterface: // HACKHACK: There appear to be mirror API bugs where calling getAnnotation() // on certain entity types will result in an endless loop. For now, work around // this by a priori filtering... but this mechanism will drop errors that appear // on an inapropriate type (see check below) if (! (innerDecl instanceof AnnotationTypeDeclaration)) continue; This code should be cleaned up - assuming this is no longer an issue with apt. -- 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