You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexander Kleymenov (JIRA)" <ji...@apache.org> on 2006/11/07 12:24:50 UTC

[jira] Created: (HARMONY-2079) [classlib] Incorrect field declarations

[classlib] Incorrect field declarations
---------------------------------------

                 Key: HARMONY-2079
                 URL: http://issues.apache.org/jira/browse/HARMONY-2079
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Alexander Kleymenov
         Attachments: patch-modifier.txt

Some of the implementations of public classes do not declare their static fields as final although spec demands it. 
It concerns the following classes:
modules/luni/src/main/java/java/net/SocketOptions.java
modules/text/src/main/java/java/text/CharacterIterator.java
modules/sql/src/main/java/java/sql/ResultSetMetaData.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-2079) [classlib] Incorrect field declarations

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2079?page=all ]

Tim Ellison reassigned HARMONY-2079:
------------------------------------

    Assignee: Tim Ellison

> [classlib] Incorrect field declarations
> ---------------------------------------
>
>                 Key: HARMONY-2079
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2079
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Kleymenov
>         Assigned To: Tim Ellison
>         Attachments: patch-modifier.txt
>
>
> Some of the implementations of public classes do not declare their static fields as final although spec demands it. 
> It concerns the following classes:
> modules/luni/src/main/java/java/net/SocketOptions.java
> modules/text/src/main/java/java/text/CharacterIterator.java
> modules/sql/src/main/java/java/sql/ResultSetMetaData.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2079) [classlib] Incorrect field declarations

Posted by "Alexander Kleymenov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2079?page=comments#action_12448085 ] 
            
Alexander Kleymenov commented on HARMONY-2079:
----------------------------------------------

Looks fine! Thank you.

> [classlib] Incorrect field declarations
> ---------------------------------------
>
>                 Key: HARMONY-2079
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2079
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Kleymenov
>         Assigned To: Tim Ellison
>         Attachments: patch-modifier.txt
>
>
> Some of the implementations of public classes do not declare their static fields as final although spec demands it. 
> It concerns the following classes:
> modules/luni/src/main/java/java/net/SocketOptions.java
> modules/text/src/main/java/java/text/CharacterIterator.java
> modules/sql/src/main/java/java/sql/ResultSetMetaData.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-2079) [classlib] Incorrect field declarations

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2079?page=all ]

Tim Ellison resolved HARMONY-2079.
----------------------------------

    Resolution: Fixed

Thanks Alexander.

Patch applied at repo revision r472177.

Please check that the patch was applied as you expected.


> [classlib] Incorrect field declarations
> ---------------------------------------
>
>                 Key: HARMONY-2079
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2079
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Kleymenov
>         Assigned To: Tim Ellison
>         Attachments: patch-modifier.txt
>
>
> Some of the implementations of public classes do not declare their static fields as final although spec demands it. 
> It concerns the following classes:
> modules/luni/src/main/java/java/net/SocketOptions.java
> modules/text/src/main/java/java/text/CharacterIterator.java
> modules/sql/src/main/java/java/sql/ResultSetMetaData.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2079) [classlib] Incorrect field declarations

Posted by "Alexander Kleymenov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2079?page=all ]

Alexander Kleymenov updated HARMONY-2079:
-----------------------------------------

    Attachment: patch-modifier.txt

Attached patch fixes this problem.

> [classlib] Incorrect field declarations
> ---------------------------------------
>
>                 Key: HARMONY-2079
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2079
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Kleymenov
>         Attachments: patch-modifier.txt
>
>
> Some of the implementations of public classes do not declare their static fields as final although spec demands it. 
> It concerns the following classes:
> modules/luni/src/main/java/java/net/SocketOptions.java
> modules/text/src/main/java/java/text/CharacterIterator.java
> modules/sql/src/main/java/java/sql/ResultSetMetaData.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2079) [classlib] Incorrect field declarations

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2079?page=all ]

Tim Ellison closed HARMONY-2079.
--------------------------------


Verified by Alexander.


> [classlib] Incorrect field declarations
> ---------------------------------------
>
>                 Key: HARMONY-2079
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2079
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Kleymenov
>         Assigned To: Tim Ellison
>         Attachments: patch-modifier.txt
>
>
> Some of the implementations of public classes do not declare their static fields as final although spec demands it. 
> It concerns the following classes:
> modules/luni/src/main/java/java/net/SocketOptions.java
> modules/text/src/main/java/java/text/CharacterIterator.java
> modules/sql/src/main/java/java/sql/ResultSetMetaData.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira