javautil icon indicating copy to clipboard operation
javautil copied to clipboard

org.clapper.util Java Utility Library

Results 8 javautil issues
Sort by recently updated
recently updated
newest added

fixes issue: ClassFinder needs to support jar manifests fixes #5

imported the modifications of @johnspackman pull request https://github.com/bmc/javautil/pull/18 + updated ASM references in build.sbt fixes #10

ASM 3 can give runtime errors (ArrayIndexOutOfBoundsException) which I think is because I started using lambda functions in a class that was previously being read just fine. The effect was...

Hello, ich get and IncompatibleClassChangeError on the first line of following code. ``` ClassFinder finder = new ClassFinder(); ClassFilter filter = new AndClassFilter(new SubclassClassFilter(Tool.class)); Collection foundClasses = new ArrayList(); finder.findClasses(foundClasses,...

Getting a conflict between classutil (ASM 3.3) and pegdown (ASM 4.1).

ClassFinder does not examine jar file manifests. It should. (Version in Scala [ClassUtil](http://bmc.github.com/classutil/) library does support manifests.)

Bug

Needs to be reorganized, ideally with a lazy iterator.

Bug