aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* reformatting.chiba2006-02-163-4/+22
* Fix NPE when there are no parameter annotations.adrian2006-02-151-1/+3
* Add support for getParameterAnnotations() from the CtBehaviour.adrian2006-02-152-0/+59
* Allow access to the constructor signature.adrian2006-02-151-2/+17
* Adjusted the behavior of setHandler().chiba2006-02-142-9/+22
* Adjusting indentation, adding javadoc comments, etc.chiba2006-02-132-23/+34
* Compacting/clone has a problem when the method index is zero.adrian2006-02-061-0/+20
* Allow for retrieval of the real type name of the annotation.adrian2006-02-051-1/+6
* I need an eclipse option that disallows autoboxing. :-)adrian2006-02-041-3/+6
* Implement the Object methods for the annotation invocation handler.adrian2006-02-041-1/+16
* fixed a bug of method dispatch.chiba2006-01-291-15/+22
* fixed a bug in getModifiers() in CtClass.chiba2006-01-195-1/+43
* updated copyright noticeschiba2006-01-11155-1084/+1115
* restructred sub packageschiba2006-01-1140-98/+1254
* fixed a bug on renameClass().chiba2006-01-101-6/+14
* updated javadoc commentschiba2006-01-101-1/+1
* renamed javassist.tool to javassist.toolschiba2006-01-013-4/+4
* changed to generate more javap-friendly codechiba2006-01-011-0/+16
* implemented recursive replace() for ExprEditor.chiba2005-12-293-100/+196
* added addGetfield() and addPutfield() in javassist.bytecode.Bytecode.chiba2005-12-231-4/+38