2
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Aug 26, 2025 — Aug 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated version number More... almost 3 years ago
handle magic methods used by Java 17 Records More... almost 3 years ago
updated bcel More... almost 3 years ago
Invokation of private methods is allowed from inner classes in Java 11 More... over 4 years ago
fixed StringIndexOutOfBoundsException More... over 9 years ago
bugfix release 0.10 More... over 9 years ago
bug fix: explicitly skipping primitive types allows better distinction of unwanted type parameters and the desired object types More... over 9 years ago
Merge pull request #3 from nhnb/master More... over 9 years ago
explicitly set ubuntu distribution to enable openjdk8 support More... over 9 years ago
use java 8 More... over 9 years ago
A sample where methods required by the dependent sample-with-errors.jar are missing in the basic sample-with-errors-base.jar More... over 9 years ago
fixed sample build script -> rebuild More... over 9 years ago
compile with Java 8 More... over 9 years ago
Some lambda expressions we can use to test plugfy. More... over 9 years ago
log URL always, stack trace only for debugging More... over 9 years ago
recognition of functional interfaces works now as well if @FunctionalInterface annotation is not present (e.g. for guava < 21.0) More... over 9 years ago
update version number More... over 9 years ago
move to bcel-6.1-SNAPSHOT.jar to fix BCEL-284 bug "org.apache.bcel.classfile.ClassFormatException: Constant pool at index 0 is null" More... over 9 years ago
Added recognition of lambda expressions and a stub for testing them. So far, only the existence of a functional method with the given name can be checked; the argument and return types can not be determined with BCEL yet. More... over 9 years ago
extracted determination of class from ClassNotFoundException in a method for re-use More... over 9 years ago
fixed bug in findMethod() that prevented check of exact parameter types (only the number of parameters was checked) More... over 9 years ago
analyzed and commented return type check in findMethod() More... over 9 years ago
rewrote signature parser to fix problem with signatures like <UIVALUE:Ljava/lang/Object;MODELVALUE:Ljava/lang/Object;>Ljava/lang/Object; More... over 9 years ago
nicer result output More... over 9 years ago
suppress logs that will appear in the result list anyway More... over 9 years ago
log duration unit More... over 9 years ago
improved comment More... over 9 years ago
Found and analyzed the case where a ClassNotFoundException with the other message format was thrown --> clean up code More... over 9 years ago
Do not print stack trace in the case that a class can not be found and the origin is known. More... over 9 years ago
fixed extraction of class name from ClassNotFoundException thrown by BCELs MemorySensitiveClassPathRepository.loadClass(String className) More... over 9 years ago