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 - Smart Build Analyzer option should be smarter
Summary: Smart Build Analyzer option should be smarter
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: USABILITY
Depends on: 211798
Blocks:
  Show dependency tree
 
Reported: 2012-03-27 12:53 UTC by Vladimir Kvashin
Modified: 2013-05-19 14:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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