aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/util
Commit message (Expand)AuthorAgeFilesLines
...
* fixed JASSIST-162 and JASSIST-189chiba2013-04-111-13/+27
* fixed JASSIST-183chiba2013-03-261-2/+14
* fixed JASSIST-163. Eager initialization has been implemented.chiba2012-10-253-62/+88
* fixed JASSIST-163chiba2012-08-031-1/+4
* fixed JASSIST-163chiba2012-06-141-5/+9
* fixed a typo in a javadoc comment.chiba2012-02-051-1/+1
* fixed JASSIST-144chiba2011-09-016-17/+88
* fixed JASSIST-127chiba2011-08-212-9/+31
* added the Apache license.chiba2011-07-0811-23/+34
* fixed typos.chiba2010-07-221-1/+1
* preparation for GA releasechiba2010-04-142-0/+34
* fixed regression introduced by fix to ProxyFactory -- fixes JASSIST-113adinn2010-04-131-13/+17
* fixes for JASSIST-42 and JASSIST-97adinn2010-04-121-8/+25
* fixes for JASSIST-42 and JASSIST-97chiba2010-04-111-5/+5
* fixes for JASSIST-42 and JASSIST-97adinn2010-04-085-200/+566
* fixed potential strong cyclic reference from proxy cache entries back to thei...adinn2010-03-091-57/+76
* Mark Struberg's patch for JASSIST-97chiba2010-03-083-1/+34
* JASSIST-85chiba2010-02-141-1/+0
* fixed JIRA JASSIST-85chiba2009-06-261-0/+11
* for fixing JASSIST-75chiba2009-04-041-3/+16
* JASSIST-75chiba2009-03-261-2/+14
* removed unnecessary commentschiba2008-09-181-38/+1
* for fixing JASSIST-66chiba2008-09-182-5/+48
* update a comment.chiba2008-07-171-0/+2
* Use privileged block for clazz.getDeclaredMethods()kkhan2008-03-111-1/+1
* preparation for 3.7.1 releasechiba2008-03-091-127/+98
* Make ProxyFactory use privileged blocks when a security manager is presentkkhan2008-02-123-45/+174
* Make ProxyFactory use privileged blocks when a security manager is presentkkhan2008-02-121-2/+41
* fixed JIRA JASSIST-36chiba2007-10-021-0/+1
* updated the copyright notices.chiba2007-06-048-8/+8
* 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-053-39/+180
* 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-012-7/+18
* 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
* deprecated ClassPool#toClass(CtClass,ClassLoader).chiba2006-08-141-2/+2
* fixed the bug reported as JASSIST-23.chiba2006-08-072-7/+62
* 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-272-3/+3