Alexey Sedunov
|
52ffd52a4e
|
Implement "Find Usages" for value/type parameters
|
2013-11-07 20:44:25 +04:00 |
|
Alexey Sedunov
|
f40fb623a6
|
FindUsagesTest: Add overriding property without accessors
|
2013-11-06 14:26:38 +04:00 |
|
Alexey Sedunov
|
78a7afe70e
|
FindUsagesTest: Add usages of extensions for functions declared in objects
|
2013-11-06 14:26:36 +04:00 |
|
Alexey Sedunov
|
bc9b2bf657
|
Add "Find Usages" tests for nested/inner classes and objects
|
2013-11-06 14:26:34 +04:00 |
|
Alexey Sedunov
|
f99e6e6765
|
Fix usage type detection for static members of Java classes and members of nested classes
|
2013-11-06 14:26:33 +04:00 |
|
Alexey Sedunov
|
40900ac16c
|
Reuse Java usage types
|
2013-11-06 14:26:32 +04:00 |
|
Alexey Sedunov
|
a0e90f38a2
|
"Find Usages": add tests for Kotlin usages of Java declarations
|
2013-11-06 14:26:30 +04:00 |
|
Alexey Sedunov
|
f41cfa2b8b
|
"Find Usages": separate Kotlin and Java tests
|
2013-11-06 14:26:29 +04:00 |
|
Alexey Sedunov
|
f1a7d707a0
|
Implement "Find usages" using UsagesSearch (classes, functions, properties)
|
2013-11-06 14:26:27 +04:00 |
|
Alexey Sedunov
|
6502f21144
|
JetUsageTypeProvider: Eliminate SELECTOR type, replace class with object
|
2013-11-06 14:26:25 +04:00 |
|
Alexey Sedunov
|
93e906ef5f
|
Filter usages in import directives
|
2013-10-23 23:00:30 +04:00 |
|
Alexey Sedunov
|
c3c0925de1
|
Add support of local declarations
|
2013-10-23 23:00:28 +04:00 |
|
Alexey Sedunov
|
46b14784e1
|
Fixed KT-4105: Can't find usages of private function
|
2013-10-23 23:00:27 +04:00 |
|
Alexey Sedunov
|
cf8555349e
|
Fix detection of constructor calls and delegates in supertype specifiers
|
2013-10-23 14:19:47 +04:00 |
|
Alexey Sedunov
|
12a460a145
|
KT-4043 "Find usages ignores class names usages as class objects"
|
2013-10-21 17:18:46 +04:00 |
|
Alexey Sedunov
|
bdc908d45f
|
Fix search of package-level function/property usages in Java code
|
2013-10-15 18:43:57 +04:00 |
|
Alexey Sedunov
|
ecab2a2039
|
Implement extension of method usages search to cover usages of overriding functions in Kotlin
|
2013-09-19 16:01:31 +04:00 |
|
Alexey Sedunov
|
7357add55c
|
Implement search of derived Kotlin classes/traits and Java classes/interfaces
|
2013-09-03 14:26:34 +04:00 |
|
Alexey Sedunov
|
a7e46a4ba7
|
Implement search of class members usages
|
2013-09-03 14:26:33 +04:00 |
|
Alexey Sedunov
|
b2d1f8d323
|
Add separate search of constructor usages
|
2013-09-03 14:26:32 +04:00 |
|
Alexey Sedunov
|
497d3c6706
|
Simplify "Find Usages" test data, Move configuration options to test files
|
2013-08-13 15:26:24 +04:00 |
|
Alexey Sedunov
|
76c81aa3f0
|
Add support of extension search
|
2013-08-13 15:26:08 +04:00 |
|
Alexey Sedunov
|
ced288452c
|
Implement "Find usages with options" for kotlin functions
|
2013-08-13 15:25:04 +04:00 |
|
Alexey Sedunov
|
ea7a377bea
|
Find usages test: Move test data out of code
|
2013-08-13 14:53:50 +04:00 |
|
Alexey Sedunov
|
21d6666c26
|
Implement Kotlin usage classification
|
2013-07-10 18:46:10 +04:00 |
|
Nikolay Krasko
|
1978d3522d
|
Add ability to filter import usages
|
2012-12-13 21:14:51 +04:00 |
|
Andrey Breslav
|
fc90c775e9
|
KT-2730 AssertionError at org.jetbrains.jet.codegen.AnnotationCodegen.genAnnotations(AnnotationCodegen.java:86)
#KT-2730 Fixed
|
2012-09-06 15:31:59 +04:00 |
|
Dmitry Jemerov
|
fa1ecfaa93
|
find usages of Kotlin methods in Java code (KT-1819)
#KT-1819 fixed
|
2012-05-22 19:09:38 +02:00 |
|
Dmitry Jemerov
|
09cf7ac2aa
|
find usages and rename work for Kotlin classes called from Java code (KT-1641)
#KT-1641 fixed
|
2012-05-22 19:09:38 +02:00 |
|