Frames | No Frames |
Classes derived from org.incava.analysis.Report | |
class | Reports errors in multiple lines, displaying the contextual code, and
denoting the code to which a violation applies. |
class | Reports errors in a single line, AKA the format expected by Emacs (!c). |
Constructors with parameter type org.incava.analysis.Report | |
Creates an analyzer with a report. |
Methods with return type org.incava.analysis.Report | |
Report | Returns the report used by this analyzer. |
Constructors with parameter type org.incava.analysis.Report | |
ClassDocAnalyzer.ClassDocAnalyzer(Report r, net.sourceforge.pmd.ast.ASTClassOrInterfaceDeclaration node) Creates an analyzer, but does not yet run. | |
ExceptionDocAnalyzer.ExceptionDocAnalyzer(Report report, JavadocNode javadoc, net.sourceforge.pmd.ast.SimpleNode function, int nodeLevel) Creates and runs the exception documentation analyzer. | |
InterfaceDocAnalyzer.InterfaceDocAnalyzer(Report r, net.sourceforge.pmd.ast.ASTClassOrInterfaceDeclaration node) Creates an analyzer, but does not yet run. | |
ParameterDocAnalyzer.ParameterDocAnalyzer(Report report, JavadocNode javadoc, net.sourceforge.pmd.ast.SimpleNode function, net.sourceforge.pmd.ast.ASTFormalParameters parameterList, int nodeLevel) Creates and runs the parameter documentation analyzer. | |
TypeDocAnalyzer.TypeDocAnalyzer(Report r, net.sourceforge.pmd.ast.ASTClassOrInterfaceDeclaration decl) Creates an analyzer, but does not yet run. |