226 Commits (rel_3_1)
 

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