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 36430 - xml editor gives me null pointer exception
Summary: xml editor gives me null pointer exception
Status: VERIFIED DUPLICATE of bug 36339
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Other
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-03 19:59 UTC by pswisnov
Modified: 2008-12-22 19:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
XML file I'm trying to attatch (343 bytes, text/plain)
2003-10-03 20:00 UTC, pswisnov
Details
the log file (91.31 KB, text/plain)
2003-10-03 20:03 UTC, pswisnov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pswisnov 2003-10-03 19:59:53 UTC
I created a web module project and ran some code
that creates an XML file in the WEB-INF/
directory. I then tried to open the XML file. The
editor frame comes up, but I got an exception when
it tried to open the file. Now I can't close the
tab for the file or the editor as a whole.
Comment 1 pswisnov 2003-10-03 20:00:40 UTC
Created attachment 11789 [details]
XML file I'm trying to attatch
Comment 2 pswisnov 2003-10-03 20:03:15 UTC
Created attachment 11790 [details]
the log file
Comment 3 Martin Roskanin 2003-10-06 08:46:01 UTC
There's no NullPointerException in your ide.log file.
Anyway there are several CCEs in lookup, projects and XMLDO. 
Not sure where the issue belongs, reassigning to openide. Feel free to
reassign.
Comment 4 David Konecny 2003-11-10 17:05:43 UTC

*** This issue has been marked as a duplicate of 36339 ***
Comment 5 pzajac 2004-02-25 12:27:02 UTC
verified