aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed JASSIST-146chiba2011-11-041-1/+0
* fixed JASSIST-146chiba2011-11-045-203/+445
* added some javadoc comments.chiba2011-10-253-1/+17
* fixed JASSIST-145chiba2011-10-192-2/+10
* unit test for JASSIST-145chiba2011-10-182-1/+32
* fixed JASSIST-144chiba2011-09-018-17/+148
* JvstTest test case.chiba2011-08-311-1/+1
* JvstTest test case.chiba2011-08-31260-0/+40406
* fixed JASSIST-127chiba2011-08-212-9/+31
* release 3.15.0-GArel_3_15_0_gachiba2011-07-082-4/+4
* fixed JASSIST-138chiba2011-07-082-1/+23
* added the Apache license.chiba2011-07-08210-409/+619
* fixed a bug that the compiler reports an error when "length" is used as a cla...chiba2011-07-031-1/+7
* a minor bug fixchiba2011-06-211-0/+12
* fixed JASSIST-142chiba2011-05-251-3/+6
* fixed a typo.chiba2011-01-051-1/+1
* changed javadoc for JASSIST-123chiba2010-10-051-0/+3
* for releasing 3.14.0.GArel_3_14_0_gachiba2010-10-052-2/+2
* fixed JASSIST-123chiba2010-10-051-0/+11
* fixed JASSIST-121chiba2010-10-051-11/+8
* fixed JASSIST-128 and JASSIST-129chiba2010-09-147-47/+62
* fixed JASSIST-130chiba2010-09-125-20/+152
* fixed JASSIST-132chiba2010-09-099-19/+24
* [JASSIST-131] Fix ConstPoolWriter.addStringInfo()kabir.khan@jboss.com2010-08-241-1/+2
* fixed typos.chiba2010-07-225-5/+5
* 3.13.0.GA releaserel_3_13_0_gachiba2010-07-191-1/+1
* fixed JIRA JASSIST-125chiba2010-07-182-26/+38
* better support of JSR/RET when computing MaxStack chiba2010-07-151-6/+25
* fixed JASSIST-124chiba2010-07-091-7/+29
* fixed JIRA JASSIST-122chiba2010-07-081-0/+1
* fixed JASSIST-119chiba2010-07-083-18/+64
* fixed JASSIST-118chiba2010-07-081-6/+14
* modified to print annotationschiba2010-06-171-0/+3
* fixed JIRA JASSIST-117chiba2010-05-171-2/+2
* fixed JIRA JASSIST-112chiba2010-05-152-0/+30
* added ClassPool.getOrNull()chiba2010-05-151-0/+34
* added a simple ASM-like API.chiba2010-05-083-2/+925
* performance tuningchiba2010-04-303-24/+44
* performance tuningchiba2010-04-291-14/+83
* for performance tuningchiba2010-04-281-5/+5
* for performance tuningchiba2010-04-284-30/+30
* patched tests to use 1.4 compatible synatx and also to allow for the fact tha...adinn2010-04-213-9/+14
* [JASSIST-115]; use try/finally for toClass2.alesj2010-04-211-3/+6
* modified javadoc commentschiba2010-04-152-2/+1
* preparation for 3.12.GA releaserel_3_12_0_gachiba2010-04-151-2/+2
* since Javassist doesn't support JDK 1.3, I changed the source code to use Lin...chiba2010-04-151-6/+6
* preparation for GA releasechiba2010-04-144-2/+36
* fixed regression introduced by fix to ProxyFactory -- fixes JASSIST-113adinn2010-04-132-13/+39
* fixed deprecated API callschiba2010-04-121-2/+2
* fixes for JASSIST-42 and JASSIST-97adinn2010-04-121-8/+25