49 Commits (a499e0df815291052d1133f576f76519f68667f6)

Author SHA1 Message Date
  chibash a499e0df81 added the version number for Java8 class files 10 years ago
  chiba 91f6abdd9e fixed JASSIST-162 and JASSIST-189 11 years ago
  chiba 4bb250d879 Now the version number of a class file newly created from scratch may be 51 (Java 7). 11 years ago
  chiba 205b65d96c fixed JASSIST-155 12 years ago
  chiba 121a67e8df added the Apache license. 13 years ago
  chiba 4b05c10a1e fixed JASSIST-128 and JASSIST-129 13 years ago
  chiba 91a1c094f0 fixed typos. 14 years ago
  chiba eb36a2f1aa performance tuning 14 years ago
  chiba 4a57455094 JIRA 105 14 years ago
  chiba 58809f5d2a fixed JASSIST-87 15 years ago
  chiba d8ba90667b fixed JIRA JASSIST-77 15 years ago
  chiba 29bf701b71 for fixing JASSIST-81 15 years ago
  chiba 2f7efd8620 the default major version of newly-created class files is either JDK 1.3 or 1.5, which depends on the VM version. 17 years ago
  chiba eba5bad02a updated pom.xml and a few javadoc comments. 17 years ago
  chiba a318d5d7d8 updated the copyright notices. 17 years ago
  chiba 43af89caa2 for JIRA JASSIST-34 17 years ago
  chiba b8445cabac fixed bugs related to stack map tables. 17 years ago
  chiba 8242ef42ef the version of the class file generated from scratch was changed from JDK 1.1 to 1.3. 17 years ago
  chiba c2d6bdf673 changed the implementation of try statements so that jsr/ret will not be used anymore. 17 years ago
  chiba b269676282 Javassist has been producing an interface with a wrong modifier. I fixed this. 17 years ago
  kkhan 07ede64867 When pruning preserve the SignatureAttribute 17 years ago
  chiba 1a24a3971d Fixed a bug of duplicating writeReplace() to a proxy class. 17 years ago
  chiba 56af2ace49 made a proxy class serializable (JASSIST-20). 17 years ago
  chiba ae4b81c820 a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method). Please check other JBoss products using Javassist. 18 years ago
  chiba ad7d5a9214 fixed a bug in getModifiers() in CtClass. 18 years ago
  chiba 774508d17c updated copyright notices 18 years ago
  chiba 7ea6c585a1 updated javadoc comments. 18 years ago
  chiba 5e191f7f29 fixed JIRA Javassist-9. javadoc comments have been updated. 19 years ago
  chiba ee8265e79f Turning the automatic pruning on by default. 19 years ago
  chiba e7f278c40b reformatted the files and added javadoc comments. 19 years ago
  bill f5d84c890b Fix pruning so that exceptions and annotation attributes are not ditched. 19 years ago
  chiba a370566827 checked the previous modifications and adjusted the format. 19 years ago
  ejort e2f3a29074 Add the ability to retrieve and change the Major/Minor versions of the ClassFile 19 years ago
  chiba 4b2de8a77e Change the year in the copyright notices from 2004 to 2005. 19 years ago
  chiba e793a77000 implemented removeMethod() etc. 19 years ago
  chiba 5d5407d0af fixed a bug in CtClass.getMethods() and javassist.reflect package 20 years ago
  chiba 8c82477b41 implemented pruning 20 years ago
  chiba d51257fc94 revised javassist.bytecode.annotation package. 20 years ago
  chiba d906bfb337 Now, the compiler accepts a method that accesses 20 years ago
  chiba c86c20c27f performance tuning. 20 years ago
  chiba f56bd9e72f changed the stuff related to ClassPool. 20 years ago
  patriot1burke ed96cc4101 added annotation support. Only Enum types not supported when adding 20 years ago
  chiba 98cf25f68b fixed a typo. 20 years ago
  chiba e057bbef56 changed to throw an exception if a duplicate method/field is added. 20 years ago
  chiba bd4705d214 updated the copyright notices. 20 years ago
  chiba fe122bdfe2 changed the behavior of CtClassType.setSuperclass(). 21 years ago
  chiba 2e9cd7421a changed the license. 21 years ago
  chiba cdeddfd6fc Changed the copyright notices and removed tab characters. 21 years ago
  patriot1burke 069bceaf72 This commit was generated by cvs2svn to compensate for changes in r2, which 21 years ago