sdkcompat/v251/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/LibraryCompiledSourceCodeInsideJarExcludeEntityImpl.kt [169:183]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateLinksIndex(prev: Set>, index: WorkspaceMutableIndex>) { // TODO verify logic val mutablePreviousSet = HashSet(prev) val removedItem_libraryId = mutablePreviousSet.remove(libraryId) if (!removedItem_libraryId) { index.index(this, libraryId) } val removedItem_compiledSourceCodeInsideJarExcludeId = mutablePreviousSet.remove(compiledSourceCodeInsideJarExcludeId) if (!removedItem_compiledSourceCodeInsideJarExcludeId) { index.index(this, compiledSourceCodeInsideJarExcludeId) } for (removed in mutablePreviousSet) { index.remove(this, removed) } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sdkcompat/gen/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/LibraryCompiledSourceCodeInsideJarExcludeEntityImpl.kt [169:183]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateLinksIndex(prev: Set>, index: WorkspaceMutableIndex>) { // TODO verify logic val mutablePreviousSet = HashSet(prev) val removedItem_libraryId = mutablePreviousSet.remove(libraryId) if (!removedItem_libraryId) { index.index(this, libraryId) } val removedItem_compiledSourceCodeInsideJarExcludeId = mutablePreviousSet.remove(compiledSourceCodeInsideJarExcludeId) if (!removedItem_compiledSourceCodeInsideJarExcludeId) { index.index(this, compiledSourceCodeInsideJarExcludeId) } for (removed in mutablePreviousSet) { index.remove(this, removed) } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sdkcompat/v252/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/LibraryCompiledSourceCodeInsideJarExcludeEntityImpl.kt [169:183]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateLinksIndex(prev: Set>, index: WorkspaceMutableIndex>) { // TODO verify logic val mutablePreviousSet = HashSet(prev) val removedItem_libraryId = mutablePreviousSet.remove(libraryId) if (!removedItem_libraryId) { index.index(this, libraryId) } val removedItem_compiledSourceCodeInsideJarExcludeId = mutablePreviousSet.remove(compiledSourceCodeInsideJarExcludeId) if (!removedItem_compiledSourceCodeInsideJarExcludeId) { index.index(this, compiledSourceCodeInsideJarExcludeId) } for (removed in mutablePreviousSet) { index.remove(this, removed) } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -