aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/convert
Commit message (Expand)AuthorAgeFilesLines
* removes an unused import declaration as PR 384 mentions.chibash2022-05-131-1/+0
* Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-161-1/+1
* add a new CodeConverter method:redirectMethodCallToStaticshifujun2019-02-011-0/+29
* Organize imports to disolve ambiguity.nickl-2017-10-309-13/+36
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-309-1/+17
* added the Apache license.chiba2011-07-0810-20/+30
* for JIRA JASSIST-95chiba2009-11-081-0/+5
* enabled inserting a gap into a large method more than 32KB (related to JIRA 7...chiba2009-06-265-7/+14
* improved the extensibility of CodeConverterchiba2009-04-141-0/+2
* Fix JASSIST-71 - Array access replacement generates invalid bytecode when pad...jgreene2009-01-061-1/+3
* implemented CodeConverter.replaceNew(CtClass,CtClass)chiba2008-09-081-0/+82
* Fix small naming bug (classinfo expects a jvm name)jgreene2008-06-031-178/+180
* Fix subtypeOf in CtArrayjgreene2008-05-242-150/+242
* modified redirectMethodCall() in CodeConverterchiba2007-07-191-5/+36
* updated the copyright notices.chiba2007-06-049-10/+10
* modified javassist.convert.* to support the stack map table of Java 6.chiba2007-02-092-74/+77
* Document CodeConverter.replaceArrayAccess()kkhan2007-01-051-170/+4
* Add ability to replace xASTORE and xALOAD calls with invokevirtualkkhan2006-12-241-0/+349
* enabled a transformation from a public method call to a private method call b...chiba2006-11-121-1/+8
* fixed a bug in CodeConverter#replaceFieldRead/Write() on field shadowingchiba2006-10-051-1/+13
* extended CodeConverter.chiba2006-08-251-6/+12
* updated copyright noticeschiba2006-01-118-8/+8
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-188-8/+8
* updated the copyright notices.chiba2004-01-088-8/+8
* fixed warnings reported by Eclipse.chiba2003-09-086-7/+0
* changed the license.chiba2003-04-308-64/+72
* Changed the copyright notices and removed tab characters.chiba2003-04-238-414/+326
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-228-0/+691