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

Exported .req-file has broken IDs for listed formalizations #263

Open
henkele opened this issue Nov 21, 2024 · 0 comments
Open

Exported .req-file has broken IDs for listed formalizations #263

henkele opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@henkele
Copy link
Contributor

henkele commented Nov 21, 2024

To reproduce, in a Hanfor instance, do:

  1. Open a requirement R1.
  2. Add formalizations F1 and F2 for R1.
  3. Export the .req-file via Tools>Generate .req-file.

The .req-File contains the following IDs for F1 and F2:
R1_0: F1
R1_1_1: F2

  1. Delete F1 of R1.
  2. Add another formalization F3 for R1
  3. Export the .req-file via Tools>Generate .req-file

The .req-File contains the following IDs for F2 and F3:
R1_1: F1
R1_1_0: F2

@henkele henkele added the bug Something isn't working label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants