haco20292 / dex2jar

Automatically exported from code.google.com/p/dex2jar
0 stars 0 forks source link

用adt15版本编译的apk反编译时减号为变为负号 #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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