rzo1 commented on code in PR #47:
URL: https://github.com/apache/geronimo-xbean/pull/47#discussion_r2659077643


##########
xbean-reflect/src/main/java/org/apache/xbean/recipe/ObjectRecipe.java:
##########
@@ -567,11 +574,18 @@ private Factory findFactory(Type expectedType) {
             consturctorClass = type;
         }
 
+        Set<String> availableProperties = getProperties().keySet();

Review Comment:
   @jungm Can we move that block up, so `availableProperties` is also passed 
(in case insensitive order) into `findStaticFactory(...)`  ? This is in light 
of https://github.com/apache/geronimo-xbean/pull/48 since same logic should 
apply for that case.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to