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
/
CtClassType.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
init
James Bellenger
2024-09-17
1
-3
/
+6
*
Fix insertAuxInitializer may cause inconsistent stack height problem
shifujun
2023-12-11
1
-2
/
+1
*
Replace StringBuffer with StringBuilder and other minor String optimizations
Timothy Hoffman
2021-07-16
1
-3
/
+3
*
Fix a race condition in CtClassType#getClassFile3
michalkurka
2021-03-17
1
-6
/
+19
*
avoids ConcurrentModificationException in 3.23.1-GA reported in Issue #224.
chibash
2018-10-05
1
-2
/
+2
*
Fix #152 inner class modifiers.
nickl-
2017-11-12
1
-3
/
+13
*
Organize imports to disolve ambiguity.
nickl-
2017-10-30
1
-5
/
+5
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
1
-153
/
+187
*
modifies CtClass#setModifiers() to correctly support inner classes.
chibash
2017-06-01
1
-8
/
+37
*
allows adding a default method to an interface type.
chibash
2016-09-18
1
-3
/
+4
*
fixes a deadlock in getDeclaredMethods (Issue #69)
chibash
2016-02-12
1
-11
/
+27
*
fixed minor problems in javadoc etc.
chibash
2015-08-12
1
-7
/
+8
*
append an new API of hasAnnotation(String annotClsName)
kuzukami.sh
2015-08-11
1
-12
/
+22
*
Generic is not supported by JDK under 1.5 version.
KyongSik-Yoon
2015-07-31
1
-3
/
+3
*
updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.
chibash
2015-02-04
1
-0
/
+6
*
changed the source so that javac 1.6 can compile it
chibash
2014-11-21
1
-5
/
+3
*
fixed JASSIST-237
chibash
2014-11-21
1
-1
/
+14
*
for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass.
chibash
2014-11-19
1
-0
/
+14
*
fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to its...
chibash
2014-11-18
1
-5
/
+13
*
implemented JASSIST-170
chiba
2012-06-17
1
-0
/
+13
*
fixed JASSIST-155
chiba
2012-02-15
1
-0
/
+13
*
added the Apache license.
chiba
2011-07-08
1
-2
/
+3
*
fixed JASSIST-121
chiba
2010-10-05
1
-11
/
+8
*
fixed JASSIST-119
chiba
2010-07-08
1
-15
/
+28
*
fixed JASSIST-84
chiba
2009-06-26
1
-0
/
+77
*
improved the runtime check by CtClass.addMethod()
chiba
2009-04-10
1
-2
/
+10
*
fixed a performance bug caused by many calls to CtBehavior#setBody()
chiba
2008-07-03
1
-7
/
+9
*
for JASSIST-37
chiba
2007-10-20
1
-0
/
+1
*
made CtClass#freeze() public.
chiba
2007-07-12
1
-1
/
+1
*
for reducing memory footprint
chiba
2007-07-03
1
-45
/
+31
*
edited for fixing memory leak
chiba
2007-06-26
1
-2
/
+2
*
a small bug fix
chiba
2007-06-08
1
-1
/
+0
*
made automatic pruning off by default because I found that pruning does not r...
chiba
2007-06-08
1
-210
/
+293
*
updated the copyright notices.
chiba
2007-06-04
1
-1
/
+1
*
fixed bugs related to stack map tables.
chiba
2007-06-02
1
-0
/
+8
*
Javassist has been producing an interface with a wrong modifier. I fixed this.
chiba
2007-05-05
1
-2
/
+1
*
fixed JIRA JASSIST-25
chiba
2006-08-06
1
-3
/
+9
*
reformatted.
chiba
2006-07-18
1
-23
/
+26
*
add getAvailableAnnotations() methods to CtClass, CtBehaviour and CtField. Th...
kkhan
2006-07-17
1
-24
/
+78
*
Add methods to determine if a CtClass is an annotation or an enum
kkhan
2006-06-08
1
-0
/
+8
*
fixed JIRA JASSIST-19.
chiba
2006-05-29
1
-2
/
+2
*
Allow a ClassPool to override the "guess" at the classloader to use.
adrian
2006-03-15
1
-1
/
+1
*
fixed a minor problem of CtClassType
chiba
2006-03-08
1
-6
/
+17
*
added getNestedClasses() in CtClass.
chiba
2006-02-27
1
-0
/
+26
*
replaced individual calls to Thread.currentThread().getContextClassLoader() w...
chiba
2006-02-17
1
-2
/
+3
*
reformatting.
chiba
2006-02-16
1
-1
/
+4
*
Fix NPE when there are no parameter annotations.
adrian
2006-02-15
1
-1
/
+3
*
Add support for getParameterAnnotations() from the CtBehaviour.
adrian
2006-02-15
1
-0
/
+42
*
fixed a bug in getModifiers() in CtClass.
chiba
2006-01-19
1
-1
/
+9
*
updated copyright notices
chiba
2006-01-11
1
-1
/
+1
[next]