Skip to content

fix an error when main class is not specified, evaluation doesn't work.#164

Merged
andxu merged 9 commits intomasterfrom
andy_dev2
Mar 28, 2018
Merged

fix an error when main class is not specified, evaluation doesn't work.#164
andxu merged 9 commits intomasterfrom
andy_dev2

Conversation

@andxu
Copy link
Copy Markdown
Contributor

@andxu andxu commented Mar 26, 2018

No description provided.

testforstephen
testforstephen previously approved these changes Mar 26, 2018
Copy link
Copy Markdown
Contributor

@testforstephen testforstephen left a comment

Choose a reason for hiding this comment

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

LGTM

return;
} else if (validProjects.size() == 0) {
logger.severe("No project is available for evaluation.");
throw new IllegalStateException("No project is available for evaluation, .");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

this exception and the below one, will just be ignored in the catch block, why we throw them

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The error message is different.

@andxu andxu merged commit 6dc871d into master Mar 28, 2018
@andxu andxu deleted the andy_dev2 branch March 28, 2018 13:53
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.

3 participants