Closed Bug 47026 Opened 24 years ago Closed 6 years ago

Several methods in BookmarkEntry interface doesn't throw Unimplemented exception

Categories

(Core Graveyard :: Java APIs to WebShell, enhancement, P3)

All
Windows NT
enhancement

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ovk, Assigned: edburns)

Details

(Whiteboard: suntrak-n6)

Attachments

(2 files)

Several methods in BookmarkEntry interface, inherited from 
javax.swing.tree.MutableTreeNode:
   remove(int index),
   remove(MutableTreeNode node),
   removeFromParent(),
   setUserObject(Object obj)
doesn't throw Unimplemented exception.

Supposed solution:
1. Add string "import org.mozilla.webclient.UnimplementedException;" in file 
   RDFTreeNode.java;
2. Add string "throw new UnimplementedException("\nUnimplementedException 
   -----\n API Function BookmarkEntry::METHOD_NAME has not yet been    
   implemented.\n");" in the body of those methods in file RDFTreeNode.java;
a
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Unfortunatly, method setUserObject(Object obj) still doesn't throw Unimplemented 
exception.

Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Adding Status whiteboard keyword to track all Webclient existing bugs
Whiteboard: suntrak-n6
Also method getAllowsChildren should throw Unimplemented exception.
This method always return true:

    boolean result = true;
    return result;
Changing QA contact
QA Contact: geetha.vaidyanaathan → avm
Fix checked in.
Status: REOPENED → RESOLVED
Closed: 24 years ago23 years ago
Resolution: --- → FIXED
Method setUserObject(Object obj) still doesn't throw Unimplemented 
exception.
I will create an attachment with a fix.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Oleg, do you have any feedback concerning your fix?
Product: Core → Core Graveyard
Java APIs to WebShell isn't a thing anymore. Closing.
Status: REOPENED → RESOLVED
Closed: 23 years ago6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: