aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* requested by Eric Tanterchiba2004-09-281-2/+2
* reformatted the files edited by Bill.chiba2004-09-286-4107/+3685
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-146-3617/+4143
* javadoc comments have been modified.chiba2004-09-121-1/+21
* Edited javadoc comments.chiba2004-09-091-0/+7
* updated javadoc comments.chiba2004-09-082-3/+16
* Now the compiler supports a switch statement.chiba2004-09-033-6/+131
* modified the code generator to compute constant expressions at compile time.chiba2004-09-017-31/+208
* discarded the last changeschiba2004-08-302-252/+62
* implemented CtField#getConstantValue().chiba2004-08-308-2/+224
* temporary version. You cannot compile them. I'll discard the changes but wa...chiba2004-08-302-62/+252
* fixed a bug in CtClass.getMethods() and javassist.reflect packagechiba2004-08-226-32/+48
* implemented pruningchiba2004-08-1915-22/+176
* .class supportchiba2004-08-166-30/+230
* implemented getMethodIndex() in javassist.reflect.ClassMetaobjectchiba2004-08-143-4/+88
* modified CtClass#toString()chiba2004-08-035-14/+36
* javassist.expr.NewArray has been implemented.chiba2004-08-025-39/+385
* updated some javadoc comments.chiba2004-07-272-3/+5
* fixed Bugs item #997458: addCatch("return;", ...) on CtConstructor causes Ver...chiba2004-07-273-2/+94
* fixed Bugs item #993090chiba2004-07-261-4/+18
* Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]...chiba2004-07-265-123/+103
* Bugs item #988787 has been fixed.chiba2004-07-1910-11/+262
* Fixed Bugs item #987038 (opened at 2004-07-08 15:06)chiba2004-07-081-3/+4
* revised javassist.bytecode.annotation package.chiba2004-06-2526-1732/+1564
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-1011-23/+1124
* Changed subclasses of javassist.expr.Expr so that $_ is always initialized.chiba2004-06-058-21/+71
* added Enum support to AnnotationInfopatriot1burke2004-06-034-9/+67
* 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