History log of /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/PixelPerfectLoupeView.java
Revision Date Author Comments
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
720940737d05ee66db398dc39a738fc84d97d78f 28-Aug-2010 Konstantin Lopyrev <klopyrev@google.com> Fix broken plug-in

Change-Id: I8a6c8bd4b3d5ce0d7bcda5154c0187c256ab3db9
901803a3b2aaeafb4074974ec5bf9b08cc39d1c8 28-Aug-2010 Konstantin Lopyrev <klopyrev@google.com> Renaming and adding //$NON-NLS-?$

Change-Id: I9f5fa1625af4b35499cfc87996d0b3a39841ba31
99bd6912e7b5b97fc6d4bb787e76b2d9dfffd7ae 27-Aug-2010 Konstantin Lopyrev <klopyrev@google.com> Refactoring and integrating into Eclipse

Change-Id: I1fd3c3828fb2474f2f7394ee2831fcd7eb675878