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
Commit message (
Expand
)
Author
Age
Files
Lines
*
adds LineNumberTest.java to the test suite
HEAD
master
chibash
2024-10-04
1
-0
/
+1
*
Merge pull request #492 from kuznet1/master
Shigeru Chiba
2024-10-04
2
-7
/
+25
|
\
|
*
Add test for 16th line & fix
akuznetsov
2024-09-28
2
-7
/
+25
*
|
init
James Bellenger
2024-09-17
2
-3
/
+30
|
/
*
[bugfix]fix TransformCallToStatic with invokeinterface or invokedynamic
catsalty
2024-07-25
1
-0
/
+3
*
updates testJIRA150 since it sometimes fails
chibash
2024-05-03
1
-1
/
+1
*
Merge pull request #484 from kuznet1/master
Shigeru Chiba
2024-05-03
49
-478
/
+958
|
\
|
*
line numbers for undefined ids & more
akuznetsov
2023-12-29
16
-177
/
+191
|
*
fix line numbers in blocks & refactor test
akuznetsov
2023-11-02
3
-65
/
+92
|
*
save line number count though all methods/ctors
akuznetsov
2023-10-04
6
-2
/
+44
|
*
add line numbers and test
akuznetsov
2023-10-04
38
-300
/
+697
*
|
support bootstrap method coping when using code coping
LiuChuliang 刘楚梁
2024-01-18
5
-38
/
+281
*
|
3.30.2-GA release
rel_3_30_2_ga
chibash
2023-12-25
1
-1
/
+1
*
|
fixes github issue #471
rel_3_30_1_ga
chibash
2023-12-17
1
-1
/
+1
*
|
3.30.0-GA release
rel_3_30_0_ga
chibash
2023-12-17
1
-2
/
+2
*
|
Merge pull request #470 from shifujun/repair_IDEA
Shigeru Chiba
2023-12-16
8
-25
/
+0
|
\
\
|
*
|
Minimal changes make IDEA 2023.2 work out-of-box
shifujun
2023-12-12
8
-25
/
+0
*
|
|
Fix insertAuxInitializer may cause inconsistent stack height problem
shifujun
2023-12-11
1
-2
/
+1
|
/
/
*
|
Merge pull request #467 from shifujun/453
Shigeru Chiba
2023-12-10
1
-3
/
+0
|
\
\
|
*
|
Remove DUP check in TransformNewClass
shifujun
2023-12-08
1
-3
/
+0
*
|
|
Merge pull request #448 from catsalty/patch-2
Shigeru Chiba
2023-12-10
1
-1
/
+14
|
\
\
\
|
*
|
|
Fix issue in no-standard [new] instruction replace
LayHool
2023-03-16
1
-1
/
+14
|
|
|
/
|
|
/
|
*
|
|
Fix MemberResolver.lookupMethod bug when super class has more precise match
shifujun
2023-12-08
3
-11
/
+77
|
|
/
|
/
|
*
|
fixes GitHub Issue 462 (Internal class issues in the Java 21)
wuwen
2023-11-03
4
-3
/
+38
|
/
*
Issue-#426 Include Automatic-Module-Name in MANIFEST.MF and bump up the versi...
Hiroshi Ukai
2022-08-30
2
-5
/
+1
*
for releasing 3.29.1
rel_3_29_1_ga
chibash
2022-08-12
2
-2
/
+2
*
prohibits too many items from being added to a constant pool.
chibash
2022-08-07
2
-3
/
+8
*
prohibits too many items from being added to a constant pool
chibash
2022-08-07
2
-0
/
+17
*
prepares for 3.29.0-GA release
rel_3_29_0_ga
chibash
2022-05-13
2
-3
/
+3
*
removes an unused import declaration as PR 384 mentions.
chibash
2022-05-13
1
-1
/
+0
*
Merge pull request #382 from tim-hoffman/PR_RemoveStringBuffer
Shigeru Chiba
2022-05-13
35
-118
/
+121
|
\
|
*
Replace remaining StringBuffer uses with StringBuilder
Timothy Hoffman
2021-07-16
1
-15
/
+15
|
*
Replace StringBuffer with StringBuilder and other minor String optimizations
Timothy Hoffman
2021-07-16
35
-103
/
+106
*
|
Merge pull request #383 from tim-hoffman/PR_ArrayCopyPerformance
Shigeru Chiba
2022-05-13
2
-5
/
+10
|
\
\
|
*
|
Replace array copy loop with System.arraycopy
Timothy Hoffman
2021-07-16
2
-5
/
+10
|
|
/
*
|
uncomments test code suggested by PR405
chibash
2022-05-13
1
-1
/
+1
*
|
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
|
|
/
*
|
does refactoring
chibash
2022-05-13
1
-92
/
+130
*
|
fixes a bug in SignatureAttribute.renameClass().
chibash
2022-05-13
1
-44
/
+76
*
|
fixs a compilation problem although one test still fails.
chibash
2022-05-12
2
-11
/
+11
*
|
Merge branch 'master' into master
Shigeru Chiba
2022-05-11
79
-45
/
+1172
|
\
\
|
*
\
Merge pull request #278 from ximsfei/master
Shigeru Chiba
2022-05-10
8
-22
/
+112
|
|
\
\
|
|
*
|
add unit test
ximsfei
2019-10-17
1
-4
/
+8
|
|
*
|
fixes a bug of ClassFile#renameClass(), some imports could not be successfull...
ximsfei
2019-10-08
7
-18
/
+104
|
*
|
|
Merge pull request #390 from derklaro/master
Shigeru Chiba
2022-05-10
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Lower requirement for an extra type in constructor to Java 7-
derklaro
2021-09-07
1
-1
/
+1
|
|
|
|
/
|
|
|
/
|
|
*
|
|
changes test code because package java.rmi.activation.ActivationGroupDesc doe...
chibash
2022-05-10
3
-7
/
+27
[next]