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 31209

Summary: IDE shuts down when using XSL code completion
Product: xml Reporter: John Jullion-ceccarelli <johnjullion>
Component: XSLAssignee: issues@xml <issues>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description John Jullion-ceccarelli 2003-02-19 12:16:33 UTC
2-19 dev build, W2K

Steps to reproduce:

1. Mount NetBeans catalog.
2. Create XSL stylesheet from New wizard.
3. change output definition to <xsl:output
method="xml" doctype-public="-//NetBeans//DTD
Filesystem 1.1//EN" />
4. on line after </xsl:template>, enter
<filesystem> start tag.
5. Press Enter, press Ctrl-T to indent, then use
code completion to enter a <file> tag.
6. Press Enter, then enter </ and let code
completion fill in close tag.
7. Press Enter, then enter a < character. IDE
shuts down without warning.

100% reproducible on my system.
Comment 1 _ pkuzel 2003-02-19 13:01:31 UTC
Any message in console?
Comment 2 John Jullion-ceccarelli 2003-02-19 13:41:25 UTC
None. Checked ide.log, it just contains references to the last help
topics I looked at.
Comment 3 _ pkuzel 2003-02-19 15:02:07 UTC
Issue #31199 looks like the same problem with different symptom.

*** This issue has been marked as a duplicate of 31199 ***
Comment 4 Martin Schovanek 2003-03-14 13:21:52 UTC
VERIFIED