We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfa5c7 commit 079958fCopy full SHA for 079958f
server/src/main/kotlin/org/javacs/kt/index/SymbolIndex.kt
@@ -79,6 +79,8 @@ class SymbolIndex {
79
it[visibility] = descriptor.accept(ExtractSymbolVisibility, Unit).rawValue
80
it[extensionReceiverType] = extensionReceiverFqn?.toString()
81
}
82
+ } else {
83
+ LOG.warn("Excluding symbol {} from index since its name is too long", descriptorFqn.toString())
84
85
86
0 commit comments