44 Commits (e71398c6fc652b8c522da858906a4385cf102130)

Author SHA1 Message Date
  Sam Ma e71398c6fc Fix #252 make instrumentation works on JDK11 for the inner class which has access to the private constructor of the host class 5 years ago
  nickl- e5656fc869 Organize imports to disolve ambiguity. 6 years ago
  nickl- 62851d0af3 Source walk/Spring clean/Parameterize/Enhance et.al. 6 years ago
  chibash 0ebd27d23e fixes calls to a deprecated method in Java 9. 7 years ago
  chibash e44bf416bf fixes JIRA JASSIST-248. 8 years ago
  chibash a4f46cd3a9 fixed JASSIST-242 9 years ago
  chibash f2093c28be fiexed JASSIST-238 9 years ago
  chibash 387bb5897b fixed JASSIST-158 10 years ago
  chiba 226a8f53e5 fixed JASSIST-177 11 years ago
  chiba 0564d29d85 fixed JASSIST-150 12 years ago
  chiba 121a67e8df added the Apache license. 13 years ago
  chiba 91a1c094f0 fixed typos. 14 years ago
  chiba bead430f64 JASSIST-76 15 years ago
  chiba a318d5d7d8 updated the copyright notices. 17 years ago
  chiba b8445cabac fixed bugs related to stack map tables. 17 years ago
  chiba 8242ef42ef the version of the class file generated from scratch was changed from JDK 1.1 to 1.3. 17 years ago
  chiba 33ce6656c3 changed the compiler so that .class will be compiled into ldc. 17 years ago
  chiba c2d6bdf673 changed the implementation of try statements so that jsr/ret will not be used anymore. 17 years ago
  chiba 774508d17c updated copyright notices 18 years ago
  chiba 138cb0ca97 fixed a bug reported as JIRA Javassist-12 19 years ago
  chiba 9366fe0862 Array initializer supports and better annotation supports. 19 years ago
  chiba 001d765704 fixed a bug so that the compiler distinguishes a length field and the array length operator. 19 years ago
  chiba 4b2de8a77e Change the year in the copyright notices from 2004 to 2005. 19 years ago
  chiba be2809ffa5 supports finally clauses 19 years ago
  chiba 9b3b557051 modified the code generator to compute constant expressions at compile time. 20 years ago
  chiba 8c82477b41 implemented pruning 20 years ago
  chiba 7fd8dd6838 .class support 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 bd4705d214 updated the copyright notices. 20 years ago
  chiba 1a1b9d2fec Fixed a bug of the token analyzer (double constant). 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 2799b5c40f made javassist.expr.MethodCall#replace correctly work 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 421e4885eb fixed a bug in the compiler, which could not compile a try statement 21 years ago
  chiba dea5156362 fixed several compiler bugs and updated the tutorial. 21 years ago
  chiba 1f290d5400 fixed an array-access bug. 21 years ago
  chiba 2e9cd7421a changed the license. 21 years ago
  chiba cdeddfd6fc Changed the copyright notices and removed tab characters. 21 years ago
  patriot1burke 069bceaf72 This commit was generated by cvs2svn to compensate for changes in r2, which 21 years ago