--- a/jdk/test/java/lang/invoke/JavaDocExamplesTest.java Thu Jan 05 08:42:40 2012 -0800
+++ b/jdk/test/java/lang/invoke/JavaDocExamplesTest.java Wed Jan 18 17:34:29 2012 -0800
@@ -54,6 +54,7 @@
/**
* @author jrose
*/
+@SuppressWarnings("LocalVariableHidesMemberVariable")
public class JavaDocExamplesTest {
/** Wrapper for running the JUnit tests in this module.
* Put JUnit on the classpath!
@@ -336,6 +337,7 @@
}}
}
+ @SuppressWarnings("rawtypes")
@Test public void testAsVarargsCollector() throws Throwable {
{{
{} /// JAVADOC