Exception Invalid range specified

Issue #87 resolved
Former user created an issue

with the version 2.0 ,i have several exceptions "Invalid range specified:" in the plugin.

Comments (3)

  1. Renaud GHIA

    Invalid range specified: (516, 479); java.lang.Throwable: Invalid range specified: (516, 479); at com.intellij.openapi.diagnostic.Logger.error(Logger.java:123) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:229) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:224) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:220) at com.intellij.openapi.util.TextRange.<init>(TextRange.java:43) at com.intellij.openapi.util.TextRange.<init>(TextRange.java:32) at com.intellij.openapi.util.TextRange.create(TextRange.java:154) at com.siberika.idea.pascal.lang.PascalDocumentationProvider.findElementCommentRange(PascalDocumentationProvider.java:153) at com.siberika.idea.pascal.lang.PascalDocumentationProvider.findElementComment(PascalDocumentationProvider.java:147) at com.siberika.idea.pascal.lang.PascalDocumentationProvider.generateDoc(PascalDocumentationProvider.java:113) at com.intellij.lang.documentation.CompositeDocumentationProvider.generateDoc(CompositeDocumentationProvider.java:148) at com.intellij.codeInsight.navigation.CtrlMouseHandler.lambda$null$0(CtrlMouseHandler.java:656) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1134) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:84) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$2(ProgressIndicatorUtils.java:140) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:157) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:580) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:138) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:84) at com.intellij.codeInsight.documentation.QuickDocUtil.runInReadActionWithWriteActionPriorityWithRetries(QuickDocUtil.java:96) at com.intellij.codeInsight.navigation.CtrlMouseHandler.lambda$fulfillDocInfo$2(CtrlMouseHandler.java:653) at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:231) at com.intellij.util.Alarm$Request.runSafely(Alarm.java:405) at com.intellij.util.Alarm$Request.access$700(Alarm.java:330) at com.intellij.util.Alarm$Request$1.run(Alarm.java:371) at com.intellij.util.Alarm$Request.run(Alarm.java:382) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:228) at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:212) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)

  2. Log in to comment