161 Commits (8f4788e0907278cec2a094af179451824651a515)

Author SHA1 Message Date
  chibash 8f4788e090 fixed Issue #263 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
  nickl- 7e1a34a570 Fix deperecated junit.framework.Assert. 6 years ago
  nickl- e091603310 Fix deperecated junit.framework.Assert. 6 years ago
  nickl- 0fd7647d3e Suppress deprecation ClassPool.makePackage 6 years ago
  nickl- cd3aa32530 Added default serialVersionUID. 6 years ago
  nickl- ce84f84a17 Upgrade junit from ver 3 to 4. 6 years ago
  nickl- 6a8f1acef3 Move runtests to build directory. 6 years ago
  chibash a4178f8362 removes JvstTest4#testJIRA150b because it is obsolete. 6 years ago
  chibash dfd0733e1f modifies CtClass#setModifiers() to correctly support inner classes. 7 years ago
  chibash ab117a9fe3 delete testHotswap() because java 9 does not seem to allow a java agent to be attached after the JVM starts 7 years ago
  chibash d5ea6843af adds javassist.util.HotSwapAgent 7 years ago
  chibash 25fdc6bafa adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist uses java.lang.invoke.MethodHandles.Lookup to load a class. 7 years ago
  chibash 45ce361742 modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with jigsaw 7 years ago
  chibash 6a3ed31976 updates the test code to run on Java 9 EA+149. 7 years ago
  chibash fb93ae8b8f improves the backward compatibility of LoaderClassPath. 7 years ago
  chibash 0e9ff9fd2b enables removal of attributes 7 years ago
  chibash f6992d66a0 allows adding a default method to an interface type. 7 years ago
  chibash 0ebd27d23e fixes calls to a deprecated method in Java 9. 7 years ago
  chibash 4ed22b0f7f modifies a test case. Now all the test cases run successfully with Java 9 EA. 7 years ago
  chibash d5677e4a3a fixes a bug of ProxyFactory. It could not deal with default methods declared in an interface. https://github.com/jboss-javassist/javassist/issues/45 7 years ago
  chibash e1ae09e504 fixes a bug of ProxyFactory. It could not deal with default methods declared in an interface. 7 years ago
  chibash 7ec83a2e3d fixes a bug of stackmap generation. The bug was reported here: https://github.com/jboss-javassist/javassist/issues/83 7 years ago