[
https://jira.jboss.org/browse/JBIDE-6759?page=com.atlassian.jira.plugin.s...
]
Daniel Azarov commented on JBIDE-6759:
--------------------------------------
Test case:
1. Start studio
2. Create JSF KickStart project
3. Expand in Package Explorer "JBoss v4.2" folder
4. Expand any jar file, for example - mail.jar and find any package, for example -
java.mail.event package
5. Expand any class file, for example - ConnectionAdapter class file
6. Right click on any method, for example - "closed()" method
7. Select "References->Workspace" menu item
8. Check Error log
ASSERT: There is no errors in Error log
ELReferencesQueryParticipant throws NullPointerException if user
searches references for class from jar file
------------------------------------------------------------------------------------------------------------
Key: JBIDE-6759
URL:
https://jira.jboss.org/browse/JBIDE-6759
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.2.0.M1
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 3.2.0.M2
java.lang.NullPointerException
at
org.jboss.tools.jsf.ui.el.refactoring.ELReferencesQueryParticipant$ELSearcher.<init>(ELReferencesQueryParticipant.java:87)
at
org.jboss.tools.jsf.ui.el.refactoring.ELReferencesQueryParticipant.search(ELReferencesQueryParticipant.java:59)
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:54)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira