Closed
Bug 54006
Opened 24 years ago
Closed 24 years ago
method getProperties in BookmarkEntry interface do not work
Categories
(Core Graveyard :: Java APIs to WebShell, defect, P3)
Tracking
(Not tracked)
People
(Reporter: sva, Assigned: edburns)
Details
Summary :
If method getProperties invoked from object, that received from bookmarks
TreeModel and casted to BookmarkEntry object, it return empty properties
( {} )
If method getProperties invoked from object, that received by using
newBookmarkEntry method, it return correct value ( {URL=http://java.sun.com})
Supposed reason:
Leafs in TreeModel do not consist empty properties
Submitted twice.
*** This bug has been marked as a duplicate of 54007 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•