repo_name
stringlengths
7
79
path
stringlengths
8
206
copies
stringclasses
36 values
size
stringlengths
2
6
content
stringlengths
55
523k
license
stringclasses
15 values
hash
stringlengths
32
32
line_mean
float64
7.18
99.5
line_max
int64
16
979
alpha_frac
float64
0.3
0.87
ratio
float64
2.01
8.07
autogenerated
bool
1 class
config_or_test
bool
2 classes
has_no_keywords
bool
2 classes
has_few_assignments
bool
1 class
iPoli/iPoli-android
app/src/main/java/io/ipoli/android/player/usecase/SaveProfileUseCase.kt
1
944
package io.ipoli.android.player.usecase import io.ipoli.android.common.UseCase import io.ipoli.android.player.data.Player import io.ipoli.android.player.persistence.PlayerRepository /** * Created by Polina Zhelyazkova <polina@mypoli.fun> * on 6/6/18. */ class SaveProfileUseCase( private val playerRepository: P...
gpl-3.0
8fccc8c2a2085d2d186c9d491fac65a5
29.483871
88
0.676907
4.627451
false
false
false
false
ACRA/acra
acra-notification/src/main/java/org/acra/interaction/NotificationInteraction.kt
1
7790
/* * Copyright (c) 2017 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writi...
apache-2.0
1a1d1156307659c75adf1d67401ed0ca
50.256579
170
0.723877
4.884013
false
true
false
false
GunoH/intellij-community
plugins/full-line/src/org/jetbrains/completion/full/line/settings/ui/FullLineReducedConfigurable.kt
2
15747
package org.jetbrains.completion.full.line.settings.ui import com.intellij.lang.Language import com.intellij.openapi.components.service import com.intellij.openapi.diagnostic.thisLogger import com.intellij.openapi.options.BoundConfigurable import com.intellij.openapi.options.SearchableConfigurable import com.intellij....
apache-2.0
e9c30e2d242c3cd8c5ae4676b0597c4b
38.171642
129
0.651108
4.626028
false
false
false
false
GunoH/intellij-community
plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/inspections/substring/ReplaceSubstringWithIndexingOperationInspection.kt
4
2392
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.kotlin.idea.inspections.substring import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project import org.jetbra...
apache-2.0
ebb35bb815de315c6669df025677209f
53.386364
158
0.773829
5.067797
false
false
false
false
poetix/centipede
src/main/java/com/codepoetics/centipede/RegexUriSetExtractor.kt
1
792
package com.codepoetics.centipede import java.net.URI import java.util.regex.Pattern class RegexUriSetExtractor() : UriSetExtractor { val uriPattern = Pattern.compile("href=\"([^\"]*)\"") override fun invoke(baseUri: URI, page: Page): Set<URI> { val matcher = uriPattern.matcher(page) var res...
apache-2.0
78ae198b9d6f0c0dd504d567535c936a
27.285714
89
0.57702
4.212766
false
false
false
false
jk1/intellij-community
plugins/stats-collector/src/com/intellij/stats/completion/LookupCompletedTracker.kt
2
5083
/* * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
apache-2.0
f60d491b968bb9fc9c94b194adf5f90f
42.076271
118
0.699587
4.882805
false
false
false
false
hawaiianmoose/Android-DankBoard
app/src/main/java/com/boomcity/dankboard/TabDataInfo.kt
1
522
package com.boomcity.dankboard class TabDataInfo (tabName: String, tabPosition: Int, var soundClips: MutableList<SoundClip> = arrayListOf()) { var name: String = tabName val position: Int = tabPosition } class TabsData (tabsData: MutableList<TabDataInfo>?) { val tabsList: MutableList<TabDataInfo>? = tabsD...
gpl-3.0
dc0701deb39b223aa80b8fae1bc9f5ec
26.526316
111
0.62069
4.110236
false
false
false
false
ktorio/ktor
ktor-network/nix/src/io/ktor/network/sockets/TCPSocketNative.kt
1
1454
/* * Copyright 2014-2021 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license. */ package io.ktor.network.sockets import io.ktor.network.selector.* import io.ktor.util.network.* import io.ktor.utils.io.* import kotlinx.coroutines.* import platform.posix.* import kotlin.corou...
apache-2.0
c3a047edd0a43727b23d94ac63361250
32.813953
118
0.729023
4.767213
false
false
false
false
beyondeye/graphkool
graphkool-core/src/test/kotlin/com/beyondeye/graphkool/StartWarsQueryTest.kt
1
12789
package com.beyondeye.graphkool import graphql.GraphQL import io.kotlintest.specs.BehaviorSpec /** * Created by daely on 12/9/2016. */ class StartWarsQueryTest : BehaviorSpec() { init { given("the query 1") { val query = """ query HeroNameQuery { hero ...
apache-2.0
6ecb16fb4d2e8e69d06a7e2ec4452d17
43.873684
485
0.348737
5.719589
false
false
false
false
inorichi/mangafeed
app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/base/BaseChapterHolder.kt
2
1738
package eu.kanade.tachiyomi.ui.manga.chapter.base import android.view.View import eu.davidea.viewholders.FlexibleViewHolder import eu.kanade.tachiyomi.R import eu.kanade.tachiyomi.data.download.model.Download import eu.kanade.tachiyomi.util.view.popupMenu open class BaseChapterHolder( view: View, private val ...
apache-2.0
16d2bd0c35f0c73bfda029033cbc0ce2
38.5
107
0.551784
5.052326
false
false
false
false
emoji-gen/Emoji-Android
app/src/main/java/moe/pine/emoji/fragment/setting/AddTeamFragment.kt
1
2188
package moe.pine.emoji.fragment.setting import android.os.Bundle import android.support.v4.app.Fragment import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import kotlinx.android.synthetic.main.fragment_setting_add_team.* import moe.pine.emoji.R import moe.pine.emoji.components.co...
mit
a57d87c55832395245b718a3c292fc29
37.403509
116
0.743144
4.587002
false
false
false
false
cascheberg/Signal-Android
app/src/main/java/org/thoughtcrime/securesms/database/MessageSendLogDatabase.kt
1
11141
package org.thoughtcrime.securesms.database import android.content.ContentValues import android.content.Context import org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper import org.thoughtcrime.securesms.database.model.MessageLogEntry import org.thoughtcrime.securesms.recipients.Recipient import org.thoug...
gpl-3.0
264e48e6875204fc10727b2b047eecc8
41.041509
196
0.712952
4.221675
false
false
false
false
retomerz/intellij-community
plugins/settings-repository/src/RepositoryService.kt
3
2806
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
apache-2.0
e614445057dea851bb7c5e9290709368
31.264368
120
0.691019
4.19432
false
false
false
false
MarkusAmshove/Kluent
jvm/src/test/kotlin/org/amshove/kluent/tests/equivalency/ShouldBeEquivalentTo.kt
1
43441
package org.amshove.kluent.tests.equivalency import org.amshove.kluent.internal.ComparisonFailedException import org.amshove.kluent.internal.assertFailsWith import org.amshove.kluent.shouldBeEqualTo import org.amshove.kluent.shouldBeEquivalentTo import org.amshove.kluent.shouldNotBeEquivalentTo import org.amshove.klue...
mit
881f214faa6bc9b31492869da12ecf53
34.198864
111
0.412877
4.523209
false
false
false
false
arnab/adventofcode
src/main/kotlin/aoc2016/day8/BoardGamer.kt
1
2848
package aoc2016.day8 data class Cell(val x: Int, val y: Int, var on: Boolean = false) { fun draw() = if (on) "#" else "-" } data class Board(val size: Pair<Int, Int>) { val cells: List<List<Cell>> by lazy { IntRange(0, size.second - 1).map { x-> IntRange(0, size.first - 1).map { y-> ...
mit
71037a53b5fd2146c8659601c042a343
29.956522
83
0.554073
3.896033
false
false
false
false
ssseasonnn/RxDownload
rxdownload4-recorder/src/main/java/zlc/season/rxdownload4/recorder/RxDownloadRecorder.kt
1
4396
package zlc.season.rxdownload4.recorder import android.annotation.SuppressLint import io.reactivex.Flowable.fromIterable import io.reactivex.Maybe import io.reactivex.android.schedulers.AndroidSchedulers.mainThread import io.reactivex.rxkotlin.subscribeBy import io.reactivex.schedulers.Schedulers.io import zlc.season....
apache-2.0
6a7305cff3d13bc98c1549a376c8f473
31.330882
105
0.555505
4.852097
false
false
false
false
paplorinc/intellij-community
platform/lang-impl/src/com/intellij/bootRuntime/Controller.kt
1
3214
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.bootRuntime import com.intellij.bootRuntime.BundleState.* import com.intellij.bootRuntime.bundles.Local import com.intellij.bootRuntime.bundles.Runtime impor...
apache-2.0
9bc97dfd240f97bd421d4a0aa81453df
35.11236
140
0.762601
4.325707
false
false
false
false
google/intellij-community
python/src/com/jetbrains/python/testing/doctest/PythonDocTestCommandLineState.kt
6
2790
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.testing.doctest import com.intellij.execution.configurations.GeneralCommandLine import com.intellij.execution.runners.ExecutionEnvironment import com...
apache-2.0
29150288a9b8d1d01941c262b97461a6
52.673077
140
0.757348
5.157116
false
true
false
false
aquatir/remember_java_api
code-sample-angular-kotlin/code-sample-jwt-token-example/kotlin-backend/src/main/kotlin/codesample/kotlin/jwtexample/security/controller/SecurityController.kt
1
4008
package codesample.kotlin.jwtexample.security.controller import codesample.kotlin.jwtexample.dto.request.LoginRequest import codesample.kotlin.jwtexample.dto.request.AccessTokenByRefreshTokenRequest import codesample.kotlin.jwtexample.dto.response.AccessAndRefreshTokenResponse import codesample.kotlin.jwtexample.secur...
mit
cb24ee72d7ef656a9a816fa2aae51b20
51.064935
129
0.739521
5.287599
false
false
false
false
StepicOrg/stepik-android
app/src/main/java/org/stepik/android/domain/course_list/interactor/CourseListVisitedInteractor.kt
1
1736
package org.stepik.android.domain.course_list.interactor import io.reactivex.Flowable import io.reactivex.Single import ru.nobird.app.core.model.PagedList import org.stepik.android.domain.course.analytic.CourseViewSource import org.stepik.android.domain.course.model.SourceTypeComposition import org.stepik.android.doma...
apache-2.0
1ff4e4b760e3da31d1702431db24a5cc
42.425
141
0.762097
5.618123
false
false
false
false
allotria/intellij-community
java/java-impl/src/com/intellij/codeInsight/hints/JavaHintUtils.kt
4
13010
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInsight.hints import com.intellij.codeInsight.completion.CompletionMemory import com.intellij.codeInsight.completion.JavaMethodCallElement import com.int...
apache-2.0
a1665f95aabcd893bcf4b507e34034d7
35.343575
140
0.706457
4.598798
false
false
false
false
fluidsonic/fluid-json
annotation-processor/test-cases/1/output-expected/property/serializedName/CustomJsonCodec.kt
1
2020
package `property`.serializedName import codecProvider.CustomCodingContext import io.fluidsonic.json.AbstractJsonCodec import io.fluidsonic.json.JsonCodingType import io.fluidsonic.json.JsonDecoder import io.fluidsonic.json.JsonEncoder import io.fluidsonic.json.missingPropertyError import io.fluidsonic.json.readBoolea...
apache-2.0
b244d3a2947520cf8eeb09e3f0e73c7b
33.237288
96
0.815347
4.334764
false
false
false
false
SmokSmog/smoksmog-android
domain/src/test/kotlin/com/antyzero/smoksmog/SmokSmogTest.kt
1
2032
package com.antyzero.smoksmog import com.antyzero.smoksmog.location.Location import com.antyzero.smoksmog.location.Location.Position import com.antyzero.smoksmog.location.LocationProvider import com.antyzero.smoksmog.storage.PersistentStorage import com.nhaarman.mockito_kotlin.doReturn import com.nhaarman.mockito_kotl...
gpl-3.0
d4be2c4618678d806e485c154e5f8045
35.285714
112
0.708026
4.574324
false
true
false
false
zdary/intellij-community
platform/platform-impl/src/com/intellij/execution/wsl/WslPath.kt
3
1176
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.execution.wsl import com.intellij.openapi.util.io.FileUtil import com.intellij.openapi.util.text.StringUtil data class WslPath(val distributionId: String, v...
apache-2.0
2d178a645dea37416124b514aff1fe61
42.555556
140
0.755952
4.454545
false
false
false
false
VREMSoftwareDevelopment/WiFiAnalyzer
app/src/test/kotlin/com/vrem/util/LocaleUtilsTest.kt
1
3721
/* * WiFiAnalyzer * Copyright (C) 2015 - 2022 VREM Software Development <VREMSoftwareDevelopment@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the Licens...
gpl-3.0
1d0ab94c222131fc99f537d03809cb60
31.938053
110
0.6466
4.782776
false
true
false
false
zdary/intellij-community
platform/util/ui/src/com/intellij/util/ui/WrapLayout.kt
2
9316
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.util.ui import java.awt.Component import java.awt.Container import java.awt.Dimension import java.awt.FlowLayout import javax.swing.JScrollPane import javax....
apache-2.0
fc00a51c19f48f94121ac4dff1c1cc17
31.017182
140
0.597145
4.183206
false
false
false
false
faceofcat/Tesla-Core-Lib
src/main/kotlin/net/ndrei/teslacorelib/blocks/multipart/OutlineRenderUtil.kt
1
4022
package net.ndrei.teslacorelib.blocks.multipart import net.minecraft.block.material.Material import net.minecraft.client.renderer.GlStateManager import net.minecraft.client.renderer.RenderGlobal import net.minecraft.util.EnumHand import net.minecraft.util.math.AxisAlignedBB import net.minecraft.util.math.Vec3d import ...
mit
ceb26c7375e419998c9aeb443c9e4905
47.46988
194
0.65266
4.343413
false
false
false
false
macoscope/KetchupLunch
app/src/main/java/com/macoscope/ketchuplunch/model/GooglePlayServices.kt
1
975
package com.macoscope.ketchuplunch.model import android.content.Context import com.google.android.gms.common.ConnectionResult import com.google.android.gms.common.GoogleApiAvailability class GooglePlayServices(val context: Context) { data class CheckAvaialabilityResult(val isAvailable: Boolean, val connectionSta...
apache-2.0
e72ad906e5cdf2d21da9b3f449c0ce77
41.391304
96
0.792821
5.477528
false
false
false
false
kickstarter/android-oss
app/src/main/java/com/kickstarter/ui/fragments/projectpage/FrequentlyAskedQuestionFragment.kt
1
5611
package com.kickstarter.ui.fragments.projectpage import android.annotation.SuppressLint import android.content.Intent import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx.core.content.res.ResourcesCompat import androidx.core.view.isGone impo...
apache-2.0
9bb68de5e4144f155ce3080d9dd3cd30
38.237762
111
0.679023
5.190564
false
false
false
false
mdaniel/intellij-community
platform/workspaceModel/codegen/src/com/intellij/workspaceModel/codegen/writer/fields/implWsDataClassFiledCode.kt
1
2360
package com.intellij.workspaceModel.codegen.fields import com.intellij.workspaceModel.codegen.deft.* import com.intellij.workspaceModel.codegen.isOverride import com.intellij.workspaceModel.codegen.isRefType import com.intellij.workspaceModel.codegen.javaName val Field<*, *>.implWsDataFieldCode: String get() = buil...
apache-2.0
d62531d6a99715b0f218198c904d1d65
35.875
121
0.642797
4.054983
false
false
false
false
siosio/intellij-community
plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/highlighter/markers/DslHighlightingMarker.kt
1
2669
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.kotlin.idea.highlighter.markers import com.intellij.application.options.colors.ColorAndFontOptions import com.intellij.codeHighlighting.P...
apache-2.0
533cdb6eb62045f27e129567078986f8
42.064516
158
0.790184
4.783154
false
false
false
false
siosio/intellij-community
platform/workspaceModel/storage/tests/testSrc/com/intellij/workspaceModel/storage/testUtils.kt
1
6808
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.workspaceModel.storage import com.google.common.collect.HashBiMap import com.intellij.util.containers.BidirectionalMultiMap import com.intellij.workspaceMode...
apache-2.0
cbfb5ef9786ada53ff0b8b0538bdfb58
41.81761
155
0.72547
4.596894
false
false
false
false
vovagrechka/fucking-everything
attic/alraune/alraune-front/src/DocumentCategoryPicker.kt
1
3117
package alraune.front import alraune.shared.AlDocumentCategories import alraune.shared.AlDomid import vgrechka.* import vgrechka.kjs.JQueryPile.byIDNoneOrSingle import vgrechka.kjs.JQueryPile.byIDSingle // TODO:vgrechka Think about garbage collection class DocumentCategoryPicker { val selectID = "c03af235-f18e-4...
apache-2.0
2b6c5b87a4eeb486aec1a0c2d8b75c5e
27.081081
123
0.58967
4.106719
false
false
false
false
jwren/intellij-community
python/python-psi-impl/src/com/jetbrains/python/inspections/stdlib/PyStdlibInspectionExtension.kt
4
2457
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.inspections.stdlib import com.jetbrains.python.PyNames import com.jetbrains.python.codeInsight.DUNDER_POST_INIT import com.jetbrains.python.psi.types...
apache-2.0
2aa85bf63aba96a8d802e34b74688b11
49.142857
140
0.777371
4.706897
false
false
false
false
SimpleMobileTools/Simple-Calendar
app/src/main/kotlin/com/simplemobiletools/calendar/pro/adapters/QuickFilterEventTypeAdapter.kt
1
4473
package com.simplemobiletools.calendar.pro.adapters import android.view.View import android.view.ViewGroup import androidx.recyclerview.widget.RecyclerView import com.simplemobiletools.calendar.pro.R import com.simplemobiletools.calendar.pro.activities.SimpleActivity import com.simplemobiletools.calendar.pro.extension...
gpl-3.0
ffc40afa61a83bdac61d7c3d075fad25
41.198113
139
0.687011
4.997765
false
false
false
false
jwren/intellij-community
plugins/package-search/test-src/com/jetbrains/packagesearch/intellij/plugin/PackageSearchTestUtils.kt
2
1238
package com.jetbrains.packagesearch.intellij.plugin import com.jetbrains.packagesearch.intellij.plugin.ui.toolwindow.models.PackageVersion internal object PackageSearchTestUtils { fun loadPackageVersionsFromResource(resourcePath: String): List<PackageVersion.Named> = javaClass.classLoader.getResourceAsSt...
apache-2.0
aee0cfb6eb53964fed4d6bac6592dd27
46.615385
137
0.55412
5.477876
false
false
false
false
ajordens/orca
orca-queue/src/main/kotlin/com/netflix/spinnaker/orca/q/handler/RestartStageHandler.kt
1
4896
/* * Copyright 2017 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
apache-2.0
afd297762e195d033ab26e73464ba6ca
35
121
0.731005
4.50414
false
false
false
false
GunoH/intellij-community
plugins/devkit/devkit-kotlin-tests/testData/inspections/useDPIAwareInsets/UseJBUIInsetsThatCanBeSimplified.kt
2
2401
import com.intellij.util.ui.JBUI import java.awt.Insets class UseJBUIInsetsThatCanBeSimplified { companion object { private val INSETS_CONSTANT_CAN_BE_SIMPLIFIED: Insets = JBUI.<warning descr="Insets creation can be simplified">insets(0)</warning> private val INSETS_CONSTANT_CORRECT1: Insets = JBUI.insets(...
apache-2.0
ea71fc48876329f1137129cd73bf74f0
43.462963
135
0.697209
3.823248
false
false
false
false
550609334/Twobbble
app/src/main/java/com/twobbble/tools/RxHelper.kt
1
2902
package com.twobbble.tools import io.reactivex.ObservableTransformer import io.reactivex.Scheduler import io.reactivex.android.schedulers.AndroidSchedulers import io.reactivex.schedulers.Schedulers /** * Created by liuzipeng on 2017/2/21. */ class RxHelper { companion object { /** * 输入输出都为List的...
apache-2.0
c0611efbdf3c303fb927fdc652614663
38.985294
147
0.564018
5.502024
false
false
false
false
BijoySingh/Quick-Note-Android
base/src/main/java/com/maubis/scarlet/base/config/auth/NullAuthenticator.kt
1
899
package com.maubis.scarlet.base.config.auth import android.content.Context import com.maubis.scarlet.base.support.ui.ThemedActivity class NullAuthenticator : IAuthenticator { override fun openLoginActivity(context: Context): Runnable? = null override fun openForgetMeActivity(context: Context): Runnable? = null ...
gpl-3.0
0cf9362e397addc548eed2ed14883493
28.032258
77
0.776418
4.610256
false
false
false
false
jwren/intellij-community
plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/inspections/collections/SimplifiableCallInspection.kt
2
7982
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.kotlin.idea.inspections.collections import com.intellij.codeInspection.LocalQuickFix import com.intellij.codeInspection.ProblemDescriptor...
apache-2.0
bb403a109aa84857f27406a3bea7b356
51.860927
158
0.659484
6.019608
false
false
false
false
smmribeiro/intellij-community
plugins/kotlin/core/src/org/jetbrains/kotlin/idea/core/util/CoroutineUtils.kt
1
1724
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.kotlin.idea.core.util import com.intellij.openapi.Disposable import com.intellij.openapi.application.ApplicationManager import com.intell...
apache-2.0
73ab5742a7d33ee7f43fab6f576ba00c
39.093023
158
0.793503
4.911681
false
false
false
false
smmribeiro/intellij-community
plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/refactoring/introduce/extractionEngine/extractorUtil.kt
1
32360
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.kotlin.idea.refactoring.introduce.extractionEngine import com.intellij.codeHighlighting.HighlightDisplayLevel import com.intellij.openapi...
apache-2.0
b940df922e7da9a3f5ff2f39f44e8450
44.900709
158
0.675031
5.693174
false
false
false
false