In com.netease.protocGenAs3.Main.java, there are a couple AssertionErrors that
are thrown with both a String and an Exception. The AssertionError(String,
Throwable) constructor is not available in Java 6 and below.
Removing the exception argument will allow compilation on Java6 and earlier.
Original issue reported on code.google.com by tconkl...@gmail.com on 16 Jan 2013 at 11:13
Original issue reported on code.google.com by
tconkl...@gmail.com
on 16 Jan 2013 at 11:13