aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test5
Commit message (Collapse)AuthorAgeFilesLines
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-081-0/+7
| | | | in other words, java.lang.invoke.MethodHandles.Lookup.
* adds test cases for NestHostAttribute and NestMembersAttribute.chibash2018-09-022-0/+22
|
* fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping ↵chibash2017-11-151-0/+22
| | | | with try/catch)
* adds Modifier#isVarArgs()chibash2017-11-151-0/+6
|
* Fix #152 inner class modifiers.nickl-2017-11-121-0/+13
| | | | | Applied fix for #152 "Wrong modifiers returned for nested classes" as suggested by @pietrobraione. Includes unit tests for all access modifiers and static.
* modifies CtClass#setModifiers() to correctly support inner classes.chibash2017-06-011-0/+6
|
* enables removal of attributeschibash2016-09-181-0/+20
|
* fixes a bug of stackmap generation. The bug was reported here: ↵chibash2016-07-301-0/+38
| | | | https://github.com/jboss-javassist/javassist/issues/83
* fixes JIRA JASSIST-250chibash2016-02-242-0/+22
|
* modifies the implementation of that invokes an interface default methodchibash2016-02-231-0/+13
|
* fixes a bug of test5.JvstTest5.testInvalidCastWithDollarchibash2016-02-231-0/+6
|
* fixes JASSIST-256, adding an annotation to a class doesn't work on reflectionchibash2016-02-121-0/+9
|
* fixes JASSIST-255 Primitive array return values cause invalid cast to Objectchibash2015-12-081-0/+11
|
* modifies a test case for JIRA JASSIST-248.chibash2015-09-251-1/+6
|
* fixes JIRA JASSIST-248.chibash2015-09-251-1/+6
| | | | | Javassist cannot compile super.m() if m is a default method declared in an interface.
* adds a test case for JIRA JASSIST-248chibash2015-09-251-0/+12
|
* added InnerClassAttribute#remove methodchibash2015-07-221-0/+8
|
* fixed JIRA JASSIST-249chibash2015-07-151-0/+15
|
* fixed JASSIST-242. VerifyError: Inconsistent args count operand in ↵chibash2015-05-281-0/+25
| | | | invokeinterface when boolean parameter function with inheritance
* fixed a bug reported as JASSIST-246chibash2015-05-251-0/+21
|
* fixed JIRA JASSIST-241chibash2015-01-251-0/+33
|
* fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotationschibash2015-01-062-0/+40
|
* fiexed JASSIST-238chibash2014-11-231-0/+19