aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #492 from kuznet1/masterShigeru Chiba2024-10-041-0/+18
|\
| * Add test for 16th line & fixakuznetsov2024-09-281-0/+18
* | initJames Bellenger2024-09-171-0/+24
|/
* updates testJIRA150 since it sometimes failschibash2024-05-031-1/+1
* Merge pull request #484 from kuznet1/masterShigeru Chiba2024-05-032-2/+95
|\
| * line numbers for undefined ids & moreakuznetsov2023-12-292-2/+16
| * fix line numbers in blocks & refactor testakuznetsov2023-11-022-60/+79
| * save line number count though all methods/ctorsakuznetsov2023-10-041-0/+25
| * add line numbers and testakuznetsov2023-10-041-0/+35
* | support bootstrap method coping when using code copingLiuChuliang 刘楚梁2024-01-183-8/+59
* | Minimal changes make IDEA 2023.2 work out-of-boxshifujun2023-12-128-25/+0
* | Fix MemberResolver.lookupMethod bug when super class has more precise matchshifujun2023-12-082-2/+61
* | fixes GitHub Issue 462 (Internal class issues in the Java 21)wuwen2023-11-033-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
* uncomments test code suggested by PR405chibash2022-05-131-1/+1
* fixs a compilation problem although one test still fails.chibash2022-05-122-11/+11
* Merge branch 'master' into masterShigeru Chiba2022-05-1160-11/+995
|\
| * Merge pull request #278 from ximsfei/masterShigeru Chiba2022-05-101-4/+8
| |\
| | * add unit testximsfei2019-10-171-4/+8
| * | changes test code because package java.rmi.activation.ActivationGroupDesc doe...chibash2022-05-103-7/+27
| * | deletes src/test/test2/*.classchibash2022-05-1051-0/+0
| * | Merge pull request #306 from nschaefe/masterShigeru Chiba2021-04-263-0/+783
| |\ \
| | * | fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificatio...User2020-03-243-0/+783
| * | | Merge pull request #351 from sgjesse/issue-350Shigeru Chiba2021-04-261-0/+77
| |\ \ \
| | * | | Check for extended frame type when updating StackTableOffset offsetSøren Gjesse2020-12-141-0/+77
| * | | | add unit tests for LocalVariableAttribute.variableNameByIndex and MethodParam...eshizhan2021-01-292-0/+7
| |/ / /
| * | | fixes Issue #339chibash2020-10-161-0/+75
| * | | fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328.chibash2020-07-131-0/+18
| |/ /
* / / Fixes to support the full syntax of possible signaturesPietro Braione2020-01-221-0/+84
|/ /
* / 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-202-0/+47
* Merge pull request #267 from sam-ma/masterShigeru Chiba2019-09-022-0/+53
|\
| * Fix #265 javassist.CannotCompileException: [source error] the called construc...Sam Ma2019-07-232-0/+53
* | fixed Issue #263chibash2019-07-273-3/+20
|/
* for release 3.25.0-GAchibash2019-04-161-1/+2
* Fix #252 make instrumentation works on JDK11 for the inner class which has ac...Sam Ma2019-03-202-0/+40
* add a new CodeConverter method:redirectMethodCallToStaticshifujun2019-02-012-0/+36
* fixes the bug reported in Issue #241.chibash2019-01-282-0/+28
* adds src/test/test5/SwitchCase.java. It also adds the javadoc comments.chibash2019-01-271-0/+5
* JAVASSIST-242: Demonstrates a race condition in DefineClassHelpermichalkurka2019-01-251-0/+75
* enables switch-case with string constantschibash2018-12-101-0/+31
* fixes another bug (supporting jdk.*) reported in #228chibash2018-12-061-0/+12
* fixes a bug reported in #228chibash2018-12-051-0/+12
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-0819-414/+197
* adds test cases for NestHostAttribute and NestMembersAttribute.chibash2018-09-023-0/+35
* modifies NestHostAttribute and NestMembersAttribute and adds test codechibash2018-09-021-0/+24
* adds a comment for the fix to JIRA JASSIST-267chibash2018-09-021-0/+31
* fixed JASSIST-267NingZhang-Ericsson2018-07-131-2/+47