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

Rename plainJava->javac #1477

Merged
merged 2 commits into from
Jun 10, 2016
Merged

Rename plainJava->javac #1477

merged 2 commits into from
Jun 10, 2016

Conversation

vparfonov
Copy link
Contributor

@vparfonov vparfonov commented Jun 10, 2016

_1 Upvote_ Signed-off-by: Vitaly Parfonov vparfonov@codenvy.com
@TylerJewell @slemeur @stour

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
@TylerJewell
Copy link

Ok

@@ -42,6 +42,6 @@ public void update(ActionEvent e) {
if (currentProject == null) {
e.getPresentation().setVisible(false);
}
e.getPresentation().setVisible("plainJava".equals(currentProject.getProjectConfig().getType()));
e.getPresentation().setVisible("javac".equals(currentProject.getProjectConfig().getType()));
Copy link
Contributor

Choose a reason for hiding this comment

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

why we're not using contants from PlainJavaProjectConstants ?

@vparfonov
Copy link
Contributor Author

@svor

@svor
Copy link
Contributor

svor commented Jun 10, 2016

ok

@benoitf
Copy link
Contributor

benoitf commented Jun 10, 2016

-1 constant needs to be used instead of duplicating values

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
@vparfonov
Copy link
Contributor Author

@benoitf check now

@benoitf
Copy link
Contributor

benoitf commented Jun 10, 2016

+1

@vparfonov vparfonov merged commit 2de961e into master Jun 10, 2016
@vparfonov vparfonov deleted the CHE-1304 branch June 10, 2016 14:39
@codenvy-ci
Copy link

Build # 876 - FAILED

Please check console output at http://ci.codenvy-dev.com/jenkins/job/che-pullrequests-build/876/ to view the results.

This pull request was closed.
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.

5 participants