88 Commits (3325b4969e0f883f02fe48c9fe3d4376ef4ad260)

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