aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/convert/TransformAccessArrayField.java
Commit message (Expand)AuthorAgeFilesLines
* Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-161-1/+1
* Organize imports to disolve ambiguity.nickl-2017-10-301-1/+1
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-1/+3
* added the Apache license.chiba2011-07-081-2/+3
* enabled inserting a gap into a large method more than 32KB (related to JIRA 7...chiba2009-06-261-4/+5
* Fix JASSIST-71 - Array access replacement generates invalid bytecode when pad...jgreene2009-01-061-1/+3
* Fix small naming bug (classinfo expects a jvm name)jgreene2008-06-031-178/+180
* Fix subtypeOf in CtArrayjgreene2008-05-241-148/+231
* updated the copyright notices.chiba2007-06-041-2/+2
* modified javassist.convert.* to support the stack map table of Java 6.chiba2007-02-091-74/+72
* Document CodeConverter.replaceArrayAccess()kkhan2007-01-051-170/+4
* Add ability to replace xASTORE and xALOAD calls with invokevirtualkkhan2006-12-241-0/+349