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 103858 - javascript navigator: displaying ? node is not user friendly
Summary: javascript navigator: displaying ? node is not user friendly
Status: RESOLVED DUPLICATE of bug 103857
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-12 21:36 UTC by _ ludo
Modified: 2007-05-14 12:53 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 _ ludo 2007-05-12 21:36:34 UTC
The js navigator displays:

?
 . Main()
 . Main.prototype.show()
   . model

for a Phobos controller defined as:
library.common.define(controller, "main", function() {
    function Main() {
     }    
    Main.prototype.show = function() {
        model = {};
        library.view.render("main.ejs");
    }
    this.Main = Main;
});


I think it would be more user friendly to replace the '?' first node by
something like "function" or "library.common.define (function)" or "controller
Main".

How customizable this node test is for a Phobos controller?
Comment 1 Jan Jancura 2007-05-14 12:53:44 UTC

*** This issue has been marked as a duplicate of 103857 ***