History log of /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/CollectingOutputReceiver.java
Revision Date Author Comments
1dc373fdff1c400032cc58b337c1850b79837f37 02-Aug-2012 Siva Velusamy <vsiva@google.com> uitest-automator: Use ddmlib for device communications.

Change-Id: I2983399832a8f64b8ac0447587233baba4774311
ab36f4e7488358dea4ab6b54ee2b7bef3da0232b 21-Dec-2011 Tor Norbye <tnorbye@google.com> Update SDK codebase to JDK 6

This changeset makes the SDK codebase compile with source=1.6 (which
means it also requires JDK 6). This means that methods implementing an
interface requires @Override's. It also means we can start using APIs
like the ArrayDeque class and methods like String#isEmpty().

This changeset looks big but the change is trivial: it's basically
adding @Override in all the places that need it, along with some other
automatic Eclipse cleanup in certain files (such as reordering imports
where they were incorrectly ordered (because older versions of Eclipse
didn't always handle inner classes right)), as well as cleaning up
trailing whitespace and removing some $NON-NLS-1$ markers on lines
where there aren't any string literals anymore.

This changeset also sets the source and target JDK level to 6 in the
Eclipse compiler .settings file, and synchronizes this file to all the
other Eclipse SDK projects.

Change-Id: I6a9585aa44c3dee9a5c00739ab22fbdbcb9f8275
367a53461c3de2a26bbc66ccea4d1ee67e9de829 11-Aug-2011 Brett Chabot <brettchabot@android.com> Add various getProperty methods.

Bug 5148643

Change-Id: I8efefdf07e8524f95dcb043a4eae1812b97b2739