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

#445: Address majority of LGTM alerts #446

Merged
merged 3 commits into from
Sep 22, 2016
Merged

Conversation

adityatrivedi
Copy link
Member

Resolves #445.

I will investigate how to resolve Executing a command with a relative path (CWE-078) appropriately in a future pull request.

@@ -169,6 +169,7 @@ private void exitWithNoSourceFilesError() {
lexer.removeErrorListeners();
lexer.addErrorListener(new ErrorListener());
}
inputStream.close();
Copy link
Member

Choose a reason for hiding this comment

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

should move this to a finally block I think

@a4sriniv
Copy link
Member

👍

@adityatrivedi adityatrivedi merged commit 0c306a4 into master Sep 22, 2016
@adityatrivedi adityatrivedi deleted the at-445-lgtm-alerts branch September 22, 2016 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolve LGTM alerts
3 participants