184 Commits (784a7c1ef9996d166aedcd4aacd1fa12016dde7f)

Author SHA1 Message Date
  wuwen 784a7c1ef9 fixes GitHub Issue 462 (Internal class issues in the Java 21) 8 months ago
  chibash 3528a20dd9 prohibits too many items from being added to a constant pool. 1 year ago
  chibash 4f35e4e1a8 prohibits too many items from being added to a constant pool 1 year ago
  chibash c00688b472 uncomments test code suggested by PR405 2 years ago
  chibash b1c09a1476 fixs a compilation problem although one test still fails. 2 years ago
  chibash 82e478b285 changes test code because package java.rmi.activation.ActivationGroupDesc does not exist any longer. 2 years ago
  chibash 2b2ec51547 deletes src/test/test2/*.class 2 years ago
  eshizhan 5bccb19933 add unit tests for LocalVariableAttribute.variableNameByIndex and MethodParametersAttribute.parameterName 3 years ago
  Søren Gjesse d2e757ee44 Check for extended frame type when updating StackTableOffset offset 3 years ago
  chibash 1c4e31b967 fixes Issue #339 3 years ago
  chibash da043b46bc fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328. 3 years ago
  User a303209489 fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificationException 4 years ago
  Pietro Braione a3005aaf4e Fixes to support the full syntax of possible signatures 4 years ago
  chibash 150709141c fixes a bug involuved in Pull Request #294 4 years ago
  ximsfei 27999eefaf add unit test 4 years ago
  chibash c78e17c67f fixes a bug of JvstTest5#testRedundantInsertAfter() for Issue #275 4 years ago
  chibash 9108650902 adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 4 years ago
  Rich Bolen a90bc27e58 Remove unused file 4 years ago
  Rich Bolen 699b301bad Incorporate feedback from the PR 4 years ago
  Rich Bolen c08c21ebd2 Add support for the new Dynamic constant (17) created in java 11 4 years ago
  chibash 8f4788e090 fixed Issue #263 4 years ago
  Sam Ma d6d6b2e959 Fix #265 javassist.CannotCompileException: [source error] the called constructor is private 4 years ago
  chibash 413126268c for release 3.25.0-GA 5 years ago
  Sam Ma e71398c6fc Fix #252 make instrumentation works on JDK11 for the inner class which has access to the private constructor of the host class 5 years ago
  shifujun c85bc4f090 add a new CodeConverter method:redirectMethodCallToStatic 5 years ago
  chibash 6ea8021f15 fixes the bug reported in Issue #241. 5 years ago
  chibash 576b141e43 adds src/test/test5/SwitchCase.java. It also adds the javadoc comments. 5 years ago
  michalkurka d64a1c8ab0 JAVASSIST-242: Demonstrates a race condition in DefineClassHelper 5 years ago
  chibash 52138ca440 enables switch-case with string constants 5 years ago
  chibash 9cfa81cce0 fixes another bug (supporting jdk.*) reported in #228 5 years ago
  chibash a82e2d71bd fixes a bug reported in #228 5 years ago
  chibash 6320bc4e14 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5 years ago
  chibash 9ca1a7539c adds test cases for NestHostAttribute and NestMembersAttribute. 5 years ago
  chibash c52b9c7100 modifies NestHostAttribute and NestMembersAttribute and adds test code 5 years ago
  chibash a13f51b8d1 adds a comment for the fix to JIRA JASSIST-267 5 years ago
  NingZhang-Ericsson fd1d535bb3 fixed JASSIST-267 6 years ago
  chibash 040a9cfc26 fixes a minor bug in a test case. 6 years ago
  chibash 40d3223b12 fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping with try/catch) 6 years ago
  chibash bdc2b3784c adds Modifier#isVarArgs() 6 years ago
  chibash a64f57f489 adds Modifier#isVarArgs() 6 years ago
  Christian Melchior 620a8be65b Add missing unit test 6 years ago
  nickl- d7e4f99372 Fix #152 inner class modifiers. 6 years ago
  nickl- f4ce4aa16c Unit Test: CtField.make referencing 'this'. 6 years ago
  nickl- 53325f5637 Fixes to javassist.scopepool 6 years ago
  nickl- 7d3d65ec97 Some functional unit tests proofs. 6 years ago
  Christian Melchior 9fe7b3287d Cleanup 6 years ago
  Christian Melchior f4769c7ad7 Remove close method on ClassPath. Add unit tests for new behaviour. 6 years ago
  Christian Melchior 457934016f Update test README 6 years ago
  nickl- 0165b2e18b Squash compiler warnings in tests. 6 years ago
  nickl- 45b4c55361 Fix deperecated junit.framework.Assert. 6 years ago