aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/javassist/JvstTest5.java
Commit message (Expand)AuthorAgeFilesLines
* initJames Bellenger2024-09-171-0/+24
* Minimal changes make IDEA 2023.2 work out-of-boxshifujun2023-12-121-3/+0
* Fix MemberResolver.lookupMethod bug when super class has more precise matchshifujun2023-12-081-2/+23
* fixes GitHub Issue 462 (Internal class issues in the Java 21)wuwen2023-11-031-0/+32
* prohibits too many items from being added to a constant pool.chibash2022-08-071-2/+7
* prohibits too many items from being added to a constant poolchibash2022-08-071-0/+14
* fixes a bug involuved in Pull Request #294chibash2019-12-241-0/+16
* fixes a bug of JvstTest5#testRedundantInsertAfter() for Issue #275chibash2019-09-231-1/+1
* adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275chibash2019-09-201-0/+12
* Fix #265 javassist.CannotCompileException: [source error] the called construc...Sam Ma2019-07-231-0/+27
* Fix #252 make instrumentation works on JDK11 for the inner class which has ac...Sam Ma2019-03-201-0/+21
* fixes the bug reported in Issue #241.chibash2019-01-281-0/+14
* enables switch-case with string constantschibash2018-12-101-0/+31
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-081-2/+2
* adds test cases for NestHostAttribute and NestMembersAttribute.chibash2018-09-021-0/+13
* modifies NestHostAttribute and NestMembersAttribute and adds test codechibash2018-09-021-0/+24
* fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping wi...chibash2017-11-151-0/+17
* adds Modifier#isVarArgs()chibash2017-11-151-0/+6
* Fix #152 inner class modifiers.nickl-2017-11-121-0/+46
* Squash compiler warnings in tests.nickl-2017-10-301-0/+1
* modifies CtClass#setModifiers() to correctly support inner classes.chibash2017-06-011-0/+55
* Merge branch 'test/java9-jigsaw'chibash2016-10-051-2/+9
|\
| * Merge branch 'master' into test/java9-jigsawtest/java9-jigsawchibash2016-09-291-0/+48
| |\ | |/ |/|
| * improves the backward compatibility of LoaderClassPath.rel_3_21_0-java9-ea2chibash2016-09-281-0/+7
| * fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-2/+2
* | enables removal of attributeschibash2016-09-181-0/+33
* | allows adding a default method to an interface type.chibash2016-09-181-0/+16
|/
* fixes a bug of stackmap generation. The bug was reported here: https://github...chibash2016-07-301-0/+15
* fixes a bug JIRA JASSIST-262chibash2016-04-271-0/+25
* fixes JIRA JASSIST-250chibash2016-02-241-0/+12
* modifies the implementation of that invokes an interface default methodchibash2016-02-231-0/+15
* fixes a bug of test5.JvstTest5.testInvalidCastWithDollarchibash2016-02-231-1/+1
* fixes JASSIST-256, adding an annotation to a class doesn't work on reflectionchibash2016-02-121-0/+26
* fixes JASSIST-255 Primitive array return values cause invalid cast to Objectchibash2015-12-081-0/+7
* modifies a test case for JIRA JASSIST-248.chibash2015-09-251-2/+2
* fixes JIRA JASSIST-248.chibash2015-09-251-2/+2
* adds a test case for JIRA JASSIST-248chibash2015-09-251-0/+10
* added InnerClassAttribute#remove methodchibash2015-07-221-0/+25
* fixed JIRA JASSIST-249chibash2015-07-151-0/+9
* fixed JASSIST-242chibash2015-05-281-0/+24
* fixed a bug reported as JASSIST-246chibash2015-05-251-0/+14
* fixed JIRA JASSIST-241chibash2015-01-251-0/+9
* fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotationschibash2015-01-061-0/+13
* fiexed JASSIST-238chibash2014-11-231-0/+34