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 219758 - NullPointerException at java.util.ArrayList.addAll
Summary: NullPointerException at java.util.ArrayList.addAll
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-09 14:05 UTC by andyr123
Modified: 2012-10-10 14:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185272


Attachments
stacktrace (2.30 KB, text/plain)
2012-10-09 14:06 UTC, andyr123
Details

Note You need to log in before you can comment on or make changes to this bug.
Description andyr123 2012-10-09 14:05:56 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
GUEST: Executed "Find Usages" on a JavaScript function

andyr123: had stopped a 'fund usages' search

GUEST: I did a Find Usage for a Javascript function which resulted in the Initializing Data task getting stuck at 33%. When I cancelled the task (after it not updating for a few minutes) I recived the exception.




Stacktrace: 
java.lang.NullPointerException
   at java.util.ArrayList.addAll(ArrayList.java:0)
   at org.netbeans.modules.refactoring.javascript.plugins.JsRefactoringPlugin$TransformTask.visit(JsRefactoringPlugin.java:244)
   at org.netbeans.modules.refactoring.javascript.plugins.JsRefactoringPlugin$TransformTask.visit(JsRefactoringPlugin.java:248)
   at org.netbeans.modules.refactoring.javascript.plugins.JsRefactoringPlugin$TransformTask.run(JsRefactoringPlugin.java:234)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:583)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:150)
Comment 1 andyr123 2012-10-09 14:06:00 UTC
Created attachment 125633 [details]
stacktrace
Comment 2 Petr Pisl 2012-10-10 14:07:23 UTC
The code is not in NetBeans 7.3.