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 267352 - Launcher resorts environment variables in unclear order
Summary: Launcher resorts environment variables in unclear order
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-28 15:42 UTC by soldatov
Modified: 2016-08-23 01:55 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 soldatov 2016-07-28 15:42:39 UTC
Scenario:
- Create C/C++ Application project
- Call "Manage Launchers..." context menu
- Press "New" button
- Type "echo 1" in "Run Command" text field
- Press "Add" button
- Add AAA
- Press "Add" button
- Add BBB
- Press "Add" button
- Add CCC
- Press "Add" button
- Add DDD
- Select "Common Properties" launcher
- Select previous launcher again
==> I see
AAA
CCC
BBB
DDD

I expect:
AAA
BBB
CCC
DDD
Comment 1 Alexander Simon 2016-08-22 12:40:30 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/8ea947903db1
Comment 2 Quality Engineering 2016-08-23 01:55:58 UTC
Integrated into 'main-silver', will be available in build *201608230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8ea947903db1
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixe Bug #267352 Launcher resorts environment variables in unclear order