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 241147

Summary: NullPointerException at org.netbeans.modules.cnd.refactoring.ui.WhereUsedPanel.getScopeProject
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: NavigationAssignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED FIXED    
Severity: normal CC: dnikitin, shaidan
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207111
Attachments: stacktrace

Description Exceptions Reporter 2014-01-30 05:52:27 UTC
This bug was originally marked as duplicate of bug 166230, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: I was editing a C++ source file.

GUEST: performed find usages on a #define in a C project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.refactoring.ui.WhereUsedPanel.getScopeProject(WhereUsedPanel.java:158)
   at org.netbeans.modules.cnd.refactoring.ui.WhereUsedQueryUI.setParameters(WhereUsedQueryUI.java:106)
   at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$Prepare.run(ParametersPanel.java:991)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 Exceptions Reporter 2014-01-30 05:52:29 UTC
Created attachment 144565 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-25 18:42:30 UTC
It was so long ago... Is it still valid?
If it is, please feel free to reopen.