aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/ClassPool.java
Commit message (Expand)AuthorAgeFilesLines
...
* write0 should never delegate to parent. The ClassPool that the CtClass is as...patriot1burke2004-04-121-4/+0
* fixed some things that broke JBoss AOPpatriot1burke2004-04-121-1/+1
* addTranslator() was still wrong.chiba2004-04-091-2/+6
* renamed insertTranslator() in ClassPool to addTranslator() sincechiba2004-04-071-6/+17
* changed delimiters, etc.chiba2004-04-051-4/+2
* changed the stuff related to ClassPool.chiba2004-04-051-141/+180
* update javadoc comments.chiba2004-02-201-1/+20
* If a newly created method does not have a throws clause, an emptychiba2004-02-151-0/+1
* updated the copyright notices.chiba2004-01-081-1/+1
* Implemented several methods (e.g. CtClass#getURL) to support securitychiba2003-12-251-0/+11
* Fixed a bug of the token analyzer (double constant).chiba2003-12-201-0/+14
* fixed a bug on method lookup.chiba2003-12-101-0/+3
* made the compiler support inner classes appearing in type names.chiba2003-12-071-2/+2
* updated tutorial so that it says the class names passed to the compilerchiba2003-09-191-0/+3
* made ClassPool.SimpleLoader public.chiba2003-09-041-3/+20
* fixed a bug in the compiler, which could not compile a try statementchiba2003-08-171-2/+2
* updated some javadoc comments.chiba2003-08-041-4/+15
* added ClassPool#removeCached so that subclasses of ClassPool can dochiba2003-07-111-1/+14
* enforced close() in a finally block.chiba2003-07-091-2/+7
* minor bugs have been fixed.chiba2003-07-081-0/+1
* - Made ClassPool.get0 protected so that subclasses of ClassPool can call itpatriot1burke2003-05-231-4/+12
* changed the license.chiba2003-04-301-8/+9
* Changed the copyright notices and removed tab characters.chiba2003-04-231-281/+316
* This commit was generated by cvs2svn to compensate for changes in r2, whichpatriot1burke2003-04-221-0/+748