Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, | chibash | 2018-09-08 | 1 | -0/+7 |
| | | | | in other words, java.lang.invoke.MethodHandles.Lookup. | ||||
* | adds test cases for NestHostAttribute and NestMembersAttribute. | chibash | 2018-09-02 | 2 | -0/+22 |
| | |||||
* | fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping ↵ | chibash | 2017-11-15 | 1 | -0/+22 |
| | | | | with try/catch) | ||||
* | adds Modifier#isVarArgs() | chibash | 2017-11-15 | 1 | -0/+6 |
| | |||||
* | Fix #152 inner class modifiers. | nickl- | 2017-11-12 | 1 | -0/+13 |
| | | | | | Applied fix for #152 "Wrong modifiers returned for nested classes" as suggested by @pietrobraione. Includes unit tests for all access modifiers and static. | ||||
* | modifies CtClass#setModifiers() to correctly support inner classes. | chibash | 2017-06-01 | 1 | -0/+6 |
| | |||||
* | enables removal of attributes | chibash | 2016-09-18 | 1 | -0/+20 |
| | |||||
* | fixes a bug of stackmap generation. The bug was reported here: ↵ | chibash | 2016-07-30 | 1 | -0/+38 |
| | | | | https://github.com/jboss-javassist/javassist/issues/83 | ||||
* | fixes JIRA JASSIST-250 | chibash | 2016-02-24 | 2 | -0/+22 |
| | |||||
* | modifies the implementation of that invokes an interface default method | chibash | 2016-02-23 | 1 | -0/+13 |
| | |||||
* | fixes a bug of test5.JvstTest5.testInvalidCastWithDollar | chibash | 2016-02-23 | 1 | -0/+6 |
| | |||||
* | fixes JASSIST-256, adding an annotation to a class doesn't work on reflection | chibash | 2016-02-12 | 1 | -0/+9 |
| | |||||
* | fixes JASSIST-255 Primitive array return values cause invalid cast to Object | chibash | 2015-12-08 | 1 | -0/+11 |
| | |||||
* | modifies a test case for JIRA JASSIST-248. | chibash | 2015-09-25 | 1 | -1/+6 |
| | |||||
* | fixes JIRA JASSIST-248. | chibash | 2015-09-25 | 1 | -1/+6 |
| | | | | | Javassist cannot compile super.m() if m is a default method declared in an interface. | ||||
* | adds a test case for JIRA JASSIST-248 | chibash | 2015-09-25 | 1 | -0/+12 |
| | |||||
* | added InnerClassAttribute#remove method | chibash | 2015-07-22 | 1 | -0/+8 |
| | |||||
* | fixed JIRA JASSIST-249 | chibash | 2015-07-15 | 1 | -0/+15 |
| | |||||
* | fixed JASSIST-242. VerifyError: Inconsistent args count operand in ↵ | chibash | 2015-05-28 | 1 | -0/+25 |
| | | | | invokeinterface when boolean parameter function with inheritance | ||||
* | fixed a bug reported as JASSIST-246 | chibash | 2015-05-25 | 1 | -0/+21 |
| | |||||
* | fixed JIRA JASSIST-241 | chibash | 2015-01-25 | 1 | -0/+33 |
| | |||||
* | fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotations | chibash | 2015-01-06 | 2 | -0/+40 |
| | |||||
* | fiexed JASSIST-238 | chibash | 2014-11-23 | 1 | -0/+19 |