Nikolay Krasko
|
0b97b14642
|
KT-1389 Ctrl-Alt-B on class declaration does not work
#KT-1389 In Progress
|
2012-08-16 21:21:26 +04:00 |
|
Svetlana Isakova
|
1b28604268
|
java Iterable/Iterator replaced to jet ones
in completion, js tests
|
2012-08-16 18:39:23 +04:00 |
|
Nikolay Krasko
|
d1dc67c049
|
Search for function in resolve session with non-physical file
|
2012-08-14 14:15:13 +04:00 |
|
Alex Tkachman
|
5947759684
|
proper compilation of enums
|
2012-08-13 22:37:27 +03:00 |
|
Evgeny Gerashchenko
|
592f01ed74
|
Made StandardLibraryReferenceResolver aware of class objects in built-ins.
|
2012-08-09 19:14:31 +04:00 |
|
Nikolay Krasko
|
66eaeedd31
|
Add types in test
|
2012-08-06 11:05:09 +04:00 |
|
Alexander Udalov
|
a85f46816e
|
KT-937 When loading array types from Java project them so that they are covariant
#KT-937 Fixed
|
2012-08-01 21:27:57 +04:00 |
|
Nikolay Krasko
|
53c30553a5
|
No class completion in Leda (Leda only)
|
2012-07-25 19:52:18 +04:00 |
|
Evgeny Gerashchenko
|
03f38ef52a
|
KT-2300 Auto-insertion of parenthesis by completion is not good for functions like "filter"
#KT-2300 fixed
|
2012-07-21 23:31:26 +04:00 |
|
Evgeny Gerashchenko
|
7c95c0a617
|
KT-2333 highlight class fields as method param default value
#KT-2333 fixed
|
2012-07-21 21:08:29 +04:00 |
|
Svetlana Isakova
|
f3dce9a723
|
error place changed
|
2012-07-20 19:45:59 +04:00 |
|
Nikolay Krasko
|
fa7ad96a4e
|
Test parent scope completion in local object declaration
|
2012-07-20 16:28:02 +04:00 |
|
Andrey Breslav
|
255b65c667
|
KT-2363 Drop secondary constructors
Test data updated
|
2012-07-19 21:01:33 +04:00 |
|
Alexander Udalov
|
b2defb2cb4
|
KT-2317 Wrong UNNECESSARY_SAFE_CALL
#KT-2317 Fixed
|
2012-07-04 15:39:58 +04:00 |
|
Nikolay Krasko
|
83d0e8ebb5
|
- Merge https://github.com/JetBrains/kotlin/pull/90
- Move introduce and remove !! call to one class
|
2012-07-02 20:41:18 +04:00 |
|
Sergey Lukjanov
|
d879827371
|
Test for "unnecessary non-null assertion quickfix should not displayed for 'value!!.foo()' case" has been added.
|
2012-07-02 20:41:17 +04:00 |
|
Nikolay Krasko
|
66984a5f23
|
Fix test with file rename
|
2012-06-28 00:48:44 +04:00 |
|
Nikolay Krasko
|
4a0b13d11e
|
KT-2254 Incorrect indentation after = in val:
#KT-2254 fixed
|
2012-06-27 21:01:55 +04:00 |
|
Nikolay Krasko
|
bade0e0275
|
Check that quick fixes don't produce new errors
|
2012-06-27 17:41:21 +04:00 |
|
Nikolay Krasko
|
d3041d410e
|
Merge pull request #80 from Frostman/quickfix-impr
Fix for KT-2174 Need "Replace with unsafe call" intention
|
2012-06-26 13:42:34 -07:00 |
|
Nikolay Krasko
|
6b82429587
|
Don't create stubs for properties inside function initializers (EA-36861)
|
2012-06-25 15:07:10 +04:00 |
|
Alexander Udalov
|
38fc57ae42
|
Pass DataFlowInfo through when-conditions
|
2012-06-21 22:38:11 +04:00 |
|
Alexander Udalov
|
d67e22b174
|
KT-2223 Comparing non-null value with null might produce helpful warning
#KT-2223 Fixed
|
2012-06-20 20:33:58 +04:00 |
|
Sergey Lukjanov
|
4478f2dc4a
|
Test for unnecessary non-null assertion fixed
|
2012-06-20 13:06:53 +04:00 |
|
Sergey Lukjanov
|
a4584e96d7
|
Tests has been added
|
2012-06-18 18:47:32 +04:00 |
|
Evgeny Gerashchenko
|
f38191682f
|
Fixed LibrariesWithoutSourcesTest after correcting loading of 'internal' visibility from bytecode.
|
2012-06-16 19:38:19 +04:00 |
|
pTalanov
|
2e531ee809
|
JetCompilerMessagingTest and K2JSCompilerMessagingTest: tests that launch the cli compiler and check that resulting messages are in correct format
|
2012-06-15 20:15:14 +04:00 |
|
Svetlana Isakova
|
2286022307
|
get rid of 'internal protected' visibility
|
2012-06-09 19:43:53 +04:00 |
|
Nikolay Krasko
|
f8926c8a93
|
Absence of type is not enough for concluding function has type inference
|
2012-06-09 15:54:56 +04:00 |
|
Nikolay Krasko
|
b104d70196
|
More aggressive block cache invalidation for declarations with type inference
|
2012-06-08 22:53:17 +04:00 |
|
Nikolay Krasko
|
b5d5e42e5b
|
KT-2217 Formatter fails to format unary minus
#KT-2217 fixed
|
2012-06-08 21:59:50 +04:00 |
|
Stepan Koltsov
|
ccdd37053c
|
fix test
|
2012-06-08 05:12:05 +04:00 |
|
Nikolay Krasko
|
184d3fb16e
|
- Tests for OUT_OF_CODE_BLOCK_MODIFICATION behaviour
- Enable behaviour for property accessors
|
2012-06-05 17:54:22 +04:00 |
|
Nikolay Krasko
|
c00c4d3881
|
KT-1808 Auto import offers private static Java classes
#KT-1808 fixed
|
2012-06-01 17:09:44 +04:00 |
|
Nikolay Krasko
|
32b70db6b2
|
KT-1920 Don't complete java.lang.Double for the prefix Double
#KT-1920 fixed
|
2012-06-01 13:28:12 +04:00 |
|
Nikolay Krasko
|
f18372cfdc
|
KT-1672 Don't complete import java.lang.reflect.Array when Array is typed at the beginning of a line
#KT-1672 fixed
|
2012-06-01 00:11:54 +04:00 |
|
Nikolay Krasko
|
8d69af87ce
|
Completion for java inner class names
|
2012-05-31 19:58:05 +04:00 |
|
Evgeny Gerashchenko
|
9b403bfb66
|
KT-2111 Highlight Java classes/interfaces/etc in Kotlin code
#KT-2111 fixed
|
2012-05-31 18:12:09 +04:00 |
|
Evgeny Gerashchenko
|
b3e211a3ba
|
KT-2139 java.sql.Array inserted by completion is inserted by short name, and import is not added
#KT-2139 fixed
|
2012-05-30 18:05:49 +04:00 |
|
Nikolay Krasko
|
d759d50811
|
Change representation of extension functions
|
2012-05-29 15:03:36 +04:00 |
|
Nikolay Krasko
|
252ba5672e
|
KT-2122 Code completion after val with space should not add local variable's name (set priority in completion for local variables and parameters)
#KT-2122 fixed
|
2012-05-28 21:19:45 +04:00 |
|
Svetlana Isakova
|
b6b1ce52e1
|
tests changed:
added check for unused/uninitialized variables inside local and anonymous functions
|
2012-05-28 12:06:13 +04:00 |
|
Nikolay Krasko
|
e946a0f908
|
- Out of block modification strategy for Kotlin block expression
- Separate project analysis for IDEA needs: headers + bodies
|
2012-05-27 17:39:56 +04:00 |
|
Svetlana Isakova
|
0fd882741b
|
function invocation with only type parameters prohibited
|
2012-05-23 22:04:22 +04:00 |
|
Svetlana Isakova
|
327b471eaf
|
"Change to function invocation" fix added
|
2012-05-23 21:53:17 +04:00 |
|
Nikolay Krasko
|
deb13344c0
|
Fix test and add special option for spacing around colon in type definitions
|
2012-05-23 19:29:18 +04:00 |
|
Alexander.Podkhalyuzin
|
48533ca8d2
|
Fixed KT-2072: do not suggest to use type inference in Introduce Variable in case if expression type depends on expected type.
|
2012-05-23 18:58:39 +04:00 |
|
Nikolay Krasko
|
ccb8c08684
|
Fix test and add special option for spacing around colon in type definitions
|
2012-05-23 18:44:23 +04:00 |
|
Alexander.Podkhalyuzin
|
b9267dc7cf
|
Fixed KT-2071: Cannot Introduce Variable from function literal.
|
2012-05-23 15:58:55 +04:00 |
|
Alexander.Podkhalyuzin
|
b5b9f7ba98
|
Fixed broken testdata.
|
2012-05-23 15:58:12 +04:00 |
|