We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c800cd commit 0a3bf5bCopy full SHA for 0a3bf5b
README.md
@@ -100,8 +100,8 @@ The rest of options can be left as they are: they are aimed at professional reve
100
- iib (0): Ignore invalid bytecode
101
- vac (0): Verify that anonymous classes can be anonymous
102
- tcs (0): Simplify boolean constants in ternary operations
103
-- pam (0): Decompile pattern matching
104
-- tlf (0): Experimental try loop enhancements (may cause some methods to decompile wrong or not at all!)
+- pam (1): Decompile pattern matching
+- tlf (1): loop-in-try fixes
105
- tco (1): Allow ternaries to be generated in if and loop conditions
106
- swe (1): Decompile Switch Expressions in modern Java
107
- shs (0): Display code blocks hidden, for debugging purposes
0 commit comments