765 Commits (rel_3_24_1_ga)
 

Author SHA1 Message Date
  kkhan e1f6d508cf Add getAvailableAnnotations() to CtMemeber 18 years ago
  kkhan 0273ae2abc add getAvailableAnnotations() methods to CtClass, CtBehaviour and CtField. These work the same as getAnnotations() but instead of throwing a ClassNotFoundException, annotations not on the classpath are not returned. 18 years ago
  kkhan 5a8f4ca279 Snapshot version should be just "snapshot" 18 years ago
  kkhan 2433547278 Move handling of primitive class value from MemberValue to ClassMemberValue 18 years ago
  kkhan 77aebc2d42 Be able to handle Class annotation attributes like void.class, int.class etc. 18 years ago
  kkhan 1538e5180a Update copyright notice 18 years ago
  kkhan a241e04409 Move scoped classpool repository from jboss retro into javassist to have a common place for users like aop and jboss retro 18 years ago
  kkhan 5cc7284f99 Do not proxy volatile methods 18 years ago
  kkhan f169c35882 Get rid of reference to local/src 18 years ago
  chiba 2055bbef8a updated javadoc comments. 18 years ago
  chiba 6d57767054 updated javadoc comments. 18 years ago
  chiba 046c30cb2f release 3.2 18 years ago
  chiba 19a7ea2a85 modified to generate a better comiple error message. 18 years ago
  chiba d759705aca modified javadocs. 18 years ago
  starksm 8e02feca93 JBBUILD-319, Add redirects for the new java.io.StringWriter append methods 18 years ago
  kkhan 9a1a73334f Add methods to determine if a CtClass is an annotation or an enum 18 years ago
  chiba da0396f941 updated javadoc comments. 18 years ago
  chiba 7804fb0986 fixed JIRA JASSIST-19. 18 years ago
  chiba 0394465810 fixed JIRA JASSIST-19. 18 years ago
  chiba 28c21218e0 very minor reformatting. 18 years ago
  starksm 0bcd482930 Update the 3.2.0.CR2 release notes 18 years ago
  starksm 950474ccb0 Update the version to 3.2.0.CR2 18 years ago
  starksm 6fa9509fd0 JASSIST-18, Use of the system classloader for the case of a superclass with a null classloader was too restrictive in that it required javassist to be loaded by the system classloader. Instead use the javassist ProxyFactory.class classloader. 18 years ago
  chiba 5a318e3e74 fixed JASSIST-18. 18 years ago
  chiba 6670a56345 Fixed a problem JIRA JASSIST-16 18 years ago
  chiba eee86c9995 fixed a bug of replace(String,ExprEditor) in javassist.expr.Expr. 18 years ago
  chiba 7b68913ebb updated javadoc comments. 18 years ago
  rcampbell 5a29c6e53d JBQA-324 update version to 3.2.0.CR1 18 years ago
  rcampbell 1a9f2eb051 JBQA-324 update version to 3.2.0.CR1 18 years ago
  rcampbell 0a571fb77c JBQA-324 bump version to 3.2.0.CR1 18 years ago
  rcampbell 1c5026da22 JBQA-324 update changelog for 3.2.0.CR1 release 18 years ago
  adrian e8fe862862 Need to also keep the parameter annotations after a prune. 18 years ago
  adrian 163f2ece31 Allow a ClassPool to override the "guess" at the classloader to use. 18 years ago
  adrian 42d7a2b9d5 We also need to keep the annotation default attribute after a prune. 18 years ago
  chiba 003dce367a fixed a minor problem of CtClassType 18 years ago
  chiba 51c2a8c834 added getNestedClasses() in CtClass. 18 years ago
  chiba 1e0a593630 final updates for 3.1 release 18 years ago
  adrian aaea8645bb Remove the ability to change methodref signatures. 18 years ago
  adrian fa40c745ea Make setUtf8Info private. 18 years ago
  chiba 5404f1e186 (almost) final updates for 3.1 release 18 years ago
  adrian efa62f09d0 Add the ability to change the signature of a constant pool methodref entry. 18 years ago
  chiba 1330b17839 replaced individual calls to Thread.currentThread().getContextClassLoader() with a call to ClassPool#getContextClassLoader(), which simply forward to Thread.current... 18 years ago
  chiba f89063af06 reformatting. 18 years ago
  adrian 14e86c4042 Fix NPE when there are no parameter annotations. 18 years ago
  adrian 7bb1f60c5b Add support for getParameterAnnotations() from the CtBehaviour. 18 years ago
  adrian f280738536 Allow access to the constructor signature. 18 years ago
  chiba 99ab9359c4 Adjusted the behavior of setHandler(). 18 years ago
  chiba 72bc07cd53 Adjusting indentation, adding javadoc comments, etc. 18 years ago
  adrian 2b3afd3a5d Compacting/clone has a problem when the method index is zero. 18 years ago
  adrian 0f1701d237 Allow for retrieval of the real type name of the annotation. 18 years ago