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
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
*
release 3.2
rel_3_2
chiba
2006-06-20
1
-1
/
+1
*
modified javadocs.
chiba
2006-06-12
1
-0
/
+4
*
Add methods to determine if a CtClass is an annotation or an enum
kkhan
2006-06-08
1
-0
/
+16
*
Update the version to 3.2.0.CR2
starksm
2006-05-09
1
-1
/
+1
*
JBQA-324 update version to 3.2.0.CR1
rcampbell
2006-03-18
1
-1
/
+1
*
fixed a minor problem of CtClassType
chiba
2006-03-08
1
-1
/
+1
*
added getNestedClasses() in CtClass.
chiba
2006-02-27
1
-2
/
+13
*
(almost) final updates for 3.1 release
chiba
2006-02-22
1
-1
/
+1
*
fixed a bug in getModifiers() in CtClass.
chiba
2006-01-19
1
-0
/
+3
*
updated copyright notices
chiba
2006-01-11
1
-2
/
+2
*
restructred sub packages
chiba
2006-01-11
1
-1
/
+1
*
implemented getSignature() in javassist.expr.MethodCall
chiba
2005-11-12
1
-0
/
+1
*
changed the behavior of CtClass#getMethods(), getFields(), and getConstructor...
chiba
2005-11-04
1
-6
/
+26
*
added makeUniqueName() in CtClass.
chiba
2005-10-31
1
-0
/
+13
*
improved the performance of Bytecode and ConstPool. Added clone() to Bytecode.
chiba
2005-10-13
1
-0
/
+4
*
renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...
chiba
2005-09-15
1
-5
/
+7
*
updated javadoc comments
chiba
2005-09-07
1
-0
/
+1
*
updated javadoc comments
chiba
2005-09-06
1
-4
/
+24
*
improved a message for RuntimeExceptions.
chiba
2005-09-04
1
-0
/
+2
*
Array initializer supports and better annotation supports.
chiba
2005-08-25
1
-2
/
+23
*
modified the compiler to support "import".
chiba
2005-08-18
1
-0
/
+2
*
Turning the automatic pruning on by default.
chiba
2005-06-16
1
-34
/
+49
*
reformatted the files and added javadoc comments.
chiba
2005-06-11
1
-5
/
+7
*
Fix pruning so that exceptions and annotation attributes are not ditched.
bill
2005-06-09
1
-6
/
+10
*
fixed a bug in LocalVariableAttribute
chiba
2005-02-02
1
-1
/
+1
*
fixed a bug in javadoc comments
rel_3_0
chiba
2005-01-18
1
-1
/
+1
*
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
-1
/
+11
*
implemented removeMethod() etc.
chiba
2005-01-12
1
-2
/
+32
*
reformatted the files edited by Bill.
chiba
2004-09-28
1
-1137
/
+1048
*
* additional methods to AnnotationsAttribute to support adding
patriot1burke
2004-09-14
1
-1068
/
+1149
*
javadoc comments have been modified.
chiba
2004-09-12
1
-1
/
+21
*
implemented pruning
chiba
2004-08-19
1
-3
/
+36
*
modified CtClass#toString()
chiba
2004-08-03
1
-4
/
+3
*
Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]...
chiba
2004-07-26
1
-40
/
+48
*
Changed subclasses of javassist.expr.Expr so that $_ is always initialized.
chiba
2004-06-05
1
-1
/
+1
*
added computeMaxStack() in CodeAttribute.
chiba
2004-05-18
1
-1
/
+1
*
CtClass.makeNestedClass() has been added.
chiba
2004-05-13
1
-0
/
+16
*
Now, the compiler accepts a method that calls
chiba
2004-05-08
1
-1
/
+1
*
Now, the compiler accepts a method that accesses
chiba
2004-05-05
1
-1
/
+1
*
Now, the compiler accepts a method that calls a private method
chiba
2004-05-04
1
-1
/
+8
*
added CtClass#getDeclaringClass()
chiba
2004-05-03
1
-0
/
+10
*
added detach() in CtClass, which is necessary so that some people who
chiba
2004-04-27
1
-0
/
+15
*
modified the API to look good.
chiba
2004-04-21
1
-3
/
+3
*
put back callback to ClassPool.writeAsClass. This callback to ClassPool inst...
patriot1burke
2004-04-20
1
-1
/
+1
*
fixed bugs so that sample programs can run.
chiba
2004-04-16
1
-2
/
+2
*
modified the ClassPool framework.
chiba
2004-04-14
1
-37
/
+129
*
If a newly created method does not have a throws clause, an empty
chiba
2004-02-15
1
-0
/
+4
*
local variables were made available in the source text passed
chiba
2004-01-11
1
-1
/
+1
*
updated the copyright notices.
chiba
2004-01-08
1
-3
/
+3
[next]