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
/
CtClass.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed minor problems in javadoc etc.
chibash
2015-08-12
1
-10
/
+10
*
append an new API of hasAnnotation(String annotClsName)
kuzukami.sh
2015-08-11
1
-0
/
+11
*
updated the tutorial and some javadoc comments
chibash
2015-02-04
1
-0
/
+5
*
updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.
chibash
2015-02-04
1
-1
/
+1
*
preparation for 3.19 release. fixed bugs in javadoc comments
chibash
2015-01-06
1
-12
/
+12
*
for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass.
chibash
2014-11-19
1
-1
/
+15
*
fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to its...
chibash
2014-11-18
1
-1
/
+22
*
fixed JASSIST-186
chiba
2013-04-12
1
-2
/
+2
*
for 3.17.1 release
chiba
2012-12-03
1
-1
/
+1
*
fixed JASSIST-177
chiba
2012-11-15
1
-1
/
+1
*
implemented JASSIST-170
chiba
2012-06-17
1
-0
/
+84
*
fixed JASSIST-126
chiba
2012-06-02
1
-1
/
+1
*
3.16.1-GA release
rel_3_16_1_ga
chiba
2012-03-05
1
-1
/
+1
*
fixed JASSIST-155
chiba
2012-02-15
1
-10
/
+28
*
added javassist.bytecode.analysis.ControlFlow
chiba
2011-11-11
1
-1
/
+1
*
release 3.15.0-GA
rel_3_15_0_ga
chiba
2011-07-08
1
-1
/
+1
*
added the Apache license.
chiba
2011-07-08
1
-4
/
+5
*
a minor bug fix
chiba
2011-06-21
1
-0
/
+12
*
for releasing 3.14.0.GA
rel_3_14_0_ga
chiba
2010-10-05
1
-1
/
+1
*
fixed JASSIST-128 and JASSIST-129
chiba
2010-09-14
1
-1
/
+1
*
fixed JASSIST-130
chiba
2010-09-12
1
-0
/
+2
*
fixed typos.
chiba
2010-07-22
1
-1
/
+1
*
fixed JASSIST-119
chiba
2010-07-08
1
-3
/
+34
*
preparation for 3.12.GA release
rel_3_12_0_ga
chiba
2010-04-15
1
-2
/
+2
*
preparation for GA release
chiba
2010-04-14
1
-1
/
+1
*
for 3.11 release
rel_3_11_0_ga
chiba
2009-07-02
1
-1
/
+1
*
fixed JASSIST-86
chiba
2009-07-02
1
-1
/
+1
*
fixed JASSIST-84
chiba
2009-06-26
1
-0
/
+26
*
for preparing 3.10 release
chiba
2009-03-01
1
-2
/
+2
*
implemented ClassPool.makeClassIfNew()
chiba
2008-09-11
1
-1
/
+1
*
added ClassPool.getCtClass() and fixed related bugs.
chiba
2008-07-04
1
-1
/
+1
*
fixed a performance bug caused by many calls to CtBehavior#setBody()
chiba
2008-07-03
1
-1
/
+16
*
for 3.8.0.GA release
rel_3_8_0_ga
chiba
2008-06-13
1
-1
/
+1
*
fixed JASSIST-47 and 60.
chiba
2008-05-01
1
-1
/
+17
*
preparation for 3.7.1 release
chiba
2008-03-09
1
-1
/
+1
*
for 3.7.0.GA release
chiba
2008-01-20
1
-2
/
+2
*
for JASSIST-37
chiba
2007-10-20
1
-0
/
+5
*
added Expr#getEnclosingClass()
chiba
2007-09-30
1
-1
/
+1
*
for 3.6.0 release
rel_3_6_ga
chiba
2007-09-13
1
-1
/
+1
*
for 3.6.0 release
chiba
2007-09-13
1
-1
/
+1
*
I will release 3.6.0.CR1
chiba
2007-07-27
1
-1
/
+1
*
made CtClass#freeze() public.
chiba
2007-07-12
1
-1
/
+8
*
for reducing memory footprint
chiba
2007-07-03
1
-0
/
+5
*
fixed a bug of CtClassType#removeMehtod() etc.
chiba
2007-06-18
1
-0
/
+3
*
updated pom.xml and a few javadoc comments.
chiba
2007-06-12
1
-1
/
+2
*
made automatic pruning off by default because I found that pruning does not r...
chiba
2007-06-08
1
-5
/
+13
*
updated the copyright notices.
chiba
2007-06-04
1
-1
/
+1
*
fixed a typo.
chiba
2007-05-05
1
-1
/
+1
*
Javassist has been producing an interface with a wrong modifier. I fixed this.
chiba
2007-05-05
1
-2
/
+2
*
updated the version name
chiba
2007-04-29
1
-1
/
+1
[next]