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
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated some javadoc comments.
chiba
2004-07-27
4
-14
/
+31
*
fixed Bugs item #997458: addCatch("return;", ...) on CtConstructor causes Ver...
chiba
2004-07-27
3
-2
/
+94
*
fixed Bugs item #993090
chiba
2004-07-26
1
-4
/
+18
*
Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]...
chiba
2004-07-26
7
-187
/
+231
*
Bugs item #988787 has been fixed.
chiba
2004-07-19
13
-18
/
+284
*
Updated the tutorial to be more understandable.
chiba
2004-07-15
2
-50
/
+104
*
Fixed Bugs item #987038 (opened at 2004-07-08 15:06)
chiba
2004-07-08
3
-6
/
+7
*
revised javassist.bytecode.annotation package.
chiba
2004-06-25
26
-1732
/
+1564
*
Added javassist.bytecode.AnnotationsAttribute and support classes.
chiba
2004-06-10
12
-24
/
+1125
*
Changed subclasses of javassist.expr.Expr so that $_ is always initialized.
chiba
2004-06-05
10
-25
/
+97
*
added Enum support to AnnotationInfo
patriot1burke
2004-06-03
5
-10
/
+68
*
minor and final changes for 3.0 beta
chiba
2004-05-18
3
-8
/
+37
*
added computeMaxStack() in CodeAttribute.
chiba
2004-05-18
6
-1
/
+455
*
changed the copyright notice of javassist.bytecode.annotation
chiba
2004-05-15
17
-73
/
+216
*
CtClass.makeNestedClass() has been added.
chiba
2004-05-13
6
-8
/
+171
*
updated the tutorial
chiba
2004-05-11
2
-0
/
+0
*
updated the tutorial.
chiba
2004-05-11
1
-0
/
+0
*
Updated the tutorial
chiba
2004-05-11
1
-184
/
+209
*
Now, the compiler accepts a method that calls
chiba
2004-05-08
5
-10
/
+106
*
Now, the compiler accepts a method that accesses
chiba
2004-05-05
10
-80
/
+316
*
Now, the compiler accepts a method that calls a private method
chiba
2004-05-04
7
-14
/
+194
*
added CtClass#getDeclaringClass()
chiba
2004-05-03
5
-7
/
+109
*
added detach() in CtClass, which is necessary so that some people who
chiba
2004-04-27
3
-3
/
+18
*
fixed some annotation bugs and added some integration features
patriot1burke
2004-04-24
16
-111
/
+334
*
added an error check.
chiba
2004-04-21
1
-0
/
+4
*
modified the API to look good.
chiba
2004-04-21
3
-25
/
+44
*
put back callback to ClassPool.writeAsClass. This callback to ClassPool inst...
patriot1burke
2004-04-20
2
-16
/
+25
*
committed with bad \r\n
patriot1burke
2004-04-20
1
-8
/
+8
*
performance tuning.
chiba
2004-04-19
3
-11
/
+15
*
edited for improving runtime performance.
chiba
2004-04-18
5
-67
/
+42
*
minor changes.
chiba
2004-04-17
1
-24
/
+35
*
fixed bugs so that sample programs can run.
chiba
2004-04-16
10
-103
/
+92
*
Not needed anymore.
chiba
2004-04-14
1
-47
/
+0
*
modified the ClassPool framework.
chiba
2004-04-14
18
-538
/
+461
*
get0 should look in cached classes first as code extending ClassPool behavior
patriot1burke
2004-04-12
1
-1
/
+2
*
write0 should never delegate to parent. The ClassPool that the CtClass is as...
patriot1burke
2004-04-12
1
-4
/
+0
*
fixed some things that broke JBoss AOP
patriot1burke
2004-04-12
2
-2
/
+1
*
addTranslator() was still wrong.
chiba
2004-04-09
1
-2
/
+6
*
renamed insertTranslator() in ClassPool to addTranslator() since
chiba
2004-04-07
8
-47
/
+119
*
changed delimiters, etc.
chiba
2004-04-05
2
-181
/
+179
*
changed line delimiters.
chiba
2004-04-05
2
-85
/
+85
*
changed the stuff related to ClassPool.
chiba
2004-04-05
16
-1486
/
+1568
*
added annotation support. Only Enum types not supported when adding
patriot1burke
2004-04-03
19
-1006
/
+2362
*
fixed a typo.
chiba
2004-03-14
1
-2
/
+2
*
changed to throw an exception if a duplicate method/field is added.
chiba
2004-03-14
3
-5
/
+56
*
changed the compiler so that multiple statements do not need to be
chiba
2004-03-12
1
-5
/
+4
*
fixed a bug that happens if null is passed to a method.
chiba
2004-02-28
1
-0
/
+3
*
update javadoc comments.
chiba
2004-02-20
2
-94
/
+166
*
If a newly created method does not have a throws clause, an empty
chiba
2004-02-15
5
-3
/
+19
*
local variables were made available in the source text passed
chiba
2004-01-11
12
-32
/
+119
[next]