Add checkstyle styles support to allow to configure the javaParser as such when we will load the files of a maven project
JavaParser.Builder<? extends JavaParser, ?> javaParserBuilder = JavaParser.fromJavaVersion()
.styles(styles)
.logCompilationWarningsAndErrors(false);
TODO
Add checkstyle styles support to allow to configure the javaParser as such when we will load the files of a maven project
Interesting links: