Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 36445 invoked from network); 11 Jan 2007 16:47:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2007 16:47:48 -0000 Received: (qmail 11595 invoked by uid 500); 11 Jan 2007 16:47:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 11484 invoked by uid 500); 11 Jan 2007 16:47:55 -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 11475 invoked by uid 99); 11 Jan 2007 16:47:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jan 2007 08:47:54 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 11 Jan 2007 08:47:47 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 916687142F4 for ; Thu, 11 Jan 2007 08:47:27 -0800 (PST) Message-ID: <14591891.1168534047558.JavaMail.jira@brutus> Date: Thu, 11 Jan 2007 08:47:27 -0800 (PST) From: "Alexey Petrenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-2979) [swing][text] japitools reports additional public class and interface in javax.swing.text package In-Reply-To: <25538407.1168533687784.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-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Petrenko resolved HARMONY-2979. -------------------------------------- Resolution: Fixed The patch has been committed. Modified: harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/TextInterval.java URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/TextInterval.java?view=diff&rev=495287&r1=495286&r2=495287 ============================================================================== --- harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/TextInterval.java (original) +++ harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/TextInterval.java Thu Jan 11 08:42:01 2007 @@ -38,7 +38,7 @@ /** * Defines how text is actually painted. */ - public interface TextIntervalPainter { + interface TextIntervalPainter { /** * Paints selected range of text. * Modified: harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/html/FormViewComponentFactory.java URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/html/FormViewComponentFactory.java?view=diff&rev=495287&r1=495286&r2=495287 ============================================================================== --- harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/html/FormViewComponentFactory.java (original) +++ harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/html/FormViewComponentFactory.java Thu Jan 11 08:42:01 2007 @@ -73,7 +73,7 @@ import org.apache.harmony.x.swing.text.html.form.FormToggleButtonModel; final class FormViewComponentFactory { - public static class InputImageIcon implements Icon { + static class InputImageIcon implements Icon { private BackgroundImageLoader loader; private Icon icon; > [swing][text] japitools reports additional public class and interface in javax.swing.text package > -------------------------------------------------------------------------------------------------- > > Key: HARMONY-2979 > URL: https://issues.apache.org/jira/browse/HARMONY-2979 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Alexey Petrenko > Assigned To: Alexey Petrenko > Priority: Minor > > interface javax.swing.text.TextInterval.TextIntervalPainter: missing in jdk15.javax.swing > class javax.swing.text.html.FormViewComponentFactory.InputImageIcon: missing in jdk15.javax.swing > These classes should be changed to package private -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira