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 188847 - D-n-D binary file (easy import) ignore dynamic loaded libraries used by binary file.
Summary: D-n-D binary file (easy import) ignore dynamic loaded libraries used by binar...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2010-07-22 09:28 UTC by Alexander Simon
Modified: 2010-09-03 11:40 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 Alexander Simon 2010-07-22 09:28:19 UTC
Some binary files contain only application starter. Most interesting application functionality is located in the DLLs. In this case easy import creates poor code model.
Easy import should analyze application's DLLs ans add discovered in DLLs source files in the project.
Comment 1 Alexander Simon 2010-09-03 11:40:46 UTC
fixed, change sets:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=7d412f2ab77f
http://hg.netbeans.org/cnd-main?cmd=changeset;node=922ae2d18259

Project can be created:
- without dependencies
- include dependencies in the project
- create separate projects for dependencies
By default project created in mode "include dependencies in the project".