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 164964 - NullPointerException at org.netbeans.modules.cnd.refactoring.ui.WhereUsedPanel.initialize
Summary: NullPointerException at org.netbeans.modules.cnd.refactoring.ui.WhereUsedPane...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-12 15:30 UTC by pif17
Modified: 2009-05-18 22:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150373


Attachments
stacktrace (403 bytes, text/plain)
2009-05-12 15:30 UTC, pif17
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pif17 2009-05-12 15:30:40 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Using the function "Find Usage" on a symbol which represents an inline C++ function.

GUEST: Right-clicked on a class-name string in a .cpp file and selected find usages. The Find Usages popup appeared with "Please Wait..." and the exception happened virutally simultaneously.

pif17: Try to see usage of a function in a C/C++ project

GUEST: finding usages for fclose

GUEST: Just used "Find Usages" with a variable



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.cnd.refactoring.ui.WhereUsedPanel.initialize(WhereUsedPanel.java:206)
        at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$10.run(ParametersPanel.java:500)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 pif17 2009-05-12 15:30:45 UTC
Created attachment 81975 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2009-05-12 16:32:29 UTC
fixed:
http://hg.netbeans.org/cnd-main/rev/b1f13b75aa11
Comment 3 Vladimir Voskresensky 2009-05-12 16:32:55 UTC
fixed
Comment 4 Quality Engineering 2009-05-13 07:45:52 UTC
Integrated into 'main-golden', will be available in build *200905130201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b1f13b75aa11
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#164964: NullPointerException at org.netbeans.modules.cnd.refactoring.ui.WhereUsedPanel.initialize