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
*
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
*
added some methods to javassist.Bytecode and Descriptor.
chiba
2005-11-22
1
-2
/
+3
*
changed the behavior of CtClass#getMethods(), getFields(), and getConstructor...
chiba
2005-11-04
1
-6
/
+8
*
updated CtMember.append() for better performance.
chiba
2005-11-04
1
-9
/
+25
*
added makeUniqueName() in CtClass.
chiba
2005-10-31
1
-0
/
+68
*
renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...
chiba
2005-09-15
1
-11
/
+19
*
improved a message for RuntimeExceptions.
chiba
2005-09-04
1
-1
/
+10
*
Array initializer supports and better annotation supports.
chiba
2005-08-25
1
-0
/
+45
*
fixed a compilation problem of static final fields.
chiba
2005-08-17
1
-0
/
+15
*
Turning the automatic pruning on by default.
chiba
2005-06-16
1
-12
/
+20
*
reformatted the files and added javadoc comments.
chiba
2005-06-11
1
-6
/
+6
*
Fix pruning so that exceptions and annotation attributes are not ditched.
bill
2005-06-09
1
-13
/
+22
*
Change the year in the copyright notices from 2004 to 2005.
chiba
2005-01-18
1
-1
/
+1
*
fixed a few bugs.
chiba
2005-01-13
1
-2
/
+24
*
implemented removeMethod() etc.
chiba
2005-01-12
1
-43
/
+85
*
reformatted the files edited by Bill.
chiba
2004-09-28
1
-1212
/
+1044
*
* additional methods to AnnotationsAttribute to support adding
patriot1burke
2004-09-14
1
-1049
/
+1229
*
fixed a bug in CtClass.getMethods() and javassist.reflect package
chiba
2004-08-22
1
-1
/
+1
*
implemented pruning
chiba
2004-08-19
1
-4
/
+65
*
modified CtClass#toString()
chiba
2004-08-03
1
-2
/
+32
*
Bugs item #988787 has been fixed.
chiba
2004-07-19
1
-2
/
+6
*
CtClass.makeNestedClass() has been added.
chiba
2004-05-13
1
-0
/
+21
*
Now, the compiler accepts a method that calls a private method
chiba
2004-05-04
1
-0
/
+11
*
added CtClass#getDeclaringClass()
chiba
2004-05-03
1
-0
/
+16
*
added detach() in CtClass, which is necessary so that some people who
chiba
2004-04-27
1
-1
/
+1
*
performance tuning.
chiba
2004-04-19
1
-0
/
+2
*
edited for improving runtime performance.
chiba
2004-04-18
1
-7
/
+13
*
modified the ClassPool framework.
chiba
2004-04-14
1
-14
/
+18
*
changed the stuff related to ClassPool.
chiba
2004-04-05
1
-4
/
+4
*
updated the copyright notices.
chiba
2004-01-08
1
-1
/
+1
*
Implemented several methods (e.g. CtClass#getURL) to support security
chiba
2003-12-25
1
-0
/
+9
*
Fixed a bug of the token analyzer (double constant).
chiba
2003-12-20
1
-16
/
+27
*
changed the behavior of CtClassType.setSuperclass().
chiba
2003-10-14
1
-1
/
+4
*
fixed warnings reported by Eclipse.
chiba
2003-09-08
1
-1
/
+0
*
implemented toString().
chiba
2003-09-01
1
-0
/
+32
*
fixed a bug in makeClassInitializer() in CtClassType.
chiba
2003-05-14
1
-7
/
+1
*
fixed several compiler bugs and updated the tutorial.
chiba
2003-05-14
1
-15
/
+38
*
changed the license.
chiba
2003-04-30
1
-8
/
+9
*
Changed the copyright notices and removed tab characters.
chiba
2003-04-23
1
-608
/
+610
[next]