aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial
Commit message (Expand)AuthorAgeFilesLines
* Update tutorial.html: `javassist.util.HotSwapper`⸮o-o ? 林2023-12-111-1/+1
* fixes JASSIST-255 Primitive array return values cause invalid cast to Objectchibash2015-12-081-1/+1
* updates the tutorialchibash2015-12-031-1/+2
* updated the tutorial and some javadoc commentschibash2015-02-043-3/+46
* Fix typos.Greg2014-06-191-2/+2
* updated the tutorial for JASSIST-225chibash2014-06-163-9/+33
* clarified the description in the tutorial.chibash2014-05-201-0/+3
* implemented JASSIST-170chiba2012-06-172-3/+30
* fixed JASSIST-155chiba2012-02-152-2/+22
* a minor bug fixchiba2011-06-211-1/+3
* fixed JASSIST-132chiba2010-09-091-1/+1
* fixed typos in the tutorialchiba2010-07-193-4/+5
* fixed JIRA JASSIST-122chiba2010-07-081-2/+40
* added the description on ClassFileWriter.chiba2010-05-081-0/+7
* for implementing StackMap attributes (JIRA 95)chiba2009-10-151-8/+10
* for fixing JASSIST-70chiba2008-12-072-0/+26
* $type support by CtBehavior#insertBefore: JIRA JASSIST-62chiba2008-06-031-2/+1
* fixed a typo.chiba2008-04-211-1/+1
* fixed a typo.chiba2008-04-151-1/+1
* made automatic pruning off by default because I found that pruning does not r...chiba2007-06-081-25/+33
* fixed a but in javassist.bytecode.stackmap etc.chiba2007-05-243-5/+5
* changed the implementation of try statements so that jsr/ret will not be used...chiba2007-05-122-1/+66
* updated javadoc comments.chiba2006-07-011-1/+5
* renamed javassist.tool to javassist.toolschiba2006-01-011-1/+1
* added some methods to javassist.Bytecode and Descriptor.chiba2005-11-221-0/+6
* appended ClassPool(boolean) constructor.chiba2005-11-081-6/+14
* changed the behavior of CtClass#getMethods(), getFields(), and getConstructor...chiba2005-11-041-0/+7
* updated CtMember.append() for better performance.chiba2005-11-041-4/+19
* added makeUniqueName() in CtClass.chiba2005-10-312-3/+5
* Implemented CtConstructor#toMethod().chiba2005-10-271-1/+16
* updated javadoc commentschiba2005-09-061-7/+14
* fixed a bug reported as JIRA Javassist-12chiba2005-08-261-1/+1
* Array initializer supports and better annotation supports.chiba2005-08-251-4/+67
* modified the compiler to support "import".chiba2005-08-181-8/+38
* Added javassist.expr.ConstructorCallchiba2005-07-151-0/+64
* updates commentschiba2005-06-241-1/+20
* update the tutorialchiba2005-06-202-5/+17
* clarify that $0 means this.chiba2005-03-241-3/+3
* fixed a bug of CtBehavior.insertAt (and a few other minor fixes)chiba2005-03-023-3/+21
* Added javadoc comments.chiba2005-01-312-1/+8
* fixed a few bugs.chiba2005-01-131-1464/+1464
* implemented removeMethod() etc.chiba2005-01-121-1444/+1464
* synchronized statement support.chiba2004-11-021-2/+10
* edited the tutorial.chiba2004-09-061-0/+11
* Now the compiler supports a switch statement.chiba2004-09-031-2/+1
* discarded the last changeschiba2004-08-303-107/+180
* javassist.expr.NewArray has been implemented.chiba2004-08-021-13/+104
* updated some javadoc comments.chiba2004-07-272-11/+26
* Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]...chiba2004-07-261-64/+122
* Bugs item #988787 has been fixed.chiba2004-07-192-6/+21