P2JTrans icon indicating copy to clipboard operation
P2JTrans copied to clipboard

A PL/SQL to Java translator to convert PL/SQL code to java using ANTLR v3.3 and StringTemplate. Contributions welcome

Results 1 P2JTrans issues
Sort by recently updated
recently updated
newest added

>java -cp .;antlr-3.3-complete.jar org.antlr.Tool PLSQL3.g error(10): internal error: Can't get property indirectDelegates using method get/isIndirectDelegates from org.antlr.tool.Grammar instance : java.lang.NullPointerException java.util.Objects.requireNonNull(Unknown Source) java.util.ArrayList.removeAll(Unknown Source) org.antlr.tool.CompositeGrammar.getIndirectDelegates(CompositeGrammar.java:222) org.antlr.tool.Grammar.getIndirectDelegates(Grammar.java:2625) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)...