Вопрос

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

Это было полезно?

Решение

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.

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top