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

Summary: Navigator should show filename and not null
Product: javascript Reporter: Vladimir Riha <vriha>
Component: NavigationAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: normal CC: vriha
Priority: P4    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: User inside anonymous function

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 ***