suskycode / database-navigator

Automatically exported from code.google.com/p/database-navigator
0 stars 0 forks source link

Document Assertion error #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Documents are different. Doc: 
com.intellij.openapi.editor.impl.DocumentImpl@1874ac1; Doc from file: 
com.intellij.openapi.editor.impl.DocumentImpl@121b830; File: FILE; Virtual 
file: VirtualFile: [RD1X] PACKAGE SPEC - SCHEMA.PACKAGE: Documents are 
different. Doc: com.intellij.openapi.editor.impl.DocumentImpl@1874ac1; Doc from 
file: com.intellij.openapi.editor.impl.DocumentImpl@121b830; File: FILE; 
Virtual file: VirtualFile: [RD1X] PACKAGE SPEC - SCHEMA.PACKAGE
java.lang.AssertionError: Documents are different. Doc: 
com.intellij.openapi.editor.impl.DocumentImpl@1874ac1; Doc from file: 
com.intellij.openapi.editor.impl.DocumentImpl@121b830; File: FILE; Virtual 
file: VirtualFile: [RD1X] PACKAGE SPEC - SCHEMA.PACKAGE
    at com.intellij.codeInsight.daemon.impl.TextEditorHighlightingPassRegistrarImpl.instantiatePasses(TextEditorHighlightingPassRegistrarImpl.java:115)
    at com.intellij.codeInsight.daemon.impl.TextEditorBackgroundHighlighter.getPasses(TextEditorBackgroundHighlighter.java:95)
    at com.intellij.codeInsight.daemon.impl.TextEditorBackgroundHighlighter.createPassesForEditor(TextEditorBackgroundHighlighter.java:108)
    at com.intellij.codeInsight.daemon.impl.TextEditorBackgroundHighlighter.createPassesForEditor(TextEditorBackgroundHighlighter.java:35)
    at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl$11$1.run(DaemonCodeAnalyzerImpl.java:773)
    at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl$11.run(DaemonCodeAnalyzerImpl.java:787)
    at com.intellij.util.Alarm$Request$1.run(Alarm.java:289)
    at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:343)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
    at java.awt.EventQueue.access$200(EventQueue.java:103)
    at java.awt.EventQueue$3.run(EventQueue.java:682)
    at java.awt.EventQueue$3.run(EventQueue.java:680)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:691)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:686)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:511)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:334)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

Original issue reported on code.google.com by cioca...@googlemail.com on 8 Apr 2013 at 12:20

GoogleCodeExporter commented 9 years ago
HINT: Stack Overflow in the parser

-Xss1m

Original comment by cioca...@googlemail.com on 11 Apr 2013 at 8:01

GoogleCodeExporter commented 9 years ago
HINT: IterationElementTypeParser > if first result is match and node is 
recursive: step out with full match (need to check the parent iteration offset 
though)

Original comment by cioca...@googlemail.com on 11 Apr 2013 at 11:38

GoogleCodeExporter commented 9 years ago

Original comment by cioca...@googlemail.com on 17 Apr 2013 at 6:36