Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 17936 invoked from network); 7 Jun 2010 12:32:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jun 2010 12:32:38 -0000 Received: (qmail 88267 invoked by uid 500); 7 Jun 2010 12:32:37 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 88068 invoked by uid 500); 7 Jun 2010 12:32:36 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 88058 invoked by uid 99); 7 Jun 2010 12:32:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 12:32:36 +0000 X-ASF-Spam-Status: No, hits=-2.1 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 194.196.100.167 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [194.196.100.167] (HELO mtagate7.uk.ibm.com) (194.196.100.167) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 12:32:27 +0000 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o57CW6Uv014587 for ; Mon, 7 Jun 2010 12:32:06 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o57CW6an1220842 for ; Mon, 7 Jun 2010 13:32:06 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o57CW69n002940 for ; Mon, 7 Jun 2010 13:32:06 +0100 Received: from anaheim.local (dhcp-9-20-183-78.hursley.ibm.com [9.20.183.78]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o57CW6AY002935 for ; Mon, 7 Jun 2010 13:32:06 +0100 Message-Id: <201006071232.o57CW6AY002935@d06av02.portsmouth.uk.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-18) with nmh-1.3 From: "Mark Hindess" To: "Apache Harmony Dev List" Subject: [classlib][select] nativebridge Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 07 Jun 2010 13:32:05 +0100 There is a test dependency from: org.apache.harmony.misc.tests.accessors.StringAccessorTest on: org.apache.harmony.awt.nativebridge.NativeBridge I am thinking of moving the org.apache.harmony.awt.nativebridge classes to a new org.apache.harmony.misc.nativebridge package. These classes are not really awt specific and seem like a good fit with the other misc module accessor functions. There are also org.apache.harmony.awt.nativebridge.linux and org.apache.harmony.awt.nativebridge.windows packages but these have Linux/X11 and windows specific function which does belong in awt so I'll leave those alone. This has been one my todo list for a while but the fact that this breaks a test in -Dhy.select=true mode made me think about it again. Comments, Mark.