770 コミット (a6b7f12c25faafbf13f62742d05e86b6ae903606)

作成者 SHA1 メッセージ 日付
  chibash a6b7f12c25 for release 3.27.0-GA 4年前
  chibash 150709141c fixes a bug involuved in Pull Request #294 4年前
  chibash 559bc90de5 fixdes Issue #282 4年前
  cjw 4f8e274703 Support parsing 'byte[] a = new byte[]{};' 4年前
  Dipta Das f3dd7be032
Fix instruction printer double constant 4年前
  chibash 5a796e1c2e updates Readme.html 4年前
  Carlos Sobrinho 7279bda227
Fix a bottleneck. If the jar entries is big, List.contains is O(n) and very slow! 4年前
  chibash 30627914d3 for release 3.26.0-GA 4年前
  chibash 855ca0050a adds CtClass#isKotlin() for PR #276 4年前
  chibash c78e17c67f fixes a bug of JvstTest5#testRedundantInsertAfter() for Issue #275 4年前
  chibash 9108650902 adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 4年前
  chibash f7ef31ce8b fixes Issue #271 4年前
  chibash cf1d22fa1f adds ClassFileWriter#addDynamicInfo 4年前
  chibash 10a92c6aa9 fixes typos included in PR #272 (Issue #270) 4年前
  Rich Bolen a90bc27e58 Remove unused file 4年前
  Rich Bolen dd3612498a Address feedback from PR 4年前
  Rich Bolen 45764f9465 Incorporate feedback from the PR 4年前
  Rich Bolen 265b8fbea4 Incorporate feedback from the PR 4年前
  Rich Bolen 699b301bad Incorporate feedback from the PR 4年前
  Rich Bolen c08c21ebd2 Add support for the new Dynamic constant (17) created in java 11 4年前
  chibash 8f4788e090 fixed Issue #263 4年前
  Sam Ma d6d6b2e959 Fix #265 javassist.CannotCompileException: [source error] the called constructor is private 4年前
  Uragami Taichi ed620780ca Fix typo 4年前
  chibash 413126268c for release 3.25.0-GA 5年前
  Chao Wang 7a91c46e96
Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain) for backward compatibility in minor release. 5年前
  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年前
  chibash e3f70e8d1d adds javadoc comments for PR #250 5年前
  skybber f1e1268821 Control ctxClassLoader usage per thread 5年前
  enigzhg f8ee3eb84e Fix Issue #246 via clean java doc. 5年前
  shifujun c85bc4f090 add a new CodeConverter method:redirectMethodCallToStatic 5年前
  chibash 6ea8021f15 fixes the bug reported in Issue #241. 5年前
  chibash 576b141e43 adds src/test/test5/SwitchCase.java. It also adds the javadoc comments. 5年前
  michalkurka 1b84304638 Proposed fixes in DefineClassHelper & DefinePackageHelper 5年前
  michalkurka d64a1c8ab0 JAVASSIST-242: Demonstrates a race condition in DefineClassHelper 5年前
  chibash 52138ca440 enables switch-case with string constants 5年前
  chibash 1a3d63712a updates for relase 3.24.1 5年前
  chibash 9cfa81cce0 fixes another bug (supporting jdk.*) reported in #228 5年前
  chibash a82e2d71bd fixes a bug reported in #228 5年前
  chibash fa3dd56b83 fixes bugs in javadoc comments 5年前
  chibash bcfdc34366 updates for release 3.24.0-GA 5年前
  chibash 106b44b0e0 fixes typos in javadocs. 5年前
  chibash f95d49749d avoids ConcurrentModificationException in 3.23.1-GA reported in Issue #224. 5年前
  chibash 17198176b9 stops a potential leak in JarClassPath openClassfile(). Issues #222. 5年前
  chibash c32e946317 adds a method taking Lookup to java.util.proxy. 5年前
  chibash 46069993ec adds Automatic-Module-Name to manifest 5年前
  chibash 69aee223df modifies javassist.util.proxy.DefinePackageHelper to be compatible to Java 11. 5年前
  chibash 6320bc4e14 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5年前
  chibash 0958148acb does refactoring for javassist.util.proxy. 5年前
  chibash e0439f8e04 changes the version number 5年前
  chibash 9ca1a7539c adds test cases for NestHostAttribute and NestMembersAttribute. 5年前