55 Commits (721370a3918f59344b541f9e4cc361826c418818)

Author SHA1 Message Date
  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
  chiba 0e6ebb79d3 Now the compiler supports a switch statement. 20 years ago
  chiba 4fda748aa5 discarded the last changes 20 years ago
  chiba 3b946e08d5 javassist.expr.NewArray has been implemented. 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 aa92b8250e Bugs item #988787 has been fixed. 20 years ago
  chiba 785aa0c403 Updated the tutorial to be more understandable. 20 years ago
  chiba 6f0d550f39 Added javassist.bytecode.AnnotationsAttribute and support classes. 20 years ago
  chiba 134ee70a9f Changed subclasses of javassist.expr.Expr so that $_ is always initialized. 20 years ago
  chiba b40a895c91 CtClass.makeNestedClass() has been added. 20 years ago
  chiba 9972682683 modified the API to look good. 20 years ago
  chiba 3f73777f2c modified the ClassPool framework. 20 years ago
  chiba f56bd9e72f changed the stuff related to ClassPool. 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 33894b1cae CtBehavior#insertAt() and support methods have been implemented. 20 years ago
  chiba ba0a3e1739 fixed a compiler bug. 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 c7d2341f4d added CtClass.main(). 20 years ago
  chiba cb8289a695 fixed warnings reported by Eclipse. 21 years ago
  chiba 5e02784541 added javassist.bytecode.DeprecatedAttribute. 21 years ago
  chiba 8443351108 updated documents. 21 years ago
  chiba 2992b5313b made ClassPool.SimpleLoader public. 21 years ago
  chiba 377937bfbe changed the version number to 2.7 21 years ago
  chiba 87f4d5dd1d corrected to be able to compile an infinite loop. 21 years ago
  chiba fe122bdfe2 changed the behavior of CtClassType.setSuperclass(). 21 years ago
  chiba 421e4885eb fixed a bug in the compiler, which could not compile a try statement 21 years ago
  chiba d96924c601 updated some javadoc comments. 21 years ago
  chiba 4fc98e2092 added Expr#indexofBytecode. 21 years ago
  chiba 08d551923e fixed typo in a javadoc comment. 21 years ago
  chiba 5a846bbe35 minor bugs have been fixed. 21 years ago
  patriot1burke 5372926c91 added comments for 2.5.1 21 years ago
  chiba 4a1ef53c0d added isSuper() in MethodCall. 21 years ago
  chiba dea5156362 fixed several compiler bugs and updated the tutorial. 21 years ago