aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/ClassFile.java
Commit message (Expand)AuthorAgeFilesLines
* performance tuningchiba2010-04-301-10/+25
* JIRA 105chiba2010-03-081-0/+6
* fixed JASSIST-87chiba2009-07-021-1/+0
* fixed JIRA JASSIST-77chiba2009-07-021-0/+6
* for fixing JASSIST-81chiba2009-04-181-0/+18
* the default major version of newly-created class files is either JDK 1.3 or 1...chiba2007-08-131-2/+11
* updated pom.xml and a few javadoc comments.chiba2007-06-121-0/+1
* updated the copyright notices.chiba2007-06-041-1/+1
* for JIRA JASSIST-34chiba2007-06-021-1/+1
* fixed bugs related to stack map tables.chiba2007-06-021-9/+47
* the version of the class file generated from scratch was changed from JDK 1.1...chiba2007-05-291-3/+3
* changed the implementation of try statements so that jsr/ret will not be used...chiba2007-05-121-1/+7
* Javassist has been producing an interface with a wrong modifier. I fixed this.chiba2007-05-051-3/+5
* When pruning preserve the SignatureAttributekkhan2007-03-081-0/+7
* Fixed a bug of duplicating writeReplace() to a proxy class.chiba2006-11-071-6/+10
* made a proxy class serializable (JASSIST-20).chiba2006-11-051-1/+2
* a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method)...chiba2006-07-181-4/+14
* fixed a bug in getModifiers() in CtClass.chiba2006-01-191-0/+23
* updated copyright noticeschiba2006-01-111-1/+1
* updated javadoc comments.chiba2005-11-121-3/+15
* fixed JIRA Javassist-9. javadoc comments have been updated.chiba2005-08-261-4/+12
* Turning the automatic pruning on by default.chiba2005-06-161-0/+1
* reformatted the files and added javadoc comments.chiba2005-06-111-725/+665
* Fix pruning so that exceptions and annotation attributes are not ditched.bill2005-06-091-631/+725
* checked the previous modifications and adjusted the format.chiba2005-04-101-14/+10
* Add the ability to retrieve and change the Major/Minor versions of the ClassFileejort2005-04-081-0/+40
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* implemented removeMethod() etc.chiba2005-01-121-5/+37
* fixed a bug in CtClass.getMethods() and javassist.reflect packagechiba2004-08-221-1/+1
* implemented pruningchiba2004-08-191-0/+36
* revised javassist.bytecode.annotation package.chiba2004-06-251-61/+0
* Now, the compiler accepts a method that accesseschiba2004-05-051-4/+7
* performance tuning.chiba2004-04-191-11/+12
* changed the stuff related to ClassPool.chiba2004-04-051-632/+580
* added annotation support. Only Enum types not supported when addingpatriot1burke2004-04-031-514/+634
* fixed a typo.chiba2004-03-141-2/+2
* changed to throw an exception if a duplicate method/field is added.chiba2004-03-141-4/+38
* updated the copyright notices.chiba2004-01-081-1/+1
* changed the behavior of CtClassType.setSuperclass().chiba2003-08-221-34/+14
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-279/+268
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-221-0/+543