You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/08/15 23:55:54 UTC

[jira] Created: (BEEHIVE-885) SharedFlowController is caching its Struts module prefix *per instance*

SharedFlowController is caching its Struts module prefix *per instance*
-----------------------------------------------------------------------

         Key: BEEHIVE-885
         URL: http://issues.apache.org/jira/browse/BEEHIVE-885
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: v1m1    
    Reporter: Rich Feit
 Assigned to: Rich Feit 
     Fix For: V1


There is an unnecessary member field in SharedFlowController: String _modulePath.  This should not exist -- the module path should be cached *per class*, not per instance.  The only real verification of the fix would be to confirm that org.apache.beehive.netui.pageflow.SharedFlowController does not contain _modulePath.

-- 
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: (BEEHIVE-885) SharedFlowController is caching its Struts module prefix *per instance*

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-885?page=all ]
     
Rich Feit resolved BEEHIVE-885:
-------------------------------

    Resolution: Fixed
     Assign To: Alejandro Ramirez  (was: Rich Feit)

Fixed with revision 232905.

> SharedFlowController is caching its Struts module prefix *per instance*
> -----------------------------------------------------------------------
>
>          Key: BEEHIVE-885
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-885
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1

>
> There is an unnecessary member field in SharedFlowController: String _modulePath.  This should not exist -- the module path should be cached *per class*, not per instance.  The only real verification of the fix would be to confirm that org.apache.beehive.netui.pageflow.SharedFlowController does not contain _modulePath.

-- 
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: (BEEHIVE-885) SharedFlowController is caching its Struts module prefix *per instance*

Posted by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-885?page=all ]
     
Alejandro Ramirez closed BEEHIVE-885:
-------------------------------------


Verified fixed.
Performed a search in the class org.apache.beehive.netui.pageflow.SharedFlowController for the member _modulePath and it is no longer present.

> SharedFlowController is caching its Struts module prefix *per instance*
> -----------------------------------------------------------------------
>
>          Key: BEEHIVE-885
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-885
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1

>
> There is an unnecessary member field in SharedFlowController: String _modulePath.  This should not exist -- the module path should be cached *per class*, not per instance.  The only real verification of the fix would be to confirm that org.apache.beehive.netui.pageflow.SharedFlowController does not contain _modulePath.

-- 
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