aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/ConstPool.java
Commit message (Expand)AuthorAgeFilesLines
* Organize imports to disolve ambiguity.nickl-2017-10-301-2/+2
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-307/+603
* updates ConstPool to support Module and Packagechibash2017-09-121-0/+147
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-4/+4
* updates javadocchibash2016-06-091-0/+3
* updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.chibash2015-02-041-1/+11
* Fix JASSIST-220Johan Kaving2014-07-031-15/+10
* fixed JASSIST-174chiba2012-10-041-0/+356
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-141-1/+1
* fixed JASSIST-146chiba2011-11-041-1/+0
* fixed JASSIST-146chiba2011-11-041-199/+239
* fixed JASSIST-138chiba2011-07-081-0/+22
* added the Apache license.chiba2011-07-081-2/+3
* performance tuningchiba2010-04-291-14/+83
* added ClassPool.getCtClass() and fixed related bugs.chiba2008-07-041-1/+5
* modified redirectMethodCall() in CodeConverterchiba2007-07-191-1/+57
* updated the copyright notices.chiba2007-06-041-1/+1
* Remove the ability to change methodref signatures.adrian2006-02-221-57/+0
* Make setUtf8Info private.adrian2006-02-221-1/+1
* Add the ability to change the signature of a constant pool methodref entry.adrian2006-02-211-0/+57
* updated copyright noticeschiba2006-01-111-1/+1
* fixed a bug on renameClass().chiba2006-01-101-6/+14
* changed to generate more javap-friendly codechiba2006-01-011-0/+16
* improved the performance of Bytecode and ConstPool. Added clone() to Bytecode.chiba2005-10-131-2/+1
* added getSize()chiba2005-08-161-0/+7
* checked the previous modifications and adjusted the format.chiba2005-04-101-5/+3
* Also previous modification adds the ability to retrieve all classes reference...ejort2005-04-081-0/+1
* Add the ability to retrieve and change the Major/Minor versions of the ClassFileejort2005-04-081-1/+28
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* implemented CtField#getConstantValue().chiba2004-08-301-1/+1
* implemented pruningchiba2004-08-191-0/+5
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-101-0/+1
* edited for improving runtime performance.chiba2004-04-181-15/+19
* updated the copyright notices.chiba2004-01-081-1/+1
* fixed a number of javadoc warnings.chiba2003-12-311-3/+3
* minor bugs have been fixed.chiba2003-07-081-4/+17
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-507/+496
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-221-0/+1374