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 243846 - IllegalStateException at org.netbeans.modules.xml.dtd.grammar.ContentModel.parseContentModel
Summary: IllegalStateException at org.netbeans.modules.xml.dtd.grammar.ContentModel.pa...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 11:26 UTC by mps77
Modified: 2016-07-07 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209122


Attachments
stacktrace (1002 bytes, text/plain)
2014-04-15 11:26 UTC, mps77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mps77 2014-04-15 11:26:40 UTC
This bug was originally marked as duplicate of bug 153276, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) Client VM, 25.20-b05, Java(TM) SE Runtime Environment, 1.8.0_20-ea-b05
OS: Windows 7

User Comments:
mps77: <svg >
  <desc />
  <metadata />
  <defs>
     <metadata>
        <  press ctrl+space here
     </metadata>




Stacktrace: 
java.lang.IllegalStateException
   at org.netbeans.modules.xml.dtd.grammar.ContentModel.parseContentModel(ContentModel.java:92)
   at org.netbeans.modules.xml.dtd.grammar.ContentModel.parseContentModel(ContentModel.java:72)
   at org.netbeans.modules.xml.dtd.grammar.DTDGrammar.queryElements(DTDGrammar.java:216)
   at org.netbeans.modules.xml.text.completion.XMLCompletionQuery.queryElements(XMLCompletionQuery.java:316)
   at org.netbeans.modules.xml.text.completion.XMLCompletionQuery.query(XMLCompletionQuery.java:125)
   at org.netbeans.modules.xml.text.completion.XMLCompletionProvider$Query.query(XMLCompletionProvider.java:124)
Comment 1 mps77 2014-04-15 11:26:42 UTC
Created attachment 146760 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:56:16 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss