Menu

#35 sum up/group LOC by package

closed
None
5
2003-11-13
2003-11-13
James Hu
No

For metrics such LOC, it is useful to sum up/group values
by package.

For example:

if per package:
test.test1 100
test.test1.test11 200
test.test1.test12 300

then the sum up of test.test1 should be
100+200+300=600

Discussion

  • Frank Sauer

    Frank Sauer - 2003-11-13

    Logged In: YES
    user_id=52904

    The plugin already does this with all metrics, including LOC.
    If you select a source folder in the explorer, you'll see the
    totals for all packages in that folder. If you expand the row
    in the metrics view, it shows the totals for the children,
    packages in this case. They are even sorted, largest at the
    top. This means you can always drill down in the metric tree
    and find the largest elements first.

    If you means something else, I apologize, but then I don't
    understand what you're asking for.

    Frank

     
  • Frank Sauer

    Frank Sauer - 2003-11-13
    • assigned_to: nobody --> sauerf
    • status: open --> closed
     

Log in to post a comment.