There is also a trick to use bytecode viewer and than decompile bytecode to java. But do not expect too much from this, it may produce non-working code easily, but works pretty well for simple cases
metal 1
u
uli
08/22/2019, 6:39 AM
Just did that. do some cleanup (remove intrinsic checks, inline temporary variables, ...) and the code becomes pretty useful. Not fully automatic but great help