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 210188

Summary: Smart Build Analyzer option should be smarter
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: Project DiscoveryAssignee: Alexander Simon <alexvsimon>
Status: NEW ---    
Severity: normal Keywords: USABILITY
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 211798    
Bug Blocks:    

Description Vladimir Kvashin 2012-03-27 12:53:25 UTC
If at least one user project sets LD_LIBRARY_PATH when building, user have to switch Smart Code Analyzer off for the entire IDE, and loose all its benefits.

I propose to

1) Have this option on a per-project basis

2) Allow user to somehow choose between (LD_LIBRARY_PATH + LD_PRELOAD) and 
(LD_PRELOAD_32 + LD_PRELOAD_64) models
Comment 1 igor_nikiforov 2012-04-23 14:44:20 UTC
Some usability decisions we should make if we want to make SBA configured for each project independently:
  - should we allow user to set his own include directories and macroses if SBA is enabled (currently all user-set include directories and macroses are replaced by detected onces);
  - where to place the SBA enable check-box in the project properties;
  - should we notify user some-how that SBA is enabled.
Comment 2 Alexander Simon 2012-05-15 14:08:36 UTC
(In reply to comment #0)
> 1) Have this option on a per-project basis
was fixed in bug #211798