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 224130 - [73cat] NullPointerException: The src parameter cannot be null
Summary: [73cat] NullPointerException: The src parameter cannot be null
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 13:02 UTC by misterm
Modified: 2015-02-04 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196833


Attachments
stacktrace (4.40 KB, text/plain)
2012-12-21 13:02 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-12-21 13:02:45 UTC
Build: NetBeans IDE Dev (Build 20121220-4f53a116c76b)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
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$1.run(CallHierarchyTasks.java:161)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1477)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2071)
Comment 1 misterm 2012-12-21 13:02:46 UTC
Created attachment 129619 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:20 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.