You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Adam Winer (JIRA)" <de...@myfaces.apache.org> on 2007/05/23 00:39:16 UTC

[jira] Created: (TRINIDAD-36) XMLMenuModel: MenuContentHandlerImpl.setRootModelRowKey() writes to static variable

XMLMenuModel: MenuContentHandlerImpl.setRootModelRowKey() writes to static variable
-----------------------------------------------------------------------------------

                 Key: TRINIDAD-36
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-36
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.0-incubating-core
            Reporter: Adam Winer


MenuContentHandlerImpl.setRootModelRowKey()  is a non-static method, but it sets a static field.  One or the other is wrong!

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


[jira] Resolved: (TRINIDAD-36) XMLMenuModel: MenuContentHandlerImpl.setRootModelRowKey() writes to static variable

Posted by "Adam Winer (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved TRINIDAD-36.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.1-core
         Assignee: Adam Winer

Checked in patch - thanks.

> XMLMenuModel: MenuContentHandlerImpl.setRootModelRowKey() writes to static variable
> -----------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-36
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-36
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>             Fix For: 1.0.1-core
>
>         Attachments: trunk.patch
>
>
> MenuContentHandlerImpl.setRootModelRowKey()  is a non-static method, but it sets a static field.  One or the other is wrong!

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