You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Mark Orciuch (JIRA)" <je...@jakarta.apache.org> on 2005/02/11 17:00:12 UTC

[jira] Resolved: (JS1-539) [PATCH] Typo in JetspeedProfilerService enables useGroupMerge

     [ http://issues.apache.org/jira/browse/JS1-539?page=history ]
     
Mark Orciuch resolved JS1-539:
------------------------------

      Assign To: Mark Orciuch
     Resolution: Fixed
    Fix Version: 1.6

Patch applied

> [PATCH] Typo in JetspeedProfilerService enables useGroupMerge
> -------------------------------------------------------------
>
>          Key: JS1-539
>          URL: http://issues.apache.org/jira/browse/JS1-539
>      Project: Jetspeed
>         Type: Bug
>   Components: Profiler
>     Versions: 1.6-dev
>     Reporter: Bjorn Vidar Remme
>     Assignee: Mark Orciuch
>      Fix For: 1.6

>
> An 'if' statment in the JetspeedProfilerService uses a '=' instead of '=='.
> This enables the useGroupMerge when the statement is executed.
> Patch information: 
> Index: services/profiler/JetspeedProfilerService.java
> ===================================================================
> RCS file: /home/cvspublic/jakarta-jetspeed/src/java/org/apache/jetspeed/services/profiler/JetspeedProfilerService.java,v
> retrieving revision 1.59
> diff -u -r1.59 JetspeedProfilerService.java
> --- services/profiler/JetspeedProfilerService.java	21 Jan 2005 23:50:33 -0000	1.59
> +++ services/profiler/JetspeedProfilerService.java	11 Feb 2005 12:19:01 -0000
> @@ -310,7 +310,7 @@
>                      {
>                          profile = getRoleProfile(rundata, cm);
>                      }
> -                    else if (useGroupMerge = true)
> +                    else if (useGroupMerge == true)
>                      {
>                          profile = getGroupProfile(rundata, cm);
>                      }

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org