aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/CtBehavior.java
Commit message (Expand)AuthorAgeFilesLines
* renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...chiba2005-09-151-2/+3
* updated javadoc commentschiba2005-09-071-0/+1
* updated javadoc commentschiba2005-09-061-1/+17
* Array initializer supports and better annotation supports.chiba2005-08-251-0/+16
* Modified javadoc comments.chiba2005-08-171-0/+6
* fixed a bug of CtBehavior.insertAt (and a few other minor fixes)chiba2005-03-021-4/+3
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* implemented pruningchiba2004-08-191-1/+1
* fixed Bugs item #997458: addCatch("return;", ...) on CtConstructor causes Ver...chiba2004-07-271-1/+43
* If a newly created method does not have a throws clause, an emptychiba2004-02-151-1/+3
* local variables were made available in the source text passedchiba2004-01-111-4/+7
* updated the copyright notices.chiba2004-01-081-1/+1
* added the description of insertAt() in CtBehavior.chiba2003-12-311-29/+59
* CtBehavior#insertAt() and support methods have been implemented.chiba2003-12-311-0/+78
* implemented CtBehavior.setBody with $proceed.chiba2003-09-021-0/+22
* implemented toString().chiba2003-09-011-0/+7
* made to produce bytecode that HotSpot 1.3 can compile to bechiba2003-08-201-31/+76
* changed CtBehavior.setBody() so that setBody(null) produces a bodychiba2003-05-191-0/+2
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-387/+403
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-221-0/+582