You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Juan Ramirez (JIRA)" <ji...@apache.org> on 2007/08/10 20:37:42 UTC

[jira] Created: (RIVER-212) use of "enum" as a variable name

use of "enum" as a variable name
--------------------------------

                 Key: RIVER-212
                 URL: https://issues.apache.org/jira/browse/RIVER-212
             Project: River
          Issue Type: Bug
          Components: net_jini_jeri
    Affects Versions: jtsk_2.1
            Reporter: Juan Ramirez
            Priority: Minor


[6335508|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6335508]

Uses of "enum" as an identifier (a no-no when compiling with JDK 5.0 without -source 1.4) had been eradicated from the JSK sources for Porter beta2, but alas one crept in for GA with the late fix for 6293657/6293660.



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


[jira] Closed: (RIVER-212) use of "enum" as a variable name

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

Mark Brouwer closed RIVER-212.
------------------------------


> use of "enum" as a variable name
> --------------------------------
>
>                 Key: RIVER-212
>                 URL: https://issues.apache.org/jira/browse/RIVER-212
>             Project: River
>          Issue Type: Bug
>          Components: net_jini_jeri
>    Affects Versions: jtsk_2.1
>            Reporter: Juan Ramirez
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>
> [6335508|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6335508]
> Uses of "enum" as an identifier (a no-no when compiling with JDK 5.0 without -source 1.4) had been eradicated from the JSK sources for Porter beta2, but alas one crept in for GA with the late fix for 6293657/6293660.

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


[jira] Commented: (RIVER-212) use of "enum" as a variable name

Posted by "Dave Brosius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RIVER-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565028#action_12565028 ] 

Dave Brosius commented on RIVER-212:
------------------------------------

Is this regarding com.sun.jini.jeri.internal.runtime.Util? because i am still seeing this in svn (https://svn.apache.org/repos/asf/incubator/river/trunk)

> use of "enum" as a variable name
> --------------------------------
>
>                 Key: RIVER-212
>                 URL: https://issues.apache.org/jira/browse/RIVER-212
>             Project: River
>          Issue Type: Bug
>          Components: net_jini_jeri
>    Affects Versions: jtsk_2.1
>            Reporter: Juan Ramirez
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>
> [6335508|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6335508]
> Uses of "enum" as an identifier (a no-no when compiling with JDK 5.0 without -source 1.4) had been eradicated from the JSK sources for Porter beta2, but alas one crept in for GA with the late fix for 6293657/6293660.

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


[jira] Work started: (RIVER-212) use of "enum" as a variable name

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

Work on RIVER-212 started by Mark Brouwer.

> use of "enum" as a variable name
> --------------------------------
>
>                 Key: RIVER-212
>                 URL: https://issues.apache.org/jira/browse/RIVER-212
>             Project: River
>          Issue Type: Bug
>          Components: net_jini_jeri
>    Affects Versions: jtsk_2.1
>            Reporter: Juan Ramirez
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>
> [6335508|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6335508]
> Uses of "enum" as an identifier (a no-no when compiling with JDK 5.0 without -source 1.4) had been eradicated from the JSK sources for Porter beta2, but alas one crept in for GA with the late fix for 6293657/6293660.

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


[jira] Commented: (RIVER-212) use of "enum" as a variable name

Posted by "Mark Brouwer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RIVER-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565050#action_12565050 ] 

Mark Brouwer commented on RIVER-212:
------------------------------------

There have been a reorganization of the svn tree, the right trunk to work against is https://svn.apache.org/repos/asf/incubator/river/jtsk/trunk . I thought I changed the River website accordingly but it seems that I didn't save the confluence page a while ago, will fix that.

> use of "enum" as a variable name
> --------------------------------
>
>                 Key: RIVER-212
>                 URL: https://issues.apache.org/jira/browse/RIVER-212
>             Project: River
>          Issue Type: Bug
>          Components: net_jini_jeri
>    Affects Versions: jtsk_2.1
>            Reporter: Juan Ramirez
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>
> [6335508|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6335508]
> Uses of "enum" as an identifier (a no-no when compiling with JDK 5.0 without -source 1.4) had been eradicated from the JSK sources for Porter beta2, but alas one crept in for GA with the late fix for 6293657/6293660.

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


[jira] Resolved: (RIVER-212) use of "enum" as a variable name

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

Mark Brouwer resolved RIVER-212.
--------------------------------

    Resolution: Fixed

> use of "enum" as a variable name
> --------------------------------
>
>                 Key: RIVER-212
>                 URL: https://issues.apache.org/jira/browse/RIVER-212
>             Project: River
>          Issue Type: Bug
>          Components: net_jini_jeri
>    Affects Versions: jtsk_2.1
>            Reporter: Juan Ramirez
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>
> [6335508|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6335508]
> Uses of "enum" as an identifier (a no-no when compiling with JDK 5.0 without -source 1.4) had been eradicated from the JSK sources for Porter beta2, but alas one crept in for GA with the late fix for 6293657/6293660.

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


[jira] Updated: (RIVER-212) use of "enum" as a variable name

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

Mark Brouwer updated RIVER-212:
-------------------------------

    Fix Version/s: AR2
         Assignee: Mark Brouwer

> use of "enum" as a variable name
> --------------------------------
>
>                 Key: RIVER-212
>                 URL: https://issues.apache.org/jira/browse/RIVER-212
>             Project: River
>          Issue Type: Bug
>          Components: net_jini_jeri
>    Affects Versions: jtsk_2.1
>            Reporter: Juan Ramirez
>            Assignee: Mark Brouwer
>            Priority: Minor
>             Fix For: AR2
>
>
> [6335508|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6335508]
> Uses of "enum" as an identifier (a no-no when compiling with JDK 5.0 without -source 1.4) had been eradicated from the JSK sources for Porter beta2, but alas one crept in for GA with the late fix for 6293657/6293660.

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