summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* added a getter.chiba2006-08-121-0/+7
* changed new CtField(CtField,..) to copy annotations.chiba2006-08-111-0/+9
* updated javadoc commentschiba2006-08-081-1/+5
* fixed the bug reported as JASSIST-23.chiba2006-08-076-26/+194
* fixed JIRA JASSIST-25chiba2006-08-061-3/+9
* prepare 3.3 releasechiba2006-08-062-2/+2
* a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method)...chiba2006-07-182-6/+16
* reformatted.chiba2006-07-186-62/+78
* reformatted.chiba2006-07-181-4/+6
* reformatted.chiba2006-07-187-775/+784
* Handle Annotation.annotationType() callskkhan2006-07-181-0/+5
* reformatted.chiba2006-07-181-30/+12
* Add getAvailableAnnotations() to CtMemeberkkhan2006-07-171-0/+14
* add getAvailableAnnotations() methods to CtClass, CtBehaviour and CtField. Th...kkhan2006-07-174-34/+169
* Snapshot version should be just "snapshot"kkhan2006-07-141-1/+1
* Move handling of primitive class value from MemberValue to ClassMemberValuekkhan2006-07-142-37/+38
* Be able to handle Class annotation attributes like void.class, int.class etc.kkhan2006-07-131-1/+37
* Update copyright noticekkhan2006-07-136-120/+84
* Move scoped classpool repository from jboss retro into javassist to have a co...kkhan2006-07-137-1/+912
* Do not proxy volatile methodskkhan2006-07-121-0/+2
* updated javadoc comments.chiba2006-07-011-2/+2
* updated javadoc comments.chiba2006-07-011-3/+11
* release 3.2rel_3_2chiba2006-06-202-2/+2
* modified to generate a better comiple error message.chiba2006-06-132-12/+72
* modified javadocs.chiba2006-06-123-1/+9
* JBBUILD-319, Add redirects for the new java.io.StringWriter append methodsstarksm2006-06-111-2/+3
* Add methods to determine if a CtClass is an annotation or an enumkkhan2006-06-083-0/+40
* updated javadoc comments.chiba2006-05-291-3/+7
* fixed JIRA JASSIST-19.chiba2006-05-291-1/+4
* fixed JIRA JASSIST-19.chiba2006-05-292-5/+5
* very minor reformatting.chiba2006-05-101-2/+1
* Update the version to 3.2.0.CR2starksm2006-05-092-2/+2
* JASSIST-18, Use of the system classloader for the case of a superclass with a...starksm2006-05-091-4/+7
* fixed JASSIST-18.chiba2006-05-091-4/+10
* Fixed a problem JIRA JASSIST-16chiba2006-04-272-3/+3
* fixed a bug of replace(String,ExprEditor) in javassist.expr.Expr.chiba2006-04-093-10/+31
* updated javadoc comments.chiba2006-03-231-5/+9
* JBQA-324 update version to 3.2.0.CR1rcampbell2006-03-181-1/+1
* JBQA-324 update version to 3.2.0.CR1rcampbell2006-03-181-1/+1
* Need to also keep the parameter annotations after a prune.adrian2006-03-151-13/+28
* Allow a ClassPool to override the "guess" at the classloader to use.adrian2006-03-152-3/+17
* We also need to keep the annotation default attribute after a prune.adrian2006-03-151-0/+5
* fixed a minor problem of CtClassTypechiba2006-03-082-7/+18
* added getNestedClasses() in CtClass.chiba2006-02-272-2/+39
* final updates for 3.1 releaserel_3_1chiba2006-02-222-8/+16
* Remove the ability to change methodref signatures.adrian2006-02-221-57/+0
* Make setUtf8Info private.adrian2006-02-221-1/+1
* (almost) final updates for 3.1 releasechiba2006-02-223-2/+3
* Add the ability to change the signature of a constant pool methodref entry.adrian2006-02-211-0/+57
* replaced individual calls to Thread.currentThread().getContextClassLoader() w...chiba2006-02-172-3/+12