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 235372 - NullPointerException at java.util.ComparableTimSort.sort
Summary: NullPointerException at java.util.ComparableTimSort.sort
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-01 22:04 UTC by aatanes
Modified: 2013-09-09 07:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203497


Attachments
stacktrace (12.84 KB, text/plain)
2013-09-01 22:04 UTC, aatanes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aatanes 2013-09-01 22:04:47 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 7

User Comments:
aatanes: Procurando o servidor Toncat no meu computador




Stacktrace: 
java.lang.NullPointerException
   at java.util.ComparableTimSort.sort(ComparableTimSort.java:146)
   at java.util.Arrays.sort(Arrays.java:472)
   at sun.awt.shell.Win32ShellFolderManager2.get(Win32ShellFolderManager2.java:272)
   at sun.awt.shell.ShellFolder.get(ShellFolder.java:254)
   at com.sun.java.swing.plaf.windows.WindowsFileChooserUI$DirectoryComboBoxModel$1.run(WindowsFileChooserUI.java:1070)
   at com.sun.java.swing.plaf.windows.WindowsFileChooserUI$DirectoryComboBoxModel$1.run(WindowsFileChooserUI.java:1068)
Comment 1 aatanes 2013-09-01 22:04:49 UTC
Created attachment 139545 [details]
stacktrace
Comment 2 Petr Hejl 2013-09-09 07:36:34 UTC
Is this reproducible? Do you have steps to reproduce? Does it happen with different JDK?