checkstyle tool usage
Doug Simon
doug.simon at oracle.com
Thu Jan 22 14:37:25 UTC 2015
Hi Roman,
We are indeed users (and fans!) of Checkstyle on the Graal project. We’ve defined our own style checks independent of any guidelines the JDK team uses. What's more, our style is expressed solely in Checkstyle configurations[1][2] and has no corresponding style guide document.
-Doug
[1] http://hg.openjdk.java.net/graal/graal/file/tip/graal/com.oracle.graal.graph/.checkstyle_checks.xml
[2] http://hg.openjdk.java.net/graal/graal/file/tip/graal/com.oracle.truffle.api/.checkstyle_checks.xml
> On Jan 22, 2015, at 6:55 AM, Roman Ivanov <ivanov-jr at mail.ru> wrote:
>
> Hi Graal team,
>
> I am owner of Chekstyle project - http://checkstyle.sourceforge.net/.
> I noticed that you use Checkstyle for enforcing code standard, thanks you very much , I hope it help you.
>
> I tried to connect to some team of openjdk http://mail.openjdk.java.net/pipermail/discuss/2015-January/subject.html to help them create
> checkstyle configurations to enforce code standards and in the same time restore from unclear status, previously famous Sun Code Standard document.
>
> Our team did quick run over openjdk sources - http://checkstyle.sourceforge.net/reports/javadoc/openjdk9/ and detected numerous Javadoc parsing problems, and all that without any specific java validtion that our project usually do.
>
> If some of the team could summarize Style Guideline for Java and Javadocs we could help implement missed functionality in Checkstyle to make complete coverage of your needs.
>
> Please reply if you are intersted.
>
> Roman Ivanov
More information about the graal-dev
mailing list