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 8093 - WeakListener silently catches IllegalArgumentException
Summary: WeakListener silently catches IllegalArgumentException
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: anovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-31 10:49 UTC by _ pkuzel
Modified: 2008-12-23 10:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2000-10-31 10:49:42 UTC
[boston]
java.lang.IllegalArgumentException: argument type mismatch
        at java.lang.reflect.Method.invoke(Native Method)
        at org.openide.util.WeakListener.removeListener(WeakListener.java:123)
        at org.openide.util.WeakListener.removeListener(WeakListener.java:109)

as consequence weak listener is never deregistered.
Comment 1 _ pkuzel 2000-11-01 17:12:59 UTC
it fails with WeakListener13 implementation.
Then WeakListener tries to deregister a InvocationHandler instead of proxy.
Comment 2 anovak 2000-11-06 11:02:59 UTC
fixed in main trunk
Comment 3 Jesse Glick 2002-02-14 19:38:05 UTC
x
Comment 4 Jesse Glick 2002-02-14 19:38:23 UTC
Fixed then.
Comment 5 Quality Engineering 2003-07-01 15:50:14 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 6 Quality Engineering 2003-07-01 16:10:03 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.