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 193837 - 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: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 211350 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-27 12:14 UTC by ilmari2k
Modified: 2012-09-21 12:44 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 157373


Attachments
stacktrace (2.09 KB, text/plain)
2010-12-27 12:14 UTC, ilmari2k
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ilmari2k 2010-12-27 12:14:50 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
robert_h: just poped out

GUEST: using livehttpheaders in firefox (but not debugging in netbeans, just only in firefox)




Stacktrace: 
java.lang.NullPointerException
   at java.util.ArrayList.addAll(ArrayList.java:472)
   at org.netbeans.modules.refactoring.javascript.plugins.JsRefactoringPlugin$TransformTask.visit(JsRefactoringPlugin.java:244)
   at org.netbeans.modules.refactoring.javascript.plugins.JsRefactoringPlugin$TransformTask.run(JsRefactoringPlugin.java:234)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:154)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:138)
   at org.netbeans.modules.parsing.impl.TaskProcessor$1.call(TaskProcessor.java:200)
Comment 1 ilmari2k 2010-12-27 12:14:53 UTC
Created attachment 104521 [details]
stacktrace
Comment 2 Petr Hejl 2012-09-06 15:26:43 UTC
*** Bug 211350 has been marked as a duplicate of this bug. ***
Comment 3 Petr Pisl 2012-09-21 12:44:52 UTC
The code is not there anymore.