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-20407] Validate resource names before app creation #752

Conversation

jcantrill
Copy link
Contributor

@fbricon Please review


@SuppressWarnings("serial")
private IStatus createErrorStatusForExistingResources(Collection<IResource> resources) {
final StringBuffer b = new StringBuffer();
Copy link
Member

Choose a reason for hiding this comment

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

it's ok to use StringBuilders nowadays ;-)

@jcantrill jcantrill force-pushed the 20407_validate_resource_name_before_app_create branch from 2c457b6 to dc079c7 Compare August 20, 2015 01:55
@jcantrill jcantrill force-pushed the 20407_validate_resource_name_before_app_create branch from dc079c7 to 4061bcd Compare August 20, 2015 01:57
@jcantrill
Copy link
Contributor Author

@fbricon StringBuilder for your pleasure. @maxandersen updated comment based on your feedback. Please review

@fbricon
Copy link
Member

fbricon commented Aug 20, 2015

+1 to apply. Nice job Jeff

@jcantrill jcantrill merged commit 4061bcd into jbosstools:master Aug 20, 2015
@jcantrill jcantrill deleted the 20407_validate_resource_name_before_app_create branch October 16, 2015 13:49
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