41 コミット (158294371e39b24f003f15933bd74f2b26bbf3aa)

作成者 SHA1 メッセージ 日付
  wuwen 784a7c1ef9 fixes GitHub Issue 462 (Internal class issues in the Java 21) 8ヶ月前
  chibash 3528a20dd9 prohibits too many items from being added to a constant pool. 1年前
  chibash 4f35e4e1a8 prohibits too many items from being added to a constant pool 1年前
  chibash 150709141c fixes a bug involuved in Pull Request #294 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年前
  Sam Ma d6d6b2e959 Fix #265 javassist.CannotCompileException: [source error] the called constructor is private 4年前
  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 6ea8021f15 fixes the bug reported in Issue #241. 5年前
  chibash 52138ca440 enables switch-case with string constants 5年前
  chibash 6320bc4e14 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5年前
  chibash 9ca1a7539c adds test cases for NestHostAttribute and NestMembersAttribute. 5年前
  chibash c52b9c7100 modifies NestHostAttribute and NestMembersAttribute and adds test code 5年前
  chibash 40d3223b12 fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping with try/catch) 6年前
  chibash a64f57f489 adds Modifier#isVarArgs() 6年前
  nickl- d7e4f99372 Fix #152 inner class modifiers. 6年前
  nickl- 0165b2e18b Squash compiler warnings in tests. 6年前
  chibash dfd0733e1f modifies CtClass#setModifiers() to correctly support inner classes. 7年前
  chibash fb93ae8b8f improves the backward compatibility of LoaderClassPath. 7年前
  chibash 0e9ff9fd2b enables removal of attributes 7年前
  chibash f6992d66a0 allows adding a default method to an interface type. 7年前
  chibash 0ebd27d23e fixes calls to a deprecated method in Java 9. 7年前
  chibash 7ec83a2e3d fixes a bug of stackmap generation. The bug was reported here: https://github.com/jboss-javassist/javassist/issues/83 7年前
  chibash 89c91facc0 fixes a bug JIRA JASSIST-262 8年前
  chibash b110efa847 fixes JIRA JASSIST-250 8年前
  chibash d2d00601aa modifies the implementation of that invokes an interface default method 8年前
  chibash 949def744d fixes a bug of test5.JvstTest5.testInvalidCastWithDollar 8年前
  chibash 1a33243aac fixes JASSIST-256, adding an annotation to a class doesn't work on reflection 8年前
  chibash 4cf21faf54 fixes JASSIST-255 Primitive array return values cause invalid cast to Object 8年前
  chibash 5b0544a385 modifies a test case for JIRA JASSIST-248. 8年前
  chibash e44bf416bf fixes JIRA JASSIST-248. 8年前
  chibash 5bbbcdf552 adds a test case for JIRA JASSIST-248 8年前
  chibash 2705a49f8f added InnerClassAttribute#remove method 9年前
  chibash ecd733a236 fixed JIRA JASSIST-249 9年前
  chibash a4f46cd3a9 fixed JASSIST-242 9年前
  chibash efae59551e fixed a bug reported as JASSIST-246 9年前
  chibash e59339343a fixed JIRA JASSIST-241 9年前
  chibash ec3afdfb5d fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotations 9年前
  chibash f2093c28be fiexed JASSIST-238 9年前