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 207665

Summary: IDE breaks after discovery
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: ProjectAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P2    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Egor Ushakov 2012-01-24 09:13:33 UTC
after creating a project from LLVM sources IDE propose to associate some extensions as c++ source files. If user agrees then IDE breaks completely:
toobars breaks, selection breaks etc.
That's because we associate xml files as c++ sources.
If we remove xml from the association everything works fine.
Comment 1 Egor Ushakov 2012-01-24 09:17:33 UTC
same for qt-creator project
Comment 2 Egor Ushakov 2012-01-24 09:32:05 UTC
it also adds png and jpg files...
Comment 3 Quality Engineering 2012-01-25 16:39:51 UTC
Integrated into 'main-golden', will be available in build *201201250600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/66bf4318e359
User: Alexander Simon <alexvsimon@netbeans.org>
Log: add assertion for[Bug #207665 IDE breaks after discovery
Comment 4 Alexander Simon 2012-01-25 19:01:23 UTC
There are no repeatable steps to reproduce the bug.