What steps will reproduce the problem?
1.(paramJsArray.getObject(paramInt + -1)
What is the expected output? What do you see instead?
正常应该是(paramJsArray.getObject(paramInt
-1)而反编译后变成了(paramJsArray.getObject(paramInt + -1)
What version of the product are you using? On what operating system?
dex-translator-0.0.9.3,dex2jar-0.0.9.2-SNAPSHOT在ADT为15版本都有这个��
�题,如果ADT是10版本编译的不会有这个问题
Please provide any additional information below.
Original issue reported on code.google.com by djlov...@gmail.com on 22 Nov 2011 at 3:30
Original issue reported on code.google.com by
djlov...@gmail.com
on 22 Nov 2011 at 3:30