105 Commits (f4a78cf275e5a1a8f81fed70d73f6273f6f9150f)
 

Author SHA1 Message Date
  chiba f4a78cf275 updated some javadoc comments. 20 years ago
  chiba af2793e731 fixed Bugs item #997458: addCatch("return;", ...) on CtConstructor causes VerifyError 20 years ago
  chiba fedf39720f fixed Bugs item #993090 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 fba9c3fa2a Fixed Bugs item #987038 (opened at 2004-07-08 15:06) 20 years ago
  chiba d51257fc94 revised javassist.bytecode.annotation package. 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
  patriot1burke fa03e04037 added Enum support to AnnotationInfo 20 years ago
  chiba 37712645ad minor and final changes for 3.0 beta 20 years ago
  chiba e4990e08b3 added computeMaxStack() in CodeAttribute. 20 years ago
  chiba b431110d11 changed the copyright notice of javassist.bytecode.annotation 20 years ago
  chiba b40a895c91 CtClass.makeNestedClass() has been added. 20 years ago
  chiba b9a4443405 updated the tutorial 20 years ago
  chiba f0ffe50128 updated the tutorial. 20 years ago
  chiba fe4d1a1b0d Updated the tutorial 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
  patriot1burke 652e4675e7 fixed some annotation bugs and added some integration features 20 years ago
  chiba c2301cdb2f added an error check. 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
  patriot1burke 8c3207c251 committed with bad \r\n 20 years ago
  chiba c86c20c27f performance tuning. 20 years ago
  chiba 17ac0d8287 edited for improving runtime performance. 20 years ago
  chiba 4929508cfb minor changes. 20 years ago
  chiba a5ddd6104e fixed bugs so that sample programs can run. 20 years ago
  chiba f480c5d912 Not needed anymore. 20 years ago
  chiba 3f73777f2c modified the ClassPool framework. 20 years ago
  patriot1burke 2d7afcd04b get0 should look in cached classes first as code extending ClassPool behavior 20 years ago
  patriot1burke 0cc8b5343f write0 should never delegate to parent. The ClassPool that the CtClass is associated 20 years ago
  patriot1burke e8ec218d12 fixed some things that broke JBoss AOP 20 years ago
  chiba e6621eb41b addTranslator() was still wrong. 20 years ago
  chiba baf561d93e renamed insertTranslator() in ClassPool to addTranslator() since 20 years ago
  chiba 707e08af67 changed delimiters, etc. 20 years ago
  chiba d2ab0807ae changed line delimiters. 20 years ago
  chiba f56bd9e72f changed the stuff related to ClassPool. 20 years ago
  patriot1burke ed96cc4101 added annotation support. Only Enum types not supported when adding 20 years ago
  chiba 98cf25f68b fixed a typo. 20 years ago
  chiba e057bbef56 changed to throw an exception if a duplicate method/field is added. 20 years ago
  chiba 805dd3c4f8 changed the compiler so that multiple statements do not need to be 20 years ago
  chiba b6e81e4fd9 fixed a bug that happens if null is passed to a method. 20 years ago
  chiba 0cbf7a9b80 update javadoc comments. 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