Re: Any Checkstyle users?



> What problem does it report?

I tried turning on all of the optional checks, and it returned the
IllegalType violation. The description is:

"Checks that particular class are never used as types in variable
declarations, return values or parameters. Includes a pattern check
that by default disallows abstract classes. Rationale: Helps reduce
coupling on concrete classes."

.