Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
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
..
BoolTest.java fixed JIRA JASSIST-249 vor 9 Jahren
DefaultMethod.java fiexed JASSIST-238 vor 9 Jahren
DefineClassCapability.java changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, vor 5 Jahren
Entity.java fixes JASSIST-256, adding an annotation to a class doesn't work on reflection vor 8 Jahren
InnerClassRemove.java added InnerClassAttribute#remove method vor 9 Jahren
InnerModifier.java modifies CtClass#setModifiers() to correctly support inner classes. vor 7 Jahren
InnerModifier2.java Fix #152 inner class modifiers. vor 6 Jahren
InsertBeforeDollarR.java fixes the bug reported in Issue #241. vor 5 Jahren
InvalidCastDollar.java fixes JASSIST-255 Primitive array return values cause invalid cast to Object vor 8 Jahren
Issue155.java fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping with try/catch) vor 6 Jahren
JIRA241.java fixed JIRA JASSIST-241 vor 9 Jahren
JIRA242.java fixed JASSIST-242. VerifyError: Inconsistent args count operand in invokeinterface when boolean parameter function with inheritance vor 9 Jahren
JIRA246.java fixed a bug reported as JASSIST-246 vor 9 Jahren
JIRA248.java modifies a test case for JIRA JASSIST-248. vor 8 Jahren
JIRA250Super.java fixes JIRA JASSIST-250 vor 8 Jahren
JIRA250Super2.java fixes JIRA JASSIST-250 vor 8 Jahren
JavassistInvalidCastTest.java fixes a bug of test5.JvstTest5.testInvalidCastWithDollar vor 8 Jahren
NestHost.java adds test cases for NestHostAttribute and NestMembersAttribute. vor 5 Jahren
NestHost2.java adds test cases for NestHostAttribute and NestMembersAttribute. vor 5 Jahren
NestHost3.java 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
ProceedDefault.java modifies the implementation of that invokes an interface default method vor 8 Jahren
RemoveAnnotation.java enables removal of attributes vor 7 Jahren
StackmapWithArray83.java fixes a bug of stackmap generation. The bug was reported here: https://github.com/jboss-javassist/javassist/issues/83 vor 7 Jahren
SwitchCase.java adds src/test/test5/SwitchCase.java. It also adds the javadoc comments. vor 5 Jahren
TypeAnno.java fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotations vor 9 Jahren
TypeAnnoA.java fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotations vor 9 Jahren
VarArgsMethod.java adds Modifier#isVarArgs() vor 6 Jahren