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 216639 - Navigator should show filename and not null
Summary: Navigator should show filename and not null
Status: RESOLVED DUPLICATE of bug 223899
Alias: None
Product: javascript
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: PC Linux
: P4 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-10 07:16 UTC by Vladimir Riha
Modified: 2013-02-22 13:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
User inside anonymous function (67.69 KB, image/png)
2013-02-08 12:28 UTC, ecerichter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-08-10 07:16:32 UTC
In JavaScript file, if you put cursor to e.g. blank line outside any function/object etc., then Navigator window has title "null - Navigator". If you do the same in Java file, then it shows "Filename.java - Navigator"



Product Version: NetBeans IDE Dev (Build EaselCSS-474-on-20120810)
Java: 1.7.0_06; Java HotSpot(TM) Client VM 23.2-b09
System: Linux version 3.0.0-23-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2013-01-08 16:10:16 UTC
probably not so important since the title changes upon caret position and null is displayed only on certain condition => I think it could be P4
Comment 2 ecerichter 2013-02-08 12:28:12 UTC
Created attachment 131147 [details]
User inside anonymous function

Happens also if user is inside a anonymous function, and stay there under case of patch as described in issue 225865.

See attached screenshot for reference.
Comment 3 Vladimir Riha 2013-02-22 13:23:50 UTC
Seems to be fixed by issue 223899, so I'm making it a duplicate

*** This bug has been marked as a duplicate of bug 223899 ***