aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode
Commit message (Expand)AuthorAgeFilesLines
* fixed JASSIST-128 and JASSIST-129chiba2010-09-146-46/+61
* fixed JASSIST-130chiba2010-09-124-20/+150
* fixed JASSIST-132chiba2010-09-091-10/+15
* [JASSIST-131] Fix ConstPoolWriter.addStringInfo()kabir.khan@jboss.com2010-08-241-1/+2
* fixed typos.chiba2010-07-221-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
* modified to print annotationschiba2010-06-171-0/+3
* fixed JIRA JASSIST-117chiba2010-05-171-2/+2
* added a simple ASM-like API.chiba2010-05-082-0/+923
* 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
* modified javadoc commentschiba2010-04-152-2/+1
* since Javassist doesn't support JDK 1.3, I changed the source code to use Lin...chiba2010-04-151-6/+6
* reformattedchiba2010-03-301-13/+11
* [JASSIST-111] Uncomment the code containing the fix :-)kabir.khan@jboss.com2010-03-291-12/+12
* [JASSIST-111] Handle class array types as annotation valueskabir.khan@jboss.com2010-03-291-1/+21
* JIRA 105chiba2010-03-081-0/+6
* for JIRA-99chiba2010-01-311-1/+1
* for JIRA JASSIST-95chiba2009-11-181-1/+27
* for JIRA JASSIST-98chiba2009-11-121-1/+1
* improved the behavior of CtClass.getAnnotations() etc.chiba2009-11-103-4/+49
* for JIRA JASSIST-95chiba2009-11-086-70/+395
* for JIRA-95chiba2009-10-202-0/+52
* for fixing JIRA-95chiba2009-10-191-2/+5
* for JIRA-95chiba2009-10-191-41/+0
* for JIRA-95chiba2009-10-191-0/+52
* for JIRA-95chiba2009-10-191-1/+1
* for implementing StackMap attributes (JIRA 95)chiba2009-10-155-74/+149
* snapshotchiba2009-10-082-0/+235
* fixed JIRA JASSIST-94chiba2009-10-052-4/+4
* fixed JASSIST-87chiba2009-07-021-1/+0
* fixed JIRA JASSIST-77chiba2009-07-026-8/+266
* enabled inserting a gap into a large method more than 32KB (related to JIRA 7...chiba2009-06-262-70/+775
* fixed JIRA JASSIST-83chiba2009-06-091-0/+2
* for fixing JASSIST-81chiba2009-04-181-0/+18
* the previous revision was wrong again. this should be a right fix for JASSIS...chiba2009-03-261-10/+24
* the previous revision was wrong. this is a right fix for JASSIST-74chiba2009-03-181-12/+15
* JASSIST-74chiba2009-03-181-5/+13
* for preparing 3.10 releasechiba2009-03-011-1/+12
* fixed a typochiba2009-01-151-1/+1
* Fix JASSIST-71 - Array access replacement generates invalid bytecode when pad...jgreene2009-01-061-0/+1
* added ClassPool.getCtClass() and fixed related bugs.chiba2008-07-042-2/+11
* Descriptor.toCtClass should never be used on a classinfo, unless it is an arrayjgreene2008-06-161-7/+26
* for 3.8.0.GA releaserel_3_8_0_gachiba2008-06-132-4/+4
* remove jdk5 depsjgreene2008-06-123-9/+9
* Small ws fixjgreene2008-05-281-2/+2