91 Commits (f7ef31ce8b723e425a66aafb8c0beddeabfe9a66)

Autor SHA1 Nachricht Datum
  chibash f7ef31ce8b fixes Issue #271 vor 4 Jahren
  enigzhg f8ee3eb84e Fix Issue #246 via clean java doc. vor 5 Jahren
  chibash 106b44b0e0 fixes typos in javadocs. vor 5 Jahren
  chibash 6320bc4e14 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, vor 5 Jahren
  nickl- ceebba3611 Define parameters for returned iterator. vor 6 Jahren
  nickl- af399dbfa0 Refactor definePackage as well. vor 6 Jahren
  chibash dfd0733e1f modifies CtClass#setModifiers() to correctly support inner classes. vor 7 Jahren
  chibash 45ce361742 modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with jigsaw vor 7 Jahren
  chibash 778c463e5a removes javassist.ModuleClassPath. vor 7 Jahren
  chibash 0ebd27d23e fixes calls to a deprecated method in Java 9. vor 7 Jahren
  chibash 74e404b122 adds ModuleClassPath.java vor 7 Jahren
  chibash c43f4a7cde updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool. vor 9 Jahren
  chibash e8c023af06 fixed javadoc bugs vor 9 Jahren
  chibash 5a6662f29d preparation for 3.19 release. fixed bugs in javadoc comments vor 9 Jahren
  chibash 7f73ad1fbc fixed JASSIST-237 vor 9 Jahren
  chibash 0ba6f9efdc for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass. vor 9 Jahren
  chibash f81b1ae4ed fixed JASSIST-188 vor 11 Jahren
  chiba 0564d29d85 fixed JASSIST-150 vor 12 Jahren
  chiba b83522334f fixed JASSIST-147 vor 12 Jahren
  chiba 121a67e8df added the Apache license. vor 13 Jahren
  chiba 4805e41b51 changed javadoc for JASSIST-123 vor 13 Jahren
  chiba 8133161cb6 added ClassPool.getOrNull() vor 14 Jahren
  alesj e7392c68c6 [JASSIST-115]; use try/finally for toClass2. vor 14 Jahren
  chiba c4b9da1f23 for fixing JASSIST-68 vor 15 Jahren
  chiba 1144f6066c implemented ClassPool.makeClassIfNew() vor 15 Jahren
  chiba d331ba6fb6 added ClassPool.getCtClass() and fixed related bugs. vor 16 Jahren
  chiba a9d3c7bd1d supported the class path wildcards. vor 16 Jahren
  chiba d133f96da4 for reducing memory footprint vor 17 Jahren
  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(). vor 17 Jahren
  chiba a318d5d7d8 updated the copyright notices. vor 17 Jahren
  chiba 9f548a4c38 a minor API extension. vor 17 Jahren
  chiba fef3cedb4b fixed a but in javassist.bytecode.stackmap etc. vor 17 Jahren
  chiba 4f6352718e 3.4.0GA release vor 17 Jahren
  chiba f685aa708c fixed JIRA JASSIST-28? vor 17 Jahren
  kkhan 81ef701676 Class.gerDeclaredMethod() needs to happen in a privileged block vor 18 Jahren
  chiba 7a730c89d7 deprecated ClassPool#toClass(CtClass,ClassLoader). vor 18 Jahren
  chiba e2f5393d14 updated javadoc comments vor 18 Jahren
  chiba 2405e68046 fixed the bug reported as JASSIST-23. vor 18 Jahren
  chiba 7b68913ebb updated javadoc comments. vor 18 Jahren
  adrian 163f2ece31 Allow a ClassPool to override the "guess" at the classloader to use. vor 18 Jahren
  chiba 1330b17839 replaced individual calls to Thread.currentThread().getContextClassLoader() with a call to ClassPool#getContextClassLoader(), which simply forward to Thread.current... vor 18 Jahren
  chiba 774508d17c updated copyright notices vor 18 Jahren
  chiba 5ff19d5945 appended ClassPool(boolean) constructor. vor 18 Jahren
  chiba 3ab8846e75 renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bug so that getModifiers() can work on an nested class. vor 19 Jahren
  chiba 2d60b1690e modified the compiler to support "import". vor 19 Jahren
  chiba ee8265e79f Turning the automatic pruning on by default. vor 19 Jahren
  bill f5d84c890b Fix pruning so that exceptions and annotation attributes are not ditched. vor 19 Jahren
  chiba 5b7f885703 Changed ClassPool.get() to accept the descriptors of array types. vor 19 Jahren
  chiba 4b2de8a77e Change the year in the copyright notices from 2004 to 2005. vor 19 Jahren
  chiba e667c0de32 fixed a few bugs. vor 19 Jahren