163 Révisions (699b301badf2f6746d091df3094d99444fa3fdd8)

Auteur SHA1 Message Date
  Rich Bolen 699b301bad Incorporate feedback from the PR il y a 4 ans
  Rich Bolen c08c21ebd2 Add support for the new Dynamic constant (17) created in java 11 il y a 4 ans
  chibash 8f4788e090 fixed Issue #263 il y a 4 ans
  chibash 413126268c for release 3.25.0-GA il y a 5 ans
  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 il y a 5 ans
  shifujun c85bc4f090 add a new CodeConverter method:redirectMethodCallToStatic il y a 5 ans
  chibash 6ea8021f15 fixes the bug reported in Issue #241. il y a 5 ans
  chibash 576b141e43 adds src/test/test5/SwitchCase.java. It also adds the javadoc comments. il y a 5 ans
  michalkurka d64a1c8ab0 JAVASSIST-242: Demonstrates a race condition in DefineClassHelper il y a 5 ans
  chibash 52138ca440 enables switch-case with string constants il y a 5 ans
  chibash 9cfa81cce0 fixes another bug (supporting jdk.*) reported in #228 il y a 5 ans
  chibash a82e2d71bd fixes a bug reported in #228 il y a 5 ans
  chibash 6320bc4e14 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
  chibash 9ca1a7539c adds test cases for NestHostAttribute and NestMembersAttribute. il y a 5 ans
  chibash c52b9c7100 modifies NestHostAttribute and NestMembersAttribute and adds test code il y a 5 ans
  chibash a13f51b8d1 adds a comment for the fix to JIRA JASSIST-267 il y a 5 ans
  NingZhang-Ericsson fd1d535bb3 fixed JASSIST-267 il y a 5 ans
  chibash 040a9cfc26 fixes a minor bug in a test case. il y a 6 ans
  chibash 40d3223b12 fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping with try/catch) il y a 6 ans
  chibash bdc2b3784c adds Modifier#isVarArgs() il y a 6 ans
  chibash a64f57f489 adds Modifier#isVarArgs() il y a 6 ans
  Christian Melchior 620a8be65b Add missing unit test il y a 6 ans
  nickl- d7e4f99372 Fix #152 inner class modifiers. il y a 6 ans
  nickl- f4ce4aa16c Unit Test: CtField.make referencing 'this'. il y a 6 ans
  nickl- 53325f5637 Fixes to javassist.scopepool il y a 6 ans
  nickl- 7d3d65ec97 Some functional unit tests proofs. il y a 6 ans
  Christian Melchior 9fe7b3287d Cleanup il y a 6 ans
  Christian Melchior f4769c7ad7 Remove close method on ClassPath. Add unit tests for new behaviour. il y a 6 ans
  Christian Melchior 457934016f Update test README il y a 6 ans
  nickl- 0165b2e18b Squash compiler warnings in tests. il y a 6 ans
  nickl- 45b4c55361 Fix deperecated junit.framework.Assert. il y a 6 ans
  nickl- 7e1a34a570 Fix deperecated junit.framework.Assert. il y a 6 ans
  nickl- e091603310 Fix deperecated junit.framework.Assert. il y a 6 ans
  nickl- 0fd7647d3e Suppress deprecation ClassPool.makePackage il y a 6 ans
  nickl- cd3aa32530 Added default serialVersionUID. il y a 6 ans
  nickl- ce84f84a17 Upgrade junit from ver 3 to 4. il y a 6 ans
  nickl- 6a8f1acef3 Move runtests to build directory. il y a 6 ans
  chibash a4178f8362 removes JvstTest4#testJIRA150b because it is obsolete. il y a 6 ans
  chibash dfd0733e1f modifies CtClass#setModifiers() to correctly support inner classes. il y a 7 ans
  chibash ab117a9fe3 delete testHotswap() because java 9 does not seem to allow a java agent to be attached after the JVM starts il y a 7 ans
  chibash d5ea6843af adds javassist.util.HotSwapAgent il y a 7 ans
  chibash 25fdc6bafa adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist uses java.lang.invoke.MethodHandles.Lookup to load a class. il y a 7 ans
  chibash 45ce361742 modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with jigsaw il y a 7 ans
  chibash 6a3ed31976 updates the test code to run on Java 9 EA+149. il y a 7 ans
  chibash fb93ae8b8f improves the backward compatibility of LoaderClassPath. il y a 7 ans
  chibash 0e9ff9fd2b enables removal of attributes il y a 7 ans
  chibash f6992d66a0 allows adding a default method to an interface type. il y a 7 ans
  chibash 0ebd27d23e fixes calls to a deprecated method in Java 9. il y a 7 ans
  chibash 4ed22b0f7f modifies a test case. Now all the test cases run successfully with Java 9 EA. il y a 7 ans
  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 il y a 7 ans