aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/CtBehavior.java
Commit message (Expand)AuthorAgeFilesLines
* Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-161-1/+1
* adds CtClass#isKotlin() for PR #276chibash2019-09-231-0/+5
* adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275chibash2019-09-201-13/+69
* fixes the bug reported in Issue #241.chibash2019-01-281-1/+1
* Organize imports to disolve ambiguity.nickl-2017-10-301-2/+20
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-6/+20
* fixed minor problems in javadoc etc.chibash2015-08-121-5/+5
* append an new API of hasAnnotation(String annotClsName)kuzukami.sh2015-08-111-2/+2
* fixed JIRA JASSIST-241chibash2015-01-251-2/+8
* 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