Searched defs:getNull (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/management/modelmbean/
H A DRequiredModelMBeanGetAttributeTest.java70 Resource.class.getMethod("getNull", (Class[]) null);
82 "name=getNull",
130 "getMethod=getNull"
275 System.out.println("\nTesting that we can call getNull()... ");
278 System.out.println("getNull() = " + o);
390 public Object getNull() { method in class:RequiredModelMBeanGetAttributeTest.Resource
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerInputStream.java272 public void getNull() throws IOException { method in class:DerInputStream
274 throw new IOException("getNull, bad data");

Completed in 200 milliseconds