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