History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRVY-1566
Type: Exception Exception
Status: Resolved Resolved
Resolution: Cannot Reproduce
Priority: Normal Normal
Assignee: Ilya Sergey
Reporter: Erik Pragt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Groovy

java.lang.Throwable

Created: 15 Jun 08 18:02   Updated: 05 Aug 08 20:34
Component/s: Plugin Reports
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Zip Archive GroovyAlmanac.zip (2.34 Mb)

Environment:
Idea build #7860
Revision: 16943
Build: 1.6.16943


 Description  « Hide
java.lang.Throwable
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:52)
	at org.jetbrains.plugins.grails.lang.gsp.formatter.GspHtmlBlock.processInnerChild(GspHtmlBlock.java:171)
	at org.jetbrains.plugins.grails.lang.gsp.formatter.GspHtmlBlock.processChild(GspHtmlBlock.java:264)
	at org.jetbrains.plugins.grails.lang.gsp.formatter.GspHtmlBlock.buildChildren(GspHtmlBlock.java:83)
	at com.intellij.psi.formatter.common.AbstractBlock.getSubBlocks(AbstractBlock.java:26)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:116)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:121)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:36)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:121)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:36)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:121)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:36)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:121)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:36)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:121)
	at com.intellij.formatting.InitialInfoBuilder.a(InitialInfoBuilder.java:36)
	at com.intellij.formatting.InitialInfoBuilder.buildBlocks(InitialInfoBuilder.java:38)
	at com.intellij.formatting.FormatProcessor.<init>(FormatProcessor.java:327)
	at com.intellij.formatting.FormatterImpl.adjustLineIndent(FormatterImpl.java:56)
	at com.intellij.psi.impl.source.codeStyle.CodeStyleManagerImpl.adjustLineIndentInner(CodeStyleManagerImpl.java:612)
	at com.intellij.psi.impl.source.codeStyle.CodeStyleManagerImpl$5.compute(CodeStyleManagerImpl.java:3)
	at com.intellij.psi.impl.source.codeStyle.CodeStyleManagerImpl$5.compute(CodeStyleManagerImpl.java:0)
	at com.intellij.psi.impl.source.PostprocessReformattingAspect.disablePostprocessFormattingInside(PostprocessReformattingAspect.java:41)
	at com.intellij.psi.impl.source.codeStyle.CodeStyleManagerImpl.adjustLineIndent(CodeStyleManagerImpl.java:240)
	at com.intellij.codeInsight.editorActions.PasteHandler.a(PasteHandler.java:199)
	at com.intellij.codeInsight.editorActions.PasteHandler.a(PasteHandler.java:84)
	at com.intellij.codeInsight.editorActions.PasteHandler.a(PasteHandler.java:248)
	at com.intellij.codeInsight.editorActions.PasteHandler.access$100(PasteHandler.java:254)
	at com.intellij.codeInsight.editorActions.PasteHandler$5.run(PasteHandler.java:8)
	at com.intellij.openapi.application.impl.ApplicationImpl$13.compute(ApplicationImpl.java:1)
	at com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormattingInside(PostprocessReformattingAspect.java:71)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:187)
	at com.intellij.codeInsight.editorActions.PasteHandler.a(PasteHandler.java:290)
	at com.intellij.codeInsight.editorActions.PasteHandler.execute(PasteHandler.java:41)
	at com.intellij.openapi.editor.actionSystem.EditorAction$1.run(EditorAction.java:59)
	at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:98)
	at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:14)
	at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:66)
	at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:45)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.a(IdeKeyEventDispatcher.java:176)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.b(IdeKeyEventDispatcher.java:49)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:56)
	at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:161)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:208)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)


 All   Comments   Work Log   Change History      Sort Order:
Ilya Sergey - 18 Jun 08 00:51
Erik,
could you attach some code example?

Erik Pragt - 18 Jun 08 01:52
Attached sample project. I hope this provides some information?

Ilya Sergey - 30 Jun 08 19:37
Erik,

I haven't still managed to reproduce this exception, even with attached project. Could you show exactly, on which file and after what actions this exception occurs?


Erik Pragt - 01 Jul 08 16:15
Hi Illya,

When I'll work on this project again, I'll try to give you some more detailed information, but I have no idea on how to reproduce this. Sometimes these errors "just occur", no idea what I did to cause them...


Ilya Sergey - 01 Jul 08 16:30
Seems like you typed or tried to reformat some GSP file.