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 258207 - NullPointerException at java.util.StringTokenizer.<init>
Summary: NullPointerException at java.util.StringTokenizer.<init>
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-01 20:02 UTC by tdnorb
Modified: 2016-03-01 20:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222789


Attachments
stacktrace (3.09 KB, text/plain)
2016-03-01 20:02 UTC, tdnorb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tdnorb 2016-03-01 20:02:40 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Mac OS X

User Comments:
tdnorb: Not sure here, just noticed this.  Working in an HTML5 (JS) project




Stacktrace: 
java.lang.NullPointerException
   at java.util.StringTokenizer.<init>(StringTokenizer.java:199)
   at java.util.StringTokenizer.<init>(StringTokenizer.java:221)
   at org.netbeans.modules.openfile.DefaultExternalDropHandler.textURIListToFileList(DefaultExternalDropHandler.java:269)
   at org.netbeans.modules.openfile.DefaultExternalDropHandler.getFileList(DefaultExternalDropHandler.java:201)
   at org.netbeans.modules.openfile.DefaultExternalDropHandler.handleDrop(DefaultExternalDropHandler.java:117)
   at org.openide.text.QuietEditorPane$DelegatingDropTarget.drop(QuietEditorPane.java:538)
Comment 1 tdnorb 2016-03-01 20:02:42 UTC
Created attachment 158702 [details]
stacktrace