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 256655 - StackOverflowError at java.lang.String.toLowerCase
Summary: StackOverflowError at java.lang.String.toLowerCase
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-18 02:30 UTC by Jesse Glick
Modified: 2016-02-25 16:45 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 147332


Attachments
stacktrace (73.51 KB, text/plain)
2015-11-18 02:30 UTC, Jesse Glick
Details
stacktrace (71.89 KB, text/plain)
2016-01-19 10:57 UTC, abien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2015-11-18 02:30:08 UTC
Build: NetBeans IDE Dev (Build 20151104-5022c03c8164)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
jglick: No idea.

qclijun: when i changed my source code and run it ,i found the result  not changed.
i open the .class file ,it didnot update




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.String.toLowerCase(String.java:2658)
   at java.awt.datatransfer.MimeTypeParameterList.parse(MimeTypeParameterList.java:143)
   at java.awt.datatransfer.MimeTypeParameterList.<init>(MimeTypeParameterList.java:56)
   at java.awt.datatransfer.MimeType.parse(MimeType.java:174)
   at java.awt.datatransfer.MimeType.<init>(MimeType.java:67)
   at java.awt.datatransfer.DataFlavor.initialize(DataFlavor.java:526)
Comment 1 Jesse Glick 2015-11-18 02:30:10 UTC
Created attachment 157384 [details]
stacktrace
Comment 2 abien 2016-01-19 10:57:40 UTC
Created attachment 158177 [details]
stacktrace

Happened during browsing folders in the "Files" view.