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 210066 - NullPointerException: The src parameter cannot be null
Summary: NullPointerException: The src parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 05:35 UTC by sunbiz
Modified: 2012-04-18 21:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186264


Attachments
stacktrace (3.66 KB, text/plain)
2012-03-26 05:35 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-03-26 05:35:32 UTC
Build: NetBeans IDE Dev (Build 201203250401)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException: The src parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.api.java.source.ScanUtils.postUserActionTask(ScanUtils.java:117)
   at org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks.postResolveRoot(CallHierarchyTasks.java:143)
   at org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTasks.resolveRoot(CallHierarchyTasks.java:121)
   at org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyModel.replaceRoot(CallHierarchyModel.java:135)
   at org.netbeans.modules.refactoring.java.callhierarchy.CallHierarchyTopComponent.jBtnRefreshActionPerformed(CallHierarchyTopComponent.java:278)
Comment 1 sunbiz 2012-03-26 05:35:35 UTC
Created attachment 117221 [details]
stacktrace
Comment 2 Jan Becicka 2012-04-16 10:11:36 UTC
please provide steps to reproduce
Comment 3 sunbiz 2012-04-17 10:04:35 UTC
Deleted project and pressed refresh on the Call Hierarchy button and got this exception
Comment 4 Jan Becicka 2012-04-17 13:10:18 UTC
Changeset: a4857a256a36
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2012-04-17 14:48
Message:   
Issue #210066 - NullPointerException: The src parameter cannot be null
Comment 5 Quality Engineering 2012-04-18 21:25:44 UTC
Integrated into 'main-golden', will be available in build *201204181547* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a4857a256a36
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #210066 - NullPointerException: The src parameter cannot be null