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 268219 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-27 06:16 UTC by ozziej
Modified: 2016-09-27 06:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226436


Attachments
stacktrace (3.15 KB, text/plain)
2016-09-27 06:16 UTC, ozziej
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ozziej 2016-09-27 06:16:23 UTC
Build: NetBeans IDE 8.2 RC (Build 201609140952)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Mac OS X

User Comments:
ozziej: started up NetBeans




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.netbeans.core.windows.view.EditorView$EditorAreaComponent$1.drop(EditorView.java:267)
Comment 1 ozziej 2016-09-27 06:16:25 UTC
Created attachment 162229 [details]
stacktrace