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 161378 - PlatformInfo shouldn't get particular variabes via getting ineffective
Summary: PlatformInfo shouldn't get particular variabes via getting ineffective
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 18:09 UTC by Vladimir Kvashin
Modified: 2013-08-07 17:31 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 2009-03-27 18:09:10 UTC
In order to get one environment variable, such as $PATH, on remote host
org.netbeans.modules.cnd.api.utils.PlatformInfo gets all evvirnoment from that host and analyzes it. 
It should better get result of one command like "echo $PATH" instead of getting the entire environment from the host.