aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/util/proxy/ProxyFactory.java
Commit message (Expand)AuthorAgeFilesLines
* updated the copyright notices.chiba2007-06-041-1/+1
* made the java.util.proxy package support stack map tables.chiba2007-06-031-6/+19
* updated a javadoc commentchiba2006-11-071-0/+1
* updated a javadoc commentchiba2006-11-071-2/+40
* Fixed a bug of duplicating writeReplace() to a proxy class.chiba2006-11-071-1/+6
* made a proxy class serializable (JASSIST-20).chiba2006-11-051-38/+89
* slightly changed the caching policy used by ProxyFactorychiba2006-11-021-4/+9
* JIRA JASSIST-28 (including a performance bug) has been fixed.chiba2006-11-021-11/+131
* fixed JIRA JASSIST-28?chiba2006-11-011-2/+5
* StackMapTable support (not complete)chiba2006-10-291-4/+6
* updated CtConstructor#isEmpty().chiba2006-09-011-1/+13
* made ProxyFactory.getClassLoader() customizable.chiba2006-08-311-1/+49
* fixed the bug reported as JASSIST-23.chiba2006-08-071-1/+14
* a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method)...chiba2006-07-181-2/+2
* Do not proxy volatile methodskkhan2006-07-121-0/+2
* modified javadocs.chiba2006-06-121-1/+1
* very minor reformatting.chiba2006-05-101-2/+1
* JASSIST-18, Use of the system classloader for the case of a superclass with a...starksm2006-05-091-4/+7
* fixed JASSIST-18.chiba2006-05-091-4/+10
* Fixed a problem JIRA JASSIST-16chiba2006-04-271-1/+1
* reformatting.chiba2006-02-161-0/+16
* Adjusted the behavior of setHandler().chiba2006-02-141-9/+10
* fixed a bug in getModifiers() in CtClass.chiba2006-01-191-0/+6
* updated copyright noticeschiba2006-01-111-699/+699
* restructred sub packageschiba2006-01-111-0/+699