862 次程式碼提交 (rel_3_1)
 

作者 SHA1 備註 提交日期
  chiba 1e0a593630 final updates for 3.1 release 18 年之前
  adrian aaea8645bb Remove the ability to change methodref signatures. 18 年之前
  adrian fa40c745ea Make setUtf8Info private. 18 年之前
  chiba 5404f1e186 (almost) final updates for 3.1 release 18 年之前
  adrian efa62f09d0 Add the ability to change the signature of a constant pool methodref entry. 18 年之前
  chiba 1330b17839 replaced individual calls to Thread.currentThread().getContextClassLoader() with a call to ClassPool#getContextClassLoader(), which simply forward to Thread.current... 18 年之前
  chiba f89063af06 reformatting. 18 年之前
  adrian 14e86c4042 Fix NPE when there are no parameter annotations. 18 年之前
  adrian 7bb1f60c5b Add support for getParameterAnnotations() from the CtBehaviour. 18 年之前
  adrian f280738536 Allow access to the constructor signature. 18 年之前
  chiba 99ab9359c4 Adjusted the behavior of setHandler(). 18 年之前
  chiba 72bc07cd53 Adjusting indentation, adding javadoc comments, etc. 18 年之前
  adrian 2b3afd3a5d Compacting/clone has a problem when the method index is zero. 18 年之前
  adrian 0f1701d237 Allow for retrieval of the real type name of the annotation. 18 年之前
  adrian 521d2bc977 I need an eclipse option that disallows autoboxing. :-) 18 年之前
  adrian 3921e76c51 Implement the Object methods for the annotation invocation handler. 18 年之前
  adrian 7807c07752 Remove the JDK vendor specfic class from the eclipse compilation 18 年之前
  chiba 35e52a2c0b fixed a bug of method dispatch. 18 年之前
  chiba ad7d5a9214 fixed a bug in getModifiers() in CtClass. 18 年之前
  kkhan 3f6d86e033 *** empty log message *** 18 年之前
  chiba 774508d17c updated copyright notices 18 年之前
  chiba 52a455616e restructred sub packages 18 年之前
  chiba 5b8d2d6c7a fixed a bug on renameClass(). 18 年之前
  chiba 44627e404b updated javadoc comments 18 年之前
  chiba a52aa92705 renamed javassist.tool to javassist.tools 18 年之前
  chiba 23e4e9827e changed to generate more javap-friendly code 18 年之前
  chiba 07eda55dcc implemented recursive replace() for ExprEditor. 18 年之前
  chiba c9ab3dda7e added addGetfield() and addPutfield() in javassist.bytecode.Bytecode. 18 年之前
  chiba ecb71c7515 added some methods to javassist.Bytecode and Descriptor. 18 年之前
  kkhan a1419a5df6 Add eclipse files 18 年之前
  chiba 549aab4f06 implemented getSignature() in javassist.expr.MethodCall 18 年之前
  chiba 7ea6c585a1 updated javadoc comments. 18 年之前
  chiba 724b9b93c3 updated Modifier class. 18 年之前
  chiba 5ff19d5945 appended ClassPool(boolean) constructor. 18 年之前
  chiba 65e6ac8421 updated javadoc comments 18 年之前
  chiba d3f0404b8b updated javadoc comments. 18 年之前
  chiba 7696279d0e changed the behavior of CtClass#getMethods(), getFields(), and getConstructors(). 18 年之前
  chiba eb12cc5d6b updated CtMember.append() for better performance. 18 年之前
  chiba bfdfdff690 added makeUniqueName() in CtClass. 18 年之前
  chiba 361e158779 removed javassist.preproc. 18 年之前
  chiba 721370a391 moved javassist.preproc package to sample/preproc directory. 18 年之前
  chiba 6aaacd9676 Implemented CtConstructor#toMethod(). 18 年之前
  chiba 0446eb7e74 improved the performance of Bytecode and ConstPool. Added clone() to Bytecode. 18 年之前
  chiba 3ab8846e75 renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bug so that getModifiers() can work on an nested class. 18 年之前
  chiba 14a5ac3797 minor fixes for RC2 release. 18 年之前
  chiba 39b350bc4b updated javadoc comments 18 年之前
  chiba 5292871f7d fixed a bug found when an annotation includes an empty array. 18 年之前
  chiba 51e498f02b fixed a bug so that ExprEditor#edit(NewExpr) can process a method compiled by Eclipse. 18 年之前
  chiba d59bfd284a updated javadoc comments 18 年之前
  chiba 19d816cade improved a message for RuntimeExceptions. 18 年之前