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
*
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
*
updated the copyright notices.
chiba
2004-01-08
136
-171
/
+172
*
added the description of insertAt() in CtBehavior.
chiba
2003-12-31
5
-459
/
+99
*
fixed a number of javadoc warnings.
chiba
2003-12-31
12
-21
/
+29
*
CtBehavior#insertAt() and support methods have been implemented.
chiba
2003-12-31
6
-8
/
+175
*
fixed a compiler bug.
chiba
2003-12-26
2
-8
/
+3
*
changed the version string.
chiba
2003-12-25
1
-1
/
+1
*
Implemented several methods (e.g. CtClass#getURL) to support security
chiba
2003-12-25
9
-18
/
+189
*
Fixed a bug of the token analyzer (double constant).
chiba
2003-12-20
8
-37
/
+120
*
fixed a bug on method lookup.
chiba
2003-12-10
3
-13
/
+17
*
made the compiler support inner classes appearing in type names.
chiba
2003-12-07
7
-46
/
+90
*
I implemented a type checker for better code generation.
chiba
2003-11-27
20
-518
/
+1847
*
changed the behavior of CtClassType.setSuperclass().
chiba
2003-10-14
3
-7
/
+32
*
made javassist.expr.MethodCall#replace correctly work
chiba
2003-10-10
7
-10
/
+61
*
enabled the parser to parse switch and synchronized statements.
chiba
2003-10-07
3
-18
/
+89
*
added CtClass.main().
chiba
2003-10-06
4
-5
/
+22
*
improved the compilation of static method calls.
chiba
2003-10-06
2
-7
/
+17
*
Improved the performance of $proceed when it represents a static method.
chiba
2003-10-06
4
-29
/
+75
*
updated tutorial so that it says the class names passed to the compiler
chiba
2003-09-19
2
-0
/
+10
*
fixed warnings reported by Eclipse.
chiba
2003-09-08
26
-29
/
+168
*
fixed a javadoc comment.
chiba
2003-09-05
1
-2
/
+2
*
added javassist.bytecode.DeprecatedAttribute.
chiba
2003-09-05
3
-0
/
+59
*
updated documents.
chiba
2003-09-04
5
-34
/
+76
*
made ClassPool.SimpleLoader public.
chiba
2003-09-04
5
-29
/
+112
*
implemented CtBehavior.setBody with $proceed.
chiba
2003-09-02
2
-0
/
+41
*
implemented toString().
chiba
2003-09-01
8
-0
/
+102
*
changed the version number to 2.7
chiba
2003-08-31
4
-10
/
+9
*
corrected to be able to compile an infinite loop.
rel_2_6
chiba
2003-08-28
3
-11
/
+30
*
fixed a bug in CtField.
chiba
2003-08-23
1
-0
/
+2
*
changed the behavior of CtClassType.setSuperclass().
chiba
2003-08-22
2
-34
/
+16
*
made to produce bytecode that HotSpot 1.3 can compile to be
chiba
2003-08-20
2
-31
/
+78
*
fixed a bug in the compiler, which could not compile a try statement
chiba
2003-08-17
3
-7
/
+10
*
updated some javadoc comments.
chiba
2003-08-04
6
-8
/
+84
*
added Expr#indexofBytecode.
chiba
2003-07-31
3
-3
/
+14
*
fixed typo in a javadoc comment.
chiba
2003-07-11
2
-2
/
+2
[next]