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 193242 - AssertionError at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationMakefileWriter.writeProCTargets
Summary: AssertionError at org.netbeans.modules.cnd.makeproject.configurations.Configu...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
: 195889 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-10 13:44 UTC by Alexander Simon
Modified: 2011-03-02 05:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174895


Attachments
stacktrace (6.78 KB, text/plain)
2010-12-10 13:44 UTC, Alexander Simon
Details
stacktrace (6.78 KB, text/plain)
2010-12-10 13:54 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2010-12-10 13:44:54 UTC
Build: NetBeans IDE Dev (Build 101210-c31f8cea7a4f)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: SunOS

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationMakefileWriter.writeProCTargets(ConfigurationMakefileWriter.java:1154)
   at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationMakefileWriter.writeCompileTargets(ConfigurationMakefileWriter.java:850)
   at org.netbeans.modules.cnd.makeproject.api.configurations.DefaultMakefileWriter.writeCompileTargets(DefaultMakefileWriter.java:111)
   at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationMakefileWriter.writeBuildTargets(ConfigurationMakefileWriter.java:530)
   at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationMakefileWriter.writeMakefileConf(ConfigurationMakefileWriter.java:329)
   at org.netbeans.modules.cnd.makeproject.configurations.ConfigurationMakefileWriter.write(ConfigurationMakefileWriter.java:121)
Comment 1 Alexander Simon 2010-12-10 13:44:57 UTC
Created attachment 103936 [details]
stacktrace
Comment 2 Alexander Simon 2010-12-10 13:54:57 UTC
Created attachment 103937 [details]
stacktrace
Comment 3 Alexander Simon 2010-12-10 13:55:41 UTC
Step to reproduce:
- create application
- create new empty file with name (newfile.pc)
Actual behavior:
- assertion
- cannot build and run application
Expected behavior:
- no assertion
- can build and run application
Comment 4 Vladimir Voskresensky 2010-12-15 21:54:40 UTC
let's evaluate exceptions as P2 issues
Comment 6 Vladimir Kvashin 2011-03-02 05:48:48 UTC
*** Bug 195889 has been marked as a duplicate of this bug. ***