89 Commits (8968f3341ba2f46f78f22a0b4853cb4820d44f11)

Author SHA1 Message Date
  chiba 8968f3341b added Expr#getEnclosingClass() 16 years ago
  chiba 149c5ffbe4 for 3.6.0 release 17 years ago
  chiba 22cfe0c43b I will release 3.6.0.CR1 17 years ago
  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 years ago
  chiba a318d5d7d8 updated the copyright notices. 17 years ago
  chiba 4958b9a45a fixed JIRA JASSIST-33 17 years ago
  chiba 5eed6f04d8 start developing the next release... 17 years ago
  chiba 9bc1c0517b updated for release 17 years ago
  chiba 43a08a3a82 added CtBehavior.getLongName() 17 years ago
  chiba 4f6352718e 3.4.0GA release 17 years ago
  chiba 1a24a3971d Fixed a bug of duplicating writeReplace() to a proxy class. 17 years ago
  chiba 4237ad166c JIRA JASSIST-28 (including a performance bug) has been fixed. 17 years ago
  chiba baa647c760 fixed a bug in CodeConverter#replaceFieldRead/Write() on field shadowing 17 years ago
  chiba 3cc1bdc1ba for release 3.3 (again) 18 years ago
  chiba 3e942c58be for 3.3 release 18 years ago
  chiba 2d45afd62b changed new CtField(CtField,..) to copy annotations. 18 years ago
  chiba 2405e68046 fixed the bug reported as JASSIST-23. 18 years ago
  chiba ae4b81c820 a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method). Please check other JBoss products using Javassist. 18 years ago
  chiba 1372e83491 updated since javassist.scopedpool was added. 18 years ago
  chiba 046c30cb2f release 3.2 18 years ago
  chiba 7804fb0986 fixed JIRA JASSIST-19. 18 years ago
  starksm 0bcd482930 Update the 3.2.0.CR2 release notes 18 years ago
  chiba eee86c9995 fixed a bug of replace(String,ExprEditor) in javassist.expr.Expr. 18 years ago
  rcampbell 1c5026da22 JBQA-324 update changelog for 3.2.0.CR1 release 18 years ago
  chiba 51c2a8c834 added getNestedClasses() in CtClass. 18 years ago
  chiba 1e0a593630 final updates for 3.1 release 18 years ago
  chiba 5404f1e186 (almost) final updates for 3.1 release 18 years ago
  chiba ad7d5a9214 fixed a bug in getModifiers() in CtClass. 18 years ago
  chiba 774508d17c updated copyright notices 18 years ago
  chiba 52a455616e restructred sub packages 18 years ago
  chiba a52aa92705 renamed javassist.tool to javassist.tools 18 years ago
  chiba 65e6ac8421 updated javadoc comments 18 years ago
  chiba 7696279d0e changed the behavior of CtClass#getMethods(), getFields(), and getConstructors(). 18 years ago
  chiba bfdfdff690 added makeUniqueName() in CtClass. 18 years ago
  chiba 721370a391 moved javassist.preproc package to sample/preproc directory. 18 years ago
  chiba 0446eb7e74 improved the performance of Bytecode and ConstPool. Added clone() to Bytecode. 18 years ago
  chiba 3ab8846e75 renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bug so that getModifiers() can work on an nested class. 19 years ago
  chiba 39b350bc4b updated javadoc comments 19 years ago
  chiba f4bc17b8dc minor updates for 3.1RC1 19 years ago
  chiba 9366fe0862 Array initializer supports and better annotation supports. 19 years ago
  chiba f6faf5fde7 fixed a compilation problem of static final fields. 19 years ago
  chiba aa0900d4cf HotSwap support 19 years ago
  chiba d30bc13c09 support non us-ascii identifiers (JIRA May20,2005) 19 years ago
  chiba 13ecd1542c fixed a bug of CtBehavior.insertAt (and a few other minor fixes) 19 years ago
  chiba 7d35a76c5d fixed a bug in javadoc comments 19 years ago
  chiba e667c0de32 fixed a few bugs. 19 years ago
  chiba e793a77000 implemented removeMethod() etc. 19 years ago
  chiba 30ea2357da synchronized statement support. 19 years ago
  chiba d77cb45569 Expr.where() throws an exception if the expression is in a static initializer. 19 years ago
  chiba 1e8cb81f35 javadoc comments have been modified. 20 years ago