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

Summary: Navigator doesn't show all subroutines for *Fortran* files
Product: cnd Reporter: dnikitin <dnikitin>
Component: NavigationAssignee: nnnnnk <nnnnnk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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()