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 178640 - NullPointerException at java.util.Arrays$ArrayList.<init>
Summary: NullPointerException at java.util.Arrays$ArrayList.<init>
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal with 2 votes (vote)
Assignee: issues@platform
URL:
Keywords:
: 178440 178633 187801 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-15 02:52 UTC by tonyjang
Modified: 2011-01-18 16:30 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163244


Attachments
stacktrace (3.74 KB, text/plain)
2009-12-15 02:52 UTC, tonyjang
Details
stacktrace (2.12 KB, text/plain)
2009-12-19 09:08 UTC, stopd
Details
stacktrace (2.12 KB, text/plain)
2009-12-20 10:18 UTC, stopd
Details
stacktrace (2.27 KB, text/plain)
2010-01-12 00:57 UTC, palman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tonyjang 2009-12-15 02:52:12 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.31-17-generic, i386

Stacktrace: 
java.lang.NullPointerException
   at java.util.Arrays$ArrayList.<init>(Arrays.java:3357)
   at java.util.Arrays.asList(Arrays.java:3343)
   at org.netbeans.core.multiview.MultiViewActionMap.keys(MultiViewActionMap.java:137)
   at org.netbeans.core.multiview.MultiViewActionMap.allKeys(MultiViewActionMap.java:123)
   at org.netbeans.core.multiview.MultiViewTopComponentLookup$LookupProxyActionMap.allKeys(MultiViewTopComponentLookup.java:269)
   at org.openide.awt.GlobalManager.notifyListeners(GlobalManager.java:188)
Comment 1 tonyjang 2009-12-15 02:52:17 UTC
Created attachment 92590 [details]
stacktrace
Comment 2 stopd 2009-12-19 09:08:28 UTC
Created attachment 92779 [details]
stacktrace
Comment 3 stopd 2009-12-20 10:18:51 UTC
Created attachment 92793 [details]
stacktrace
Comment 4 yoosiba 2010-01-03 18:13:34 UTC
Steps to reproduce this bug are on netbeans page - if you follow File Type Integration tutorial ( http://platform.netbeans.org/tutorials/nbm-filetype.html ) you will get this bug when opening file with multiview added.
Comment 5 palman 2010-01-12 00:57:24 UTC
Created attachment 93206 [details]
stacktrace 

Steps to reproduce this bug are on example from here: http://www.rubingoldschmuck.de/08_02_00.zip
Comment 6 Exceptions Reporter 2010-04-14 04:43:43 UTC
This bug already has 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=163244
Comment 7 Stanislav Aubrecht 2010-04-14 09:00:02 UTC
core-main f9c168fb181b
Comment 8 Quality Engineering 2010-04-17 08:07:30 UTC
Integrated into 'main-golden', will be available in build *201004170515* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f9c168fb181b
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #178640 - NPE
Comment 9 Stanislav Aubrecht 2010-09-23 14:49:12 UTC
*** Bug 178633 has been marked as a duplicate of this bug. ***
Comment 10 Antonin Nebuzelsky 2010-09-30 15:34:18 UTC
*** Bug 178440 has been marked as a duplicate of this bug. ***
Comment 11 Martin Entlicher 2011-01-18 16:30:00 UTC
*** Bug 187801 has been marked as a duplicate of this bug. ***