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 269396 - Reopening an existing C++ project reorders the subprojects in the makefile
Summary: Reopening an existing C++ project reorders the subprojects in the makefile
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-19 15:19 UTC by desperate_dante
Modified: 2017-06-05 08:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot of reordered subprojects section in Makefile (21.50 KB, image/png)
2016-12-19 15:19 UTC, desperate_dante
Details

Note You need to log in before you can comment on or make changes to this bug.
Description desperate_dante 2016-12-19 15:19:23 UTC
Created attachment 163279 [details]
screen shot of reordered subprojects section in Makefile

When an existing C++ project is reopened, Netbeans reorders the subprojects in the Makefile. The order is not a consistent sort, and seems somewhat arbitrary.

This doesn't impact anything within the IDE, however it does trigger git etc to spot the changes and then prompt to commit all the updated makefiles.

In my scenario, this is dozens of files every time the IDE is opened, which is a bit of a PITA.
Comment 1 Alexander Simon 2017-03-27 12:30:01 UTC
fixed in enum, branch release82, changeset 16b38c40e140
Comment 2 Quality Engineering 2017-04-02 02:35:37 UTC
Integrated into 'main-silver', will be available in build *201704020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c7edd174bf86
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #269396 Reopening an existing C++ project reorders the subprojects in the makefile
(transplanted from 16b38c40e14083faf4266fc1fd08551597d5856f)
Comment 3 ilia 2017-04-12 12:51:52 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=269396 Changesets:
    http://hg.netbeans.org/releases/rev/16b38c40e140 # fixed Bug #269396 Reopening an existing C++ project reorders the subprojects in the makefile