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 271630 - Properties from one project are migrated to another
Summary: Properties from one project are migrated to another
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords: 82_HR_FIX_CANDIDATE
Depends on:
Blocks:
 
Reported: 2017-10-12 21:57 UTC by aschwarz1309
Modified: 2017-10-12 21:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (766.31 KB, text/plain)
2017-10-12 21:58 UTC, aschwarz1309
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aschwarz1309 2017-10-12 21:57:50 UTC
Product Version = NetBeans IDE 8.2 (Build 201705191307)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_111

Runtime = Java HotSpot(TM) 64-Bit Server VM 25.111-b14

Reproducibility: Happens every time

STEPS:
  * Set "Set main project' to another project


ACTUAL:
  Main project changed

EXPECTED:
  Properties between project should be independant.

The builld shows includsion of the following library: build/Debug/Cygwin64-Windows/main.o ../../../../../cygwin64/usr/local/lib/libgslip.a
After seeing this the first time, I explicitely removed any reference to this library in the project properties,, to wit all of, c++ include directories, 
Linker Additional Dependancies & Additional Library Directories & Libraries. Without any explicit reference to the library, the library seems part of the build.

Please direct me if I have misunderstood the issue.
Comment 1 aschwarz1309 2017-10-12 21:58:12 UTC
Created attachment 165277 [details]
IDE log