~ubuntu-branches/ubuntu/trusty/gmetrics/trusty

« back to all changes in this revision

Viewing changes to src/site/apt/index.apt

  • Committer: Package Import Robot
  • Author(s): Miguel Landaeta, Miguel Landaeta, tony mancill
  • Date: 2012-01-18 20:57:50 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120118205750-68fv86p7fs8xz470
Tags: 0.5-1
[Miguel Landaeta]
* New upstream release.
* Remove patch ftbfs_613266.diff since it was merged upstream.
* Update dates in copyright file.

[tony mancill]
* Set DMUA flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  Groovy source code. <<GMetrics>> scans Groovy source code, applying a set of metrics, and
10
10
  generates an HTML report of the results.
11
11
 
12
 
  You can run <<GMetrics>> using the supplied {{{gmetrics-ant-task.html}Ant Task}}.
 
12
  You can run <<GMetrics>> using the supplied {{{./gmetrics-ant-task.html}Ant Task}}.
13
13
 
14
14
  Total and average values for the following metrics are provided:
15
15
 
16
 
  * {{{gmetrics-CyclomaticComplexityMetric.html}Cyclomatic Complexity}}. 
17
 
 
18
 
  * {{{gmetrics-ABCMetric.html}ABC}} Size/Complexity. Also see the {{{http://c2.com/cgi/wiki?AbcMetric}C2 Wiki page}}.
19
 
 
20
 
  * {{{gmetrics-MethodLineCountMetric.html}Lines per method}}
21
 
 
22
 
  * {{{gmetrics-ClassLineCountMetric.html}Lines per class}}
 
16
  * {{{./gmetrics-CyclomaticComplexityMetric.html}Cyclomatic Complexity}}.
 
17
 
 
18
  * {{{./gmetrics-ABCMetric.html}ABC}} Size/Complexity. Also see the {{{http://c2.com/cgi/wiki?AbcMetric}C2 Wiki page}}.
 
19
 
 
20
  * {{{./gmetrics-MethodLineCountMetric.html}Lines per method}}
 
21
 
 
22
  * {{{./gmetrics-ClassLineCountMetric.html}Lines per class}}
23
23
 
24
24
  []
25
25
 
26
26
  See the site navigation menu for a list of the metrics and reports provided
27
27
  out of the box by <<GMetrics>>.
28
28
 
29
 
  Take a look at a {{{SampleGMetricsReport.html}Sample GMetrics Report}}.
 
29
  Take a look at a {{{./SampleGMetricsReport.html}Sample GMetrics Report}}.
30
30
 
31
31
* Requirements
32
32
~~~~~~~~~~~~~~
33
33
 
34
34
  The <<GMetrics>> project requires:
35
35
 
36
 
  * Groovy version 1.6 or later
 
36
  * Groovy version 1.7 or later
37
37
 
38
38
  * Java 1.5 or later
39
39