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-21359] Add build tab to explorer deployment view #868

Closed

Conversation

jcantrill
Copy link
Contributor

No description provided.


@Override
public void refresh() {
page.refresh();
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't you check if page is disposed before refreshing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is no 'isDispose' method

Copy link
Member

Choose a reason for hiding this comment

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

no there isnt, but you could do

DisposeUtils.isDisposed(page.getControl())

@fbricon
Copy link
Member

fbricon commented Dec 23, 2015

As a general note, try to avoid using parallel streams unless it may help to solve some performance issues. http://stackoverflow.com/questions/20375176/should-i-always-use-a-parallel-stream-when-possible

@jcantrill
Copy link
Contributor Author

@fbricon updated per your comments

@jcantrill jcantrill changed the title WIP - [JBIDE-21359] Add build tab to explorer deployment view [JBIDE-21359] Add build tab to explorer deployment view Dec 23, 2015
@jcantrill
Copy link
Contributor Author

part of feature branch: feature_19178_deployment_view

@jcantrill
Copy link
Contributor Author

Closing as merged into feature branch

@jcantrill jcantrill closed this Jan 11, 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

3 participants