88 Commitit (3325b4969e0f883f02fe48c9fe3d4376ef4ad260)

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