Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDMap.AddGroup() adds groups using the wrong tag number #384

Open
mfrischknecht opened this issue Mar 17, 2016 · 0 comments
Open

DDMap.AddGroup() adds groups using the wrong tag number #384

mfrischknecht opened this issue Mar 17, 2016 · 0 comments
Assignees

Comments

@mfrischknecht
Copy link

This is more of a "lurking bug", since the method itself doesn't seem to be referenced from anywhere else currently; I stumbled upon it simply because I tried to determine what the key value for DDMap.Groups should be.

At DataDictionary/DDMap.cs:24 the DDMap.AddGroup method inserts a DDGrp into the data dictionary definition by using its delimiter field as a key. At the same time, the code at DataDictionary/DataDictionary.cs:594 suggests that the according numbering field should be used (this is what actually gets called in the parsing phase).

@gbirchmeier gbirchmeier self-assigned this Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants