1027 Commits (master)
 

Author SHA1 Message Date
  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
  chiba bd4705d214 updated the copyright notices. 20 years ago
  chiba 2817e9c078 added the description of insertAt() in CtBehavior. 20 years ago
  chiba e315747293 fixed a number of javadoc warnings. 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 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 cdca977159 I implemented a type checker for better code generation. 20 years ago
  chiba ced4ae1f0e changed the behavior of CtClassType.setSuperclass(). 20 years ago
  chiba 2799b5c40f made javassist.expr.MethodCall#replace correctly work 20 years ago
  chiba ff4f2c43c1 enabled the parser to parse switch and synchronized statements. 20 years ago
  chiba c7d2341f4d added CtClass.main(). 20 years ago
  chiba b730655d0d improved the compilation of static method calls. 20 years ago
  chiba d0add86d97 Improved the performance of $proceed when it represents a static method. 20 years ago
  chiba 93e8b3bf46 updated tutorial so that it says the class names passed to the compiler 20 years ago
  chiba cb8289a695 fixed warnings reported by Eclipse. 20 years ago
  chiba 77db45dc7c fixed a javadoc comment. 20 years ago
  chiba 5e02784541 added javassist.bytecode.DeprecatedAttribute. 20 years ago
  chiba 8443351108 updated documents. 20 years ago
  chiba 2992b5313b made ClassPool.SimpleLoader public. 20 years ago
  chiba efa5f73e7d implemented CtBehavior.setBody with $proceed. 20 years ago
  chiba 1592597bc6 implemented toString(). 20 years ago
  chiba 377937bfbe changed the version number to 2.7 20 years ago
  chiba 87f4d5dd1d corrected to be able to compile an infinite loop. 21 years ago
  chiba eacc721fa5 fixed a bug in CtField. 21 years ago