Pergunta

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

Foi útil?

Solução

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.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top