| Commit message (Expand) | Author | Age | Files | Lines |
* | HotSwap support | chiba | 2005-06-21 | 3 | -2/+258 |
* | update the tutorial | chiba | 2005-06-20 | 1 | -1/+1 |
* | minor fixes | chiba | 2005-06-20 | 2 | -0/+14 |
* | Turning the automatic pruning on by default. | chiba | 2005-06-16 | 4 | -46/+97 |
* | fixed a bug I enbugged in the previous version | chiba | 2005-06-11 | 1 | -2/+2 |
* | reformatted the files and added javadoc comments. | chiba | 2005-06-11 | 5 | -784/+737 |
* | Fix pruning so that exceptions and annotation attributes are not ditched. | bill | 2005-06-09 | 6 | -668/+812 |
* | bug in writing enumvalue | bill | 2005-06-08 | 1 | -2/+2 |
* | fixed a bug so that the compiler distinguishes a length field and the array l... | chiba | 2005-06-08 | 2 | -17/+26 |
* | support non us-ascii identifiers (JIRA May20,2005) | chiba | 2005-06-07 | 2 | -7/+17 |
* | fixed a bug so that "<array> == null" can be compiled. | chiba | 2005-05-16 | 1 | -2/+5 |
* | Changed ClassPool.get() to accept the descriptors of array types. | chiba | 2005-05-16 | 2 | -1/+9 |
* | some simple style changes | chiba | 2005-05-16 | 1 | -21/+49 |
* | checked the previous modifications and adjusted the format. | chiba | 2005-04-10 | 2 | -19/+13 |
* | Also previous modification adds the ability to retrieve all classes reference... | ejort | 2005-04-08 | 1 | -0/+1 |
* | Add the ability to retrieve and change the Major/Minor versions of the ClassFile | ejort | 2005-04-08 | 2 | -1/+68 |
* | fixed a bug of CtBehavior.insertAt (and a few other minor fixes) | chiba | 2005-03-02 | 2 | -4/+22 |
* | add support for obtaining default annotation member values (the same patch as... | chiba | 2005-02-27 | 18 | -45/+287 |
* | fixed a bug in LocalVariableAttribute | chiba | 2005-02-02 | 3 | -11/+26 |
* | Added javadoc comments. | chiba | 2005-01-31 | 3 | -4/+22 |
* | fixed a bug in javadoc commentsrel_3_0 | chiba | 2005-01-18 | 1 | -1/+1 |
* | Change the year in the copyright notices from 2004 to 2005. | chiba | 2005-01-18 | 146 | -149/+149 |
* | fixed a few bugs. | chiba | 2005-01-13 | 3 | -3/+38 |
* | implemented removeMethod() etc. | chiba | 2005-01-12 | 11 | -136/+251 |
* | Reformatted the soruce files modified by Bill. | chiba | 2005-01-09 | 2 | -642/+609 |
* | methodinfos are not equal for some reason. | patriot1burke | 2004-12-09 | 2 | -565/+661 |
* | fixed a bug in CtConstructor#getName() | chiba | 2004-11-04 | 1 | -1/+1 |
* | supports finally clauses | chiba | 2004-11-04 | 2 | -24/+129 |
* | synchronized statement support. | chiba | 2004-11-02 | 2 | -6/+83 |
* | minor updates for reflecting forum posts | chiba | 2004-10-21 | 1 | -0/+2 |
* | Made the constructors in subclasses of Expr protected. | chiba | 2004-10-18 | 8 | -17/+18 |
* | reformatted. | chiba | 2004-10-18 | 3 | -638/+611 |
* | handle primitives in annotation ClassMembers | patriot1burke | 2004-10-18 | 1 | -563/+636 |
* | Expr.where() throws an exception if the expression is in a static initializer. | chiba | 2004-10-16 | 1 | -1/+5 |
* | requested by Eric Tanter | chiba | 2004-09-28 | 1 | -2/+2 |
* | reformatted the files edited by Bill. | chiba | 2004-09-28 | 6 | -4107/+3685 |
* | * additional methods to AnnotationsAttribute to support adding | patriot1burke | 2004-09-14 | 6 | -3617/+4143 |
* | javadoc comments have been modified. | chiba | 2004-09-12 | 1 | -1/+21 |
* | Edited javadoc comments. | chiba | 2004-09-09 | 1 | -0/+7 |
* | updated javadoc comments. | chiba | 2004-09-08 | 2 | -3/+16 |
* | Now the compiler supports a switch statement. | chiba | 2004-09-03 | 3 | -6/+131 |
* | modified the code generator to compute constant expressions at compile time. | chiba | 2004-09-01 | 7 | -31/+208 |
* | discarded the last changes | chiba | 2004-08-30 | 2 | -252/+62 |
* | implemented CtField#getConstantValue(). | chiba | 2004-08-30 | 8 | -2/+224 |
* | temporary version. You cannot compile them. I'll discard the changes but wa... | chiba | 2004-08-30 | 2 | -62/+252 |
* | fixed a bug in CtClass.getMethods() and javassist.reflect package | chiba | 2004-08-22 | 6 | -32/+48 |
* | implemented pruning | chiba | 2004-08-19 | 15 | -22/+176 |
* | .class support | chiba | 2004-08-16 | 6 | -30/+230 |
* | implemented getMethodIndex() in javassist.reflect.ClassMetaobject | chiba | 2004-08-14 | 3 | -4/+88 |
* | modified CtClass#toString() | chiba | 2004-08-03 | 5 | -14/+36 |