We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HudsonTestCase.setUp calls HudsonTestCase.recipe() which calls HudsonTestCase.recipeLoadCurrentPlugin to load the plugin under test. The statement
final URL hpl = e.nextElement();
defines a variable which is both unused and reads the enumerator's only element so that there is nothing for the runner's decorateHome method to do.
Let me know if you'd like the patch we have.
The text was updated successfully, but these errors were encountered:
Is this different from the one Bob committed?
http://git.eclipse.org/c/hudson/org.eclipse.hudson.core.git/commit/?id=5601491858fcf08da80b206ec00a44eb5e691809
Sorry, something went wrong.
No Winston it's the same. I'll check next time...
No branches or pull requests
HudsonTestCase.setUp calls HudsonTestCase.recipe() which calls HudsonTestCase.recipeLoadCurrentPlugin to load the plugin under test. The statement
defines a variable which is both unused and reads the enumerator's only element so that there is nothing for the runner's decorateHome method to do.
Let me know if you'd like the patch we have.
The text was updated successfully, but these errors were encountered: