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 262500

Summary: NullPointerException at com.tropyx.nb_puppet.semantic.SemanticColoring$1.run
Product: third-party Reporter: Milos Kleint <mkleint>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224711
Attachments: stacktrace

Description Milos Kleint 2016-06-21 05:18:46 UTC
Build: NetBeans IDE Dev (Build 201605310002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
mkleint: puppet module problem




Stacktrace: 
java.lang.NullPointerException
   at com.tropyx.nb_puppet.semantic.SemanticColoring$1.run(SemanticColoring.java:103)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
Comment 1 Milos Kleint 2016-06-21 05:18:47 UTC
Created attachment 160106 [details]
stacktrace