DecompExplorer
DecompExplorer
It's commonplace that the developers tend to create a multitude of well-named constants that might be used across their projects. And I've found that CFR sometimes intends to omit the...
I've found that CFR chooses to omit parentheses in expressions with mixed operators, which may have a negative impact on the code readability and understandability. I think that using parentheses...
### Describe your idea ### Description: Hi, I've found that Jadx sometimes generates inlined assignments in expression. Although they makes the code look more concise when the expressions are relatively...
Hi, I've found that CFR chooses to omit optional braces after `if` statements, which enhances the compactness of the decompiled code. However, it may obscure the boundaries of code blocks,...
### Describe your idea ### Description: Hi, I've observed that Jadx sometimes produces excessively long statements with nested ternary operators, which can impact code readability and understandability. Here is an...
### Describe your idea ### Description 1: Hi, it's me again. I created the issue [Can Jadx reduce deeply nested structures](https://github.com/skylot/jadx/issues/2052) before and it was fixed by this [commit](https://github.com/skylot/jadx/commit/2d5c0fda4a0c5d16207a5f48edb72e6efa7d5bbd). I...