Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented May 8, 2019

Resolves # (if appropriate)

Description

Elide standalone startup throws unchecked exception which hasn't been captured in doc yet

A docker image has been introduced to give new users a quicker and easier experience of Elide (If core team likes it)

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

@coveralls
Copy link
Collaborator

coveralls commented May 8, 2019

Coverage Status

Coverage remained the same at 76.042% when pulling f0d2239 on QubitPi:update-README into c639f6f on yahoo:master.

```java
public class Main {
public static void main(String[] args) {
public static void main(String[] args) throws Exception {
Copy link
Collaborator

@DennisMcWherter DennisMcWherter May 9, 2019

Choose a reason for hiding this comment

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

Rather than adding the unchecked exception to the signature, I would suggest adding it to the javadoc. Especially since this is on the main method, there is no one else to really catch it.

Same comment for the others.

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.

2 participants