Vineflower / vineflower

Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler.
https://vineflower.org/
Apache License 2.0
1.13k stars 83 forks source link

Map all bytecode in range #386

Closed jaskarth closed 2 months ago

jaskarth commented 2 months ago

Fixes many bytecode mapping bugs. PR since >300 tests are updated.

github-actions[bot] commented 2 months ago

Test Results

    9 files   -     9      9 suites   - 9   31s :stopwatch: -32s 1 266 tests  -   653  1 265 :white_check_mark:  -   654  0 :zzz: ±0  1 :x: +1  1 267 runs   - 1 267  1 266 :white_check_mark:  - 1 268  0 :zzz: ±0  1 :x: +1 

For more details on these failures, see this check.

Results for commit 799766de. ± Comparison against base commit e9ce4904.

:recycle: This comment has been updated with latest results.

jaskarth commented 2 months ago

Thanks for the review! Will merge now.