You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2008/11/05 02:45:47 UTC

[jira] Commented: (HARMONY-6008) [classlib] Fix japi found differences between harmony and spec

    [ https://issues.apache.org/jira/browse/HARMONY-6008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645129#action_12645129 ] 

Nathan Beyer commented on HARMONY-6008:
---------------------------------------

What's up with the changes like this?

-    static final String TOGGLE_EXPAND = "toggle expand"; //$NON-NLS-1$
-    static final String INCREMENT = "increment"; //$NON-NLS-1$
-    static final String DECREMENT = "decrement"; //$NON-NLS-1$
+    static final String TOGGLE_EXPAND = new String("toggle expand"); //$NON-NLS-1$
+    static final String INCREMENT = new String("increment"); //$NON-NLS-1$
+    static final String DECREMENT = new String("decrement"); //$NON-NLS-1$

What does that do?

> [classlib] Fix japi found differences between harmony and spec
> --------------------------------------------------------------
>
>                 Key: HARMONY-6008
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6008
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tim Ellison
>            Assignee: Tim Ellison
>         Attachments: japidiffs.patch
>
>
> Latest japi report shows a number of API / spec differences that we need to fix in the 5.0 stream.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.