88 Revize (3325b4969e0f883f02fe48c9fe3d4376ef4ad260)

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