aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/expr
Commit message (Expand)AuthorAgeFilesLines
* Organize imports to disolve ambiguity.nickl-2017-10-309-26/+129
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-3010-35/+78
* modifies the implementation of that invokes an interface default methodchibash2016-02-231-1/+1
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-061-2/+2
* Support Javaflow NEW bytecode pattern for replacement.Baron Roberts2014-09-261-2/+3
* removed a comment (for JIRA223)chibash2014-05-101-1/+0
* fixed JIRA223chibash2014-05-101-1/+4
* added the Apache license.chiba2011-07-0810-20/+30
* fixed JASSIST-132chiba2010-09-098-9/+9
* enabled inserting a gap into a large method more than 32KB (related to JIRA 7...chiba2009-06-261-1/+1
* fixed JIRA JASSIST-83chiba2009-06-091-4/+17
* added ClassPool.getCtClass() and fixed related bugs.chiba2008-07-043-3/+3
* fixed JASSIST-51chiba2008-03-111-2/+4
* fixed JIRA JASSIST-41chiba2008-01-201-4/+3
* added Expr#getEnclosingClass()chiba2007-09-301-0/+8
* fixed a bug of CtClassType#releaseClassFiles()chiba2007-06-227-0/+12
* updated the copyright notices.chiba2007-06-0410-10/+10
* fixed bugs related to stack map tables.chiba2007-06-021-1/+10
* minor bug fixchiba2006-12-081-1/+5
* fixed a bug of replace(String,ExprEditor) in javassist.expr.Expr.chiba2006-04-092-9/+13
* final updates for 3.1 releaserel_3_1chiba2006-02-222-8/+16
* reformatting.chiba2006-02-161-3/+2
* Allow access to the constructor signature.adrian2006-02-151-2/+17
* updated copyright noticeschiba2006-01-1110-9/+24
* restructred sub packageschiba2006-01-111-1/+1
* implemented recursive replace() for ExprEditor.chiba2005-12-292-100/+184
* implemented getSignature() in javassist.expr.MethodCallchiba2005-11-122-4/+11
* fixed a bug so that ExprEditor#edit(NewExpr) can process a method compiled by...chiba2005-09-061-0/+2
* Added javassist.expr.ConstructorCallchiba2005-07-153-7/+82
* deleted some local variables that are never read.chiba2005-06-302-2/+0
* Changed ClassPool.get() to accept the descriptors of array types.chiba2005-05-161-1/+4
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-189-10/+10
* Reformatted the soruce files modified by Bill.chiba2005-01-091-244/+225
* methodinfos are not equal for some reason.patriot1burke2004-12-091-205/+265
* Made the constructors in subclasses of Expr protected.chiba2004-10-188-17/+18
* Expr.where() throws an exception if the expression is in a static initializer.chiba2004-10-161-1/+5
* javassist.expr.NewArray has been implemented.chiba2004-08-022-34/+337
* Changed subclasses of javassist.expr.Expr so that $_ is always initialized.chiba2004-06-055-0/+31
* local variables were made available in the source text passedchiba2004-01-115-0/+5
* updated the copyright notices.chiba2004-01-088-8/+8
* I implemented a type checker for better code generation.chiba2003-11-274-2/+37
* made javassist.expr.MethodCall#replace correctly workchiba2003-10-104-3/+6
* improved the compilation of static method calls.chiba2003-10-061-1/+1
* Improved the performance of $proceed when it represents a static method.chiba2003-10-061-1/+4
* fixed warnings reported by Eclipse.chiba2003-09-082-2/+0
* updated some javadoc comments.chiba2003-08-041-0/+3
* added Expr#indexofBytecode.chiba2003-07-311-1/+11
* fixed a simple bug. MethodCall#isSuper() was not public.chiba2003-05-171-1/+1
* added isSuper() in MethodCall.chiba2003-05-161-0/+9
* fixed several compiler bugs and updated the tutorial.chiba2003-05-141-2/+2