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 269880 - NullPointerException: The doc parameter cannot be null
Summary: NullPointerException: The doc parameter cannot be null
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-20 22:30 UTC by brettryan
Modified: 2017-02-20 22:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225482


Attachments
stacktrace (1.21 KB, text/plain)
2017-02-20 22:30 UTC, brettryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brettryan 2017-02-20 22:30:45 UTC
Build: NetBeans IDE Dev (Build 201701270001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Mac OS X

User Comments:
brettryan: Closed an editor tab.

GUEST: Opened NetBeans.




Stacktrace: 
java.lang.NullPointerException: The doc parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.spi.editor.hints.HintsController.setErrors(HintsController.java:76)
   at org.netbeans.freemarker.parser.FTLSyntaxErrorHighlightingTask.run(FTLSyntaxErrorHighlightingTask.java:48)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:584)
   at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:809)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:304)
Comment 1 brettryan 2017-02-20 22:30:47 UTC
Created attachment 163672 [details]
stacktrace