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
/
main
/
javassist
/
bytecode
/
ClassFile.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
performance tuning
chiba
2010-04-30
1
-10
/
+25
*
JIRA 105
chiba
2010-03-08
1
-0
/
+6
*
fixed JASSIST-87
chiba
2009-07-02
1
-1
/
+0
*
fixed JIRA JASSIST-77
chiba
2009-07-02
1
-0
/
+6
*
for fixing JASSIST-81
chiba
2009-04-18
1
-0
/
+18
*
the default major version of newly-created class files is either JDK 1.3 or 1...
chiba
2007-08-13
1
-2
/
+11
*
updated pom.xml and a few javadoc comments.
chiba
2007-06-12
1
-0
/
+1
*
updated the copyright notices.
chiba
2007-06-04
1
-1
/
+1
*
for JIRA JASSIST-34
chiba
2007-06-02
1
-1
/
+1
*
fixed bugs related to stack map tables.
chiba
2007-06-02
1
-9
/
+47
*
the version of the class file generated from scratch was changed from JDK 1.1...
chiba
2007-05-29
1
-3
/
+3
*
changed the implementation of try statements so that jsr/ret will not be used...
chiba
2007-05-12
1
-1
/
+7
*
Javassist has been producing an interface with a wrong modifier. I fixed this.
chiba
2007-05-05
1
-3
/
+5
*
When pruning preserve the SignatureAttribute
kkhan
2007-03-08
1
-0
/
+7
*
Fixed a bug of duplicating writeReplace() to a proxy class.
chiba
2006-11-07
1
-6
/
+10
*
made a proxy class serializable (JASSIST-20).
chiba
2006-11-05
1
-1
/
+2
*
a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method)...
chiba
2006-07-18
1
-4
/
+14
*
fixed a bug in getModifiers() in CtClass.
chiba
2006-01-19
1
-0
/
+23
*
updated copyright notices
chiba
2006-01-11
1
-1
/
+1
*
updated javadoc comments.
chiba
2005-11-12
1
-3
/
+15
*
fixed JIRA Javassist-9. javadoc comments have been updated.
chiba
2005-08-26
1
-4
/
+12
*
Turning the automatic pruning on by default.
chiba
2005-06-16
1
-0
/
+1
*
reformatted the files and added javadoc comments.
chiba
2005-06-11
1
-725
/
+665
*
Fix pruning so that exceptions and annotation attributes are not ditched.
bill
2005-06-09
1
-631
/
+725
*
checked the previous modifications and adjusted the format.
chiba
2005-04-10
1
-14
/
+10
*
Add the ability to retrieve and change the Major/Minor versions of the ClassFile
ejort
2005-04-08
1
-0
/
+40
*
Change the year in the copyright notices from 2004 to 2005.
chiba
2005-01-18
1
-1
/
+1
*
implemented removeMethod() etc.
chiba
2005-01-12
1
-5
/
+37
*
fixed a bug in CtClass.getMethods() and javassist.reflect package
chiba
2004-08-22
1
-1
/
+1
*
implemented pruning
chiba
2004-08-19
1
-0
/
+36
*
revised javassist.bytecode.annotation package.
chiba
2004-06-25
1
-61
/
+0
*
Now, the compiler accepts a method that accesses
chiba
2004-05-05
1
-4
/
+7
*
performance tuning.
chiba
2004-04-19
1
-11
/
+12
*
changed the stuff related to ClassPool.
chiba
2004-04-05
1
-632
/
+580
*
added annotation support. Only Enum types not supported when adding
patriot1burke
2004-04-03
1
-514
/
+634
*
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
1
-4
/
+38
*
updated the copyright notices.
chiba
2004-01-08
1
-1
/
+1
*
changed the behavior of CtClassType.setSuperclass().
chiba
2003-08-22
1
-34
/
+14
*
changed the license.
chiba
2003-04-30
1
-8
/
+9
*
Changed the copyright notices and removed tab characters.
chiba
2003-04-23
1
-279
/
+268
*
This commit was generated by cvs2svn to compensate for changes in r2, which
patriot1burke
2003-04-22
1
-0
/
+543