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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make setUtf8Info private.
adrian
2006-02-22
1
-1
/
+1
*
(almost) final updates for 3.1 release
chiba
2006-02-22
3
-2
/
+3
*
Add the ability to change the signature of a constant pool methodref entry.
adrian
2006-02-21
1
-0
/
+57
*
replaced individual calls to Thread.currentThread().getContextClassLoader() w...
chiba
2006-02-17
2
-3
/
+12
*
reformatting.
chiba
2006-02-16
3
-4
/
+22
*
Fix NPE when there are no parameter annotations.
adrian
2006-02-15
1
-1
/
+3
*
Add support for getParameterAnnotations() from the CtBehaviour.
adrian
2006-02-15
2
-0
/
+59
*
Allow access to the constructor signature.
adrian
2006-02-15
1
-2
/
+17
*
Adjusted the behavior of setHandler().
chiba
2006-02-14
2
-9
/
+22
*
Adjusting indentation, adding javadoc comments, etc.
chiba
2006-02-13
2
-23
/
+34
*
Compacting/clone has a problem when the method index is zero.
adrian
2006-02-06
1
-0
/
+20
*
Allow for retrieval of the real type name of the annotation.
adrian
2006-02-05
1
-1
/
+6
*
I need an eclipse option that disallows autoboxing. :-)
adrian
2006-02-04
1
-3
/
+6
*
Implement the Object methods for the annotation invocation handler.
adrian
2006-02-04
1
-1
/
+16
*
fixed a bug of method dispatch.
chiba
2006-01-29
1
-15
/
+22
*
fixed a bug in getModifiers() in CtClass.
chiba
2006-01-19
5
-1
/
+43
*
updated copyright notices
chiba
2006-01-11
155
-1084
/
+1115
*
restructred sub packages
chiba
2006-01-11
40
-98
/
+1254
*
fixed a bug on renameClass().
chiba
2006-01-10
1
-6
/
+14
*
updated javadoc comments
chiba
2006-01-10
1
-1
/
+1
*
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
[prev]
[next]