You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Greene (JIRA)" <ji...@apache.org> on 2009/08/14 21:24:14 UTC

[jira] Created: (CASSANDRA-366) Invalid Java identified by JDK7 in StorageProxy.java

Invalid Java identified by JDK7 in StorageProxy.java
----------------------------------------------------

                 Key: CASSANDRA-366
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-366
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.4
            Reporter: Michael Greene
             Fix For: 0.4


Per http://bugs.sun.com/view_bug.do?bug_id=6182950 the two dispatchMessage() methods in StorageProxy.java should not compile.  JDK6 allows both to coexist, against the spec.  JDK7 fixes this, resulting in a compilation error on StorageProxy.java

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


[jira] Updated: (CASSANDRA-366) Invalid Java identified by JDK7 in StorageProxy.java

Posted by "Michael Greene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Greene updated CASSANDRA-366:
-------------------------------------

    Attachment: 366_v1.diff

Attached patch renames one of the methods. All tests pass on both JDK6 and JDK7 following the patch.

> Invalid Java identified by JDK7 in StorageProxy.java
> ----------------------------------------------------
>
>                 Key: CASSANDRA-366
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-366
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.4
>            Reporter: Michael Greene
>             Fix For: 0.4
>
>         Attachments: 366_v1.diff
>
>
> Per http://bugs.sun.com/view_bug.do?bug_id=6182950 the two dispatchMessage() methods in StorageProxy.java should not compile.  JDK6 allows both to coexist, against the spec.  JDK7 fixes this, resulting in a compilation error on StorageProxy.java

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