| Package | Description |
|---|---|
| org.apache.maven.plugins.checkstyle |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CheckstyleReportGenerator.ConfReference> |
CheckstyleReportGenerator.sortConfiguration(CheckstyleResults results) |
| Modifier and Type | Method and Description |
|---|---|
int |
CheckstyleReportGenerator.ConfReference.compareTo(CheckstyleReportGenerator.ConfReference o) |
private void |
CheckstyleReportGenerator.doRuleRow(CheckstyleReportGenerator.ConfReference ref,
CheckstyleResults results,
java.lang.String previousCategory)
Create a summary for one Checkstyle rule.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
CheckstyleReportGenerator.sortConfiguration(java.util.List<CheckstyleReportGenerator.ConfReference> result,
com.puppycrawl.tools.checkstyle.api.Configuration config,
CheckstyleReportGenerator.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parent,
CheckstyleResults results) |