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 30190 - "IAE: Called DataObject.find on null" from NewScenarioPanel.<init>
Summary: "IAE: Called DataObject.find on null" from NewScenarioPanel.<init>
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
: 28427 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-16 22:03 UTC by Jesse Glick
Modified: 2007-09-25 01:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (2.18 KB, text/plain)
2003-01-16 22:03 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-01-16 22:03:17 UTC
[dev jan 16] Not sure how to reproduce exactly.
Had an XML file with a DTD. Inside the root
element, typed "<" and pressed Ctrl-Space,
expecting code completion; none came (not sure why
- normally works). Turned on editor toolbar (off
by default). Scenarios pulldown was empty;
clicking Edit Scenarios... caused an exception to
be thrown.
Comment 1 Jesse Glick 2003-01-16 22:03:53 UTC
Created attachment 8602 [details]
Stack trace
Comment 2 Jesse Glick 2003-01-16 22:07:32 UTC
Code completion was not available due to a problem with the DTD
(catalog was not right). But even after correcting the catalog, with
code completion working, get the same error when trying to "Edit
Scenarios".
Comment 3 _ pkuzel 2003-01-22 13:32:15 UTC
System filesystem was unsuccesfully queried for
"Plugins/XML/ScenarioFactories" folder.

It may probably happen if no XSL module is enabled,
Comment 4 _ pkuzel 2003-01-22 14:17:21 UTC
NewScenarioPanel.java
new revision: 1.3
Comment 5 _ pkuzel 2003-02-06 14:16:18 UTC
*** Issue 28427 has been marked as a duplicate of this issue. ***
Comment 6 Martin Schovanek 2003-10-10 07:34:25 UTC
VERIFIED