Searched refs:defaultMethod (Results 1 – 5 of 5) sorted by relevance
65 default String defaultMethod() { in defaultMethod() method74 return "NonOverriding-" + defaultMethod(); in methodCallingDefault()89 assertEquals("Foo", foo.defaultMethod()); in testInterceptedDefaultMethod()112 public String defaultMethod() { in defaultMethod() method in DefaultMethodInterceptionTest.BaseClass134 assertEquals("BaseClass", foo.defaultMethod()); in testInterceptedDefaultMethod_whenParentClassDefinesNonInterceptedMethod()145 public String defaultMethod() { in defaultMethod() method in DefaultMethodInterceptionTest.BaseClass2169 assertEquals("BaseClass2", foo.defaultMethod()); in testInterceptedDefaultMethod_whenParentClassDefinesInterceptedMethod()
309 String defaultMethod = m_properties.getProperty(OutputKeys.METHOD); in setMethodDefaults() local311 if((null == defaultMethod) || !defaultMethod.equals(method) in setMethodDefaults()319 || defaultMethod.equals("xml") in setMethodDefaults()
331 Method defaultMethod = entry.getValue(); in FactoryProvider2() local332 MethodHandleWrapper handle = MethodHandleWrapper.create(defaultMethod, factory); in FactoryProvider2()334 methodHandleBuilder.put(defaultMethod, handle); in FactoryProvider2()337 for (Method otherMethod : otherMethods.get(defaultMethod.getName())) { in FactoryProvider2()338 if (dataSoFar.containsKey(otherMethod) && isCompatible(defaultMethod, otherMethod)) { in FactoryProvider2()344 defaultMethod, Arrays.asList(defaultMethod.getParameterTypes())); in FactoryProvider2()346 assistDataBuilder.put(defaultMethod, dataSoFar.get(otherMethod)); in FactoryProvider2()352 throw new IllegalStateException("Can't find method compatible with: " + defaultMethod); in FactoryProvider2()
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...