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 197768 - Don't show full remote shadow project metadata in Files view
Summary: Don't show full remote shadow project metadata in Files view
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on: 197864
Blocks:
  Show dependency tree
 
Reported: 2011-04-14 19:08 UTC by Vladimir Kvashin
Modified: 2011-11-16 16:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for o.n.m.cnd.makeproject (1.36 KB, patch)
2011-04-19 13:07 UTC, Vladimir Kvashin
Details | Diff
A patch for o.n.m.projectui (3.35 KB, patch)
2011-04-19 13:18 UTC, Vladimir Kvashin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2011-04-14 19:08:59 UTC
Don't show full remote shadow project metadata in Files view. This does not make sense and confuses user.
Comment 1 Vladimir Kvashin 2011-04-19 13:07:46 UTC
Created attachment 107835 [details]
Patch for o.n.m.cnd.makeproject

Here is a patch for o.n.m.cnd.makeproject - it is quite simple, but requires a patch for o.n.m.project.ui (see the next attachment)
Comment 2 Vladimir Kvashin 2011-04-19 13:18:03 UTC
Created attachment 107836 [details]
A patch for o.n.m.projectui

Here is a patch for o.n.m.projectui that is necessary for the previous cnd patch. In brief, o.n.m.projectui expects that project directory should necessarily be in source roots; this patch changes this expectation.