Bug 7446 - NPE while searching for declarations of Expression.isCompactableOperation()
Summary: NPE while searching for declarations of Expression.isCompactableOperation()
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-10 13:07 EST by Philipe Mulet CLA
Modified: 2002-02-12 09:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2002-01-10 13:07:45 EST
Build 20011219 + latest JDTCORE patch

Got a NPE when searching for declarations of Expression.isCompactableOperation()
in Expression hierarchy (go to Expression, select method isCompactableOperation 
and use contextual menu to perform search of declarations inside hierarchy).
------------
Caused by: java.lang.NullPointerException
	at org.eclipse.jdt.internal.ui.search.JavaSearchResultCollector.accept
(JavaSearchResultCollector.java:131)
	at org.eclipse.jdt.internal.core.search.matching.MatchLocator.report
(MatchLocator.java:556)
	at org.eclipse.jdt.internal.core.search.matching.MatchLocator.report
(MatchLocator.java:540)
	at 
org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMethodDeclarati
on(MatchLocator.java:662)
	at org.eclipse.jdt.internal.core.search.matching.MatchSet.reportMatching
(MatchSet.java:330)
	at org.eclipse.jdt.internal.core.search.matching.MatchSet.reportMatching
(MatchSet.java:246)
	at 
org.eclipse.jdt.internal.core.search.matching.MatchingOpenable.locateMatchesInCo
mpilationUnit(MatchingOpenable.java:286)
	at 
org.eclipse.jdt.internal.core.search.matching.MatchingOpenable.locateMatches
(MatchingOpenable.java:139)
	at 
org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches
(MatchLocator.java:1092)
	at 
org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches
(MatchLocator.java:426)
	at org.eclipse.jdt.core.search.SearchEngine.search
(SearchEngine.java:344)
	at org.eclipse.jdt.core.search.SearchEngine.search
(SearchEngine.java:290)
	at org.eclipse.jdt.internal.ui.search.JavaSearchOperation.execute
(JavaSearchOperation.java:79)
	at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run
(WorkspaceModifyOperation.java:64)
	at org.eclipse.core.internal.resources.Workspace.run
(Workspace.java:1232)
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run
(WorkspaceModifyOperation.java:78)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run
(ModalContext.java:98)
Comment 1 Jerome Lanneluc CLA 2002-01-10 13:32:07 EST
Duplicate of 7447.