aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/stackmap/TypeData.java
Commit message (Expand)AuthorAgeFilesLines
* Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-161-1/+1
* fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328.chibash2020-07-131-2/+12
* Organize imports to disolve ambiguity.nickl-2017-10-301-6/+7
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-82/+152
* fixes a bug of stackmap generation. The bug was reported here: https://github...chibash2016-07-301-91/+238
* fixes a bug JIRA JASSIST-262chibash2016-04-271-1/+2
* fixed JASSIST-205chibash2013-08-261-2/+7
* fixed JASSIST-176chiba2012-11-041-4/+11
* fixed JASSIST-160chiba2012-10-061-5/+0
* fixed JASSIST-160chiba2012-10-061-1/+3
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-241-3/+54
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-141-327/+519
* fixed JASSIST-152chiba2012-02-191-5/+24
* fixed JASSIST-145chiba2011-10-191-0/+4
* added the Apache license.chiba2011-07-081-2/+3
* updated the copyright notices.chiba2007-06-041-1/+1
* changed the compiler so that .class will be compiled into ldc.chiba2007-05-291-1/+1
* fixed bugs of javassist.bytecode.stackmapchiba2007-05-291-14/+32
* fixed a but in javassist.bytecode.stackmap etc.chiba2007-05-241-1/+1
* implemented javassist.bytecode.stackmap package.chiba2007-05-061-1/+16
* snapshot. I am still working on stackmap support.chiba2007-04-261-45/+54
* stackmap support (cont.)chiba2007-04-101-0/+467