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 - NullPointerException at com.tropyx.nb_puppet.semantic.SemanticColoring$1.run
Summary: NullPointerException at com.tropyx.nb_puppet.semantic.SemanticColoring$1.run
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-21 05:18 UTC by Milos Kleint
Modified: 2016-07-27 21:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224711


Attachments
stacktrace (1.18 KB, text/plain)
2016-06-21 05:18 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
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