summaryrefslogtreecommitdiffstats
path: root/src/main/javassist/CtClass.java
Commit message (Expand)AuthorAgeFilesLines
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* fixed a few bugs.chiba2005-01-131-1/+11
* implemented removeMethod() etc.chiba2005-01-121-2/+32
* reformatted the files edited by Bill.chiba2004-09-281-1137/+1048
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-141-1068/+1149
* javadoc comments have been modified.chiba2004-09-121-1/+21
* implemented pruningchiba2004-08-191-3/+36
* modified CtClass#toString()chiba2004-08-031-4/+3
* Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]...chiba2004-07-261-40/+48
* Changed subclasses of javassist.expr.Expr so that $_ is always initialized.chiba2004-06-051-1/+1
* added computeMaxStack() in CodeAttribute.chiba2004-05-181-1/+1
* CtClass.makeNestedClass() has been added.chiba2004-05-131-0/+16
* Now, the compiler accepts a method that callschiba2004-05-081-1/+1
* Now, the compiler accepts a method that accesseschiba2004-05-051-1/+1
* Now, the compiler accepts a method that calls a private methodchiba2004-05-041-1/+8
* added CtClass#getDeclaringClass()chiba2004-05-031-0/+10
* added detach() in CtClass, which is necessary so that some people whochiba2004-04-271-0/+15
* modified the API to look good.chiba2004-04-211-3/+3
* put back callback to ClassPool.writeAsClass. This callback to ClassPool inst...patriot1burke2004-04-201-1/+1
* fixed bugs so that sample programs can run.chiba2004-04-161-2/+2
* modified the ClassPool framework.chiba2004-04-141-37/+129
* If a newly created method does not have a throws clause, an emptychiba2004-02-151-0/+4
* local variables were made available in the source text passedchiba2004-01-111-1/+1
* updated the copyright notices.chiba2004-01-081-3/+3
* fixed a number of javadoc warnings.chiba2003-12-311-2/+1
* changed the version string.chiba2003-12-251-1/+1
* Implemented several methods (e.g. CtClass#getURL) to support securitychiba2003-12-251-1/+9
* Fixed a bug of the token analyzer (double constant).chiba2003-12-201-1/+6
* fixed a bug on method lookup.chiba2003-12-101-1/+1
* made the compiler support inner classes appearing in type names.chiba2003-12-071-3/+6
* changed the behavior of CtClassType.setSuperclass().chiba2003-10-141-5/+17
* enabled the parser to parse switch and synchronized statements.chiba2003-10-071-1/+1
* added CtClass.main().chiba2003-10-061-1/+10
* fixed a javadoc comment.chiba2003-09-051-2/+2
* made ClassPool.SimpleLoader public.chiba2003-09-041-0/+1
* implemented toString().chiba2003-09-011-0/+22
* changed the version number to 2.7chiba2003-08-311-1/+1
* corrected to be able to compile an infinite loop.rel_2_6chiba2003-08-281-1/+2
* updated some javadoc comments.chiba2003-08-041-4/+10
* minor bugs have been fixed.chiba2003-07-081-2/+4
* fixed the version number.chiba2003-05-241-1/+1
* fixed several compiler bugs and updated the tutorial.chiba2003-05-141-0/+14
* fixed an array-access bug.chiba2003-04-301-1/+1
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-185/+176
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-221-0/+819