Re[2]: checkstyle tool usage

Roman Ivanov ivanov-jr at mail.ru
Thu Jan 22 16:48:02 UTC 2015


Hi Doug,

thanks for reply, it is good that you enjoy it.
If any problem appear , or you have some suggestions please be welcome to our mail-list and issue tracker.

FYI: we applied reliable parsing (by ANTLR grammar) of Javadoc so we could right now enforce almost any rules on javadoc part.

thanks,
Roman Ivanov


Thu, 22 Jan 2015 15:37:25 +0100 от Doug Simon <doug.simon at oracle.com>:
> 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
> 
> 


Roman Ivanov


More information about the graal-dev mailing list