From 1e71c9dd83e3d696d736a3328fa7b12b7a303dd8 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Thu, 2 Feb 2012 08:56:10 -0800 Subject: Add marker resolution for adding @SuppressLint to Java files This changeset adds a new marker resolution for adding @SuppressLint annotation (or modifying an existing @SuppressLint) in the method, field or class surrounding a lint warning. It searches up in scope and adds one suggestion for each enclosing applicable scope. This changeset also makes the suppress id's be case insensitive such that a codestyle similar to the one used by @SuppressWarnings is possible. Change-Id: I0a6a80c4e2d526f1c8fc6aedd95674a25e6a22f0 --- .../com.android.ide.eclipse.adt/icons/newannotation.png | Bin 0 -> 472 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 eclipse/plugins/com.android.ide.eclipse.adt/icons/newannotation.png (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/icons') diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/icons/newannotation.png b/eclipse/plugins/com.android.ide.eclipse.adt/icons/newannotation.png new file mode 100644 index 0000000..d2e4721 Binary files /dev/null and b/eclipse/plugins/com.android.ide.eclipse.adt/icons/newannotation.png differ -- cgit v1.1