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 14772 - WeakSet.toString can fail
Summary: WeakSet.toString can fail
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: anovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-24 12:38 UTC by Jaroslav Tulach
Modified: 2008-12-22 22:56 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 Jaroslav Tulach 2001-08-24 12:38:04 UTC
Please fix toString as you fixed toArray.

Fri Aug 24 00:25:16 CEST 2001: java.util.NoSuchElementException: null
java.util.NoSuchElementException
        at org.openide.util.WeakSet$WeakSetIterator.next(WeakSet.java:219)
        at java.util.AbstractCollection.toString(AbstractCollection.java:447)
        at java.lang.String.valueOf(String.java:1947)
        at java.lang.StringBuffer.append(StringBuffer.java:370)
Comment 1 anovak 2001-09-10 12:13:03 UTC
See bug on BugParade 4486049.
Comment 2 Quality Engineering 2003-07-01 16:03:21 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 3 Quality Engineering 2003-07-01 16:37:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.