744 Commits (df3f4b7641d39558465a17514bffce657f2a27da)

Autor SHA1 Nachricht Datum
  chibash e890cfeee3 cancels PR#391, which does not pass all the tests vor 2 Jahren
  chibash 682a497192 fixes a wrong indentation vor 2 Jahren
  chibash 9ba39378eb does refactoring vor 2 Jahren
  chibash eba64de014 fixes a bug in SignatureAttribute.renameClass(). vor 2 Jahren
  April Schleck fc299f8bc0
Remove redundant type check vor 2 Jahren
  Burak Şahin 018169818c Fix for NullPointerException on detach() vor 2 Jahren
  derklaro 1b8a927963
Only wrap the method name if the method doesn't come from the same decl class vor 2 Jahren
  derklaro 5d8868c03a
Lower requirement for an extra type in constructor to Java 7- vor 2 Jahren
  Timothy Hoffman aeee909ea7 Replace array copy loop with System.arraycopy vor 2 Jahren
  chibash b9a24bf129 updates javassist.Loader to exclude jdk.internal. vor 3 Jahren
  chibash 3112090a50 release 3.28.0-GA vor 3 Jahren
  michalkurka 64e15350cf Fix a race condition in CtClassType#getClassFile3 vor 3 Jahren
  chibash 5668291e06 fixes typos for #357 vor 3 Jahren
  eshizhan 5bccb19933 add unit tests for LocalVariableAttribute.variableNameByIndex and MethodParametersAttribute.parameterName vor 3 Jahren
  eshizhan 084c8e89b5 add functions for getting the parameter names of method vor 3 Jahren
  Søren Gjesse d2e757ee44 Check for extended frame type when updating StackTableOffset offset vor 3 Jahren
  chibash 1c4e31b967 fixes Issue #339 vor 3 Jahren
  chibash b70a41bf52 updates the version number vor 4 Jahren
  chibash da043b46bc fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328. vor 4 Jahren
  Bartosz Firyn 5e6b5b27de
Fix typo in TypeChecker vor 4 Jahren
  User a303209489 fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificationException vor 4 Jahren
  chibash a6b7f12c25 for release 3.27.0-GA vor 4 Jahren
  Pietro Braione a3005aaf4e Fixes to support the full syntax of possible signatures vor 4 Jahren
  Pietro Braione 8782603156 Fix renaming of classes in presence of generic signatures and nested vor 4 Jahren
  chibash 150709141c fixes a bug involuved in Pull Request #294 vor 4 Jahren
  chibash 559bc90de5 fixdes Issue #282 vor 4 Jahren
  cjw 4f8e274703 Support parsing 'byte[] a = new byte[]{};' vor 4 Jahren
  Dipta Das f3dd7be032
Fix instruction printer double constant vor 4 Jahren
  chibash 5a796e1c2e updates Readme.html vor 4 Jahren
  Carlos Sobrinho 7279bda227
Fix a bottleneck. If the jar entries is big, List.contains is O(n) and very slow! vor 4 Jahren
  ximsfei 22075222e7 fixes a bug of ClassFile#renameClass(), some imports could not be successfully renamed vor 4 Jahren
  chibash 855ca0050a adds CtClass#isKotlin() for PR #276 vor 4 Jahren
  chibash 9108650902 adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 vor 4 Jahren
  chibash f7ef31ce8b fixes Issue #271 vor 4 Jahren
  chibash cf1d22fa1f adds ClassFileWriter#addDynamicInfo vor 4 Jahren
  chibash 10a92c6aa9 fixes typos included in PR #272 (Issue #270) vor 4 Jahren
  Rich Bolen dd3612498a Address feedback from PR vor 4 Jahren
  Rich Bolen 45764f9465 Incorporate feedback from the PR vor 4 Jahren
  Rich Bolen 265b8fbea4 Incorporate feedback from the PR vor 4 Jahren
  Rich Bolen 699b301bad Incorporate feedback from the PR vor 4 Jahren
  Rich Bolen c08c21ebd2 Add support for the new Dynamic constant (17) created in java 11 vor 4 Jahren
  chibash 8f4788e090 fixed Issue #263 vor 4 Jahren
  Sam Ma d6d6b2e959 Fix #265 javassist.CannotCompileException: [source error] the called constructor is private vor 5 Jahren
  Uragami Taichi ed620780ca Fix typo vor 5 Jahren
  chibash 413126268c for release 3.25.0-GA vor 5 Jahren
  Chao Wang 7a91c46e96
Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain) for backward compatibility in minor release. vor 5 Jahren
  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 vor 5 Jahren
  chibash e3f70e8d1d adds javadoc comments for PR #250 vor 5 Jahren
  skybber f1e1268821 Control ctxClassLoader usage per thread vor 5 Jahren
  enigzhg f8ee3eb84e Fix Issue #246 via clean java doc. vor 5 Jahren