You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Include Atum in the project
Create a ControlMeasure via ControlMeasureBuilder (maybe this step is not even needed)
Call Atum.setAdditionalInfo(...)
Run the application/piece of code
See error
Expected behavior
Prevent the runtime error in some way.
The text was updated successfully, but these errors were encountered:
Describe the bug
When _INFO file is not loaded from a file, certain (many?) functions of the
Atum
object are not possible to use, becauseAccumulator
isnull
.There is no other public way how to initialize the
Accumulator
but loading an _INFO fileTo Reproduce
Steps to reproduce the behavior OR commands run:
ControlMeasure
viaControlMeasureBuilder
(maybe this step is not even needed)Atum.setAdditionalInfo(...)
Expected behavior
Prevent the runtime error in some way.
The text was updated successfully, but these errors were encountered: