diff --git a/src/etc/maudit-frames.xsl b/src/etc/maudit-frames.xsl new file mode 100644 index 000000000..61b9ff28e --- /dev/null +++ b/src/etc/maudit-frames.xsl @@ -0,0 +1,464 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + . + + + + + + + + + + + + + + + + + + + + + + + + + + + + Audit Results. + + + + + + + + + <H2>Frame Alert</H2> + <P> + This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + </P> + + + + + + + +BODY { + font:normal 68% verdana,arial,helvetica; + color:#000000; +} +TD { + FONT-SIZE: 68% +} +P { + line-height:1.5em; + margin-top:0.5em; margin-bottom:1.0em; +} +H1 { + MARGIN: 0px 0px 5px; FONT: 165% verdana,arial,helvetica +} +H2 { + MARGIN-TOP: 1em; MARGIN-BOTTOM: 0.5em; FONT: bold 125% verdana,arial,helvetica +} +H3 { + MARGIN-BOTTOM: 0.5em; FONT: bold 115% verdana,arial,helvetica +} +H4 { + MARGIN-BOTTOM: 0.5em; FONT: bold 100% verdana,arial,helvetica +} +H5 { + MARGIN-BOTTOM: 0.5em; FONT: bold 100% verdana,arial,helvetica +} +H6 { + MARGIN-BOTTOM: 0.5em; FONT: bold 100% verdana,arial,helvetica +} + + + + + + + + + + + + + + +

Class .

+ + + + + +
+ +

Violations

+

+ + + + + +
+ +

+ + +
+ + + + + + + + + + + + + + + + +
+

+
+ +

Classes

+

+ + + + +
+

+ + +
+ + + + + + + + + + + + + + + + + + + + +

Classes

+

+ + + + +
+

+ + +
+ + + + + + + + + + / + .html + + + + + + + + + + + + + + + + + +

Home

+

Packages

+

+ + + + +
+

+ + +
+ + + + + + + + + + + + + + + + + + + + + +

Summary

+ + + + + + + + + + + +
Audited classesReported classesViolations
+ + + + +
+ Note: Rules checked have originated from style guidelines suggested by the language designers, + experience from the Java development community and insite experience. Violations are generally + reported with a reference to the Java Language Specifications (JLS x.x.x) + and Metamata Audit rules (x.x). + Please consult these documents for additional information about violations. +

+ One should note that these violations do not necessary underline errors but should be used + as an indication for possible errors. As always, use your best judgment and review + them carefully, it might save you hours of debugging. +

+ +

Packages

+ + + + + + + + + +
+ + +
+ + + + + + + + + + + + open('package-frame.html','classListFrame') + +

Package

+ + + + +

Classes

+

+ + + + + +
+

+
+ + +
+ + + + + + + ../ + + + + + + ../ + + + + + + + + stylesheet.css + + + + + +

Audit Results

+ + + + + +
Designed for use with Webgain QA/Metamata Audit and Ant.
+
+
+ + + + + Name + Violations + + + + + + + Line + Message + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/etc/mmetrics-frames.xsl b/src/etc/mmetrics-frames.xsl new file mode 100644 index 000000000..eed083ad4 --- /dev/null +++ b/src/etc/mmetrics-frames.xsl @@ -0,0 +1,688 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + . + + Processing package in + + + + + + + + + + + + + + + + + + + + + + + + + . + + + + + + Metrics Results. + + + + + + + + + <H2>Frame Alert</H2> + <P> + This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + </P> + + + + + + +BODY { + font:normal 68% verdana,arial,helvetica; + color:#000000; +} +TD { + FONT-SIZE: 68% +} +P { + line-height:1.5em; + margin-top:0.5em; margin-bottom:1.0em; +} +H1 { + MARGIN: 0px 0px 5px; FONT: 165% verdana,arial,helvetica +} +H2 { + MARGIN-TOP: 1em; MARGIN-BOTTOM: 0.5em; FONT: bold 125% verdana,arial,helvetica +} +H3 { + MARGIN-BOTTOM: 0.5em; FONT: bold 115% verdana,arial,helvetica +} +H4 { + MARGIN-BOTTOM: 0.5em; FONT: bold 100% verdana,arial,helvetica +} +H5 { + MARGIN-BOTTOM: 0.5em; FONT: bold 100% verdana,arial,helvetica +} +H6 { + MARGIN-BOTTOM: 0.5em; FONT: bold 100% verdana,arial,helvetica +} +.Error { + font-weight:bold; color:red; +} + + + + + + + + + + + + + + + +

Class .

+ + + + + +
+ +

Methods

+

+ + + +
+ +

+ + +
+ + + + + + + + + + + + + + + +
+

+
+ +

Classes

+

+ + + + + + + + +
+ +
+

+ + +
+ + + + + + + + + + + +

Classes

+

+ + + + + +
+

+ + +
+ + + + + + + + + + / + + .html + + + + + + + + + + + + + + + + +

Home

+

Packages

+

+ + + + +
+

+ + +
+ + + + + + + + + + + + + + + + + + + + + +

Summary

+ + + + + + + + + + + + + + + + + +
V(G)LOCDITNOANRMNLMWMCRFCDACFANOUTCBOLCOMNOCL
+ + + + +
+ Note: Metrics evaluate the quality of software by analyzing the program source and quantifying + various kind of complexity. Complexity is a common source of problems and defects in software. + High complexity makes it more difficult to develop, understand, maintain, extend, test and debug + a program. +

+ The primary use of metrics is to focus your attention on those parts of code that potentially are + complexity hot spots. Once the complex areas your program have been uncovered, you can take remedial + actions. + For additional information about metrics and their meaning, please consult + Metamata Metrics manual. +

+ +

Packages

+ + + + + + +
+ + + +
+ + + + + + + + + + + +

Package

+ + + + +
+ + + + + +
+ Note: Metrics evaluate the quality of software by analyzing the program source and quantifying + various kind of complexity. Complexity is a common source of problems and defects in software. + High complexity makes it more difficult to develop, understand, maintain, extend, test and debug + a program. +

+ The primary use of metrics is to focus your attention on those parts of code that potentially are + complexity hot spots. Once the complex areas your program have been uncovered, you can take remedial + actions. + For additional information about metrics and their meaning, please consult + Metamata Metrics manual. +

+ + + +

Classes

+

+ + + + + + +
+

+
+ + +
+ + + + + + + ../ + + + + + + ../ + + + + + + + + stylesheet.css + + + + + +

Metrics Results

+ + + + + +
Designed for use with Webgain QA/Metamata Metrics and Ant.
+
+
+ + + + + Name + V(G) + LOC + DIT + NOA + NRM + NLM + WMC + RFC + DAC + FANOUT + CBO + LCOM + NOCL + + + + + + + Name + V(G) + LOC + FANOUT + CBO + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Error + + + + +
+