Bug 178459 - NPE when typing in "Adding Exception Breakpoint" dialog
Summary: NPE when typing in "Adding Exception Breakpoint" dialog
Status: RESOLVED DUPLICATE of bug 176269
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-20 19:25 EDT by Pawel Piech CLA
Modified: 2007-03-20 19:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2007-03-20 19:25:36 EDT
I got the following exception when using JDT in 3.3M5.  Besides the error dialog, the exception had other no ill effect.

I don't know if it's a debugger problem, but that's where the end-user feature is from.

java.lang.NullPointerException
at org.eclipse.jdt.internal.core.search.JavaSearchScope.normalize(JavaSearchScope.java:506)
at org.eclipse.jdt.internal.core.search.JavaSearchScope.encloses(JavaSearchScope.java:384)
at org.eclipse.jdt.internal.core.search.JavaSearchScope.indexOf(JavaSearchScope.java:369)
at org.eclipse.jdt.internal.core.search.JavaSearchScope.getAccessRuleSet(JavaSearchScope.java:476)
at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.getAccessRuleSet(JavaWorkspaceScope.java:73)
at org.eclipse.jdt.internal.core.search.matching.InternalSearchPattern.acceptMatch(InternalSearchPattern.java:42)
at org.eclipse.jdt.internal.core.search.matching.InternalSearchPattern.findIndexMatches(InternalSearchPattern.java:89)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.findIndexMatches(MatchLocator.java:325)
at org.eclipse.jdt.internal.core.search.PatternSearchJob.search(PatternSearchJob.java:114)
at org.eclipse.jdt.internal.core.search.PatternSearchJob.execute(PatternSearchJob.java:64)
at org.eclipse.jdt.internal.core.search.processing.JobManager.performConcurrentJob(JobManager.java:261)
at org.eclipse.jdt.internal.core.search.BasicSearchEngine.searchAllTypeNames(BasicSearchEngine.java:777)
at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames(SearchEngine.java:780)
at org.eclipse.jdt.internal.debug.ui.breakpoints.AddExceptionDialog.fillContentProvider(AddExceptionDialog.java:475)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.filterContent(FilteredItemsSelectionDialog.java:2055)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$AbstractFilterJob.internalRun(FilteredItemsSelectionDialog.java:1940)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$AbstractFilterJob.doRun(FilteredItemsSelectionDialog.java:1901)
at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$AbstractFilterJob.run(FilteredItemsSelectionDialog.java:1881)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
Comment 1 Darin Swanson CLA 2007-03-20 19:41:56 EDT
Thanks for the bug report.

*** This bug has been marked as a duplicate of bug 176269 ***