90 Revīzijas (eff2f4bbd0246476edfa43782f38e58ddedef952)

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