[jbosstools-issues] [JBoss JIRA] (JBIDE-21023) ctrl+shft+G sometimes give NPE in cdi tooling

Max Rydahl Andersen (JIRA) issues at jboss.org
Mon Oct 26 21:45:00 EDT 2015


Max Rydahl Andersen created JBIDE-21023:
-------------------------------------------

             Summary: ctrl+shft+G sometimes give NPE in cdi tooling
                 Key: JBIDE-21023
                 URL: https://issues.jboss.org/browse/JBIDE-21023
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: cdi
            Reporter: Max Rydahl Andersen


used Ctrl+Shift+G on MemberService.java:@Inject validator from html5 kitchensink

gave me:

{code}
java.lang.NullPointerException
	at org.jboss.tools.cdi.ui.search.InjectionPointQueryParticipant.containsInSearchScope(InjectionPointQueryParticipant.java:69)
	at org.jboss.tools.cdi.ui.search.InjectionPointQueryParticipant.search(InjectionPointQueryParticipant.java:104)
	at org.eclipse.jdt.internal.ui.search.JavaSearchQuery$2.run(JavaSearchQuery.java:164)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.jdt.internal.ui.search.JavaSearchQuery.run(JavaSearchQuery.java:170)
	at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:91)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list