[jboss-cvs] jboss-profiler/java/webapp/lzx ...

Takuro Okada t2-okada at nri.co.jp
Mon Nov 13 02:16:16 EST 2006


  User: tokada  
  Date: 06/11/13 02:16:16

  Modified:    java/webapp/lzx    Tag: JBossProfiler_Expansion
                        stacktracediagram.lzx wndmain.lzx
                        dataaccessstatistics.lzx
  Log:
  Corrected some bugs.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +11 -9     jboss-profiler/java/webapp/lzx/Attic/stacktracediagram.lzx
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: stacktracediagram.lzx
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/java/webapp/lzx/Attic/stacktracediagram.lzx,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- stacktracediagram.lzx	26 Oct 2006 09:02:25 -0000	1.1.2.1
  +++ stacktracediagram.lzx	13 Nov 2006 07:16:16 -0000	1.1.2.2
  @@ -178,8 +178,8 @@
         <![CDATA[
         var beginTimestamp = d.childNodes[0].getAttr(timestampattr);
         var totalElapsedTime = d.childNodes[0].getAttr(valueattr);
  -      this.baseheight = 1/totalElapsedTime * (1000000000*parent.height);
  -      this.height = (totalElapsedTime/1000000000) * this.baseheight + baseheightoffset*2 + this.padding*2 + 40;
  +      this.baseheight = 1/totalElapsedTime * (700000000*parent.height);
  +      this.height = (totalElapsedTime/1000000000) * this.baseheight + baseheightoffset*2 + this.padding*2;
         this.lanes.height = this.height;
         
         var messages = new Array();
  @@ -230,6 +230,7 @@
           }else {
             callerLane = selectLane(messages[i]["caller"]);
           }
  +        if(callerLane!=null) {
           this.drawview.strokeMessage(callerLane.jointpointright,
                                       messages[i]["lane"].jointpointleft,
                                       messages[i]["begin"] + messages[i]["lane"].activationarea.y,
  @@ -238,6 +239,7 @@
                                       messages[i]["id"],
                                       messages[i]["method"]);
         }
  +      }
         ]]>
       </handler>
       
  
  
  
  1.1.2.2   +2 -2      jboss-profiler/java/webapp/lzx/Attic/wndmain.lzx
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: wndmain.lzx
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/java/webapp/lzx/Attic/wndmain.lzx,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- wndmain.lzx	26 Oct 2006 09:02:25 -0000	1.1.2.1
  +++ wndmain.lzx	13 Nov 2006 07:16:16 -0000	1.1.2.2
  @@ -44,14 +44,14 @@
       </view>
       <view name="middle" width="${parent.width}" height="0">
         <stableborderlayout axis="x"/>
  -      <view resource="wnd_base_ml" width="2" height="${parent.height}" stretches="height" xoffset="-2"/>
  +      <view resource="wnd_base_ml" width="3" height="${parent.height}" stretches="height"/>
         <view name="mainContents" xoffset="-10" yoffset="-6">
           <!--
               opacity="0" visible="${this.opacity == 0 ? false : true}">
           <animator name="fadeIn" attribute="opacity" to="1" duration="400" start="false"/>
           -->
         </view>
  -      <view resource="wnd_base_mr" width="2" height="${parent.height}" stretches="height" xoffset="2"/>
  +      <view resource="wnd_base_mr" width="4" height="${parent.height}" stretches="height"/>
         <animator name="heightStrech" attribute="height" motion="easeboth"
                   to="${parent.parent.height-100}" duration="1200" start="false">
           <handler name="onstop">
  
  
  
  1.1.2.3   +2 -2      jboss-profiler/java/webapp/lzx/Attic/dataaccessstatistics.lzx
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: dataaccessstatistics.lzx
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/java/webapp/lzx/Attic/dataaccessstatistics.lzx,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -b -r1.1.2.2 -r1.1.2.3
  --- dataaccessstatistics.lzx	7 Nov 2006 06:49:05 -0000	1.1.2.2
  +++ dataaccessstatistics.lzx	13 Nov 2006 07:16:16 -0000	1.1.2.3
  @@ -57,7 +57,7 @@
                           target="${parent.parent.parent}" targetevent="onselect">
             ID
           </notifygridtext>
  -        <notifygridtext width="${parent.width-(6+500)}" datapath="@name"
  +        <notifygridtext width="${parent.width-(6+580)}" datapath="@name"
                           sourceevent="ondblclick"
                           target="${parent.parent.parent}" targetevent="onselect">
             Operation Name
  @@ -66,7 +66,7 @@
                           sourceevent="ondblclick"
                           target="${parent.parent.parent}" targetevent="onselect"
                           exclude="null">
  -          SQL Query
  +          Parameters
           </notifygridtext>
           <notifygridtext width="120" datapath="@value" textalign="right"
                           sourceevent="ondblclick"
  
  
  



More information about the jboss-cvs-commits mailing list