Today I got my second method working, String.hashCode()
. Now I have conditional and unconditional branching, field access, array loads, a whole bunch of integer operators, and returning with a result implemented and (somewhat) tested. The bytecode coverage chart says I’m 50% done, but I don’t believe it.
Show us the (generated) code! :)
Ok, here goes, input and output.