Package | Description |
---|---|
org.codenarc | |
org.codenarc.analyzer | |
org.codenarc.ant | |
org.codenarc.report | |
org.codenarc.results | |
org.codenarc.util |
Modifier and Type | Method and Description |
---|---|
Results |
CodeNarcRunner.execute() |
Modifier and Type | Method and Description |
---|---|
void |
ResultsProcessor.processResults(Results results) |
void |
NullResultsProcessor.processResults(Results results) |
Modifier and Type | Method and Description |
---|---|
Results |
SourceAnalyzer.analyze(RuleSet ruleSet) |
Results |
DirectorySourceAnalyzer.analyze(RuleSet ruleSet) |
Results |
StringSourceAnalyzer.analyze(RuleSet ruleSet) |
Results |
FilesystemSourceAnalyzer.analyze(RuleSet ruleSet) |
Modifier and Type | Method and Description |
---|---|
Results |
AntFileSetSourceAnalyzer.analyze(RuleSet ruleSet)
Analyze all source code using the specified RuleSet and return the report results.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractHtmlReportWriter.isDirectoryContainingFiles(Results results) |
protected boolean |
AbstractHtmlReportWriter.isDirectoryContainingFilesWithViolations(Results results) |
protected void |
TextReportWriter.writePackageViolations(Writer writer,
Results results) |
void |
AbstractReportWriter.writeReport(AnalysisContext analysisContext,
Results results) |
void |
ReportWriter.writeReport(AnalysisContext analysisContext,
Results results) |
void |
BaselineXmlReportWriter.writeReport(Writer writer,
AnalysisContext analysisContext,
Results results) |
abstract void |
AbstractReportWriter.writeReport(Writer writer,
AnalysisContext analysisContext,
Results results) |
void |
AbstractHtmlReportWriter.writeReport(Writer writer,
AnalysisContext analysisContext,
Results results) |
void |
XmlReportWriter.writeReport(Writer writer,
AnalysisContext analysisContext,
Results results) |
void |
TextReportWriter.writeReport(Writer writer,
AnalysisContext analysisContext,
Results results) |
protected void |
TextReportWriter.writeSummary(Writer writer,
Results results) |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryResults |
class |
FileResults |
class |
VirtualResults |
Modifier and Type | Method and Description |
---|---|
Results |
VirtualResults.findResultsForPath(String path) |
Results |
FileResults.findResultsForPath(String path) |
Results |
DirectoryResults.findResultsForPath(String path) |
Results |
Results.findResultsForPath(String path) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryResults.addChild(Results child) |
Modifier and Type | Method and Description |
---|---|
void |
BaselineResultsProcessor.processResults(Results results) |
Copyright © 2022. All rights reserved.