FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fixed id reuse (causing object overwrite) issue for inner objects defined in <constructor-arg> without an explicit id value. by eecswangxu · Pull Request #4 · spring-attic/spring-python · GitHub

This repository was archived by the owner on Apr 5, 2022. It is now read-only.
/ spring-python Public archive

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

Open
eecswangxu wants to merge 1 commit into
spring-attic:masterfrom
eecswangxu:master
Open

Fixed id reuse (causing object overwrite) issue for inner objects defined in <constructor-arg> without an explicit id value.#4
eecswangxu wants to merge 1 commit into
spring-attic:masterfrom
eecswangxu:master

Conversation

Copy link
Copy Markdown

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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL