72 Commitit (master)

Tekijä SHA1 Viesti Päivämäärä
  ⸮o-o ? 林 a8edcb2fe4
Update tutorial.html: `javassist.util.HotSwapper` 4 kuukautta sitten
  chibash 4cf21faf54 fixes JASSIST-255 Primitive array return values cause invalid cast to Object 8 vuotta sitten
  chibash bb2e4c8745 updates the tutorial 8 vuotta sitten
  chibash e724bc8af9 updated the tutorial and some javadoc comments 9 vuotta sitten
  Greg 749abfe3b0 Fix typos. 10 vuotta sitten
  chibash ae7b93b7b7 updated the tutorial for JASSIST-225 10 vuotta sitten
  chibash 24dc6650e0 clarified the description in the tutorial. 10 vuotta sitten
  chiba e2cfbeaed7 implemented JASSIST-170 12 vuotta sitten
  chiba 205b65d96c fixed JASSIST-155 12 vuotta sitten
  chiba 41bb82351c a minor bug fix 13 vuotta sitten
  chiba e639e4cf38 fixed JASSIST-132 13 vuotta sitten
  chiba 4f0fd85816 fixed typos in the tutorial 13 vuotta sitten
  chiba 0dfd78b0e5 fixed JIRA JASSIST-122 14 vuotta sitten
  chiba 2fe46756aa added the description on ClassFileWriter. 14 vuotta sitten
  chiba 7cf3a5fce3 for implementing StackMap attributes (JIRA 95) 14 vuotta sitten
  chiba df66d916e0 for fixing JASSIST-70 15 vuotta sitten
  chiba 3ac58ef038 $type support by CtBehavior#insertBefore: JIRA JASSIST-62 16 vuotta sitten
  chiba bd6d4dcb4c fixed a typo. 16 vuotta sitten
  chiba dc1297543e fixed a typo. 16 vuotta sitten
  chiba 73969fa11a made automatic pruning off by default because I found that pruning does not really save memory (only 20%). I changed Javassist to compress a class file on memory after toBytecode(). 17 vuotta sitten
  chiba fef3cedb4b fixed a but in javassist.bytecode.stackmap etc. 17 vuotta sitten
  chiba c2d6bdf673 changed the implementation of try statements so that jsr/ret will not be used anymore. 17 vuotta sitten
  chiba 6d57767054 updated javadoc comments. 18 vuotta sitten
  chiba a52aa92705 renamed javassist.tool to javassist.tools 18 vuotta sitten
  chiba ecb71c7515 added some methods to javassist.Bytecode and Descriptor. 18 vuotta sitten
  chiba 5ff19d5945 appended ClassPool(boolean) constructor. 18 vuotta sitten
  chiba 7696279d0e changed the behavior of CtClass#getMethods(), getFields(), and getConstructors(). 18 vuotta sitten
  chiba eb12cc5d6b updated CtMember.append() for better performance. 18 vuotta sitten
  chiba bfdfdff690 added makeUniqueName() in CtClass. 18 vuotta sitten
  chiba 6aaacd9676 Implemented CtConstructor#toMethod(). 18 vuotta sitten
  chiba d59bfd284a updated javadoc comments 18 vuotta sitten
  chiba 138cb0ca97 fixed a bug reported as JIRA Javassist-12 18 vuotta sitten
  chiba 9366fe0862 Array initializer supports and better annotation supports. 18 vuotta sitten
  chiba 2d60b1690e modified the compiler to support "import". 18 vuotta sitten
  chiba 7c44f9c339 Added javassist.expr.ConstructorCall 19 vuotta sitten
  chiba 9b1411e58b updates comments 19 vuotta sitten
  chiba 5de7634f05 update the tutorial 19 vuotta sitten
  chiba 6ab159e1f5 clarify that $0 means this. 19 vuotta sitten
  chiba 13ecd1542c fixed a bug of CtBehavior.insertAt (and a few other minor fixes) 19 vuotta sitten
  chiba bd0d1580a7 Added javadoc comments. 19 vuotta sitten
  chiba e667c0de32 fixed a few bugs. 19 vuotta sitten
  chiba e793a77000 implemented removeMethod() etc. 19 vuotta sitten
  chiba 30ea2357da synchronized statement support. 19 vuotta sitten
  chiba 51ab670ccf edited the tutorial. 19 vuotta sitten
  chiba 0e6ebb79d3 Now the compiler supports a switch statement. 19 vuotta sitten
  chiba 4fda748aa5 discarded the last changes 19 vuotta sitten
  chiba 3b946e08d5 javassist.expr.NewArray has been implemented. 20 vuotta sitten
  chiba f4a78cf275 updated some javadoc comments. 20 vuotta sitten
  chiba 7c1450fd7d Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105] Reflection#makeReflective could reject some reflections 20 vuotta sitten
  chiba aa92b8250e Bugs item #988787 has been fixed. 20 vuotta sitten