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

JBIDE-22601 - fix regression causing error starting rse.mgmt profile … #429

Merged
merged 1 commit into from
Jun 14, 2016

Conversation

robstryker
Copy link
Member

…server

if( alwaysThrow && !s.isOK()) {
throw new CoreException(s);
}
return s;
}

public IStatus validateServerHome(IServer server, IServerDetailsController details,
IDeploymentOptionsController options, IFilesystemController fs) throws CoreException {
Copy link
Contributor

Choose a reason for hiding this comment

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

You are breaking API of a public class/method here. Do we really have to do it? Why not deprecate the old method and add a new one. You can ignore options here.

Copy link
Member Author

Choose a reason for hiding this comment

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

the class is only a month old and nobody else uses it yet. In fact the introduction of this class is what broke the code in the first place.

Copy link
Contributor

Choose a reason for hiding this comment

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

OK. thanks

@alexeykazakov
Copy link
Contributor

LGTM.

…server

Small error, no return

Wrong separator character
@robstryker robstryker merged commit 105a128 into jbosstools:master Jun 14, 2016
@robstryker
Copy link
Member Author

pushed to master and respin-b

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.

None yet

2 participants