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
/
compiler
/
MemberCodeGen.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
line numbers for undefined ids & more
akuznetsov
2023-12-29
1
-25
/
+25
*
add line numbers and test
akuznetsov
2023-10-04
1
-31
/
+31
*
cancels PR#391, which does not pass all the tests
chibash
2022-05-13
1
-3
/
+2
*
fixes a wrong indentation
chibash
2022-05-13
1
-1
/
+1
*
Merge pull request #391 from derklaro/fix-method-naming-syntax
Shigeru Chiba
2022-05-13
1
-2
/
+3
|
\
|
*
Only wrap the method name if the method doesn't come from the same decl class
derklaro
2021-09-07
1
-2
/
+3
*
|
Lower requirement for an extra type in constructor to Java 7-
derklaro
2021-09-07
1
-1
/
+1
|
/
*
fixes a bug involuved in Pull Request #294
chibash
2019-12-24
1
-2
/
+2
*
Fix #265 javassist.CannotCompileException: [source error] the called construc...
Sam Ma
2019-07-23
1
-13
/
+14
*
Fix #252 make instrumentation works on JDK11 for the inner class which has ac...
Sam Ma
2019-03-20
1
-2
/
+16
*
Organize imports to disolve ambiguity.
nickl-
2017-10-30
1
-4
/
+28
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
1
-42
/
+50
*
fixes calls to a deprecated method in Java 9.
rel_3_21_0-java9-ea
chibash
2016-08-02
1
-2
/
+2
*
fixes JIRA JASSIST-248.
chibash
2015-09-25
1
-1
/
+1
*
fixed JASSIST-242
chibash
2015-05-28
1
-7
/
+6
*
fiexed JASSIST-238
chibash
2014-11-23
1
-22
/
+36
*
fixed JASSIST-158
chibash
2013-07-23
1
-1
/
+1
*
fixed JASSIST-177
chiba
2012-11-15
1
-1
/
+1
*
fixed JASSIST-150
chiba
2012-02-11
1
-2
/
+0
*
added the Apache license.
chiba
2011-07-08
1
-2
/
+3
*
fixed typos.
chiba
2010-07-22
1
-1
/
+1
*
JASSIST-76
chiba
2009-04-03
1
-6
/
+12
*
updated the copyright notices.
chiba
2007-06-04
1
-1
/
+1
*
fixed bugs related to stack map tables.
chiba
2007-06-02
1
-6
/
+48
*
the version of the class file generated from scratch was changed from JDK 1.1...
chiba
2007-05-29
1
-3
/
+1
*
changed the compiler so that .class will be compiled into ldc.
chiba
2007-05-29
1
-5
/
+15
*
changed the implementation of try statements so that jsr/ret will not be used...
chiba
2007-05-12
1
-30
/
+56
*
updated copyright notices
chiba
2006-01-11
1
-1
/
+1
*
fixed a bug reported as JIRA Javassist-12
chiba
2005-08-26
1
-2
/
+2
*
Array initializer supports and better annotation supports.
chiba
2005-08-25
1
-11
/
+59
*
fixed a bug so that the compiler distinguishes a length field and the array l...
chiba
2005-06-08
1
-4
/
+25
*
Change the year in the copyright notices from 2004 to 2005.
chiba
2005-01-18
1
-1
/
+1
*
supports finally clauses
chiba
2004-11-04
1
-18
/
+121
*
modified the code generator to compute constant expressions at compile time.
chiba
2004-09-01
1
-1
/
+7
*
implemented pruning
chiba
2004-08-19
1
-1
/
+1
*
.class support
chiba
2004-08-16
1
-1
/
+4
*
Now, the compiler accepts a method that calls
chiba
2004-05-08
1
-9
/
+33
*
Now, the compiler accepts a method that accesses
chiba
2004-05-05
1
-45
/
+110
*
Now, the compiler accepts a method that calls a private method
chiba
2004-05-04
1
-12
/
+49
*
added CtClass#getDeclaringClass()
chiba
2004-05-03
1
-3
/
+32
*
updated the copyright notices.
chiba
2004-01-08
1
-1
/
+1
*
Fixed a bug of the token analyzer (double constant).
chiba
2003-12-20
1
-11
/
+25
*
made the compiler support inner classes appearing in type names.
chiba
2003-12-07
1
-13
/
+10
*
I implemented a type checker for better code generation.
chiba
2003-11-27
1
-394
/
+54
*
made javassist.expr.MethodCall#replace correctly work
chiba
2003-10-10
1
-4
/
+3
*
improved the compilation of static method calls.
chiba
2003-10-06
1
-6
/
+16
*
Improved the performance of $proceed when it represents a static method.
chiba
2003-10-06
1
-21
/
+22
*
fixed a bug in the compiler, which could not compile a try statement
chiba
2003-08-17
1
-3
/
+5
*
fixed several compiler bugs and updated the tutorial.
chiba
2003-05-14
1
-3
/
+14
*
fixed an array-access bug.
chiba
2003-04-30
1
-8
/
+9
[next]