Headline

Development of a software metrics tool

Description

This is a software analysis-related feature for the development and demonstration of a tool for complexity metrics. The developed tool serves the analysis of an implementation's sources or other artifacts in terms of complexity metrics, e.g., metrics based on structural properties such as number of modules, classes, or functions. Of course, the choice also depends on the programming paradigm that is chosen as a target for tool development.

Example

For instance, consider a Java-based implementation.

One may be interested in these metrics:

  • NCLOC total
  • Number of .java files
  • Number of classes
  • Number of interfaces
  • Number of methods
  • Depth of inheritance tree
  • Min, Max, Median, Average number of methods per class/interface
  • Min, Max, Median, Average NCLOC per class and method
The results may be summarized in tables (.csv) or visualized.


There are no revisions for this page.

User contributions

    This user never has never made submissions.

    User edits

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.