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 197858 - Full remote project files are never shown if there are no remote caches.
Summary: Full remote project files are never shown if there are no remote caches.
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-19 08:29 UTC by Vladimir Kvashin
Modified: 2011-05-22 08:51 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 Vladimir Kvashin 2011-04-19 08:29:30 UTC
Consider the situation user opens a full remote project, but there are no neither cache nor connection. Project shows hourglass in the project view. That's correct. The issue is that this hourglass never disappears - even after I connect host or reopen the project.
Comment 1 Quality Engineering 2011-04-21 04:55:41 UTC
Integrated into 'main-golden', will be available in build *201104210000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/81cd022baa06
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: Item: use FileSystem+Path pair instead of file object (fixing #197858 - Full remote project files are never shown if there are no remote caches)
Comment 2 Vladimir Kvashin 2011-05-20 12:31:07 UTC
Another scenario that can disappoint user and has exactly the same root cause is:
- Add some remote host file system to favorites
- After IDE restart or just host disconnection, try opening folders that were never open before. They are shown as empty and a balloon appears that proposes to connect. That's OK.

But: after host is connected, such folders are still shown as empty, until you restart IDE or re-add file system to Favorites.
Comment 3 Vladimir Kvashin 2011-05-20 20:00:05 UTC
http://hg.netbeans.org/releases/rev/f1280973ae07
Comment 4 Quality Engineering 2011-05-22 08:51:43 UTC
Integrated into 'main-golden', will be available in build *201105220400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/243a8c7d280f
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #197858 - Full remote project files are never shown if there are no remote caches
(transplanted from f1280973ae0731c0bc6f254f81c889614776da5b)