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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
enforced close() in a finally block.
chiba
2003-07-09
3
-19
/
+33
*
minor bugs have been fixed.
chiba
2003-07-08
10
-13
/
+47
*
fixed the version number.
chiba
2003-05-24
1
-1
/
+1
*
- Made ClassPool.get0 protected so that subclasses of ClassPool can call it
patriot1burke
2003-05-23
1
-4
/
+12
*
changed CtBehavior.setBody() so that setBody(null) produces a body
chiba
2003-05-19
8
-15
/
+81
*
fixed a bug in CtBehavior#setBody().
chiba
2003-05-18
2
-12
/
+14
*
fixed a simple bug. MethodCall#isSuper() was not public.
chiba
2003-05-17
1
-1
/
+1
*
added isSuper() in MethodCall.
chiba
2003-05-16
1
-0
/
+9
*
modified the semantics of ($r).
chiba
2003-05-16
2
-11
/
+50
*
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
6
-27
/
+101
*
fixed an array-access bug.
chiba
2003-04-30
2
-9
/
+10
*
changed the license.
chiba
2003-04-30
127
-1017
/
+1145
*
improved a javadoc comment.
chiba
2003-04-25
1
-0
/
+4
*
new files for version 2.5.
chiba
2003-04-23
2
-0
/
+204
*
Changed the copyright notices and removed tab characters.
chiba
2003-04-23
133
-15943
/
+14952
*
This commit was generated by cvs2svn to compensate for changes in r2, which
patriot1burke
2003-04-22
125
-0
/
+29651