summaryrefslogtreecommitdiffstats
path: root/src/main/javassist
Commit message (Expand)AuthorAgeFilesLines
* implemented CtBehavior.setBody with $proceed.chiba2003-09-022-0/+41
* implemented toString().chiba2003-09-018-0/+102
* changed the version number to 2.7chiba2003-08-311-1/+1
* corrected to be able to compile an infinite loop.rel_2_6chiba2003-08-282-10/+28
* fixed a bug in CtField.chiba2003-08-231-0/+2
* changed the behavior of CtClassType.setSuperclass().chiba2003-08-221-34/+14
* made to produce bytecode that HotSpot 1.3 can compile to bechiba2003-08-202-31/+78
* fixed a bug in the compiler, which could not compile a try statementchiba2003-08-172-5/+7
* updated some javadoc comments.chiba2003-08-044-8/+56
* added Expr#indexofBytecode.chiba2003-07-312-2/+12
* fixed typo in a javadoc comment.chiba2003-07-111-1/+1
* added ClassPool#removeCached so that subclasses of ClassPool can dochiba2003-07-111-1/+14
* enforced close() in a finally block.chiba2003-07-093-19/+33
* minor bugs have been fixed.chiba2003-07-0810-13/+47
* fixed the version number.chiba2003-05-241-1/+1
* - Made ClassPool.get0 protected so that subclasses of ClassPool can call itpatriot1burke2003-05-231-4/+12
* changed CtBehavior.setBody() so that setBody(null) produces a bodychiba2003-05-198-15/+81
* fixed a bug in CtBehavior#setBody().chiba2003-05-182-12/+14
* fixed a simple bug. MethodCall#isSuper() was not public.chiba2003-05-171-1/+1
* added isSuper() in MethodCall.chiba2003-05-161-0/+9
* modified the semantics of ($r).chiba2003-05-162-11/+50
* fixed a bug in makeClassInitializer() in CtClassType.chiba2003-05-141-7/+1
* fixed several compiler bugs and updated the tutorial.chiba2003-05-146-27/+101
* fixed an array-access bug.chiba2003-04-302-9/+10
* changed the license.chiba2003-04-30127-1017/+1145
* improved a javadoc comment.chiba2003-04-251-0/+4
* new files for version 2.5.chiba2003-04-232-0/+204
* Changed the copyright notices and removed tab characters.chiba2003-04-23133-15943/+14952
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-22125-0/+29651