JavaParser - mehdimo/janett GitHub Wiki

Java parser (based on NRefactory) has been tested on more than 10 meduim and large projects. It doesn't support Java 5 constructs (generics and ...) and some other minor ones:

  • .new construct for accessing inner class protected constructors
  • Some very large numbers and specially escaped characters.

All these not-supported constructs are in ~10 files in these projects: Antlr, FreeMarker, IText and JBossRules
These files will not be translated, but translation process continues.