Package: antlr3 / 3.2-10

Metadata

Package Version Patches format
antlr3 3.2-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
java7 compat.patch | (download)

antlr3-maven-plugin/pom.xml | 2 1 + 1 - 0 !
gunit/pom.xml | 2 1 + 1 - 0 !
pom.xml | 2 1 + 1 - 0 !
runtime/Java/pom.xml | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 target java 1.5 instead of jsr14 which is not supported
 by Java 7.
 .
 The minimum java version in Debian is 1.5 so this is OK.
java8 compat.patch | (download)

tool/src/main/java/org/antlr/tool/CompositeGrammar.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes a nullpointerexception in compositegrammar.getindirectdelegates() with java 8