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 232487 - Fortran: no changes in navigator
Summary: Fortran: no changes in navigator
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-07-10 07:32 UTC by soldatov
Modified: 2013-07-11 04:10 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 soldatov 2013-07-10 07:32:43 UTC
scenario from issue 186012:
- create fortran hello world sample
- open bar.f (navigator shows bar - fine)
- delete everything in the file
- save file
==> no changes in navigator
Comment 1 Alexander Simon 2013-07-10 12:22:28 UTC
is it a random bug?
I cannot reproduce.
Comment 2 Egor Ushakov 2013-07-10 12:40:05 UTC
caused by the indexing API use, steps to reproduce:
quickly:
- change the file
- save the file
Navigator does not update
Comment 3 Egor Ushakov 2013-07-10 13:02:07 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/b0c0d04edb58
Comment 4 Quality Engineering 2013-07-11 04:10:48 UTC
Integrated into 'main-silver', will be available in build *201307102300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b0c0d04edb58
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed Bug 232487 - Fortran: no changes in navigator