aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.html
Commit message (Expand)AuthorAgeFilesLines
* changed the behavior of CtClass#getMethods(), getFields(), and getConstructor...chiba2005-11-041-0/+3
* added makeUniqueName() in CtClass.chiba2005-10-311-0/+2
* moved javassist.preproc package to sample/preproc directory.chiba2005-10-271-2/+2
* improved the performance of Bytecode and ConstPool. Added clone() to Bytecode.chiba2005-10-131-1/+2
* renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...chiba2005-09-151-0/+7
* updated javadoc commentschiba2005-09-071-1/+8
* minor updates for 3.1RC1chiba2005-08-291-1/+2
* Array initializer supports and better annotation supports.chiba2005-08-251-1/+5
* fixed a compilation problem of static final fields.chiba2005-08-171-1/+1
* HotSwap supportchiba2005-06-211-0/+29
* support non us-ascii identifiers (JIRA May20,2005)chiba2005-06-071-2/+2
* fixed a bug of CtBehavior.insertAt (and a few other minor fixes)chiba2005-03-021-1/+6
* fixed a bug in javadoc commentsrel_3_0chiba2005-01-181-1/+1
* fixed a few bugs.chiba2005-01-131-1/+2
* implemented removeMethod() etc.chiba2005-01-121-3/+5
* synchronized statement support.chiba2004-11-021-0/+6
* Expr.where() throws an exception if the expression is in a static initializer.chiba2004-10-161-1/+1
* javadoc comments have been modified.chiba2004-09-121-1/+1
* Now the compiler supports a switch statement.chiba2004-09-031-0/+1
* discarded the last changeschiba2004-08-301-1/+4
* javassist.expr.NewArray has been implemented.chiba2004-08-021-2/+5
* Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]...chiba2004-07-261-0/+6
* Bugs item #988787 has been fixed.chiba2004-07-191-1/+1
* Updated the tutorial to be more understandable.chiba2004-07-151-1/+2
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-101-1/+1
* Changed subclasses of javassist.expr.Expr so that $_ is always initialized.chiba2004-06-051-3/+5
* CtClass.makeNestedClass() has been added.chiba2004-05-131-8/+6
* modified the API to look good.chiba2004-04-211-0/+6
* modified the ClassPool framework.chiba2004-04-141-1/+6
* changed the stuff related to ClassPool.chiba2004-04-051-1/+8
* local variables were made available in the source text passedchiba2004-01-111-0/+2
* updated the copyright notices.chiba2004-01-081-4/+3
* CtBehavior#insertAt() and support methods have been implemented.chiba2003-12-311-0/+1
* fixed a compiler bug.chiba2003-12-261-7/+2
* Implemented several methods (e.g. CtClass#getURL) to support securitychiba2003-12-251-1/+8
* Fixed a bug of the token analyzer (double constant).chiba2003-12-201-1/+1
* added CtClass.main().chiba2003-10-061-1/+8
* fixed warnings reported by Eclipse.chiba2003-09-081-0/+1
* added javassist.bytecode.DeprecatedAttribute.chiba2003-09-051-0/+1
* updated documents.chiba2003-09-041-32/+46
* made ClassPool.SimpleLoader public.chiba2003-09-041-0/+3
* changed the version number to 2.7chiba2003-08-311-6/+4
* corrected to be able to compile an infinite loop.rel_2_6chiba2003-08-281-1/+2
* changed the behavior of CtClassType.setSuperclass().chiba2003-08-221-0/+2
* fixed a bug in the compiler, which could not compile a try statementchiba2003-08-171-2/+3
* updated some javadoc comments.chiba2003-08-041-0/+2
* added Expr#indexofBytecode.chiba2003-07-311-1/+2
* fixed typo in a javadoc comment.chiba2003-07-111-1/+1
* minor bugs have been fixed.chiba2003-07-081-3/+10
* added comments for 2.5.1rel_2_5_1patriot1burke2003-05-241-0/+7