aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/ClassFile.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into test/java9-jigsawtest/java9-jigsawchibash2016-09-291-0/+16
|\
| * enables removal of attributeschibash2016-09-181-0/+16
* | adds ClassFile.JAVA_9chibash2016-07-141-0/+10
|/
* updates javassist.util.proxy to support a default interface method in Java 8chibash2016-02-221-4/+10
* final updates for 3.20.0-GA releaserel_3_20_0_gachibash2015-06-251-3/+2
* updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.chibash2015-02-041-2/+27
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-061-1/+1
* added the version number for Java8 class fileschibash2014-05-071-0/+6
* fixed JASSIST-162 and JASSIST-189chiba2013-04-111-1/+4
* Now the version number of a class file newly created from scratch may be 51 (...chiba2012-09-281-0/+4
* fixed JASSIST-155chiba2012-02-151-3/+8
* added the Apache license.chiba2011-07-081-2/+3
* fixed JASSIST-128 and JASSIST-129chiba2010-09-141-0/+27
* fixed typos.chiba2010-07-221-1/+1
* 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