index
:
javassist.git
3.18
3.20
3.22-old-style-source
3.23
gh-pages
master
test/java9-jigsaw
test/switch-case
Java bytecode engineering toolkit: https://github.com/jboss-javassist/javassist
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
javassist
/
CtBehavior.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace StringBuffer with StringBuilder and other minor String optimizations
Timothy Hoffman
2021-07-16
1
-1
/
+1
*
adds CtClass#isKotlin() for PR #276
chibash
2019-09-23
1
-0
/
+5
*
adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275
chibash
2019-09-20
1
-13
/
+69
*
fixes the bug reported in Issue #241.
chibash
2019-01-28
1
-1
/
+1
*
Organize imports to disolve ambiguity.
nickl-
2017-10-30
1
-2
/
+20
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
1
-6
/
+20
*
fixed minor problems in javadoc etc.
chibash
2015-08-12
1
-5
/
+5
*
append an new API of hasAnnotation(String annotClsName)
kuzukami.sh
2015-08-11
1
-2
/
+2
*
fixed JIRA JASSIST-241
chibash
2015-01-25
1
-2
/
+8
*
fixed JASSIST-185
chiba
2013-04-14
1
-2
/
+6
*
fixed JASSIST-177
chiba
2012-11-25
1
-18
/
+30
*
fixed JASSIST-174
chiba
2012-10-04
1
-0
/
+5
*
implemented JASSIST-170
chiba
2012-06-17
1
-6
/
+30
*
fixed JASSIST-155
chiba
2012-02-15
1
-2
/
+9
*
fixed JASSIST-149
chiba
2012-02-01
1
-0
/
+8
*
added the Apache license.
chiba
2011-07-08
1
-2
/
+3
*
for JIRA JASSIST-95
chiba
2009-11-08
1
-0
/
+4
*
fixed JASSIST-84
chiba
2009-06-26
1
-0
/
+41
*
enabled inserting a gap into a large method more than 32KB (related to JIRA 7...
chiba
2009-06-26
1
-7
/
+17
*
for fixing JASSIST-70
chiba
2008-12-07
1
-1
/
+1
*
fixed a performance bug caused by many calls to CtBehavior#setBody()
chiba
2008-07-03
1
-0
/
+2
*
$type support by CtBehavior#insertBefore: JIRA JASSIST-62
chiba
2008-06-03
1
-0
/
+1
*
fixed JASSIST-47 and 60.
chiba
2008-05-01
1
-0
/
+68
*
fixed JIRA JASSIST-40
chiba
2008-01-04
1
-1
/
+5
*
changed CtMethod#copy() and updated related javadoc comments
chiba
2007-07-14
1
-1
/
+1
*
updated the copyright notices.
chiba
2007-06-04
1
-1
/
+1
*
fixed bugs related to stack map tables.
chiba
2007-06-02
1
-11
/
+35
*
modified so that CtBehavior#insertAfter() will not use JSR/RET anymore.
chiba
2007-05-25
1
-49
/
+35
*
supported generic type signatures.
chiba
2007-02-06
1
-0
/
+9
*
added CtBehavior.getLongName()
chiba
2006-11-23
1
-0
/
+8
*
a nested ClassMap.
chiba
2006-08-30
1
-7
/
+4
*
minor bug fixes
chiba
2006-08-29
1
-4
/
+6
*
reformatted.
chiba
2006-07-18
1
-13
/
+25
*
add getAvailableAnnotations() methods to CtClass, CtBehaviour and CtField. Th...
kkhan
2006-07-17
1
-9
/
+52
*
fixed JIRA JASSIST-19.
chiba
2006-05-29
1
-1
/
+4
*
fixed JIRA JASSIST-19.
chiba
2006-05-29
1
-3
/
+3
*
Add support for getParameterAnnotations() from the CtBehaviour.
adrian
2006-02-15
1
-0
/
+17
*
updated copyright notices
chiba
2006-01-11
1
-1
/
+1
*
implemented getSignature() in javassist.expr.MethodCall
chiba
2005-11-12
1
-2
/
+7
*
updated javadoc comments.
chiba
2005-11-07
1
-0
/
+8
*
Implemented CtConstructor#toMethod().
chiba
2005-10-27
1
-0
/
+39
*
renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...
chiba
2005-09-15
1
-2
/
+3
*
updated javadoc comments
chiba
2005-09-07
1
-0
/
+1
*
updated javadoc comments
chiba
2005-09-06
1
-1
/
+17
*
Array initializer supports and better annotation supports.
chiba
2005-08-25
1
-0
/
+16
*
Modified javadoc comments.
chiba
2005-08-17
1
-0
/
+6
*
fixed a bug of CtBehavior.insertAt (and a few other minor fixes)
chiba
2005-03-02
1
-4
/
+3
*
Change the year in the copyright notices from 2004 to 2005.
chiba
2005-01-18
1
-1
/
+1
*
implemented pruning
chiba
2004-08-19
1
-1
/
+1
*
fixed Bugs item #997458: addCatch("return;", ...) on CtConstructor causes Ver...
chiba
2004-07-27
1
-1
/
+43
[next]