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
*
renamed javassist.tool to javassist.tools
chiba
2006-01-01
3
-4
/
+4
*
changed to generate more javap-friendly code
chiba
2006-01-01
1
-0
/
+16
*
implemented recursive replace() for ExprEditor.
chiba
2005-12-29
3
-100
/
+196
*
added addGetfield() and addPutfield() in javassist.bytecode.Bytecode.
chiba
2005-12-23
1
-4
/
+38
*
added some methods to javassist.Bytecode and Descriptor.
chiba
2005-11-22
3
-9
/
+48
*
implemented getSignature() in javassist.expr.MethodCall
chiba
2005-11-12
4
-6
/
+19
*
updated javadoc comments.
chiba
2005-11-12
2
-3
/
+19
*
updated Modifier class.
chiba
2005-11-09
2
-0
/
+33
*
appended ClassPool(boolean) constructor.
chiba
2005-11-08
1
-0
/
+15
*
updated javadoc comments
chiba
2005-11-08
3
-4
/
+4
*
updated javadoc comments.
chiba
2005-11-07
3
-0
/
+40
*
changed the behavior of CtClass#getMethods(), getFields(), and getConstructor...
chiba
2005-11-04
3
-14
/
+44
*
updated CtMember.append() for better performance.
chiba
2005-11-04
2
-9
/
+35
*
added makeUniqueName() in CtClass.
chiba
2005-10-31
4
-0
/
+108
*
removed javassist.preproc.
chiba
2005-10-27
3
-419
/
+0
*
Implemented CtConstructor#toMethod().
chiba
2005-10-27
5
-63
/
+214
*
improved the performance of Bytecode and ConstPool. Added clone() to Bytecode.
chiba
2005-10-13
5
-136
/
+129
*
renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...
chiba
2005-09-15
5
-22
/
+68
*
minor fixes for RC2 release.
chiba
2005-09-07
1
-1
/
+1
*
updated javadoc comments
chiba
2005-09-07
3
-0
/
+3
*
fixed a bug found when an annotation includes an empty array.
chiba
2005-09-07
15
-24
/
+51
*
fixed a bug so that ExprEditor#edit(NewExpr) can process a method compiled by...
chiba
2005-09-06
1
-0
/
+2
*
updated javadoc comments
chiba
2005-09-06
3
-6
/
+58
*
improved a message for RuntimeExceptions.
chiba
2005-09-04
2
-1
/
+12
*
fixed a bug reported as JIRA Javassist-12
chiba
2005-08-26
3
-25
/
+41
*
improved the compatibility with respect to chained exceptions.
chiba
2005-08-26
1
-26
/
+25
*
fixed JIRA Javassist-9. javadoc comments have been updated.
chiba
2005-08-26
3
-11
/
+30
*
Fixed a threading bug reported by JIRA Javassist-13
chiba
2005-08-25
1
-10
/
+13
*
Array initializer supports and better annotation supports.
chiba
2005-08-25
28
-30
/
+513
*
modified the compiler to support "import".
chiba
2005-08-18
3
-12
/
+71
*
Modified javadoc comments.
chiba
2005-08-17
1
-0
/
+6
*
modified so that an error message is thrown if the super class of java.lang.O...
chiba
2005-08-17
1
-5
/
+6
*
fixed a compilation problem of static final fields.
chiba
2005-08-17
8
-8
/
+141
*
added getSize()
chiba
2005-08-16
1
-0
/
+7
*
Added javassist.expr.ConstructorCall
chiba
2005-07-15
3
-7
/
+82
*
updated a comment.
chiba
2005-07-01
1
-0
/
+2
*
deleted some local variables that are never read.
chiba
2005-06-30
10
-12
/
+8
*
fixed a bug of the compiler
chiba
2005-06-23
1
-2
/
+7
*
HotSwap support
chiba
2005-06-21
3
-2
/
+258
*
update the tutorial
chiba
2005-06-20
1
-1
/
+1
*
minor fixes
chiba
2005-06-20
2
-0
/
+14
*
Turning the automatic pruning on by default.
chiba
2005-06-16
4
-46
/
+97
*
fixed a bug I enbugged in the previous version
chiba
2005-06-11
1
-2
/
+2
*
reformatted the files and added javadoc comments.
chiba
2005-06-11
5
-784
/
+737
*
Fix pruning so that exceptions and annotation attributes are not ditched.
bill
2005-06-09
7
-669
/
+813
*
bug in writing enumvalue
bill
2005-06-08
1
-2
/
+2
*
fixed a bug so that the compiler distinguishes a length field and the array l...
chiba
2005-06-08
2
-17
/
+26
*
support non us-ascii identifiers (JIRA May20,2005)
chiba
2005-06-07
2
-7
/
+17
*
fixed a bug so that "<array> == null" can be compiled.
chiba
2005-05-16
1
-2
/
+5
*
Changed ClassPool.get() to accept the descriptors of array types.
chiba
2005-05-16
2
-1
/
+9
[next]