202 Commits (a52aa9270535cf1d07bce643baa37911441e61f8)
 

Author SHA1 Message Date
  chiba a52aa92705 renamed javassist.tool to javassist.tools 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
  kkhan a1419a5df6 Add eclipse files 18 years ago
  chiba 549aab4f06 implemented getSignature() in javassist.expr.MethodCall 18 years ago
  chiba 7ea6c585a1 updated javadoc comments. 18 years ago
  chiba 724b9b93c3 updated Modifier class. 18 years ago
  chiba 5ff19d5945 appended ClassPool(boolean) constructor. 18 years ago
  chiba 65e6ac8421 updated javadoc comments 18 years ago
  chiba d3f0404b8b updated javadoc comments. 18 years ago
  chiba 7696279d0e changed the behavior of CtClass#getMethods(), getFields(), and getConstructors(). 18 years ago
  chiba eb12cc5d6b updated CtMember.append() for better performance. 18 years ago
  chiba bfdfdff690 added makeUniqueName() in CtClass. 18 years ago
  chiba 361e158779 removed javassist.preproc. 18 years ago
  chiba 721370a391 moved javassist.preproc package to sample/preproc directory. 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 3ab8846e75 renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bug so that getModifiers() can work on an nested class. 18 years ago
  chiba 14a5ac3797 minor fixes for RC2 release. 18 years ago
  chiba 39b350bc4b updated javadoc comments 18 years ago
  chiba 5292871f7d fixed a bug found when an annotation includes an empty array. 18 years ago
  chiba 51e498f02b fixed a bug so that ExprEditor#edit(NewExpr) can process a method compiled by Eclipse. 18 years ago
  chiba d59bfd284a updated javadoc comments 18 years ago
  chiba 19d816cade improved a message for RuntimeExceptions. 19 years ago
  chiba f4bc17b8dc minor updates for 3.1RC1 19 years ago
  chiba 138cb0ca97 fixed a bug reported as JIRA Javassist-12 19 years ago
  chiba 57f386402f improved the compatibility with respect to chained exceptions. 19 years ago
  chiba 5e191f7f29 fixed JIRA Javassist-9. javadoc comments have been updated. 19 years ago
  chiba 1d89891b54 Fixed a threading bug reported by JIRA Javassist-13 19 years ago
  chiba 9366fe0862 Array initializer supports and better annotation supports. 19 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