Timeline for How to remove unused code from a jar file?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 7, 2021 at 21:06 | comment | added | Ferrybig | @NateT in its default config, it also changes class names (but keeps packages alone) This hinders decompilation. More aggresive options can be specified, which collapses all package names and removes all debugging options like line numbers and annotations (which also makes the final jar smaller) | |
| Nov 7, 2021 at 20:53 | comment | added | Nate T | Doesn't it hinder decompiling as well? or am I thinking of something else? The name sounds familiar. | |
| Nov 5, 2021 at 18:20 | vote | accept | Day Trip | ||
| S Nov 5, 2021 at 10:40 | review | First answers | |||
| Nov 5, 2021 at 11:54 | |||||
| S Nov 5, 2021 at 10:40 | history | answered | Ferrybig | CC BY-SA 4.0 |