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

Intermittency #491

Merged
merged 2 commits into from
Sep 14, 2023
Merged

Conversation

wojciech-adaptive
Copy link
Collaborator

No description provided.

return outboundPublicationPosition;
}

public String toString()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
Object.toString
; it is advisable to add an Override annotation.
return state;
}

public void execute(final Framer framer)

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
AdminCommand.execute
; it is advisable to add an Override annotation.
return engineStreamInfo;
}

public State state()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
Reply.state
; it is advisable to add an Override annotation.
return null;
}

public EngineStreamInfo resultIfPresent()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
Reply.resultIfPresent
; it is advisable to add an Override annotation.

private EngineStreamInfo engineStreamInfo;

public Throwable error()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
Reply.error
; it is advisable to add an Override annotation.
return outboundPublicationPosition;
}

public String toString()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
Object.toString
; it is advisable to add an Override annotation.
return counterValue >= expectedPosition;
}

public String toString()

Check notice

Code scanning / CodeQL

Missing Override annotation Note test

This method overrides
Object.toString
; it is advisable to add an Override annotation.
@wojciech-adaptive wojciech-adaptive merged commit 95fc44a into real-logic:master Sep 14, 2023
9 of 10 checks passed
@wojciech-adaptive wojciech-adaptive deleted the intermittency2 branch September 14, 2023 14:18
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

Successfully merging this pull request may close these issues.

1 participant