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 - NullPointerException at org.netbeans.modules.cnd.refactoring.ui.WhereUsedPanel.getScopeProject
Summary: NullPointerException at org.netbeans.modules.cnd.refactoring.ui.WhereUsedPane...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-30 05:52 UTC by Exceptions Reporter
Modified: 2015-09-25 18:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207111


Attachments
stacktrace (498 bytes, text/plain)
2014-01-30 05:52 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.