This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f787f8ecbf3caad9adf2cbfe126ac76ab1f2d7ae
kotlin-fork
/
compiler
/
light-classes
/
src
/
org
/
jetbrains
/
kotlin
/
asJava
T
History
Dmitry Jemerov
ce0d81f670
to avoid running resolve under ClsTypeElement lock, return empty modifier list if we're currently calculating the return type (the modifier list is requested to apply type annotations, and we don't care about them anyway)
...
#KT-12966 Fixed
2016-10-10 12:48:51 +02:00
..
builder
Binding trace filtering: do not calculate diagnostics if no one is going to query them
2016-10-04 18:50:30 +02:00
classes
Light classes: getOwnInnerClasses() filters out inner classes with null names
2016-09-26 19:51:57 +03:00
elements
to avoid running resolve under ClsTypeElement lock, return empty modifier list if we're currently calculating the return type (the modifier list is requested to apply type annotations, and we don't care about them anyway)
2016-10-10 12:48:51 +02:00
finder
Refactor: split classes in 'asJava' package into several subpackages to reflect their structure
2016-07-28 18:00:47 +03:00
duplicateJvmSignatureUtil.kt
Refactor: rename KtLightClassForExplicitDeclaration -> KtLightClassForSourceDeclaration
2016-07-28 18:00:50 +03:00
LightClassGenerationSupport.java
Refactor: split classes in 'asJava' package into several subpackages to reflect their structure
2016-07-28 18:00:47 +03:00
LightClassUtil.kt
Return Kotlin fields and methods through KotlinShortNameCache
2016-09-28 13:36:20 +02:00
lightClassUtils.kt
Call Hierarchy: Show Kotlin usages of Java methods
2016-10-05 11:32:43 +03:00