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 185624 - *Fortran* navigator: "Go To Source" points a cursor to the end of module rather than at begin
Summary: *Fortran* navigator: "Go To Source" points a cursor to the end of module rath...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal with 1 vote (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 15:59 UTC by dnikitin
Modified: 2011-09-26 15:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
fortran source file (718 bytes, text/plain)
2010-05-06 15:59 UTC, dnikitin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dnikitin 2010-05-06 15:59:44 UTC
Created attachment 98574 [details]
fortran source file

-- open Fortran file 
-- select "module1" node in navigator
-- right-click and select "Go To Source" from context menu

cursor is set at the end of module1 (line 18) rather than the beginning (line 2)
Comment 1 Vladimir Voskresensky 2010-05-12 14:07:44 UTC
Egor, please, have a look
Comment 2 Egor Ushakov 2010-05-12 16:40:07 UTC
our grammar fails on:
x = x + 1
y = x**2

lines and module construction does not end correctly
Comment 3 Egor Ushakov 2010-05-12 16:46:07 UTC
also:
      integer, intent(inout) :: x
is a problem
Comment 4 soldatov 2011-03-15 10:24:03 UTC
On elif some test is marked as "Known Failure"