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

[Refactor] OutputStructure from Modes to DefaultProtocol #314

Open
ferpasri opened this issue Dec 20, 2022 · 0 comments
Open

[Refactor] OutputStructure from Modes to DefaultProtocol #314

ferpasri opened this issue Dec 20, 2022 · 0 comments

Comments

@ferpasri
Copy link
Member

Generate, Record, and Replay Mode loops are using the same code to initialize the OutputStructure sequence count.
Move to the generic DefaultProtocol class

synchronized(this){
OutputStructure.calculateInnerLoopDateString();
OutputStructure.sequenceInnerLoopCount++;
}

@ferpasri ferpasri self-assigned this Dec 20, 2022
@ferpasri ferpasri changed the title [Refactoring] OutputStructure from Modes to DefaultProtocol [Refactor] OutputStructure from Modes to DefaultProtocol Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants