Skip to content

Ant: Cannot override default Checker #3530

@rnveach

Description

@rnveach

Similar to #3515, Ant hardcodes Checker and doesn't allow user to set custom RootModule.

checker = new Checker();
checker.contextualize(context);
checker.configure(config);
}
catch (final CheckstyleException ex) {
throw new BuildException(String.format(Locale.ROOT, "Unable to create a Checker: "
+ "configLocation {%s}, classpath {%s}.", configLocation, classpath), ex);
}
return checker;

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions