Question

Is there a CheckStyle rule file that checks against the Java Code Conventions from September 12, 1997?

Was it helpful?

Solution

According to the checkstyle homepage, it contains an example configuration file supporting the Sun Code Conventions. It does not say how supporting is defined, but it links to exactly the same document as you in your question.

OTHER TIPS

Just download checkstyle from sourceforge.net and find sun_checks.xml inside

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top