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 202778 - [71cat] [71cat]NullPointerException at java.util.ArrayList.addAll
Summary: [71cat] [71cat]NullPointerException at java.util.ArrayList.addAll
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 14:15 UTC by muellermi
Modified: 2011-09-29 14:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181456


Attachments
stacktrace (2.02 KB, text/plain)
2011-09-28 14:15 UTC, muellermi
Details
stacktrace (2.02 KB, text/plain)
2011-09-28 14:19 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2011-09-28 14:15:25 UTC
Build: NetBeans IDE Dev (Build 201109260601)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
muellermi: inserting "<ui:repeat", then ctrl-space




Stacktrace: 
java.lang.NullPointerException
   at java.util.ArrayList.addAll(ArrayList.java:530)
   at org.netbeans.modules.html.editor.completion.HtmlCompletionQuery.query(HtmlCompletionQuery.java:475)
   at org.netbeans.modules.html.editor.completion.HtmlCompletionQuery$1.run(HtmlCompletionQuery.java:140)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1404)
   at org.netbeans.modules.html.editor.completion.HtmlCompletionQuery.run(HtmlCompletionQuery.java:132)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:649)
Comment 1 muellermi 2011-09-28 14:15:30 UTC
Created attachment 111279 [details]
stacktrace
Comment 2 muellermi 2011-09-28 14:19:41 UTC
Created attachment 111281 [details]
stacktrace

Editing JSF page, ctrl-space immediatly after inserting "<div"
Comment 3 Marek Fukala 2011-09-28 14:25:09 UTC
fixed in web-main#2560a1450c92
Comment 4 Quality Engineering 2011-09-29 14:08:43 UTC
Integrated into 'main-golden', will be available in build *201109290601* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2560a1450c92
User: Marek Fukala <mfukala@netbeans.org>
Log: #202778 - [71cat] [71cat]NullPointerException at java.util.ArrayList.addAll