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 182937 - Keyword as program name breaks Navigator for *Fortran* file
Summary: Keyword as program name breaks Navigator for *Fortran* file
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 16:44 UTC by dnikitin
Modified: 2011-11-08 11:50 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 dnikitin 2010-03-26 16:44:58 UTC
Product Version: NetBeans IDE Dev (Build cnd-main-3067-on-100322)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Linux version 2.6.28-18-generic running on i386; UTF-8; en_US (nb)
------------------------------------------------------

open the following fortran code in editor
<code>
      program format
      end
</code>

Navigator has to show 'format', but it is empty.

Probably, it happens because 'format' is keyword in Fortran but, as I understand, keywords can be used as names for programs or subroutines.