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
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated some javadoc comments.
chiba
2004-07-27
2
-3
/
+5
*
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
5
-123
/
+103
*
Bugs item #988787 has been fixed.
chiba
2004-07-19
10
-11
/
+262
*
Fixed Bugs item #987038 (opened at 2004-07-08 15:06)
chiba
2004-07-08
1
-3
/
+4
*
revised javassist.bytecode.annotation package.
chiba
2004-06-25
26
-1732
/
+1564
*
Added javassist.bytecode.AnnotationsAttribute and support classes.
chiba
2004-06-10
11
-23
/
+1124
*
Changed subclasses of javassist.expr.Expr so that $_ is always initialized.
chiba
2004-06-05
8
-21
/
+71
*
added Enum support to AnnotationInfo
patriot1burke
2004-06-03
4
-9
/
+67
*
minor and final changes for 3.0 beta
chiba
2004-05-18
3
-8
/
+37
*
added computeMaxStack() in CodeAttribute.
chiba
2004-05-18
3
-1
/
+256
*
changed the copyright notice of javassist.bytecode.annotation
chiba
2004-05-15
17
-73
/
+216
*
CtClass.makeNestedClass() has been added.
chiba
2004-05-13
5
-0
/
+165
*
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
2
-25
/
+38
*
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
9
-99
/
+88
*
Not needed anymore.
chiba
2004-04-14
1
-47
/
+0
*
modified the ClassPool framework.
chiba
2004-04-14
13
-529
/
+449
*
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
[next]