Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 12904 invoked from network); 25 Oct 2007 20:23:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Oct 2007 20:23:13 -0000 Received: (qmail 38257 invoked by uid 500); 25 Oct 2007 20:23:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 38237 invoked by uid 500); 25 Oct 2007 20:23:01 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 38228 invoked by uid 99); 25 Oct 2007 20:23:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 13:23:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 22:23:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98CEC714209 for ; Thu, 25 Oct 2007 13:22:50 -0700 (PDT) Message-ID: <6976007.1193343770616.JavaMail.jira@brutus> Date: Thu, 25 Oct 2007 13:22:50 -0700 (PDT) From: "Alexei Fedotov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5023) [classlib][awt] AWT references heavy JComponent In-Reply-To: <5429185.1193319111023.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexei Fedotov updated HARMONY-5023: ------------------------------------ Attachment: (was: swing_text_utils.patch) > [classlib][awt] AWT references heavy JComponent > ----------------------------------------------- > > Key: HARMONY-5023 > URL: https://issues.apache.org/jira/browse/HARMONY-5023 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Alexei Fedotov > Attachments: review_swing_text_utils.patch > > > The following utility class references JComponent which makes AWT heavier to load: > main/java/common/org/apache/harmony/awt/text/TextUtils.java: public static Rectangle getEditorRect(final JComponent component) > This function is not actually needed for AWT and should be moved to the Swing package. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.