Skip to content

Commit 079958f

Browse files
committed
Warn about excluded symbols
1 parent 8bfa5c7 commit 079958f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/main/kotlin/org/javacs/kt/index/SymbolIndex.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ class SymbolIndex {
7979
it[visibility] = descriptor.accept(ExtractSymbolVisibility, Unit).rawValue
8080
it[extensionReceiverType] = extensionReceiverFqn?.toString()
8181
}
82+
} else {
83+
LOG.warn("Excluding symbol {} from index since its name is too long", descriptorFqn.toString())
8284
}
8385
}
8486

0 commit comments

Comments
 (0)