aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get0 should look in cached classes first as code extending ClassPool behaviorpatriot1burke2004-04-121-1/+2
* write0 should never delegate to parent. The ClassPool that the CtClass is as...patriot1burke2004-04-121-4/+0
* fixed some things that broke JBoss AOPpatriot1burke2004-04-122-2/+1
* addTranslator() was still wrong.chiba2004-04-091-2/+6
* renamed insertTranslator() in ClassPool to addTranslator() sincechiba2004-04-078-47/+119
* changed delimiters, etc.chiba2004-04-052-181/+179
* changed line delimiters.chiba2004-04-052-85/+85
* changed the stuff related to ClassPool.chiba2004-04-0516-1486/+1568
* added annotation support. Only Enum types not supported when addingpatriot1burke2004-04-0319-1006/+2362
* fixed a typo.chiba2004-03-141-2/+2
* changed to throw an exception if a duplicate method/field is added.chiba2004-03-143-5/+56
* changed the compiler so that multiple statements do not need to bechiba2004-03-121-5/+4
* fixed a bug that happens if null is passed to a method.chiba2004-02-281-0/+3
* update javadoc comments.chiba2004-02-202-94/+166
* If a newly created method does not have a throws clause, an emptychiba2004-02-155-3/+19
* local variables were made available in the source text passedchiba2004-01-1112-32/+119
* updated the copyright notices.chiba2004-01-08136-171/+172
* added the description of insertAt() in CtBehavior.chiba2003-12-315-459/+99
* fixed a number of javadoc warnings.chiba2003-12-3112-21/+29
* CtBehavior#insertAt() and support methods have been implemented.chiba2003-12-316-8/+175
* fixed a compiler bug.chiba2003-12-262-8/+3
* changed the version string.chiba2003-12-251-1/+1
* Implemented several methods (e.g. CtClass#getURL) to support securitychiba2003-12-259-18/+189
* Fixed a bug of the token analyzer (double constant).chiba2003-12-208-37/+120
* fixed a bug on method lookup.chiba2003-12-103-13/+17
* made the compiler support inner classes appearing in type names.chiba2003-12-077-46/+90
* I implemented a type checker for better code generation.chiba2003-11-2720-518/+1847
* changed the behavior of CtClassType.setSuperclass().chiba2003-10-143-7/+32
* made javassist.expr.MethodCall#replace correctly workchiba2003-10-107-10/+61
* enabled the parser to parse switch and synchronized statements.chiba2003-10-073-18/+89
* added CtClass.main().chiba2003-10-064-5/+22
* improved the compilation of static method calls.chiba2003-10-062-7/+17
* Improved the performance of $proceed when it represents a static method.chiba2003-10-064-29/+75
* updated tutorial so that it says the class names passed to the compilerchiba2003-09-192-0/+10
* fixed warnings reported by Eclipse.chiba2003-09-0826-29/+168
* fixed a javadoc comment.chiba2003-09-051-2/+2
* added javassist.bytecode.DeprecatedAttribute.chiba2003-09-053-0/+59
* updated documents.chiba2003-09-045-34/+76
* made ClassPool.SimpleLoader public.chiba2003-09-045-29/+112
* 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-314-10/+9
* corrected to be able to compile an infinite loop.rel_2_6chiba2003-08-283-11/+30
* fixed a bug in CtField.chiba2003-08-231-0/+2
* changed the behavior of CtClassType.setSuperclass().chiba2003-08-222-34/+16
* 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-173-7/+10
* updated some javadoc comments.chiba2003-08-046-8/+84
* added Expr#indexofBytecode.chiba2003-07-313-3/+14
* fixed typo in a javadoc comment.chiba2003-07-112-2/+2