eclipse / xtext

Eclipse Xtext™ is a language development framework

Home Page:http://www.eclipse.org/Xtext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible NPE in AbstractQuickfixTest

imhotep82 opened this issue · comments

.filter(issue -> issue.getCode().equals(issueCode)) //

This could lead to an NPE if issue.getCode is null