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 182520 - Navigator doesn't show all subroutines for *Fortran* files
Summary: Navigator doesn't show all subroutines for *Fortran* files
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 18:44 UTC by dnikitin
Modified: 2010-04-05 16:54 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-22 18:44:13 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 in editor the following Fortran file:
<code>
      subroutine s1()
      end
!
      subroutine s2()
      end
</code>

-- check items in navigator
==> expected s1() and s2() 
==> actual s1()