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 84413 - AssertionError: org.netbeans.modules.mvd.ui.inspector.DBaseNode.<init>(DBaseNode.java:34)
Summary: AssertionError: org.netbeans.modules.mvd.ui.inspector.DBaseNode.<init>(DBaseN...
Status: RESOLVED WONTFIX
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Kaspar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-07 09:29 UTC by Lukas Hasik
Modified: 2007-07-11 10:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (4.28 KB, text/plain)
2006-09-07 09:29 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2006-09-07 09:29:33 UTC
-happend after change from build 060906 to 060907 when I opened a vmd document
-I'm unable to reproduce
-maybe the exception stacktrace wil help...
Comment 1 Lukas Hasik 2006-09-07 09:29:58 UTC
Created attachment 33667 [details]
stacktrace
Comment 2 David Kaspar 2006-09-11 09:36:45 UTC
Unfortunately I cannot resolve the root of the issue from the stack trace. I
looks like a race-condition while opening document.
Document of loading in a background thread and the document instance exists but
is not registered in the Designer class (as the document or loadingDocument) yet.
I cannot fix this issue because I cannot prove that the change will help.
Comment 3 Lukas Hasik 2006-09-11 11:00:24 UTC
it seems that you have an idea where is the race condition, don't you? Anyway,
imo, it's not worth to fix it in 5.5
Comment 4 David Kaspar 2006-09-11 15:42:51 UTC
Anyway I do not want to fix it in 5.5 - if not for something else, then at least
because i cannot prove whether the change will be fix it.
Comment 5 David Kaspar 2007-07-11 10:56:42 UTC
Designer 1 has been removed from NB 6.0 therefore resolving issue as WONTFIX. Designer 2 does not have this issue.