Skip to content

Update JavaCompletionTask.java - #15

Open
jlahoda wants to merge 1 commit into
masterfrom
test-pr8-1
Open

Update JavaCompletionTask.java#15
jlahoda wants to merge 1 commit into
masterfrom
test-pr8-1

Conversation

@jlahoda

@jlahoda jlahoda commented Jan 9, 2019

Copy link
Copy Markdown
Owner

No description provided.


@Override
protected void resolve(CompilationController controller) throws IOException {
controller.getChangedTree();

@jlahoda-jackpot jlahoda-jackpot Jan 9, 2019

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Jackpot:
warning: Should check the method return value

Suggested change
controller.getChangedTree();
Tree t = controller.getChangedTree();

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