Pregunta

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

¿Fue útil?

Solución

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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top