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 192513 - AssertionError at org.netbeans.modules.cnd.makeproject.api.configurations.VectorConfiguration.setValue
Summary: AssertionError at org.netbeans.modules.cnd.makeproject.api.configurations.Vec...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-26 12:15 UTC by Alexander Simon
Modified: 2010-12-01 23:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174072


Attachments
stacktrace (5.52 KB, text/plain)
2010-11-26 12:15 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-11-26 12:15:43 UTC
This issue was reported manually by vkvashin.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 101119-2362ddc290cb)
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.api.configurations.VectorConfiguration.setValue(VectorConfiguration.java:79)
   at org.netbeans.modules.cnd.makeproject.configurations.ui.RequiredProjectsNodeProp.setValue(RequiredProjectsNodeProp.java:90)
   at org.netbeans.modules.cnd.makeproject.configurations.ui.RequiredProjectsNodeProp.setValue(RequiredProjectsNodeProp.java:58)
   at org.openide.explorer.propertysheet.ProxyNode$ProxyProperty.setValue(ProxyNode.java:413)
   at org.openide.explorer.propertysheet.NodePropertyModel.setValue(NodePropertyModel.java:113)
   at org.openide.explorer.propertysheet.PropertyDialogManager.cancelValue(PropertyDialogManager.java:443)
Comment 1 Alexander Simon 2010-11-26 12:15:46 UTC
Created attachment 103358 [details]
stacktrace
Comment 2 Thomas Preisler 2010-12-01 23:28:09 UTC
OK, I need more help on this one. From the stack trace I can see it has something to do with opening the Required Projects dialog and the canceling it by clicking on the window close icon (not Cancel button) but I cannot reproduce and cannot understand how it can get into this situation. Also from the stack trace, it looks like the setValue is called from a proxy node and not the node itself. I cannot reproduce this either. So, please provide more info:

- platform (solaris intel?)
- what steps lead up to this
- how can I reproduce?

etc. Will close as incomplete. Please reopen with requested info if you have new information.