Changes between Version 23 and Version 24 of path:pathMap


Ignore:
Timestamp:
12/13/2013 11:45:55 AM (10 years ago)
Author:
michael.perscheid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • path:pathMap

    v23 v24  
    5858 Tree map (middle):: Represents a structural system overview and its relation to test execution. This visualization represents categories/packages as columns and their classes as rows. Each class represents each of its methods as a box. In addition to it, methods are optionally ordered in columns with respect to their method category. The allocated space is proportional to the number of methods per node. Packages, classes, and methods are sorted alphabetically and for a clear separation we distinguish between test classes on the left-hand side and application classes on the right-hand side. Developers can systematically explore the visualization and interactively obtain more details about specific method boxes such as its name and covering tests. Moreover, each method can be colored with a hue element for reflecting specific analysis metrics. In addition to that, the visualization colors a test method in green, yellow, or red if the test respectively succeeds or fails.
    5959
    60  Interactive elements on tree map (morphs):: Each small rectangle morph represents a method of the system under observation. Method with an ''u'' mark unit test methods.  By interactively hovering about the visualization, labels present the current selected source code entity. With a click on a box the following buttons can appear.
     60 Interactive elements on tree map (morphs):: Each small rectangle morph represents a method of the system under observation. Method with an ''u'' mark unit test methods.  By interactively hovering over the visualization, labels present the current selected source code entity. With a click on a box the following buttons can appear.
    6161
    6262
    63 
    64 click --> buttons
    6563
    6664[[Image(pathMapMorphButton1.png)]]
     
    7169
    7270
    73  Text box (bottom)::
    74 
    75 
     71 Text box (bottom):: Summarizes some static project metrics such as number of classes and methods or lines of code.
    7672
    7773In the following, we will present each flap on its own.