34 次程式碼提交 (ab77824c6fadfc22274b4d1c8e65f5f0401b5b34)

作者 SHA1 備註 提交日期
  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 8 年之前
  chibash ecd733a236 fixed JIRA JASSIST-249 8 年之前
  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 年之前