You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2007/01/11 17:47:27 UTC

[jira] Resolved: (HARMONY-2979) [swing][text] japitools reports additional public class and interface in javax.swing.text package

     [ 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