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
*
updates javassist.Loader to exclude jdk.internal.
chibash
2021-05-14
1
-1
/
+1
*
release 3.28.0-GA
rel_3_28_0_ga
chibash
2021-05-08
1
-1
/
+1
*
updates the version number
chibash
2020-07-13
1
-1
/
+1
*
for release 3.27.0-GA
rel_3_27_0_ga
chibash
2020-03-19
1
-2
/
+2
*
adds CtClass#isKotlin() for PR #276
chibash
2019-09-23
1
-0
/
+8
*
fixes typos included in PR #272 (Issue #270)
chibash
2019-09-01
1
-1
/
+1
*
for release 3.25.0-GA
chibash
2019-04-16
1
-1
/
+1
*
adds javadoc comments for PR #250
chibash
2019-03-17
1
-2
/
+2
*
updates for relase 3.24.1
rel_3_24_1_ga
chibash
2018-12-09
1
-1
/
+1
*
updates for release 3.24.0-GA
chibash
2018-11-01
1
-1
/
+1
*
fixes typos in javadocs.
rel_3_24_0_rc
chibash
2018-10-05
1
-4
/
+4
*
adds a method taking Lookup to java.util.proxy.
chibash
2018-09-10
1
-2
/
+4
*
modifies javassist.util.proxy.DefinePackageHelper to be compatible to Java 11.
chibash
2018-09-08
1
-10
/
+21
*
changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,
chibash
2018-09-08
1
-4
/
+56
*
changes the version number
chibash
2018-09-05
1
-1
/
+1
*
updates for release 3.23.1
rel_3_23_1_ga
chibash
2018-07-02
1
-1
/
+1
*
updates for release 3.23.0-GA
rel_3_23_0_ga
chibash
2018-06-21
1
-2
/
+2
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
1
-17
/
+23
*
Added default serialVersionUID.
nickl-
2017-10-28
1
-0
/
+3
*
3.22.0-GA release
rel_3_22_0_ga
list
chibash
2017-10-10
1
-1
/
+1
*
modifies the version number
rel_3_22_0_cr2
chibash
2017-04-17
1
-2
/
+2
*
Merge branch 'test/java9-jigsaw'
chibash
2016-10-05
1
-1
/
+1
|
\
|
*
improves the backward compatibility of LoaderClassPath.
rel_3_21_0-java9-ea2
chibash
2016-09-28
1
-1
/
+1
|
*
updates pom.xml for building on Java 9.
chibash
2016-08-02
1
-1
/
+1
|
*
fixes calls to a deprecated method in Java 9.
rel_3_21_0-java9-ea
chibash
2016-08-02
1
-2
/
+2
*
|
updates files for release 3.21.0-GA
chibash
2016-10-03
1
-2
/
+2
|
/
*
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
[next]