aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* minor and final changes for 3.0 betachiba2004-05-183-8/+37
* added computeMaxStack() in CodeAttribute.chiba2004-05-183-1/+256
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-1517-73/+216
* CtClass.makeNestedClass() has been added.chiba2004-05-135-0/+165
* Now, the compiler accepts a method that callschiba2004-05-085-10/+106
* Now, the compiler accepts a method that accesseschiba2004-05-0510-80/+316
* Now, the compiler accepts a method that calls a private methodchiba2004-05-047-14/+194
* added CtClass#getDeclaringClass()chiba2004-05-035-7/+109
* added detach() in CtClass, which is necessary so that some people whochiba2004-04-273-3/+18
* fixed some annotation bugs and added some integration featurespatriot1burke2004-04-2416-111/+334
* added an error check.chiba2004-04-211-0/+4
* modified the API to look good.chiba2004-04-212-25/+38
* put back callback to ClassPool.writeAsClass. This callback to ClassPool inst...patriot1burke2004-04-202-16/+25
* committed with bad \r\npatriot1burke2004-04-201-8/+8
* performance tuning.chiba2004-04-193-11/+15
* edited for improving runtime performance.chiba2004-04-185-67/+42
* minor changes.chiba2004-04-171-24/+35
* fixed bugs so that sample programs can run.chiba2004-04-169-99/+88
* Not needed anymore.chiba2004-04-141-47/+0
* modified the ClassPool framework.chiba2004-04-1413-529/+449
* 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-077-46/+118
* changed delimiters, etc.chiba2004-04-051-4/+2
* changed the stuff related to ClassPool.chiba2004-04-0512-1472/+1479
* 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-201-1/+20
* 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-119-20/+92
* updated the copyright notices.chiba2004-01-08133-165/+167
* added the description of insertAt() in CtBehavior.chiba2003-12-314-456/+70
* fixed a number of javadoc warnings.chiba2003-12-3111-21/+28
* CtBehavior#insertAt() and support methods have been implemented.chiba2003-12-315-8/+174
* fixed a compiler bug.chiba2003-12-261-1/+1
* changed the version string.chiba2003-12-251-1/+1
* Implemented several methods (e.g. CtClass#getURL) to support securitychiba2003-12-258-17/+181
* Fixed a bug of the token analyzer (double constant).chiba2003-12-207-36/+119
* 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-062-3/+13