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 271793 - NullPointerException at java.util.LinkedList.addAll
Summary: NullPointerException at java.util.LinkedList.addAll
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-12 22:37 UTC by kprovance
Modified: 2017-11-12 22:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230314


Attachments
stacktrace (887 bytes, text/plain)
2017-11-12 22:37 UTC, kprovance
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kprovance 2017-11-12 22:37:35 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows XP

User Comments:
kprovance: find occuances feature

GUEST: Simply had a CSS file open in Netbeans, and clicked on FIND USAGES.




Stacktrace: 
java.lang.NullPointerException
   at java.util.LinkedList.addAll(LinkedList.java:408)
   at java.util.LinkedList.addAll(LinkedList.java:387)
   at java.util.LinkedList.<init>(LinkedList.java:119)
   at org.netbeans.modules.css.refactoring.CssWhereUsedQueryPlugin.prepare(CssWhereUsedQueryPlugin.java:176)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:437)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:421)
Comment 1 kprovance 2017-11-12 22:37:39 UTC
Created attachment 165435 [details]
stacktrace