Jasmine Karthikeyan

Results 47 issues of Jasmine Karthikeyan

Significantly improves the design of Dense Woodlands biomes by using custom branching trees and adding shrubs as well as small spruce trees. ![](https://cdn.discordapp.com/attachments/594023278004404234/767555490431369236/unknown.png)

With the introduction of vertical biome support in 1.15, biome storage has moved from a 16 * 16 array in favor of a 4 * 64 * 4 low-resolution array...

This would allow for a way to renew and grow reeds.

feature

Highly mangled loop structure with other elements makes continues with unknown closures. compiled with JDK 17.

Type: Bug
Subsystem: Statement Structure
Priority: Medium

This: Outputs this: ```java public class TestTemp { public void test() { float vvv1 = 124.01F;// 7 Object var10000 = new Object(); Objects.requireNonNull(var10000);// 8 int[][][] var2 = (int[][][])var10000; }// 20...

Type: Bug
Subsystem: Statement Structure
Priority: High

PR #45 changed the decompilation order of nodes within try blocks with finally handlers, look into why that is and see if it causes any major problems.

Subsystem: Statement Structure
Priority: Medium

It doesn't seem like there'll be time to finish this before 1.9 so this is a reminder for myself to finish it in a future version.

enhancement
Subsystem: Generics
Priority: Medium

Add a new preference that allows the selection of specific (comma separated) directories to decompile.

Type: Enhancement
Priority: Low
Subsystem: Parsing

When working with obfuscated code, it's not always given that you will have the inner classes attribute. Therefore it would be useful to have a default-off preference that treats members...

Type: Enhancement
Priority: Low
Subsystem: Parsing

`FlattenStatementsHelper` and `DirectGraph` try to represent the flow of code in a flattened way, but multiple issues with finally statements and isolated statement edges prevent it from accurately representing flow...

enhancement
Subsystem: Statement Structure
Priority: Medium
code quality