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

It's not possible to use the Atum object when not loaded from file #117

Open
benedeki opened this issue Oct 31, 2021 · 0 comments
Open

It's not possible to use the Atum object when not loaded from file #117

benedeki opened this issue Oct 31, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@benedeki
Copy link
Collaborator

Describe the bug

When _INFO file is not loaded from a file, certain (many?) functions of the Atum object are not possible to use, because Accumulator is null.
There is no other public way how to initialize the Accumulator but loading an _INFO file

To Reproduce

Steps to reproduce the behavior OR commands run:

  1. Include Atum in the project
  2. Create a ControlMeasure via ControlMeasureBuilder (maybe this step is not even needed)
  3. Call Atum.setAdditionalInfo(...)
  4. Run the application/piece of code
  5. See error

Expected behavior

Prevent the runtime error in some way.

@benedeki benedeki added the bug Something isn't working label Oct 31, 2021
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

1 participant