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 258214 - In some cases "C/C++ Project from Binary Files" wizard generates broken subproject
Summary: In some cases "C/C++ Project from Binary Files" wizard generates broken subpr...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.2
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-02 15:21 UTC by soldatov
Modified: 2016-04-20 09:44 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-03-02 15:21:25 UTC
On my Solaris x86 and Solaris Sparc I see this bug in different configurations. For example NetBeans 8.1 and Oracle Solaris Studio 12.4 compilers.

Scenario:
- Set Oracle Solaris Studio 12.4 as a default toolchain
- Create "Subproject Application" sample
- Build project
- Close all 5 projects
- Call "C/C++ Project from Binary Files" wizard
- Set such options:
Binary Files: ...SubProjects_1/main/dist/Debug/OracleSolarisStudio_12.4-Solaris-x86/main
Include into Project: Source files used in build
Dependencies: Include Dependencies into the Project
- Switch on libhello3lib.so only (switch off libhello4lib.so project only)
- Press Next button
- Press Finish button
===>
1) "libhello3lib.so" project contains hello3.cc file only (automatic test expects hello3.h also)
2) hello3.cc has empty Navigator and hyperlinks doesn't work in this file
3) I can't switch on "Code Assistance|C/C++ Code Assistance" context menu item on project's node
Comment 1 Alexander Simon 2016-03-02 17:54:17 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/8f636ae12eb9
Comment 2 Quality Engineering 2016-03-03 02:06:26 UTC
Integrated into 'main-silver', will be available in build *201603030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8f636ae12eb9
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258214 In some cases "C/C++ Project from Binary Files" wizard generates broken subproject
Comment 3 Quality Engineering 2016-03-04 02:07:12 UTC
Integrated into 'main-silver', will be available in build *201603040002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5264467fd06e
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258214 In some cases "C/C++ Project from Binary Files" wizard generates broken subproject
- additional fix (project importer)
Comment 4 Vladimir Kvashin 2016-04-15 16:59:48 UTC
verified in builds on enum server
Comment 5 soldatov 2016-04-20 09:44:18 UTC
Verified in NetBeans 8.1 with latest updates.