Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

lots of 'Unsupported token type' errors #380

Closed
gavinking opened this issue Jul 24, 2016 · 3 comments
Closed

lots of 'Unsupported token type' errors #380

gavinking opened this issue Jul 24, 2016 · 3 comments

Comments

@gavinking
Copy link
Contributor

Unsupported token type [@-1,61767:61821='<EOF>',<-2>,0:-1]
java.lang.UnsupportedOperationException: Unsupported token type [@-1,61767:61821='<EOF>',<-2>,0:-1]
    at org.intellij.plugins.ceylon.ide.ceylonCode.psi.IdeaCeylonParser$CompilationUnitTranslator.buildLeaf(IdeaCeylonParser.java:318)
    at org.intellij.plugins.ceylon.ide.ceylonCode.psi.IdeaCeylonParser$CompilationUnitTranslator.visit(IdeaCeylonParser.java:200)
    at org.intellij.plugins.ceylon.ide.ceylonCode.psi.IdeaCeylonParser$CompilationUnitTranslator.translateToAstNode(IdeaCeylonParser.java:183)
    at org.intellij.plugins.ceylon.ide.ceylonCode.psi.IdeaCeylonParser.doParseContents(IdeaCeylonParser.java:108)
    at com.intellij.psi.tree.IFileElementType.parseContents(IFileElementType.java:43)
    at com.intellij.psi.impl.source.tree.LazyParseableElement.ensureParsed(LazyParseableElement.java:192)
    at com.intellij.psi.impl.source.tree.LazyParseableElement.getLastChildNode(LazyParseableElement.java:237)
    at com.intellij.psi.impl.source.tree.LazyParseableElement.getLastChildNode(LazyParseableElement.java:39)
    at org.intellij.plugins.ceylon.ide.ceylonCode.psi.CeylonLocalAnalyzerManager$10$2$1.$call$(CeylonLocalAnalyzerManager.ceylon:248)
    at ceylon.interop.java.JavaRunnable.run(JavaRunnable.ceylon:7)
    at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:850)
    at org.intellij.plugins.ceylon.ide.ceylonCode.psi.CeylonLocalAnalyzerManager$10$2.$call$(CeylonLocalAnalyzerManager.ceylon:245)
    at ceylon.interop.java.JavaRunnable.run(JavaRunnable.ceylon:7)
    at com.intellij.openapi.util.ExecutionCallback.setExecuted(ExecutionCallback.java:58)
    at com.intellij.openapi.util.ActionCallback.setDone(ActionCallback.java:72)
    at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:327)
    at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:310)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:863)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:699)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:385)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
@gavinking gavinking added this to the 1.2.3 milestone Jul 24, 2016
@bjansen bjansen self-assigned this Jul 25, 2016
@bjansen bjansen reopened this Jul 26, 2016
@bjansen
Copy link
Contributor

bjansen commented Jul 26, 2016

It happens again in IdeCompletionManager.ceylon :(

@davidfestal
Copy link

This shouldn't happen anymore since the root cause (#389) has been fixed.
@gavinking, @bjansen: do you confirm ?

@davidfestal
Copy link

let me close it. And please reopen it if you still encounter a problem @bjansen and @gavinking

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants