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

Fixes #1905: Export bus now considers failed crafting requests #1907

Merged
merged 1 commit into from
Sep 26, 2015

Conversation

yueh
Copy link
Member

@yueh yueh commented Sep 25, 2015

The export bus will now no longer speed up, if more than 1 of the last
crafting requests failed and slow down, if more then 5 failed.

Some code cleanup and moved the custom iterator into the helper package
as it is clearly related to the craftingtracker and not the export bus.

Fixes #1905

…ng requests

The export bus will now no longer speed up, if more than 1 of the last
crafting requests failed and slow down, if more then 5 failed.

Some code cleanup and moved the custom iterator into the helper package
as it is clearly related to the craftingtracker and not the export bus.
@orod-org
Copy link

SonarQube analysis reported 2 issues:

  • MAJOR 1 major
  • MINOR 1 minor

Watch the comments in this conversation to review them.

@@ -49,8 +49,9 @@ public boolean hasNext()
@Override
public E next()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MAJOR Add a "NoSuchElementException" for iteration beyond the end of the collection. rule

@thatsIch thatsIch self-assigned this Sep 25, 2015
yueh added a commit that referenced this pull request Sep 26, 2015
Fixes #1905: Export bus now considers failed crafting requests
@yueh yueh merged commit 645c2b0 into AppliedEnergistics:master Sep 26, 2015
@yueh yueh added this to the rv3 - 1.7.10 milestone Oct 9, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants