You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chiba 50da9b9f3b fixed a performance bug caused by many calls to CtBehavior#setBody() 16 years ago
..
bytecode Descriptor.toCtClass should never be used on a classinfo, unless it is an array 16 years ago
compiler $type support by CtBehavior#insertBefore: JIRA JASSIST-62 16 years ago
convert Fix small naming bug (classinfo expects a jvm name) 16 years ago
expr fixed JASSIST-51 16 years ago
runtime fixed JASSIST-45 (better exception message) 16 years ago
scopedpool updated the copyright notices. 17 years ago
tools Fix subtypeOf in CtArray 16 years ago
util Use privileged block for clazz.getDeclaredMethods() 16 years ago
ByteArrayClassPath.java updated the copyright notices. 17 years ago
CannotCompileException.java updated the copyright notices. 17 years ago
ClassClassPath.java updated the copyright notices. 17 years ago
ClassMap.java fixed JASSIST-57 16 years ago
ClassPath.java updated the copyright notices. 17 years ago
ClassPool.java supported the class path wildcards. 16 years ago
ClassPoolTail.java added the javassist.JarDirClassPath class. 16 years ago
CodeConverter.java Fix subtypeOf in CtArray 16 years ago
CtArray.java Fix subtypeOf in CtArray 16 years ago
CtBehavior.java fixed a performance bug caused by many calls to CtBehavior#setBody() 16 years ago
CtClass.java fixed a performance bug caused by many calls to CtBehavior#setBody() 16 years ago
CtClassType.java fixed a performance bug caused by many calls to CtBehavior#setBody() 16 years ago
CtConstructor.java changed CtMethod#copy() and updated related javadoc comments 17 years ago
CtField.java for JASSIST-37 (again) 16 years ago
CtMember.java removed an unnecessary throws. 17 years ago
CtMethod.java changed CtMethod#copy() and updated related javadoc comments 17 years ago
CtNewClass.java fixed a bug of ClassPool#makeInterface() 17 years ago
CtNewConstructor.java updated the copyright notices. 17 years ago
CtNewMethod.java updated the copyright notices. 17 years ago
CtNewNestedClass.java updated the copyright notices. 17 years ago
CtNewWrappedConstructor.java updated the copyright notices. 17 years ago
CtNewWrappedMethod.java made automatic pruning off by default because I found that pruning does not really save memory (only 20%). I changed Javassist to compress a class file on memory after toBytecode(). 17 years ago
CtPrimitiveType.java updated the copyright notices. 17 years ago
Loader.java updated the copyright notices. 17 years ago
LoaderClassPath.java updated the copyright notices. 17 years ago
Modifier.java updated the copyright notices. 17 years ago
NotFoundException.java updated the copyright notices. 17 years ago
SerialVersionUID.java updated the copyright notices. 17 years ago
Translator.java updated the copyright notices. 17 years ago
URLClassPath.java updated the copyright notices. 17 years ago
package.html If a newly created method does not have a throws clause, an empty 20 years ago