aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist
Commit message (Expand)AuthorAgeFilesLines
* for fixing JASSIST-66chiba2008-09-182-5/+48
* implemented ClassPool.makeClassIfNew()chiba2008-09-112-1/+55
* The method implicitly appended by CtNewMethod.wrapped() now has a synthetic a...chiba2008-09-092-2/+3
* implemented CodeConverter.replaceNew(CtClass,CtClass)chiba2008-09-082-2/+110
* update a comment.chiba2008-07-171-0/+2
* added ClassPool.getCtClass() and fixed related bugs.chiba2008-07-047-7/+44
* fixed a performance bug caused by many calls to CtBehavior#setBody()chiba2008-07-033-8/+27
* Descriptor.toCtClass should never be used on a classinfo, unless it is an arrayjgreene2008-06-161-7/+26
* for 3.8.0.GA releaserel_3_8_0_gachiba2008-06-133-5/+5
* remove jdk5 depsjgreene2008-06-123-9/+9
* $type support by CtBehavior#insertBefore: JIRA JASSIST-62chiba2008-06-032-1/+2
* Fix small naming bug (classinfo expects a jvm name)jgreene2008-06-031-178/+180
* Small ws fixjgreene2008-05-281-2/+2
* Remove accidental inclusion of a debug statementjgreene2008-05-281-3/+1
* Fix subtypeOf in CtArrayjgreene2008-05-2419-155/+3816
* fixed JIRA JASSIST-61chiba2008-05-061-12/+17
* fixed JASSIST-47 and 60.chiba2008-05-017-24/+393
* fixed a bug of StackMapTable.Shifterchiba2008-04-151-1/+1
* fixed JASSIST-57chiba2008-03-232-2/+2
* fixed JASSIST-56chiba2008-03-191-5/+10
* fixed JASSIST-55chiba2008-03-191-0/+1
* fixed JASSIST-54chiba2008-03-191-1/+3
* fixed JASSIST-45 (better exception message)chiba2008-03-191-1/+4
* fixed a bug of CodeIterator.insertGap() with JDK 1.6chiba2008-03-181-1/+2
* Use privileged block for clazz.getDeclaredMethods()kkhan2008-03-111-1/+1
* fixed JASSIST-51chiba2008-03-111-2/+4
* preparation for 3.7.1 releasechiba2008-03-092-128/+99
* 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
* for 3.7.0.GA releasechiba2008-01-201-2/+2
* fixed JIRA JASSIST-41chiba2008-01-201-4/+3
* fixed JIRA JASSIST-40chiba2008-01-041-1/+5
* fixed a bug of JBAOP-481. Javassist could not properly copy a method body if...chiba2007-11-141-0/+2
* added the javassist.JarDirClassPath class.chiba2007-11-071-3/+5
* supported the class path wildcards.chiba2007-11-022-5/+61
* for JASSIST-37 (again)chiba2007-10-201-0/+44
* for JASSIST-37chiba2007-10-203-19/+26
* fixed JIRA JASSIST-36chiba2007-10-021-0/+1
* added Expr#getEnclosingClass()chiba2007-09-302-1/+9
* for 3.6.0 releaserel_3_6_gachiba2007-09-131-1/+1
* for 3.6.0 releasechiba2007-09-131-1/+1
* fixed a bug of ClassPool#makeInterface()chiba2007-08-141-1/+3
* the default major version of newly-created class files is either JDK 1.3 or 1...chiba2007-08-132-4/+16
* I will release 3.6.0.CR1chiba2007-07-272-5/+5
* modified redirectMethodCall() in CodeConverterchiba2007-07-192-6/+93
* changed CtMethod#copy() and updated related javadoc commentschiba2007-07-144-4/+25
* removed an unnecessary throws.chiba2007-07-131-5/+2
* made CtClass#freeze() public.chiba2007-07-122-2/+9
* for reducing memory footprintchiba2007-07-033-45/+55
* edited for fixing memory leakchiba2007-06-261-2/+2