63 Commits (774508d17c92daa8c469ad80525de2f8655e4019)

Author SHA1 Message Date
  chiba 774508d17c updated copyright notices 18 years ago
  chiba 52a455616e restructred sub packages 18 years ago
  chiba 549aab4f06 implemented getSignature() in javassist.expr.MethodCall 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 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 d59bfd284a updated javadoc comments 19 years ago
  chiba 19d816cade improved a message for RuntimeExceptions. 19 years ago
  chiba 9366fe0862 Array initializer supports and better annotation supports. 19 years ago
  chiba 2d60b1690e modified the compiler to support "import". 19 years ago
  chiba ee8265e79f Turning the automatic pruning on by default. 19 years ago
  chiba e7f278c40b reformatted the files and added javadoc comments. 19 years ago
  bill f5d84c890b Fix pruning so that exceptions and annotation attributes are not ditched. 19 years ago
  chiba 16ecc51f82 fixed a bug in LocalVariableAttribute 19 years ago
  chiba 7d35a76c5d fixed a bug in javadoc comments 19 years ago
  chiba 4b2de8a77e Change the year in the copyright notices from 2004 to 2005. 19 years ago
  chiba e667c0de32 fixed a few bugs. 19 years ago
  chiba e793a77000 implemented removeMethod() etc. 19 years ago
  chiba aca939f8d7 reformatted the files edited by Bill. 20 years ago
  patriot1burke 02c99beb98 * additional methods to AnnotationsAttribute to support adding 20 years ago
  chiba 1e8cb81f35 javadoc comments have been modified. 20 years ago
  chiba 8c82477b41 implemented pruning 20 years ago
  chiba 2a6f1c826d modified CtClass#toString() 20 years ago
  chiba 7c1450fd7d Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105] Reflection#makeReflective could reject some reflections 20 years ago
  chiba 134ee70a9f Changed subclasses of javassist.expr.Expr so that $_ is always initialized. 20 years ago
  chiba e4990e08b3 added computeMaxStack() in CodeAttribute. 20 years ago
  chiba b40a895c91 CtClass.makeNestedClass() has been added. 20 years ago
  chiba 318f2be20c Now, the compiler accepts a method that calls 20 years ago
  chiba d906bfb337 Now, the compiler accepts a method that accesses 20 years ago
  chiba 94ddad2e3f Now, the compiler accepts a method that calls a private method 20 years ago
  chiba 1d249157de added CtClass#getDeclaringClass() 20 years ago
  chiba b25388461b added detach() in CtClass, which is necessary so that some people who 20 years ago
  chiba 9972682683 modified the API to look good. 20 years ago
  patriot1burke 3fb5f5033c put back callback to ClassPool.writeAsClass. This callback to ClassPool instance 20 years ago
  chiba a5ddd6104e fixed bugs so that sample programs can run. 20 years ago
  chiba 3f73777f2c modified the ClassPool framework. 20 years ago
  chiba 7b2f9feef7 If a newly created method does not have a throws clause, an empty 20 years ago
  chiba 100b440ac9 local variables were made available in the source text passed 20 years ago
  chiba bd4705d214 updated the copyright notices. 20 years ago
  chiba e315747293 fixed a number of javadoc warnings. 20 years ago
  chiba df567502f8 changed the version string. 20 years ago
  chiba 9c01e32431 Implemented several methods (e.g. CtClass#getURL) to support security 20 years ago
  chiba 1a1b9d2fec Fixed a bug of the token analyzer (double constant). 20 years ago
  chiba 8e20f83d11 fixed a bug on method lookup. 20 years ago
  chiba 2467ddfb21 made the compiler support inner classes appearing in type names. 20 years ago
  chiba ced4ae1f0e changed the behavior of CtClassType.setSuperclass(). 20 years ago
  chiba ff4f2c43c1 enabled the parser to parse switch and synchronized statements. 20 years ago
  chiba c7d2341f4d added CtClass.main(). 21 years ago