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 269951 - NullPointerException at org.netbeans.freemarker.highlight.FTLHighlighter$1.run
Summary: NullPointerException at org.netbeans.freemarker.highlight.FTLHighlighter$1.run
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-01 09:00 UTC by hsd
Modified: 2017-03-01 09:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228230


Attachments
stacktrace (426 bytes, text/plain)
2017-03-01 09:00 UTC, hsd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hsd 2017-03-01 09:00:43 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 10

User Comments:
hsd: ????




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.freemarker.highlight.FTLHighlighter$1.run(FTLHighlighter.java:80)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 hsd 2017-03-01 09:00:45 UTC
Created attachment 163733 [details]
stacktrace