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

Summary: D-n-D binary file (easy import) ignore dynamic loaded libraries used by binary file.
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: ProjectAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal Keywords: USABILITY
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

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".