updated version number
handle magic methods used by Java 17 Records
updated bcel
Invokation of private methods is allowed from inner classes in Java 11
Test
fixed StringIndexOutOfBoundsException
bugfix release 0.10
bug fix: explicitly skipping primitive types al...
Merge pull request #3 from nhnb/master
explicitly set ubuntu distribution to enable op...
use java 8
A sample where methods required by the dependen...
fixed sample build script -> rebuild
compile with Java 8
Some lambda expressions we can use to test plugfy.
log URL always, stack trace only for debugging
recognition of functional interfaces works now ...
update version number
move to bcel-6.1-SNAPSHOT.jar to fix BCEL-284 bug
Added recognition of lambda expressions and a s...
extracted determination of class from ClassNotF...
fixed bug in findMethod() that prevented check ...
analyzed and commented return type check in fin...
rewrote signature parser to fix problem with si...
nicer result output
suppress logs that will appear in the result li...
log duration unit
improved comment
Found and analyzed the case where a ClassNotFou...
Do not print stack trace in the case that a cla...
fixed extraction of class name from ClassNotFou...
use official bcel-6.0 release
bcel-5.2 does not work with Java 8 -> replaced ...
reverted sample .jar files to the old Java 7.0 ...
Built sample jars with Java 8, QA testcase #115...
cleanup up after fixing a small but annoying in...
fixing the fix
more normalization for paths, hopefully regaini...
fix for #107047, ClassVerifier now also handles...
updated jacoco to the current snapshot release:...
simplified equals
added codacy badge
removed condition which was always true
layout of badges in README.md
cleaned up copied code
Merge pull request #2 from nhnb/fix-warnings
removed unused fields
fixed header template
converted readme to markdown, added formating a...
fixed javadoc warning
Merge pull request #1 from his-eg/master_markus...
added travis configuration
added information about new version
files can either be found in classpath or via f...
move test to tests folder
update version number to 0.6 for release prepar...
additional handling for spring configuration at...
split instructions to ease debugging
increase version number as release preparation
add assertThat to unit test
code format
Fix verification of class files within director...
updated version due to new release