72 Коміти (121a67e8df095ee2159ed987b0c64728fe3a39ed)

Автор SHA1 Повідомлення Дата
  chiba 121a67e8df added the Apache license. 13 роки тому
  chiba 4805e41b51 changed javadoc for JASSIST-123 13 роки тому
  chiba 8133161cb6 added ClassPool.getOrNull() 14 роки тому
  alesj e7392c68c6 [JASSIST-115]; use try/finally for toClass2. 14 роки тому
  chiba c4b9da1f23 for fixing JASSIST-68 15 роки тому
  chiba 1144f6066c implemented ClassPool.makeClassIfNew() 15 роки тому
  chiba d331ba6fb6 added ClassPool.getCtClass() and fixed related bugs. 16 роки тому
  chiba a9d3c7bd1d supported the class path wildcards. 16 роки тому
  chiba d133f96da4 for reducing memory footprint 17 роки тому
  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 роки тому
  chiba a318d5d7d8 updated the copyright notices. 17 роки тому
  chiba 9f548a4c38 a minor API extension. 17 роки тому
  chiba fef3cedb4b fixed a but in javassist.bytecode.stackmap etc. 17 роки тому
  chiba 4f6352718e 3.4.0GA release 17 роки тому
  chiba f685aa708c fixed JIRA JASSIST-28? 17 роки тому
  kkhan 81ef701676 Class.gerDeclaredMethod() needs to happen in a privileged block 18 роки тому
  chiba 7a730c89d7 deprecated ClassPool#toClass(CtClass,ClassLoader). 18 роки тому
  chiba e2f5393d14 updated javadoc comments 18 роки тому
  chiba 2405e68046 fixed the bug reported as JASSIST-23. 18 роки тому
  chiba 7b68913ebb updated javadoc comments. 18 роки тому
  adrian 163f2ece31 Allow a ClassPool to override the "guess" at the classloader to use. 18 роки тому
  chiba 1330b17839 replaced individual calls to Thread.currentThread().getContextClassLoader() with a call to ClassPool#getContextClassLoader(), which simply forward to Thread.current... 18 роки тому
  chiba 774508d17c updated copyright notices 18 роки тому
  chiba 5ff19d5945 appended ClassPool(boolean) constructor. 18 роки тому
  chiba 3ab8846e75 renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bug so that getModifiers() can work on an nested class. 19 роки тому
  chiba 2d60b1690e modified the compiler to support "import". 19 роки тому
  chiba ee8265e79f Turning the automatic pruning on by default. 19 роки тому
  bill f5d84c890b Fix pruning so that exceptions and annotation attributes are not ditched. 19 роки тому
  chiba 5b7f885703 Changed ClassPool.get() to accept the descriptors of array types. 19 роки тому
  chiba 4b2de8a77e Change the year in the copyright notices from 2004 to 2005. 19 роки тому
  chiba e667c0de32 fixed a few bugs. 19 роки тому
  chiba aca939f8d7 reformatted the files edited by Bill. 19 роки тому
  patriot1burke 02c99beb98 * additional methods to AnnotationsAttribute to support adding 20 роки тому
  chiba 8c82477b41 implemented pruning 20 роки тому
  chiba 7c1450fd7d Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105] Reflection#makeReflective could reject some reflections 20 роки тому
  chiba 37712645ad minor and final changes for 3.0 beta 20 роки тому
  chiba b40a895c91 CtClass.makeNestedClass() has been added. 20 роки тому
  chiba 1d249157de added CtClass#getDeclaringClass() 20 роки тому
  chiba b25388461b added detach() in CtClass, which is necessary so that some people who 20 роки тому
  chiba c2301cdb2f added an error check. 20 роки тому
  chiba 9972682683 modified the API to look good. 20 роки тому
  patriot1burke 3fb5f5033c put back callback to ClassPool.writeAsClass. This callback to ClassPool instance 20 роки тому
  chiba c86c20c27f performance tuning. 20 роки тому
  chiba 17ac0d8287 edited for improving runtime performance. 20 роки тому
  chiba 4929508cfb minor changes. 20 роки тому
  chiba a5ddd6104e fixed bugs so that sample programs can run. 20 роки тому
  chiba 3f73777f2c modified the ClassPool framework. 20 роки тому
  patriot1burke 2d7afcd04b get0 should look in cached classes first as code extending ClassPool behavior 20 роки тому
  patriot1burke 0cc8b5343f write0 should never delegate to parent. The ClassPool that the CtClass is associated 20 роки тому
  patriot1burke e8ec218d12 fixed some things that broke JBoss AOP 20 роки тому