88 Revīzijas (3325b4969e0f883f02fe48c9fe3d4376ef4ad260)

Autors SHA1 Ziņojums Datums
  shifujun 2cdc0275b7 Fix insertAuxInitializer may cause inconsistent stack height problem pirms 6 mēnešiem
  Timothy Hoffman b4279f6817 Replace StringBuffer with StringBuilder and other minor String optimizations pirms 2 gadiem
  michalkurka 64e15350cf Fix a race condition in CtClassType#getClassFile3 pirms 3 gadiem
  chibash f95d49749d avoids ConcurrentModificationException in 3.23.1-GA reported in Issue #224. pirms 5 gadiem
  nickl- d7e4f99372 Fix #152 inner class modifiers. pirms 6 gadiem
  nickl- e5656fc869 Organize imports to disolve ambiguity. pirms 6 gadiem
  nickl- 62851d0af3 Source walk/Spring clean/Parameterize/Enhance et.al. pirms 6 gadiem
  chibash dfd0733e1f modifies CtClass#setModifiers() to correctly support inner classes. pirms 7 gadiem
  chibash f6992d66a0 allows adding a default method to an interface type. pirms 7 gadiem
  chibash abdeecb581 fixes a deadlock in getDeclaredMethods (Issue #69) pirms 8 gadiem
  chibash e68077dc87 fixed minor problems in javadoc etc. pirms 8 gadiem
  kuzukami.sh 2d0d143c0b append an new API of hasAnnotation(String annotClsName) pirms 9 gadiem
  KyongSik-Yoon f82eadaf4c Generic is not supported by JDK under 1.5 version. pirms 9 gadiem
  chibash c43f4a7cde updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool. pirms 9 gadiem
  chibash e000e8f682 changed the source so that javac 1.6 can compile it pirms 9 gadiem
  chibash 7f73ad1fbc fixed JASSIST-237 pirms 9 gadiem
  chibash 0ba6f9efdc for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass. pirms 9 gadiem
  chibash a0f4d935a2 fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to its potential bug. pirms 9 gadiem
  chiba e2cfbeaed7 implemented JASSIST-170 pirms 12 gadiem
  chiba 205b65d96c fixed JASSIST-155 pirms 12 gadiem
  chiba 121a67e8df added the Apache license. pirms 13 gadiem
  chiba 260b2fd56c fixed JASSIST-121 pirms 13 gadiem
  chiba 066ce8b872 fixed JASSIST-119 pirms 14 gadiem
  chiba a690c8bf87 fixed JASSIST-84 pirms 15 gadiem
  chiba e6ba542a6e improved the runtime check by CtClass.addMethod() pirms 15 gadiem
  chiba 50da9b9f3b fixed a performance bug caused by many calls to CtBehavior#setBody() pirms 16 gadiem
  chiba 1d637574af for JASSIST-37 pirms 16 gadiem
  chiba 8941069e00 made CtClass#freeze() public. pirms 17 gadiem
  chiba d133f96da4 for reducing memory footprint pirms 17 gadiem
  chiba 92fae275e5 edited for fixing memory leak pirms 17 gadiem
  chiba 25084e8a71 a small bug fix pirms 17 gadiem
  chiba 73969fa11a made automatic pruning off by default because I found that pruning does not really save memory (only 20%). I changed Javassist to compress a class file on memory after toBytecode(). pirms 17 gadiem
  chiba a318d5d7d8 updated the copyright notices. pirms 17 gadiem
  chiba b8445cabac fixed bugs related to stack map tables. pirms 17 gadiem
  chiba b269676282 Javassist has been producing an interface with a wrong modifier. I fixed this. pirms 17 gadiem
  chiba a62c581607 fixed JIRA JASSIST-25 pirms 18 gadiem
  chiba f19b6003ae reformatted. pirms 18 gadiem
  kkhan 0273ae2abc add getAvailableAnnotations() methods to CtClass, CtBehaviour and CtField. These work the same as getAnnotations() but instead of throwing a ClassNotFoundException, annotations not on the classpath are not returned. pirms 18 gadiem
  kkhan 9a1a73334f Add methods to determine if a CtClass is an annotation or an enum pirms 18 gadiem
  chiba 0394465810 fixed JIRA JASSIST-19. pirms 18 gadiem
  adrian 163f2ece31 Allow a ClassPool to override the "guess" at the classloader to use. pirms 18 gadiem
  chiba 003dce367a fixed a minor problem of CtClassType pirms 18 gadiem
  chiba 51c2a8c834 added getNestedClasses() in CtClass. pirms 18 gadiem
  chiba 1330b17839 replaced individual calls to Thread.currentThread().getContextClassLoader() with a call to ClassPool#getContextClassLoader(), which simply forward to Thread.current... pirms 18 gadiem
  chiba f89063af06 reformatting. pirms 18 gadiem
  adrian 14e86c4042 Fix NPE when there are no parameter annotations. pirms 18 gadiem
  adrian 7bb1f60c5b Add support for getParameterAnnotations() from the CtBehaviour. pirms 18 gadiem
  chiba ad7d5a9214 fixed a bug in getModifiers() in CtClass. pirms 18 gadiem
  chiba 774508d17c updated copyright notices pirms 18 gadiem
  chiba ecb71c7515 added some methods to javassist.Bytecode and Descriptor. pirms 18 gadiem