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
*
made the java.util.proxy package support stack map tables.
chiba
2007-06-03
1
-6
/
+19
*
for JIRA JASSIST-34
chiba
2007-06-02
1
-1
/
+1
*
fixed bugs related to stack map tables.
chiba
2007-06-02
12
-42
/
+240
*
the version of the class file generated from scratch was changed from JDK 1.1...
chiba
2007-05-29
2
-6
/
+4
*
changed the compiler so that .class will be compiled into ldc.
chiba
2007-05-29
2
-6
/
+16
*
fixed bugs of javassist.bytecode.stackmap
chiba
2007-05-29
5
-23
/
+73
*
modified so that CtBehavior#insertAfter() will not use JSR/RET anymore.
chiba
2007-05-25
1
-49
/
+35
*
a minor API extension.
chiba
2007-05-24
1
-1
/
+23
*
fixed a but in javassist.bytecode.stackmap etc.
chiba
2007-05-24
6
-8
/
+9
*
changed the implementation of try statements so that jsr/ret will not be used...
chiba
2007-05-12
5
-36
/
+138
*
fixed JIRA JASSIST-33
chiba
2007-05-11
2
-14
/
+50
*
implemented javassist.bytecode.stackmap package.
chiba
2007-05-06
7
-670
/
+1092
*
fixed a typo.
chiba
2007-05-05
1
-1
/
+1
*
Javassist has been producing an interface with a wrong modifier. I fixed this.
chiba
2007-05-05
4
-8
/
+10
*
start developing the next release...
chiba
2007-05-05
2
-2
/
+4
*
Update version
kkhan
2007-04-30
1
-1
/
+1
*
updated for release
chiba
2007-04-29
1
-1
/
+4
*
updated the version name
chiba
2007-04-29
1
-1
/
+1
*
snapshot. I am still working on stackmap support.
chiba
2007-04-26
6
-139
/
+366
*
stackmap support (cont.)
chiba
2007-04-10
8
-298
/
+1514
*
added javadoc comments
chiba
2007-03-10
1
-0
/
+7
*
Make SignatureAttribute.NestedClassType public
kkhan
2007-03-08
1
-1
/
+1
*
When pruning preserve the SignatureAttribute
kkhan
2007-03-08
3
-0
/
+21
*
Add a javassist-src.jar to build a source artifact
starksm
2007-02-24
1
-0
/
+6
*
updated the version name
chiba
2007-02-14
1
-1
/
+1
*
javadoc updates
chiba
2007-02-14
1
-1
/
+6
*
modified javassist.convert.* to support the stack map table of Java 6.
chiba
2007-02-09
12
-966
/
+1181
*
Repair previous mistake when commiting
kkhan
2007-02-09
2
-14
/
+37
*
Differentiate between null bootstrap classloader and when the classloader has...
kkhan
2007-02-09
2
-4
/
+7
*
supported generic type signatures.
chiba
2007-02-06
6
-7
/
+1057
*
supported generic type signatures.
chiba
2007-02-06
3
-6
/
+675
*
changed to public.
chiba
2007-02-06
1
-1
/
+1
*
updated javadoc comments.
chiba
2007-02-02
2
-3
/
+13
*
a minor bug fix
chiba
2007-02-02
1
-1
/
+2
*
Fix the annotation hashCode and equals implementation.
adrian
2007-01-31
2
-22
/
+214
*
edited javadoc comments.
chiba
2007-01-16
1
-54
/
+93
*
fixed a bug in copy().
chiba
2007-01-16
1
-9
/
+174
*
Document CodeConverter.replaceArrayAccess()
kkhan
2007-01-05
2
-179
/
+333
*
bump up version to snapshot
kkhan
2006-12-24
1
-1
/
+1
*
Add ability to replace xASTORE and xALOAD calls with invokevirtual
kkhan
2006-12-24
2
-2
/
+356
*
minor bug fix
chiba
2006-12-08
1
-1
/
+5
*
added CtBehavior.getLongName()
chiba
2006-11-23
7
-3
/
+101
*
3.4.0GA release
rel_3_4_GA
chiba
2006-11-16
5
-143
/
+289
*
enabled a transformation from a public method call to a private method call b...
chiba
2006-11-12
2
-3
/
+10
*
updated a javadoc comment
chiba
2006-11-07
1
-0
/
+1
*
updated a javadoc comment
chiba
2006-11-07
1
-2
/
+40
*
Fixed a bug of duplicating writeReplace() to a proxy class.
chiba
2006-11-07
4
-8
/
+48
*
made a proxy class serializable (JASSIST-20).
chiba
2006-11-05
4
-40
/
+182
*
slightly changed the caching policy used by ProxyFactory
chiba
2006-11-02
1
-4
/
+9
*
JIRA JASSIST-28 (including a performance bug) has been fixed.
chiba
2006-11-02
2
-12
/
+138
[next]