Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Fixed id reuse (causing object overwrite) issue for inner objects defined in <constructor-arg> without an explicit id value. #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eecswangxu
Copy link

I was using spring-python to create objects based on XML files, and came across errors when defining inner objects in without specifying id values. It seems the inner objects without explicit id values could have the same id values generated, e.g. someprefix.constr., thus actually use the same object. To make such inner object id optional, I made the code changes to generate unique ids.

…ined in <constructor-arg> without an explicit id value.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant