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
/
bytecode
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed a bug in write() in Annotation and ClassMemberValue
chiba
2006-08-13
2
-3
/
+4
*
added a getter.
chiba
2006-08-12
1
-0
/
+7
*
a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method)...
chiba
2006-07-18
1
-4
/
+14
*
reformatted.
chiba
2006-07-18
1
-3
/
+3
*
reformatted.
chiba
2006-07-18
1
-4
/
+6
*
Handle Annotation.annotationType() calls
kkhan
2006-07-18
1
-0
/
+5
*
reformatted.
chiba
2006-07-18
1
-30
/
+12
*
Move handling of primitive class value from MemberValue to ClassMemberValue
kkhan
2006-07-14
2
-37
/
+38
*
Be able to handle Class annotation attributes like void.class, int.class etc.
kkhan
2006-07-13
1
-1
/
+37
*
fixed a bug of replace(String,ExprEditor) in javassist.expr.Expr.
chiba
2006-04-09
1
-1
/
+18
*
Need to also keep the parameter annotations after a prune.
adrian
2006-03-15
1
-13
/
+28
*
We also need to keep the annotation default attribute after a prune.
adrian
2006-03-15
1
-0
/
+5
*
Remove the ability to change methodref signatures.
adrian
2006-02-22
1
-57
/
+0
*
Make setUtf8Info private.
adrian
2006-02-22
1
-1
/
+1
*
Add the ability to change the signature of a constant pool methodref entry.
adrian
2006-02-21
1
-0
/
+57
*
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 in getModifiers() in CtClass.
chiba
2006-01-19
1
-0
/
+23
*
updated copyright notices
chiba
2006-01-11
33
-33
/
+33
*
restructred sub packages
chiba
2006-01-11
3
-3
/
+2
*
fixed a bug on renameClass().
chiba
2006-01-10
1
-6
/
+14
*
changed to generate more javap-friendly code
chiba
2006-01-01
1
-0
/
+16
*
implemented recursive replace() for ExprEditor.
chiba
2005-12-29
1
-0
/
+12
*
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
2
-7
/
+45
*
updated javadoc comments.
chiba
2005-11-12
2
-3
/
+19
*
Implemented CtConstructor#toMethod().
chiba
2005-10-27
2
-10
/
+89
*
improved the performance of Bytecode and ConstPool. Added clone() to Bytecode.
chiba
2005-10-13
4
-136
/
+125
*
fixed a bug found when an annotation includes an empty array.
chiba
2005-09-07
15
-24
/
+51
*
fixed JIRA Javassist-9. javadoc comments have been updated.
chiba
2005-08-26
3
-11
/
+30
*
Array initializer supports and better annotation supports.
chiba
2005-08-25
16
-7
/
+279
*
fixed a compilation problem of static final fields.
chiba
2005-08-17
3
-1
/
+12
*
added getSize()
chiba
2005-08-16
1
-0
/
+7
*
deleted some local variables that are never read.
chiba
2005-06-30
1
-1
/
+0
*
update the tutorial
chiba
2005-06-20
1
-1
/
+1
*
minor fixes
chiba
2005-06-20
1
-0
/
+3
*
Turning the automatic pruning on by default.
chiba
2005-06-16
1
-0
/
+1
*
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
3
-773
/
+724
*
Fix pruning so that exceptions and annotation attributes are not ditched.
bill
2005-06-09
3
-640
/
+771
*
bug in writing enumvalue
bill
2005-06-08
1
-2
/
+2
*
some simple style changes
chiba
2005-05-16
1
-21
/
+49
*
checked the previous modifications and adjusted the format.
chiba
2005-04-10
2
-19
/
+13
*
Also previous modification adds the ability to retrieve all classes reference...
ejort
2005-04-08
1
-0
/
+1
*
Add the ability to retrieve and change the Major/Minor versions of the ClassFile
ejort
2005-04-08
2
-1
/
+68
*
add support for obtaining default annotation member values (the same patch as...
chiba
2005-02-27
18
-45
/
+287
*
fixed a bug in LocalVariableAttribute
chiba
2005-02-02
2
-10
/
+25
[next]