aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/CtBehavior.java
Commit message (Expand)AuthorAgeFilesLines
* fixed JASSIST-185chiba2013-04-141-2/+6
* fixed JASSIST-177chiba2012-11-251-18/+30
* fixed JASSIST-174chiba2012-10-041-0/+5
* implemented JASSIST-170chiba2012-06-171-6/+30
* fixed JASSIST-155chiba2012-02-151-2/+9
* fixed JASSIST-149chiba2012-02-011-0/+8
* added the Apache license.chiba2011-07-081-2/+3
* for JIRA JASSIST-95chiba2009-11-081-0/+4
* fixed JASSIST-84chiba2009-06-261-0/+41
* enabled inserting a gap into a large method more than 32KB (related to JIRA 7...chiba2009-06-261-7/+17
* for fixing JASSIST-70chiba2008-12-071-1/+1
* fixed a performance bug caused by many calls to CtBehavior#setBody()chiba2008-07-031-0/+2
* $type support by CtBehavior#insertBefore: JIRA JASSIST-62chiba2008-06-031-0/+1
* fixed JASSIST-47 and 60.chiba2008-05-011-0/+68
* fixed JIRA JASSIST-40chiba2008-01-041-1/+5
* changed CtMethod#copy() and updated related javadoc commentschiba2007-07-141-1/+1
* updated the copyright notices.chiba2007-06-041-1/+1
* fixed bugs related to stack map tables.chiba2007-06-021-11/+35
* modified so that CtBehavior#insertAfter() will not use JSR/RET anymore.chiba2007-05-251-49/+35
* supported generic type signatures.chiba2007-02-061-0/+9
* added CtBehavior.getLongName()chiba2006-11-231-0/+8
* a nested ClassMap.chiba2006-08-301-7/+4
* minor bug fixeschiba2006-08-291-4/+6
* reformatted.chiba2006-07-181-13/+25
* add getAvailableAnnotations() methods to CtClass, CtBehaviour and CtField. Th...kkhan2006-07-171-9/+52
* fixed JIRA JASSIST-19.chiba2006-05-291-1/+4
* fixed JIRA JASSIST-19.chiba2006-05-291-3/+3
* Add support for getParameterAnnotations() from the CtBehaviour.adrian2006-02-151-0/+17
* updated copyright noticeschiba2006-01-111-1/+1
* implemented getSignature() in javassist.expr.MethodCallchiba2005-11-121-2/+7
* updated javadoc comments.chiba2005-11-071-0/+8
* Implemented CtConstructor#toMethod().chiba2005-10-271-0/+39
* 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