summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* for 3.11 releaserel_3_11_0_gachiba2009-07-025-6/+6
* fixed JASSIST-87chiba2009-07-021-1/+0
* fixed JASSIST-86chiba2009-07-021-1/+1
* fixed JIRA JASSIST-77chiba2009-07-027-9/+267
* fixed JASSIST-84chiba2009-06-266-1/+210
* fixed JIRA JASSIST-85chiba2009-06-261-0/+11
* enabled inserting a gap into a large method more than 32KB (related to JIRA 7...chiba2009-06-2610-86/+808
* fixed JIRA JASSIST-67chiba2009-06-092-4/+13
* fixed JIRA JASSIST-67chiba2009-06-091-1/+1
* fixed JIRA JASSIST-83chiba2009-06-092-4/+19
* for fixing JASSIST-81chiba2009-04-181-0/+18
* improved the extensibility of CodeConverterchiba2009-04-142-3/+14
* improved the runtime check by CtClass.addMethod()chiba2009-04-101-2/+10
* for fixing JASSIST-75chiba2009-04-041-3/+16
* for fixing JASSIST-68chiba2009-04-043-3/+37
* JASSIST-76chiba2009-04-032-7/+13
* JASSIST-75chiba2009-03-262-2/+19
* the previous revision was wrong again. this should be a right fix for JASSIS...chiba2009-03-261-10/+24
* the previous revision was wrong. this is a right fix for JASSIST-74chiba2009-03-181-12/+15
* JASSIST-74chiba2009-03-181-5/+13
* for preparing 3.10 releaserel_3_10_0_gachiba2009-03-041-1/+1
* for preparing 3.10 releasechiba2009-03-0110-15/+35
* fixed a typochiba2009-01-151-1/+1
* Fix JASSIST-71 - Array access replacement generates invalid bytecode when pad...jgreene2009-01-062-1/+4
* for fixing JASSIST-70chiba2008-12-074-1/+33
* for fixing JASSIST-69chiba2008-12-051-6/+19
* for releasing 3.9.0.GArel_3_9_0_gachiba2008-10-093-4/+5
* removed unnecessary commentschiba2008-09-181-38/+1
* for fixing JASSIST-66chiba2008-09-182-5/+48
* implemented ClassPool.makeClassIfNew()chiba2008-09-114-2/+57
* The method implicitly appended by CtNewMethod.wrapped() now has a synthetic a...chiba2008-09-093-3/+5
* The method implicitly appended by CtNewMethod.wrapped() now has a synthetic a...chiba2008-09-091-0/+6
* implemented CodeConverter.replaceNew(CtClass,CtClass)chiba2008-09-082-2/+110
* for 3.8.1 releaserel_3_8_1_gachiba2008-07-171-1/+1
* for 3.8.1 releasechiba2008-07-173-4/+20
* update a comment.chiba2008-07-171-0/+2
* added ClassPool.getCtClass() and fixed related bugs.chiba2008-07-047-7/+44
* fixed a performance bug caused by many calls to CtBehavior#setBody()chiba2008-07-036-33/+40
* Descriptor.toCtClass should never be used on a classinfo, unless it is an arrayjgreene2008-06-161-7/+26
* for 3.8.0.GA releaserel_3_8_0_gachiba2008-06-137-11/+12
* remove jdk5 depsjgreene2008-06-125-31/+31
* $type support by CtBehavior#insertBefore: JIRA JASSIST-62chiba2008-06-032-4/+4
* $type support by CtBehavior#insertBefore: JIRA JASSIST-62chiba2008-06-032-1/+2
* Fix small naming bug (classinfo expects a jvm name)jgreene2008-06-032-179/+207
* Add performance infojgreene2008-05-281-1/+2
* Small ws fixjgreene2008-05-281-2/+2
* Remove accidental inclusion of a debug statementjgreene2008-05-281-3/+1
* Fix subtypeOf in CtArrayjgreene2008-05-2427-166/+4928
* fixed JIRA JASSIST-61chiba2008-05-061-12/+17
* fixed JASSIST-47 and 60.chiba2008-05-018-25/+394