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 192805 - Core file is not shown in Files
Summary: Core file is not shown in Files
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-02 15:26 UTC by Alexander Pepin
Modified: 2010-12-04 06:15 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 Alexander Pepin 2010-12-02 15:26:38 UTC
Steps to reproduce:
- create Welcome sample
- add line "throw 1;" into main
- run
- open Files
Result: Files does not display "core" file.

Workaround: restart IDE.
Comment 1 Egor Ushakov 2010-12-02 15:44:21 UTC
cnd does not use native file listeners by default, this is a bug.

There are two workarounds:
- user can defocus IDE and come back
- user can go to Tools/Options/C-C++/Project Options and check "Support indexing of non C/C++/Fortran files in projects..."
Comment 2 Alexander Pepin 2010-12-02 15:52:43 UTC
"defocus IDE and come back" does not work.
Comment 3 Thomas Preisler 2010-12-02 20:49:23 UTC
I can get it to show the core file by rebuilding the project :-). It will trigger a refresh of the Files view. It should refresh it automatically though. Will fix.
Comment 4 Thomas Preisler 2010-12-02 21:41:27 UTC
fixed.

changeset:   183850:ee63c04e116c
parent:      183588:33e822320dd9
user:        Thomas Preisler <thp@netbeans.org>
date:        Thu Dec 02 13:36:03 2010 -0800
summary:     #192805 Core file is not shown in Files
Comment 5 Quality Engineering 2010-12-04 06:15:08 UTC
Integrated into 'main-golden', will be available in build *201012040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ee63c04e116c
User: Thomas Preisler <thp@netbeans.org>
Log: #192805 Core file is not shown in Files