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-13628 Only one JBoss Central Configurator is selected for display #74

Merged
merged 1 commit into from
Mar 15, 2013

Conversation

snjeza
Copy link
Member

@snjeza snjeza commented Mar 6, 2013

https://issues.jboss.org/browse/JBIDE-13628
Only one JBoss Central Configurator is selected for display

if (extensions[i].getContributor() != null && extensions[i].getContributor().getName() != null) {
log("The configurators extension point from '" + extensions[i].getContributor().getName() + "' is ignored.");
} else {
log("The configurators extension point is ignored.");
Copy link
Member

Choose a reason for hiding this comment

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

when is this ever printed ? and shouldn't it include the classname so one can locate it ?

Copy link
Member Author

Choose a reason for hiding this comment

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

It is printed if two or more plugins contribute the configurators ext. point. Only JBDS would contribute this extension point.
We have printed the extension point name (configurators) and a plugin id (getContributor()). I have meant it is enough.
I have changed the PR to print the following:

The configurators extension point is ignored: classname={classname}, pluginId={plugin_id}

@dgolovin dgolovin merged commit 0d9a6c7 into jbosstools:master Mar 15, 2013
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

3 participants