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 236437 - NegativeArraySizeException at org.openide.util.lookup.LookupListenerList.remove
Summary: NegativeArraySizeException at org.openide.util.lookup.LookupListenerList.remove
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 236088 236090 237149 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-26 19:45 UTC by akobberup
Modified: 2013-10-31 09:08 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204104


Attachments
stacktrace (2.77 KB, text/plain)
2013-09-26 19:46 UTC, akobberup
Details
stacktrace (3.00 KB, text/plain)
2013-10-01 16:00 UTC, Ondrej Vrabec
Details
stacktrace (3.00 KB, text/plain)
2013-10-01 17:06 UTC, Jan Lahoda
Details
stacktrace (3.00 KB, text/plain)
2013-10-11 21:52 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2013-09-26 19:45:58 UTC
Build: NetBeans IDE Dev (Build 201309260002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 8

User Comments:
akobberup: ctrl-tab switched between opened java files

GUEST: switching form test file to the tested file by click on tab




Stacktrace: 
java.lang.NegativeArraySizeException
   at org.openide.util.lookup.LookupListenerList.remove(LookupListenerList.java:85)
   at org.openide.util.lookup.ProxyLookup$R.removeLookupListener(ProxyLookup.java:496)
   at org.netbeans.core.multiview.MultiViewTopComponentLookup$ExclusionResult.removeLookupListener(MultiViewTopComponentLookup.java:167)
   at org.openide.util.lookup.SimpleProxyLookup$ProxyResult.updateLookup(SimpleProxyLookup.java:208)
   at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:106)
   at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:156)
Comment 1 akobberup 2013-09-26 19:46:03 UTC
Created attachment 140521 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-10-01 16:00:49 UTC
Created attachment 140698 [details]
stacktrace

i was closing two projects
Comment 3 Jan Lahoda 2013-10-01 17:06:50 UTC
Created attachment 140699 [details]
stacktrace

On IDE start, having a langtools test open (contains errors in the editor).
Comment 4 Exceptions Reporter 2013-10-02 23:24:54 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=204104
Comment 5 javydreamercsw 2013-10-11 21:52:13 UTC
Created attachment 141021 [details]
stacktrace

Added a JList and a label to a form.
Comment 6 Jaroslav Tulach 2013-10-31 09:07:54 UTC
ergonomics#d25645a233e4
Comment 7 Jaroslav Tulach 2013-10-31 09:08:23 UTC
*** Bug 236088 has been marked as a duplicate of this bug. ***
Comment 8 Jaroslav Tulach 2013-10-31 09:08:28 UTC
*** Bug 236090 has been marked as a duplicate of this bug. ***
Comment 9 Jaroslav Tulach 2013-10-31 09:08:34 UTC
*** Bug 237149 has been marked as a duplicate of this bug. ***