167 Commits (f6faf5fde703853cfe3ea27a46db4b8523746d0d)
 

Author SHA1 Message Date
  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
  chiba 86309c3ef2 reformatted. 19 years ago
  patriot1burke 56c38f0ea0 handle primitives in annotation ClassMembers 19 years ago
  chiba d77cb45569 Expr.where() throws an exception if the expression is in a static initializer. 19 years ago
  chiba 8256ce571f requested by Eric Tanter 19 years ago
  chiba aca939f8d7 reformatted the files edited by Bill. 19 years ago
  patriot1burke 02c99beb98 * additional methods to AnnotationsAttribute to support adding 20 years ago
  chiba 1e8cb81f35 javadoc comments have been modified. 20 years ago
  chiba 889debb103 Edited javadoc comments. 20 years ago
  chiba 7bb9f61c4d updated javadoc comments. 20 years ago