|
@@ -1461,11 +1461,10 @@ public final class IntrospectionHelper implements BuildListener { |
|
|
rObject = ((PreSetDef.PreSetDefinition) addedObject).createObject( |
|
|
rObject = ((PreSetDef.PreSetDefinition) addedObject).createObject( |
|
|
project); |
|
|
project); |
|
|
} |
|
|
} |
|
|
final Method method = addMethod; |
|
|
|
|
|
final Object nestedObject = addedObject; |
|
|
final Object nestedObject = addedObject; |
|
|
final Object realObject = rObject; |
|
|
final Object realObject = rObject; |
|
|
|
|
|
|
|
|
return new NestedCreator(method) { |
|
|
|
|
|
|
|
|
return new NestedCreator(addMethod) { |
|
|
Object create(Project project, Object parent, Object ignore) |
|
|
Object create(Project project, Object parent, Object ignore) |
|
|
throws InvocationTargetException, IllegalAccessException { |
|
|
throws InvocationTargetException, IllegalAccessException { |
|
|
if (!method.getName().endsWith("Configured")) { |
|
|
if (!method.getName().endsWith("Configured")) { |
|
|