aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updated some javadoc comments.chiba2004-07-274-14/+31
* 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-267-187/+231
* Bugs item #988787 has been fixed.chiba2004-07-1913-18/+284
* Updated the tutorial to be more understandable.chiba2004-07-152-50/+104
* Fixed Bugs item #987038 (opened at 2004-07-08 15:06)chiba2004-07-083-6/+7
* revised javassist.bytecode.annotation package.chiba2004-06-2526-1732/+1564
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-1012-24/+1125
* Changed subclasses of javassist.expr.Expr so that $_ is always initialized.chiba2004-06-0510-25/+97
* added Enum support to AnnotationInfopatriot1burke2004-06-035-10/+68
* minor and final changes for 3.0 betachiba2004-05-183-8/+37
* added computeMaxStack() in CodeAttribute.chiba2004-05-186-1/+455
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-1517-73/+216
* CtClass.makeNestedClass() has been added.chiba2004-05-136-8/+171
* updated the tutorialchiba2004-05-112-0/+0
* updated the tutorial.chiba2004-05-111-0/+0
* Updated the tutorialchiba2004-05-111-184/+209
* 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-213-25/+44
* 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-1610-103/+92
* Not needed anymore.chiba2004-04-141-47/+0
* modified the ClassPool framework.chiba2004-04-1418-538/+461
* 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