sqldelight icon indicating copy to clipboard operation
sqldelight copied to clipboard

com.intellij.psi.stubs.UpToDateStubIndexMismatch in SchemaNeedsMigrationInspection.kt:37

Open square-clippy opened this issue 1 year ago • 0 comments

Error in SQL Delight IntelliJ Plugin

com.intellij.psi.stubs.UpToDateStubIndexMismatch in SchemaNeedsMigrationInspection.kt:37 PSI and index do not match. Please report the problem to JetBrains with the files attached INDEXED VERSION IS THE CURRENT ONE file=FILE, file.class=class app.cash.sqldelight.core.lang.MigrationFile, file.lang=Language: SqlDelightMigration, modStamp=1 AST INCONSISTENT, perhaps after incremental reparse; FILE stub debugInfo=created in getStubTree(), with AST = false; with backReference latestIndexedStub=StubTree{myDebugInfo='created from index; with backReference', myRoot=PsiFileStubImpl}234810581 same size=true debugInfo=created from index; with backReference viewProvider=app.cash.sqldelight.intellij.lang.SqlDelightFileViewProvider{vFile=file:///Users/niklas/dev/becoach/becoach-frontend/database/src/commonMain/sqldelight/migrations/19_badges_for_coach_and_coachee.sqm, vFileId=627484, content=VirtualFileContent{size=249}, eventSystemEnabled=true} viewProvider stamp: 0; file stamp: 0; file modCount: 1657815217088; file length: 249 doc saved: true; doc stamp: 0; doc size: 249...

View on Bugsnag

Stacktrace

SchemaNeedsMigrationInspection.kt:37 - app.cash.sqldelight.intellij.inspections.SchemaNeedsMigrationInspection$buildVisitor$1$1.visitCreateTableStmt

View full stacktrace

Created automatically via Bugsnag

square-clippy avatar Aug 18 '22 19:08 square-clippy