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 109022 - StackOverflowError on Code Completion for a xml-file with schema
Summary: StackOverflowError on Code Completion for a xml-file with schema
Status: VERIFIED DUPLICATE of bug 89247
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: pnarayan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-06 14:45 UTC by heikok
Modified: 2007-09-18 17:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
netbeans log file (947.93 KB, text/plain)
2007-07-06 14:48 UTC, heikok
Details

Note You need to log in before you can comment on or make changes to this bug.
Description heikok 2007-07-06 14:45:21 UTC
When trying to use xml code completion on a xml file with a schema as http://www.isotc211.org/2005/gmd/gmd.xsd, i.e.

<MD_Metadata xmlns="http://www.isotc211.org/2005/gmd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:gco="http://www.isotc211.org/2005/gco" xsi:schemaLocation="http://www.isotc211.org/2005/gmd
file:///home/heikok/Programme/Java/StAXTest/src/www.isotc211.org/2005/gmd/gmd.xsd">
<!-- code completion tried here -->
</MD_Metadata>

I get a StackOverflowError ... (see attachment). The schema seems to be correct, since it is possible to validate
against it.

I use netbeans5.5 with jdk1.6.0 on linux.

Heiko
Comment 1 heikok 2007-07-06 14:48:37 UTC
Created attachment 44769 [details]
netbeans log file
Comment 2 Samaresh Panda 2007-07-06 16:43:37 UTC
This was an issue in 5.5, has long been fixed. You can verify the same in 6.0.


*** This issue has been marked as a duplicate of 89247 ***
Comment 3 tonybeckham 2007-09-18 17:59:00 UTC
Fix verified in 6.0 Build 200709180000