226 Commits (rel_3_1)
 

Author SHA1 Message Date
  chiba f4bc17b8dc minor updates for 3.1RC1 18 years ago
  chiba 138cb0ca97 fixed a bug reported as JIRA Javassist-12 18 years ago
  chiba 57f386402f improved the compatibility with respect to chained exceptions. 18 years ago
  chiba 5e191f7f29 fixed JIRA Javassist-9. javadoc comments have been updated. 18 years ago
  chiba 1d89891b54 Fixed a threading bug reported by JIRA Javassist-13 18 years ago
  chiba 9366fe0862 Array initializer supports and better annotation supports. 18 years ago
  chiba 2d60b1690e modified the compiler to support "import". 19 years ago
  chiba ff329de74b Modified javadoc comments. 19 years ago
  chiba a776280a9f modified so that an error message is thrown if the super class of java.lang.Object is accessed. 19 years ago
  chiba f6faf5fde7 fixed a compilation problem of static final fields. 19 years ago
  chiba 6dc6b9945e added getSize() 19 years ago
  chiba 7c44f9c339 Added javassist.expr.ConstructorCall 19 years ago
  chiba ebce54d6ee Added javassist.expr.ConstructorCall 19 years ago
  chiba fbecfe57ce updated a comment. 19 years ago
  chiba b4357bab0d deleted some local variables that are never read. 19 years ago
  chiba 9b1411e58b updates comments 19 years ago
  chiba cb8fe91265 fixed a bug of the compiler 19 years ago
  chiba aa0900d4cf HotSwap support 19 years ago
  chiba 5de7634f05 update the tutorial 19 years ago
  chiba 1ae8f41102 minor fixes 19 years ago
  chiba ee8265e79f Turning the automatic pruning on by default. 19 years ago
  chiba c4db11b46b fixed a bug I enbugged in the previous version 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
  bill 2f50864a52 bug in writing enumvalue 19 years ago
  chiba 001d765704 fixed a bug so that the compiler distinguishes a length field and the array length operator. 19 years ago
  chiba d30bc13c09 support non us-ascii identifiers (JIRA May20,2005) 19 years ago
  chiba 2c834425c9 fixed a bug so that "<array> == null" can be compiled. 19 years ago
  chiba 5b7f885703 Changed ClassPool.get() to accept the descriptors of array types. 19 years ago
  chiba d555274962 some simple style changes 19 years ago
  chiba fcf881dc69 cleaned up import declarations 19 years ago
  chiba a370566827 checked the previous modifications and adjusted the format. 19 years ago
  ejort 82d3da5daa Also previous modification adds the ability to retrieve all classes referenced in the constant pool 19 years ago
  ejort e2f3a29074 Add the ability to retrieve and change the Major/Minor versions of the ClassFile 19 years ago
  chiba 6ab159e1f5 clarify that $0 means this. 19 years ago
  chiba 13ecd1542c fixed a bug of CtBehavior.insertAt (and a few other minor fixes) 19 years ago
  chiba bf8c6f9ca9 add support for obtaining default annotation member values (the same patch as Bill's but more javadoc comments) 19 years ago
  chiba 16ecc51f82 fixed a bug in LocalVariableAttribute 19 years ago
  chiba bd0d1580a7 Added javadoc comments. 19 years ago
  chiba 7d35a76c5d fixed a bug in javadoc comments 19 years ago
  chiba 4b2de8a77e Change the year in the copyright notices from 2004 to 2005. 19 years ago
  chiba e667c0de32 fixed a few bugs. 19 years ago
  chiba e793a77000 implemented removeMethod() etc. 19 years ago
  chiba 91895bb38c Reformatted the soruce files modified by Bill. 19 years ago
  patriot1burke b28caee373 methodinfos are not equal for some reason. 19 years ago
  chiba 804fb36894 fixed a bug in CtConstructor#getName() 19 years ago
  chiba be2809ffa5 supports finally clauses 19 years ago
  chiba 30ea2357da synchronized statement support. 19 years ago
  chiba 6dfecfeff4 minor updates for reflecting forum posts 19 years ago
  chiba b3dce09331 Made the constructors in subclasses of Expr protected. 19 years ago