OSDN Git Service

Updated the warning about old-style inner class metadata to reflect
authorDan Bornstein <danfuzz@android.com>
Thu, 24 Jun 2010 21:51:17 +0000 (14:51 -0700)
committerDan Bornstein <danfuzz@android.com>
Fri, 25 Jun 2010 01:26:02 +0000 (18:26 -0700)
commitec022295682131fd8ebd4619343060fd3554319b
treef7f2125795bb18d4f8189d3a0db6d13b98494597
parentff9aa9bfadcd4b17b078dfad65e0d700ea8c237a
Updated the warning about old-style inner class metadata to reflect
the current understanding of the situation.

The change affects diagnostic output but doesn't change anything about
dex file production, per se. I also added a new test each for dx and
the vm, checking that the warning gets emitted and demonstrating the
effect (respectively).

Though it's a pretty minor change, I bumped up the version number of dx.

Added bonus: Wrapped a couple of too-long lines that I happened to notice.

Bug: 2171430
Change-Id: If6afa4ba88dca9b0e6d88603e0a5fc2e36358115
dx/src/com/android/dx/Version.java
dx/src/com/android/dx/dex/cf/AttributeTranslator.java
dx/tests/113-old-style-inner-class/Blort.java [new file with mode: 0644]
dx/tests/113-old-style-inner-class/expected.txt [new file with mode: 0644]
dx/tests/113-old-style-inner-class/info.txt [new file with mode: 0644]
dx/tests/113-old-style-inner-class/run [new file with mode: 0644]
tests/084-old-style-inner-class/build [new file with mode: 0644]
tests/084-old-style-inner-class/expected.txt [new file with mode: 0644]
tests/084-old-style-inner-class/info.txt [new file with mode: 0644]
tests/084-old-style-inner-class/src/Main.java [new file with mode: 0644]