58 Commits (0cbf7a9b805dfa809ac9795743199a4765641680)
 

Author SHA1 Message Date
  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 21 years ago
  chiba cb8289a695 fixed warnings reported by Eclipse. 21 years ago
  chiba 77db45dc7c fixed a javadoc comment. 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 efa5f73e7d implemented CtBehavior.setBody with $proceed. 21 years ago
  chiba 1592597bc6 implemented toString(). 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 eacc721fa5 fixed a bug in CtField. 21 years ago
  chiba fe122bdfe2 changed the behavior of CtClassType.setSuperclass(). 21 years ago
  chiba c8eb33fc60 made to produce bytecode that HotSpot 1.3 can compile to be 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 f6c16db268 added ClassPool#removeCached so that subclasses of ClassPool can do 21 years ago
  chiba abef4b9fb6 enforced close() in a finally block. 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 96ab4218a3 fixed the version number. 21 years ago
  patriot1burke da450cf0f7 - Made ClassPool.get0 protected so that subclasses of ClassPool can call it 21 years ago
  chiba 03e676c3ec changed CtBehavior.setBody() so that setBody(null) produces a body 21 years ago
  chiba 0ed1ede707 fixed a bug in CtBehavior#setBody(). 21 years ago
  chiba 088718bd20 fixed a simple bug. MethodCall#isSuper() was not public. 21 years ago
  chiba 4a1ef53c0d added isSuper() in MethodCall. 21 years ago
  chiba 5fc3a4c6aa modified the semantics of ($r). 21 years ago
  chiba 51df92b44b fixed a bug in makeClassInitializer() in CtClassType. 21 years ago
  chiba dea5156362 fixed several compiler bugs and updated the tutorial. 21 years ago