77 Commits (52a455616e4077b5b61823cb4765c02fc6866f9a)

Author SHA1 Message Date
  chiba 52a455616e restructred sub packages 18 years ago
  chiba 5b8d2d6c7a fixed a bug on renameClass(). 18 years ago
  chiba 23e4e9827e changed to generate more javap-friendly code 18 years ago
  chiba 07eda55dcc implemented recursive replace() for ExprEditor. 18 years ago
  chiba c9ab3dda7e added addGetfield() and addPutfield() in javassist.bytecode.Bytecode. 18 years ago
  chiba ecb71c7515 added some methods to javassist.Bytecode and Descriptor. 18 years ago
  chiba 7ea6c585a1 updated javadoc comments. 18 years ago
  chiba 6aaacd9676 Implemented CtConstructor#toMethod(). 18 years ago
  chiba 0446eb7e74 improved the performance of Bytecode and ConstPool. Added clone() to Bytecode. 18 years ago
  chiba 5292871f7d fixed a bug found when an annotation includes an empty array. 19 years ago
  chiba 5e191f7f29 fixed JIRA Javassist-9. javadoc comments have been updated. 19 years ago
  chiba 9366fe0862 Array initializer supports and better annotation supports. 19 years ago
  chiba f6faf5fde7 fixed a compilation problem of static final fields. 19 years ago
  chiba 6dc6b9945e added getSize() 19 years ago
  chiba b4357bab0d deleted some local variables that are never read. 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 d555274962 some simple style changes 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 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 4b2de8a77e Change the year in the copyright notices from 2004 to 2005. 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 30ea2357da synchronized statement support. 19 years ago
  chiba 86309c3ef2 reformatted. 19 years ago
  patriot1burke 56c38f0ea0 handle primitives in annotation ClassMembers 19 years ago
  chiba aca939f8d7 reformatted the files edited by Bill. 20 years ago
  patriot1burke 02c99beb98 * additional methods to AnnotationsAttribute to support adding 20 years ago
  chiba 0e6ebb79d3 Now the compiler supports a switch statement. 20 years ago
  chiba f39d058e65 implemented CtField#getConstantValue(). 20 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 7fd8dd6838 .class support 20 years ago
  chiba 3b946e08d5 javassist.expr.NewArray has been implemented. 20 years ago
  chiba af2793e731 fixed Bugs item #997458: addCatch("return;", ...) on CtConstructor causes VerifyError 20 years ago
  chiba aa92b8250e Bugs item #988787 has been fixed. 20 years ago
  chiba d51257fc94 revised javassist.bytecode.annotation package. 20 years ago
  chiba 6f0d550f39 Added javassist.bytecode.AnnotationsAttribute and support classes. 20 years ago
  chiba 134ee70a9f Changed subclasses of javassist.expr.Expr so that $_ is always initialized. 20 years ago
  patriot1burke fa03e04037 added Enum support to AnnotationInfo 20 years ago