Checkstyle-IDEA plugin For Java

2019-10-31 Thread yanjun qiu
Hi Community,
I want to contribute code to Flink and I have followed the IDE set up guide as 
below:
https://ci.apache.org/projects/flink/flink-docs-stable/flinkDev/ide_setup.html#checkstyle-for-java
 


I have installed Checkstyle-IDEA plugin in my Intellj IDEA 2019.2, but I found 
that it didn’t have Checkstyle Version 8.14.

I want to know which IDEA version or Checkstyle Version should be install.

Regards,
Bruce

Re: Build error: package does not exist

2019-10-27 Thread yanjun qiu
Hi Hynek,
I think you should run maven build first, execute mvn clean install 
-DskipTests. Because the Flink SQL parser is used apache calcite framework to 
generate the sql parser source code.

Regards,
Bruce

> 在 2019年10月27日,上午12:09,Hynek Noll  写道:
> 
> package seems to be missing on GitHub: