aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/CtClassType.java
Commit message (Expand)AuthorAgeFilesLines
* initJames Bellenger2024-09-171-3/+6
* Fix insertAuxInitializer may cause inconsistent stack height problemshifujun2023-12-111-2/+1
* Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-161-3/+3
* Fix a race condition in CtClassType#getClassFile3michalkurka2021-03-171-6/+19
* avoids ConcurrentModificationException in 3.23.1-GA reported in Issue #224.chibash2018-10-051-2/+2
* Fix #152 inner class modifiers.nickl-2017-11-121-3/+13
* Organize imports to disolve ambiguity.nickl-2017-10-301-5/+5
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-153/+187
* modifies CtClass#setModifiers() to correctly support inner classes.chibash2017-06-011-8/+37
* allows adding a default method to an interface type.chibash2016-09-181-3/+4
* fixes a deadlock in getDeclaredMethods (Issue #69)chibash2016-02-121-11/+27
* fixed minor problems in javadoc etc.chibash2015-08-121-7/+8
* append an new API of hasAnnotation(String annotClsName)kuzukami.sh2015-08-111-12/+22
* Generic is not supported by JDK under 1.5 version.KyongSik-Yoon2015-07-311-3/+3
* updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.chibash2015-02-041-0/+6
* changed the source so that javac 1.6 can compile itchibash2014-11-211-5/+3
* fixed JASSIST-237chibash2014-11-211-1/+14
* for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass.chibash2014-11-191-0/+14
* fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to its...chibash2014-11-181-5/+13
* implemented JASSIST-170chiba2012-06-171-0/+13
* fixed JASSIST-155chiba2012-02-151-0/+13
* added the Apache license.chiba2011-07-081-2/+3
* fixed JASSIST-121chiba2010-10-051-11/+8
* fixed JASSIST-119chiba2010-07-081-15/+28
* fixed JASSIST-84chiba2009-06-261-0/+77
* improved the runtime check by CtClass.addMethod()chiba2009-04-101-2/+10
* fixed a performance bug caused by many calls to CtBehavior#setBody()chiba2008-07-031-7/+9
* for JASSIST-37chiba2007-10-201-0/+1
* made CtClass#freeze() public.chiba2007-07-121-1/+1
* for reducing memory footprintchiba2007-07-031-45/+31
* edited for fixing memory leakchiba2007-06-261-2/+2
* a small bug fixchiba2007-06-081-1/+0
* made automatic pruning off by default because I found that pruning does not r...chiba2007-06-081-210/+293
* updated the copyright notices.chiba2007-06-041-1/+1
* fixed bugs related to stack map tables.chiba2007-06-021-0/+8
* Javassist has been producing an interface with a wrong modifier. I fixed this.chiba2007-05-051-2/+1
* fixed JIRA JASSIST-25chiba2006-08-061-3/+9
* reformatted.chiba2006-07-181-23/+26
* add getAvailableAnnotations() methods to CtClass, CtBehaviour and CtField. Th...kkhan2006-07-171-24/+78
* Add methods to determine if a CtClass is an annotation or an enumkkhan2006-06-081-0/+8
* fixed JIRA JASSIST-19.chiba2006-05-291-2/+2
* Allow a ClassPool to override the "guess" at the classloader to use.adrian2006-03-151-1/+1
* fixed a minor problem of CtClassTypechiba2006-03-081-6/+17
* added getNestedClasses() in CtClass.chiba2006-02-271-0/+26
* replaced individual calls to Thread.currentThread().getContextClassLoader() w...chiba2006-02-171-2/+3
* reformatting.chiba2006-02-161-1/+4
* Fix NPE when there are no parameter annotations.adrian2006-02-151-1/+3
* Add support for getParameterAnnotations() from the CtBehaviour.adrian2006-02-151-0/+42
* fixed a bug in getModifiers() in CtClass.chiba2006-01-191-1/+9
* updated copyright noticeschiba2006-01-111-1/+1