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-22595] dont allow pw-prompt while in connection wizard #1236

Merged
merged 4 commits into from Jun 27, 2016

Conversation

adietish
Copy link
Member

@adietish adietish commented Jun 23, 2016

WORK IN PROGRESS, DO NOT MERGE

@adietish adietish force-pushed the JBIDE-22595 branch 3 times, most recently from f25b1d2 to 2af0ba8 Compare June 23, 2016 15:51
@adietish
Copy link
Member Author

@fbricon @jeffmaury @bdshadow review please?

ISelection selection = getOpenShiftExplorerSelection();
if(selection != null) {
if(selection != null
&& !selection.isEmpty()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Duplicate check. Line 180 is excess. 181-182 checks are enough

Copy link
Member Author

Choose a reason for hiding this comment

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

+1, good catch

@adietish
Copy link
Member Author

testPR

@adietish adietish merged commit 96f6035 into jbosstools:master Jun 27, 2016
@adietish adietish deleted the JBIDE-22595 branch June 27, 2016 18:48
bdshadow added a commit to bdshadow/jbosstools-openshift that referenced this pull request Jun 29, 2016
bdshadow added a commit to bdshadow/jbosstools-openshift that referenced this pull request Jul 7, 2016
bdshadow added a commit to bdshadow/jbosstools-openshift that referenced this pull request Jul 7, 2016
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

4 participants