src/share/classes/com/sun/tools/jdi/EventRequestManagerImpl.java

Print this page

        

@@ -37,11 +37,11 @@
  * It include implementations of all the request interfaces..
  */
 // Warnings from List filters and List[] requestLists is  hard to fix.
 // Remove SuppressWarning when we fix the warnings from List filters
 // and List[] requestLists. The generic array is not supported.
-@SuppressWarnings("unchecked")
+@SuppressWarnings({"unchecked", "rawtypes"})
 class EventRequestManagerImpl extends MirrorImpl
                                        implements EventRequestManager
 {
     List<? extends EventRequest>[] requestLists;
     private static int methodExitEventCmd = 0;