31 Commits (6320bc4e14350af392b285b1b1ea312673625b21)

Author SHA1 Message Date
  chibash 6320bc4e14 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5 years ago
  chibash 9ca1a7539c adds test cases for NestHostAttribute and NestMembersAttribute. 5 years ago
  chibash c52b9c7100 modifies NestHostAttribute and NestMembersAttribute and adds test code 5 years ago
  chibash 40d3223b12 fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping with try/catch) 6 years ago
  chibash a64f57f489 adds Modifier#isVarArgs() 6 years ago
  nickl- d7e4f99372 Fix #152 inner class modifiers. 6 years ago
  nickl- 0165b2e18b Squash compiler warnings in tests. 6 years ago
  chibash dfd0733e1f modifies CtClass#setModifiers() to correctly support inner classes. 7 years ago
  chibash fb93ae8b8f improves the backward compatibility of LoaderClassPath. 7 years ago
  chibash 0e9ff9fd2b enables removal of attributes 7 years ago
  chibash f6992d66a0 allows adding a default method to an interface type. 7 years ago
  chibash 0ebd27d23e fixes calls to a deprecated method in Java 9. 7 years ago
  chibash 7ec83a2e3d fixes a bug of stackmap generation. The bug was reported here: https://github.com/jboss-javassist/javassist/issues/83 7 years ago
  chibash 89c91facc0 fixes a bug JIRA JASSIST-262 8 years ago
  chibash b110efa847 fixes JIRA JASSIST-250 8 years ago
  chibash d2d00601aa modifies the implementation of that invokes an interface default method 8 years ago
  chibash 949def744d fixes a bug of test5.JvstTest5.testInvalidCastWithDollar 8 years ago
  chibash 1a33243aac fixes JASSIST-256, adding an annotation to a class doesn't work on reflection 8 years ago
  chibash 4cf21faf54 fixes JASSIST-255 Primitive array return values cause invalid cast to Object 8 years ago
  chibash 5b0544a385 modifies a test case for JIRA JASSIST-248. 8 years ago
  chibash e44bf416bf fixes JIRA JASSIST-248. 8 years ago
  chibash 5bbbcdf552 adds a test case for JIRA JASSIST-248 8 years ago
  chibash 2705a49f8f added InnerClassAttribute#remove method 8 years ago
  chibash ecd733a236 fixed JIRA JASSIST-249 8 years ago
  chibash a4f46cd3a9 fixed JASSIST-242 9 years ago
  chibash efae59551e fixed a bug reported as JASSIST-246 9 years ago
  chibash e59339343a fixed JIRA JASSIST-241 9 years ago
  chibash ec3afdfb5d fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotations 9 years ago
  chibash f2093c28be fiexed JASSIST-238 9 years ago