Reformats Java source code to comply with Google Java Style
...The formatter can be used in software that generates java to output more legible java code. Just include the library in your maven/gradle/etc. configuration. A google-java-format IntelliJ plugin is available from the plugin repository. To install it, go to your IDE's settings and select the Plugins category. Click the Marketplace tab, search for the google-java-format plugin, and click the Install button.
If you want to verify your Maven project (library) can also work in Android, you can use animal-sniffer-maven-plugin to check the API against the desired API level. Android Scents will be pushed to Maven Central in groupid "net.sf.androidscents.signature".
This is trying to create code analyzer
for Harbour language code
and add it later in HbIDE
and use it later in for NetBeans plugin
and use it later in other IDEs.
I use GIT here.
Harbour project
https://harbour.github.io/
Docs about ANTLR:
https://tomassetti.me/antlr-mega-tutorial
http://www.xfront.com/ANTLR/
about v.3:
http://www.r-5.org/files/books/computers/compilers/writing/Terence_Parr-The_Definitive_ANTLR_Reference-EN.pdf
about v.4:
https://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference
and help here
https://groups.google.com/forum/#!...