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

Summary: NullPointerException: The doc parameter cannot be null
Product: platform Reporter: brettryan <brettryan>
Component: LookupAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225482
Attachments: stacktrace

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