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 253187

Summary: NullPointerException at java.lang.ProcessBuilder.start
Product: third-party Reporter: fleka <fleka>
Component: -- Other --Assignee: wakatime
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218173
Attachments: stacktrace

Description fleka 2015-06-25 14:38:58 UTC
Build: NetBeans IDE Dev (Build 201506190001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
fleka: while trying to edit js file




Stacktrace: 
java.lang.NullPointerException
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
   at java.lang.Runtime.exec(Runtime.java:620)
   at java.lang.Runtime.exec(Runtime.java:485)
   at org.wakatime.netbeans.plugin.WakaTime.logFile(WakaTime.java:220)
   at org.wakatime.netbeans.plugin.CustomDocumentListener$1.run(CustomDocumentListener.java:66)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
Comment 1 fleka 2015-06-25 14:39:00 UTC
Created attachment 154394 [details]
stacktrace