-
Notifications
You must be signed in to change notification settings - Fork 44
Description
first of all thanks for your perfect try-monad, i enjoy it very much.
using jetty i've got such worning:
2016-08-22 11:34:51.474:WARN:oeja.AnnotationParser:main: EXCEPTION
java.lang.ArrayIndexOutOfBoundsException: 5160
at org.objectweb.asm.ClassReader.readClass(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:910)
at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:773)
at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:766)
at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:766)
at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:766)
at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:766)
...
2016-08-22 11:34:53.274:WARN:oeja.AnnotationParser:main: Problem processing jar entry com/jasongoodwin/monads/Futures.class
java.lang.ArrayIndexOutOfBoundsException: 3145
at org.objectweb.asm.ClassReader.readClass(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
...
in spite of the worning project works well, but it would be nice fix it in next versions. thanks