This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 182153 - [69cat] NullPointerException at org.netbeans.modules.refactoring.spi.impl.CheckNodeListener.selectNextPrev
Summary: [69cat] NullPointerException at org.netbeans.modules.refactoring.spi.impl.Che...
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 19:01 UTC by matthies
Modified: 2010-05-12 15:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166524


Attachments
stacktrace (2.61 KB, text/plain)
2010-03-16 19:01 UTC, matthies
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matthies 2010-03-16 19:01:32 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP

User Comments:
matthies: Pressed Ctrl+. (dot) while the Usages results pane was being filled/updated.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.spi.impl.CheckNodeListener.selectNextPrev(CheckNodeListener.java:278)
   at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.selectNextUsage(RefactoringPanel.java:786)
   at org.netbeans.modules.refactoring.spi.impl.RefactoringPanelContainer$PrevNextAction.actionPerformed(RefactoringPanelContainer.java:295)
   at org.openide.util.actions.CallbackSystemAction$DelegateAction$1.run(CallbackSystemAction.java:606)
   at org.netbeans.modules.openide.util.ActionsBridge.implPerformAction(ActionsBridge.java:83)
   at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:64)
Comment 1 matthies 2010-03-16 19:01:38 UTC
Created attachment 95260 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2010-05-12 15:50:49 UTC
I'm sorry, but I can't reproduce this. Please reopen if this is still a problem and describe in steps how to reproduce it. Thanks