aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/ClassPool.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* reformatted the files edited by Bill.chiba2004-09-281-704/+655
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-141-602/+708
* implemented pruningchiba2004-08-191-2/+8
* Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]...chiba2004-07-261-81/+0
* minor and final changes for 3.0 betachiba2004-05-181-3/+3
* CtClass.makeNestedClass() has been added.chiba2004-05-131-0/+14
* added CtClass#getDeclaringClass()chiba2004-05-031-1/+6
* added detach() in CtClass, which is necessary so that some people whochiba2004-04-271-2/+2
* added an error check.chiba2004-04-211-0/+4
* modified the API to look good.chiba2004-04-211-22/+35
* put back callback to ClassPool.writeAsClass. This callback to ClassPool inst...patriot1burke2004-04-201-15/+24
* performance tuning.chiba2004-04-191-0/+1
* edited for improving runtime performance.chiba2004-04-181-3/+3
* minor changes.chiba2004-04-171-24/+35
* fixed bugs so that sample programs can run.chiba2004-04-161-53/+28
* modified the ClassPool framework.chiba2004-04-141-367/+130
* get0 should look in cached classes first as code extending ClassPool behaviorpatriot1burke2004-04-121-1/+2