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
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
7
-46
/
+118
*
changed delimiters, etc.
chiba
2004-04-05
1
-4
/
+2
*
changed the stuff related to ClassPool.
chiba
2004-04-05
12
-1472
/
+1479
*
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
1
-1
/
+20
*
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
9
-20
/
+92
*
updated the copyright notices.
chiba
2004-01-08
133
-165
/
+167
*
added the description of insertAt() in CtBehavior.
chiba
2003-12-31
4
-456
/
+70
*
fixed a number of javadoc warnings.
chiba
2003-12-31
11
-21
/
+28
*
CtBehavior#insertAt() and support methods have been implemented.
chiba
2003-12-31
5
-8
/
+174
*
fixed a compiler bug.
chiba
2003-12-26
1
-1
/
+1
*
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
8
-17
/
+181
*
Fixed a bug of the token analyzer (double constant).
chiba
2003-12-20
7
-36
/
+119
*
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
1
-1
/
+10
*
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
1
-0
/
+3
*
fixed warnings reported by Eclipse.
chiba
2003-09-08
25
-29
/
+167
*
fixed a javadoc comment.
chiba
2003-09-05
1
-2
/
+2
*
added javassist.bytecode.DeprecatedAttribute.
chiba
2003-09-05
2
-0
/
+58
*
updated documents.
chiba
2003-09-04
2
-2
/
+2
*
made ClassPool.SimpleLoader public.
chiba
2003-09-04
2
-3
/
+21
*
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
1
-1
/
+1
*
corrected to be able to compile an infinite loop.
rel_2_6
chiba
2003-08-28
2
-10
/
+28
*
fixed a bug in CtField.
chiba
2003-08-23
1
-0
/
+2
*
changed the behavior of CtClassType.setSuperclass().
chiba
2003-08-22
1
-34
/
+14
*
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
2
-5
/
+7
*
updated some javadoc comments.
chiba
2003-08-04
4
-8
/
+56
*
added Expr#indexofBytecode.
chiba
2003-07-31
2
-2
/
+12
*
fixed typo in a javadoc comment.
chiba
2003-07-11
1
-1
/
+1
*
added ClassPool#removeCached so that subclasses of ClassPool can do
chiba
2003-07-11
1
-1
/
+14
[next]