| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes JASSIST-255 Primitive array return values cause invalid cast to Object | chibash | 2015-12-08 | 1 | -1/+1 |
* | updates the tutorial | chibash | 2015-12-03 | 1 | -1/+2 |
* | updated the tutorial and some javadoc comments | chibash | 2015-02-04 | 3 | -3/+46 |
* | Fix typos. | Greg | 2014-06-19 | 1 | -2/+2 |
* | updated the tutorial for JASSIST-225 | chibash | 2014-06-16 | 3 | -9/+33 |
* | clarified the description in the tutorial. | chibash | 2014-05-20 | 1 | -0/+3 |
* | implemented JASSIST-170 | chiba | 2012-06-17 | 2 | -3/+30 |
* | fixed JASSIST-155 | chiba | 2012-02-15 | 2 | -2/+22 |
* | a minor bug fix | chiba | 2011-06-21 | 1 | -1/+3 |
* | fixed JASSIST-132 | chiba | 2010-09-09 | 1 | -1/+1 |
* | fixed typos in the tutorial | chiba | 2010-07-19 | 3 | -4/+5 |
* | fixed JIRA JASSIST-122 | chiba | 2010-07-08 | 1 | -2/+40 |
* | added the description on ClassFileWriter. | chiba | 2010-05-08 | 1 | -0/+7 |
* | for implementing StackMap attributes (JIRA 95) | chiba | 2009-10-15 | 1 | -8/+10 |
* | for fixing JASSIST-70 | chiba | 2008-12-07 | 2 | -0/+26 |
* | $type support by CtBehavior#insertBefore: JIRA JASSIST-62 | chiba | 2008-06-03 | 1 | -2/+1 |
* | fixed a typo. | chiba | 2008-04-21 | 1 | -1/+1 |
* | fixed a typo. | chiba | 2008-04-15 | 1 | -1/+1 |
* | made automatic pruning off by default because I found that pruning does not r... | chiba | 2007-06-08 | 1 | -25/+33 |
* | fixed a but in javassist.bytecode.stackmap etc. | chiba | 2007-05-24 | 3 | -5/+5 |
* | changed the implementation of try statements so that jsr/ret will not be used... | chiba | 2007-05-12 | 2 | -1/+66 |
* | updated javadoc comments. | chiba | 2006-07-01 | 1 | -1/+5 |
* | renamed javassist.tool to javassist.tools | chiba | 2006-01-01 | 1 | -1/+1 |
* | added some methods to javassist.Bytecode and Descriptor. | chiba | 2005-11-22 | 1 | -0/+6 |
* | appended ClassPool(boolean) constructor. | chiba | 2005-11-08 | 1 | -6/+14 |
* | changed the behavior of CtClass#getMethods(), getFields(), and getConstructor... | chiba | 2005-11-04 | 1 | -0/+7 |
* | updated CtMember.append() for better performance. | chiba | 2005-11-04 | 1 | -4/+19 |
* | added makeUniqueName() in CtClass. | chiba | 2005-10-31 | 2 | -3/+5 |
* | Implemented CtConstructor#toMethod(). | chiba | 2005-10-27 | 1 | -1/+16 |
* | updated javadoc comments | chiba | 2005-09-06 | 1 | -7/+14 |
* | fixed a bug reported as JIRA Javassist-12 | chiba | 2005-08-26 | 1 | -1/+1 |
* | Array initializer supports and better annotation supports. | chiba | 2005-08-25 | 1 | -4/+67 |
* | modified the compiler to support "import". | chiba | 2005-08-18 | 1 | -8/+38 |
* | Added javassist.expr.ConstructorCall | chiba | 2005-07-15 | 1 | -0/+64 |
* | updates comments | chiba | 2005-06-24 | 1 | -1/+20 |
* | update the tutorial | chiba | 2005-06-20 | 2 | -5/+17 |
* | clarify that $0 means this. | chiba | 2005-03-24 | 1 | -3/+3 |
* | fixed a bug of CtBehavior.insertAt (and a few other minor fixes) | chiba | 2005-03-02 | 3 | -3/+21 |
* | Added javadoc comments. | chiba | 2005-01-31 | 2 | -1/+8 |
* | fixed a few bugs. | chiba | 2005-01-13 | 1 | -1464/+1464 |
* | implemented removeMethod() etc. | chiba | 2005-01-12 | 1 | -1444/+1464 |
* | synchronized statement support. | chiba | 2004-11-02 | 1 | -2/+10 |
* | edited the tutorial. | chiba | 2004-09-06 | 1 | -0/+11 |
* | Now the compiler supports a switch statement. | chiba | 2004-09-03 | 1 | -2/+1 |
* | discarded the last changes | chiba | 2004-08-30 | 3 | -107/+180 |
* | javassist.expr.NewArray has been implemented. | chiba | 2004-08-02 | 1 | -13/+104 |
* | updated some javadoc comments. | chiba | 2004-07-27 | 2 | -11/+26 |
* | Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]... | chiba | 2004-07-26 | 1 | -64/+122 |
* | Bugs item #988787 has been fixed. | chiba | 2004-07-19 | 2 | -6/+21 |
* | Updated the tutorial to be more understandable. | chiba | 2004-07-15 | 1 | -49/+102 |