aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updates commentschiba2005-06-249-30/+72
* fixed a bug of the compilerchiba2005-06-231-2/+7
* HotSwap supportchiba2005-06-218-5/+361
* update the tutorialchiba2005-06-203-6/+18
* minor fixeschiba2005-06-202-0/+14
* Turning the automatic pruning on by default.chiba2005-06-164-46/+97
* fixed a bug I enbugged in the previous versionchiba2005-06-111-2/+2
* reformatted the files and added javadoc comments.chiba2005-06-115-784/+737
* Fix pruning so that exceptions and annotation attributes are not ditched.bill2005-06-097-669/+813
* bug in writing enumvaluebill2005-06-081-2/+2
* fixed a bug so that the compiler distinguishes a length field and the array l...chiba2005-06-082-17/+26
* support non us-ascii identifiers (JIRA May20,2005)chiba2005-06-073-9/+19
* fixed a bug so that "<array> == null" can be compiled.chiba2005-05-161-2/+5
* Changed ClassPool.get() to accept the descriptors of array types.chiba2005-05-162-1/+9
* some simple style changeschiba2005-05-161-21/+49
* cleaned up import declarationschiba2005-05-157-266/+249
* checked the previous modifications and adjusted the format.chiba2005-04-102-19/+13
* Also previous modification adds the ability to retrieve all classes reference...ejort2005-04-081-0/+1
* Add the ability to retrieve and change the Major/Minor versions of the ClassFileejort2005-04-082-1/+68
* clarify that $0 means this.chiba2005-03-241-3/+3
* fixed a bug of CtBehavior.insertAt (and a few other minor fixes)chiba2005-03-026-8/+49
* add support for obtaining default annotation member values (the same patch as...chiba2005-02-2718-45/+287
* fixed a bug in LocalVariableAttributechiba2005-02-023-11/+26
* Added javadoc comments.chiba2005-01-315-5/+30
* fixed a bug in javadoc commentsrel_3_0chiba2005-01-182-2/+2
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-18146-149/+149
* fixed a few bugs.chiba2005-01-136-1470/+1506
* implemented removeMethod() etc.chiba2005-01-1214-1584/+1721
* Reformatted the soruce files modified by Bill.chiba2005-01-092-642/+609
* methodinfos are not equal for some reason.patriot1burke2004-12-092-565/+661
* fixed a bug in CtConstructor#getName()chiba2004-11-041-1/+1
* supports finally clauseschiba2004-11-042-24/+129
* synchronized statement support.chiba2004-11-024-8/+99
* minor updates for reflecting forum postschiba2004-10-211-0/+2
* Made the constructors in subclasses of Expr protected.chiba2004-10-188-17/+18
* reformatted.chiba2004-10-183-638/+611
* handle primitives in annotation ClassMemberspatriot1burke2004-10-181-563/+636
* Expr.where() throws an exception if the expression is in a static initializer.chiba2004-10-162-2/+6
* requested by Eric Tanterchiba2004-09-281-2/+2
* reformatted the files edited by Bill.chiba2004-09-287-4107/+3686
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-146-3617/+4143
* javadoc comments have been modified.chiba2004-09-123-3/+23
* Edited javadoc comments.chiba2004-09-091-0/+7
* updated javadoc comments.chiba2004-09-082-3/+16
* edited the tutorial.chiba2004-09-061-0/+11
* Now the compiler supports a switch statement.chiba2004-09-035-8/+133
* modified the code generator to compute constant expressions at compile time.chiba2004-09-017-31/+208
* discarded the last changeschiba2004-08-306-360/+246
* 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