index
:
javassist.git
3.18
3.20
3.22-old-style-source
3.23
gh-pages
master
test/java9-jigsaw
test/switch-case
Java bytecode engineering toolkit: https://github.com/jboss-javassist/javassist
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
javassist
/
expr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Organize imports to disolve ambiguity.
nickl-
2017-10-30
9
-26
/
+129
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
10
-35
/
+78
*
modifies the implementation of that invokes an interface default method
chibash
2016-02-23
1
-1
/
+1
*
preparation for 3.19 release. fixed bugs in javadoc comments
chibash
2015-01-06
1
-2
/
+2
*
Support Javaflow NEW bytecode pattern for replacement.
Baron Roberts
2014-09-26
1
-2
/
+3
*
removed a comment (for JIRA223)
chibash
2014-05-10
1
-1
/
+0
*
fixed JIRA223
chibash
2014-05-10
1
-1
/
+4
*
added the Apache license.
chiba
2011-07-08
10
-20
/
+30
*
fixed JASSIST-132
chiba
2010-09-09
8
-9
/
+9
*
enabled inserting a gap into a large method more than 32KB (related to JIRA 7...
chiba
2009-06-26
1
-1
/
+1
*
fixed JIRA JASSIST-83
chiba
2009-06-09
1
-4
/
+17
*
added ClassPool.getCtClass() and fixed related bugs.
chiba
2008-07-04
3
-3
/
+3
*
fixed JASSIST-51
chiba
2008-03-11
1
-2
/
+4
*
fixed JIRA JASSIST-41
chiba
2008-01-20
1
-4
/
+3
*
added Expr#getEnclosingClass()
chiba
2007-09-30
1
-0
/
+8
*
fixed a bug of CtClassType#releaseClassFiles()
chiba
2007-06-22
7
-0
/
+12
*
updated the copyright notices.
chiba
2007-06-04
10
-10
/
+10
*
fixed bugs related to stack map tables.
chiba
2007-06-02
1
-1
/
+10
*
minor bug fix
chiba
2006-12-08
1
-1
/
+5
*
fixed a bug of replace(String,ExprEditor) in javassist.expr.Expr.
chiba
2006-04-09
2
-9
/
+13
*
final updates for 3.1 release
rel_3_1
chiba
2006-02-22
2
-8
/
+16
*
reformatting.
chiba
2006-02-16
1
-3
/
+2
*
Allow access to the constructor signature.
adrian
2006-02-15
1
-2
/
+17
*
updated copyright notices
chiba
2006-01-11
10
-9
/
+24
*
restructred sub packages
chiba
2006-01-11
1
-1
/
+1
*
implemented recursive replace() for ExprEditor.
chiba
2005-12-29
2
-100
/
+184
*
implemented getSignature() in javassist.expr.MethodCall
chiba
2005-11-12
2
-4
/
+11
*
fixed a bug so that ExprEditor#edit(NewExpr) can process a method compiled by...
chiba
2005-09-06
1
-0
/
+2
*
Added javassist.expr.ConstructorCall
chiba
2005-07-15
3
-7
/
+82
*
deleted some local variables that are never read.
chiba
2005-06-30
2
-2
/
+0
*
Changed ClassPool.get() to accept the descriptors of array types.
chiba
2005-05-16
1
-1
/
+4
*
Change the year in the copyright notices from 2004 to 2005.
chiba
2005-01-18
9
-10
/
+10
*
Reformatted the soruce files modified by Bill.
chiba
2005-01-09
1
-244
/
+225
*
methodinfos are not equal for some reason.
patriot1burke
2004-12-09
1
-205
/
+265
*
Made the constructors in subclasses of Expr protected.
chiba
2004-10-18
8
-17
/
+18
*
Expr.where() throws an exception if the expression is in a static initializer.
chiba
2004-10-16
1
-1
/
+5
*
javassist.expr.NewArray has been implemented.
chiba
2004-08-02
2
-34
/
+337
*
Changed subclasses of javassist.expr.Expr so that $_ is always initialized.
chiba
2004-06-05
5
-0
/
+31
*
local variables were made available in the source text passed
chiba
2004-01-11
5
-0
/
+5
*
updated the copyright notices.
chiba
2004-01-08
8
-8
/
+8
*
I implemented a type checker for better code generation.
chiba
2003-11-27
4
-2
/
+37
*
made javassist.expr.MethodCall#replace correctly work
chiba
2003-10-10
4
-3
/
+6
*
improved the compilation of static method calls.
chiba
2003-10-06
1
-1
/
+1
*
Improved the performance of $proceed when it represents a static method.
chiba
2003-10-06
1
-1
/
+4
*
fixed warnings reported by Eclipse.
chiba
2003-09-08
2
-2
/
+0
*
updated some javadoc comments.
chiba
2003-08-04
1
-0
/
+3
*
added Expr#indexofBytecode.
chiba
2003-07-31
1
-1
/
+11
*
fixed a simple bug. MethodCall#isSuper() was not public.
chiba
2003-05-17
1
-1
/
+1
*
added isSuper() in MethodCall.
chiba
2003-05-16
1
-0
/
+9
*
fixed several compiler bugs and updated the tutorial.
chiba
2003-05-14
1
-2
/
+2
[next]