88 Commitit (6320bc4e14350af392b285b1b1ea312673625b21)

Tekijä SHA1 Viesti Päivämäärä
  chibash 6320bc4e14 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5 vuotta sitten
  nickl- ceebba3611 Define parameters for returned iterator. 6 vuotta sitten
  nickl- af399dbfa0 Refactor definePackage as well. 6 vuotta sitten
  chibash dfd0733e1f modifies CtClass#setModifiers() to correctly support inner classes. 7 vuotta sitten
  chibash 45ce361742 modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with jigsaw 7 vuotta sitten
  chibash 778c463e5a removes javassist.ModuleClassPath. 7 vuotta sitten
  chibash 0ebd27d23e fixes calls to a deprecated method in Java 9. 7 vuotta sitten
  chibash 74e404b122 adds ModuleClassPath.java 7 vuotta sitten
  chibash c43f4a7cde updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool. 9 vuotta sitten
  chibash e8c023af06 fixed javadoc bugs 9 vuotta sitten
  chibash 5a6662f29d preparation for 3.19 release. fixed bugs in javadoc comments 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 f81b1ae4ed fixed JASSIST-188 11 vuotta sitten
  chiba 0564d29d85 fixed JASSIST-150 12 vuotta sitten
  chiba b83522334f fixed JASSIST-147 12 vuotta sitten
  chiba 121a67e8df added the Apache license. 13 vuotta sitten
  chiba 4805e41b51 changed javadoc for JASSIST-123 13 vuotta sitten
  chiba 8133161cb6 added ClassPool.getOrNull() 14 vuotta sitten
  alesj e7392c68c6 [JASSIST-115]; use try/finally for toClass2. 14 vuotta sitten
  chiba c4b9da1f23 for fixing JASSIST-68 15 vuotta sitten
  chiba 1144f6066c implemented ClassPool.makeClassIfNew() 15 vuotta sitten
  chiba d331ba6fb6 added ClassPool.getCtClass() and fixed related bugs. 16 vuotta sitten
  chiba a9d3c7bd1d supported the class path wildcards. 16 vuotta sitten
  chiba d133f96da4 for reducing memory footprint 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 9f548a4c38 a minor API extension. 17 vuotta sitten
  chiba fef3cedb4b fixed a but in javassist.bytecode.stackmap etc. 17 vuotta sitten
  chiba 4f6352718e 3.4.0GA release 17 vuotta sitten
  chiba f685aa708c fixed JIRA JASSIST-28? 17 vuotta sitten
  kkhan 81ef701676 Class.gerDeclaredMethod() needs to happen in a privileged block 18 vuotta sitten
  chiba 7a730c89d7 deprecated ClassPool#toClass(CtClass,ClassLoader). 18 vuotta sitten
  chiba e2f5393d14 updated javadoc comments 18 vuotta sitten
  chiba 2405e68046 fixed the bug reported as JASSIST-23. 18 vuotta sitten
  chiba 7b68913ebb updated javadoc comments. 18 vuotta sitten
  adrian 163f2ece31 Allow a ClassPool to override the "guess" at the classloader to use. 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 774508d17c updated copyright notices 18 vuotta sitten
  chiba 5ff19d5945 appended ClassPool(boolean) constructor. 18 vuotta sitten
  chiba 3ab8846e75 renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bug so that getModifiers() can work on an nested class. 18 vuotta sitten
  chiba 2d60b1690e modified the compiler to support "import". 19 vuotta sitten
  chiba ee8265e79f Turning the automatic pruning on by default. 19 vuotta sitten
  bill f5d84c890b Fix pruning so that exceptions and annotation attributes are not ditched. 19 vuotta sitten
  chiba 5b7f885703 Changed ClassPool.get() to accept the descriptors of array types. 19 vuotta sitten
  chiba 4b2de8a77e Change the year in the copyright notices from 2004 to 2005. 19 vuotta sitten
  chiba e667c0de32 fixed a few bugs. 19 vuotta sitten
  chiba aca939f8d7 reformatted the files edited by Bill. 19 vuotta sitten
  patriot1burke 02c99beb98 * additional methods to AnnotationsAttribute to support adding 19 vuotta sitten
  chiba 8c82477b41 implemented pruning 20 vuotta sitten