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 192725 - 7.0 : newly created files are not visible in Ruby Project
Summary: 7.0 : newly created files are not visible in Ruby Project
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-01 05:03 UTC by Masaki Katakai
Modified: 2011-01-28 20:14 UTC (History)
2 users (show)

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 Masaki Katakai 2010-12-01 05:03:24 UTC
NetBeans IDE 7.0 Beta (Build 201011152355)
Java: 1.6.0_22; Java HotSpot(TM) 64-Bit Server VM 17.1-b03
amd64 Linux バージョン 2.6.32-25-generic; UTF-8; ja_JP (nb)

I got this report from community member in Japan, Ruby/Rails developer
and he is kindly using 7.0 dev build and Beta build.

He can not find the exact steps to reproduce yet but here are
the observations:

1. Develop Rails apps on NetBeans 7.0 (over 1 hour)
2. Try to expand folder on Project window e.g. Helpers, Views -> layout
3. There should be some files, but no file
    When try on File window, these files are visible.

- It happens after he is using NetBeans for 1 hour.
- He didn't see this issue on 6.9.1, newly happens on 7.0
- He is using hg as version control. He didn't tried without hg yet

Any suggestion?
Comment 1 tkrd_oiax 2010-12-01 06:54:10 UTC
Hi, I am the original reporter of this bug.

I want to correct a little bit.

The problem is that when I click on the folder node in the Project window, the files under the folder don't appear. Such files are not necessary newly created files. Usually, they exist before I open the IDE.

The problem occurs immediately after I start the IDE, not after one hour.

I see this dug quite frequently, once a ten minutes or so. This is not a rare phenomenon.
Comment 2 Marian Mirilovic 2010-12-06 12:17:46 UTC
Hmm, hard to say what is the reason. Would be helpful to run with logging ... so reassign to Platform for evaluation ...
Comment 3 tkrd_oiax 2010-12-06 14:54:27 UTC
Hi Marian,

I am very eager to find a solution or workaround to this problem.

What do you mean when you say 'run with logging'?

Is there any special option for logging?

I succeeded to reproduce this problem but I saw nothing in the .netbeans/dev/var/log/messages.log.

I appreciate you if you give me a suggestion how I can help you.
Comment 4 Jaroslav Tulach 2010-12-07 16:37:41 UTC
Anyone else saw the problem with other project type than Ruby?