aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/ClassPool.java
Commit message (Expand)AuthorAgeFilesLines
* fixes Issue #271chibash2019-09-021-0/+8
* Fix Issue #246 via clean java doc.enigzhg2019-02-121-5/+1
* fixes typos in javadocs.rel_3_24_0_rcchibash2018-10-051-2/+2
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-081-11/+123
* Define parameters for returned iterator.nickl-2017-11-121-1/+1
* Refactor definePackage as well.nickl-2017-11-121-64/+5
* modifies CtClass#setModifiers() to correctly support inner classes.chibash2017-06-011-1/+1
* modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with ji...chibash2017-04-131-63/+46
* removes javassist.ModuleClassPath.chibash2016-12-161-1/+0
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-4/+4
* adds ModuleClassPath.javachibash2016-07-311-1/+3
* updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.chibash2015-02-041-0/+50
* fixed javadoc bugschibash2015-01-071-2/+1
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-061-4/+4
* fixed JASSIST-237chibash2014-11-211-5/+10
* for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass.chibash2014-11-191-1/+18
* fixed JASSIST-188chibash2013-05-301-1/+1
* fixed JASSIST-150chiba2012-02-111-4/+8
* fixed JASSIST-147chiba2012-02-051-3/+53
* added the Apache license.chiba2011-07-081-2/+3
* changed javadoc for JASSIST-123chiba2010-10-051-0/+3
* added ClassPool.getOrNull()chiba2010-05-151-0/+34
* [JASSIST-115]; use try/finally for toClass2.alesj2010-04-211-3/+6
* for fixing JASSIST-68chiba2009-04-041-0/+16
* implemented ClassPool.makeClassIfNew()chiba2008-09-111-0/+54
* added ClassPool.getCtClass() and fixed related bugs.chiba2008-07-041-1/+29
* supported the class path wildcards.chiba2007-11-021-0/+6
* for reducing memory footprintchiba2007-07-031-0/+19
* made automatic pruning off by default because I found that pruning does not r...chiba2007-06-081-2/+3
* updated the copyright notices.chiba2007-06-041-1/+1
* a minor API extension.chiba2007-05-241-1/+23
* fixed a but in javassist.bytecode.stackmap etc.chiba2007-05-241-1/+2
* 3.4.0GA releaserel_3_4_GAchiba2006-11-161-1/+1
* fixed JIRA JASSIST-28?chiba2006-11-011-5/+13
* Class.gerDeclaredMethod() needs to happen in a privileged blockkkhan2006-08-161-10/+18
* deprecated ClassPool#toClass(CtClass,ClassLoader).chiba2006-08-141-6/+7
* updated javadoc commentschiba2006-08-081-1/+5
* fixed the bug reported as JASSIST-23.chiba2006-08-071-14/+76
* updated javadoc comments.chiba2006-03-231-5/+9
* Allow a ClassPool to override the "guess" at the classloader to use.adrian2006-03-151-2/+16
* replaced individual calls to Thread.currentThread().getContextClassLoader() w...chiba2006-02-171-1/+9
* updated copyright noticeschiba2006-01-111-1/+1
* appended ClassPool(boolean) constructor.chiba2005-11-081-0/+15
* renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...chiba2005-09-151-1/+1
* modified the compiler to support "import".chiba2005-08-181-0/+45
* Turning the automatic pruning on by default.chiba2005-06-161-0/+27
* Fix pruning so that exceptions and annotation attributes are not ditched.bill2005-06-091-9/+9
* Changed ClassPool.get() to accept the descriptors of array types.chiba2005-05-161-0/+5
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* fixed a few bugs.chiba2005-01-131-0/+3