Commit Graph

1304 Commits

Author SHA1 Message Date
svtk d1787a5f6e tests fixed 2011-11-07 13:31:52 +04:00
Dmitry Jemerov d7aa7e3044 override methods checks modality 2011-11-04 19:20:54 +01:00
Dmitry Jemerov 7b668a7e61 equals/hashCode for descriptors 2011-11-04 19:20:53 +01:00
Dmitry Jemerov fc4b810065 override methods initial 2011-11-04 19:20:53 +01:00
Dmitry Jemerov 7171fe8b02 implement works for properties 2011-11-04 19:20:53 +01:00
Dmitry Jemerov b2990b74ef one more test; generate 'return' for primitive type return values 2011-11-04 19:20:52 +01:00
Dmitry Jemerov 7714e850b9 handle parameters in implement members 2011-11-04 19:20:52 +01:00
Dmitry Jemerov 8f15eea9c5 Kotlin implement members initial (not much works) 2011-11-04 19:20:51 +01:00
svtk e225bf5e93 Merge branch 'master' of ssh://git.labs.intellij.net/jet 2011-11-04 18:58:59 +04:00
svtk dfa3783f54 Little fixes 2011-11-04 15:52:11 +04:00
Maxim Shafirov 498797b013 Plugable asm visitors strategy 2011-11-04 06:06:06 +03:00
Dmitry Jemerov 2f191d3c43 avoid nesting of testsuites (hopefully it will help TeamCity report tests correctly) 2011-11-03 21:15:32 +01:00
Dmitry Jemerov 750e2e25f0 diagnostics for missing JetPsiCheckerTest 2011-11-03 20:44:36 +01:00
svtk 1862cd3a8c Merge branch 'master' of ssh://git.labs.intellij.net/jet 2011-11-03 21:07:48 +04:00
svtk 2eb7835ae1 Registered 'change variable mutability' fix for 'val reassignment' error 2011-11-03 18:30:28 +04:00
Andrey Breslav 29c4e2bddb ResolvedCalls for indexed expressions 2011-11-02 19:51:00 +03:00
Andrey Breslav d5266ddedd KT-33 Provide method descriptors for both getter and setter when accessing collections via [] 2011-11-02 13:05:37 +03:00
svtk 503f1cf94d Merge branch 'master' of ssh://git.labs.intellij.net/jet 2011-11-01 19:12:59 +04:00
svtk a3ef9f9b50 Added 'change to backing field' fix 2011-11-01 19:00:57 +04:00
Andrey Breslav 3588779f19 When a file is changed in the IDE, we do not recheck function bodies and other executable code in other files: only declarations to povide resolution context for the changed file 2011-11-01 16:04:55 +03:00
Andrey Breslav 43faa77478 Standard library is imported properly rather than enclosing the user code 2011-11-01 12:49:20 +03:00
Maxim Shafirov 5a9c50d374 PSI is just a tree with getters in Kotlin 2011-10-31 19:26:39 +03:00
Andrey Breslav d643c72a09 Unnecessary dependency removed 2011-10-31 17:31:02 +03:00
Maxim Shafirov 68ceb9570d Completion's file copy missed "whole project" analysis train 2011-10-31 15:16:30 +03:00
Maxim Shafirov f6bb7e34ff Don't rely on hardcoded file extensions. 2011-10-31 14:44:49 +03:00
Andrey Breslav 57bba593ae Fixing dependencies: moved the code that walks through project files into the plugin 2011-10-30 12:22:03 +03:00
Andrey Breslav 473779befa Redeclarations now report the redeclared name 2011-10-28 23:11:14 +04:00
Andrey Breslav d0b0d5f265 Fixed adding annotation to a wrong file 2011-10-28 22:45:29 +04:00
Andrey Breslav 51c1ce836a KT-412 Import not resolved if namespace structure doesn't match directory structure 2011-10-28 21:53:42 +04:00
Dmitry Jemerov 65ded5b977 KotlinCompiler can build a jar file 2011-10-28 17:16:14 +02:00
svtk 44ae29b01d Merge branch 'master' of ssh://git.labs.intellij.net/jet 2011-10-28 13:44:39 +04:00
Dmitry Jemerov 05db935efb kts and ktm -> kotlin file type 2011-10-27 20:41:54 +02:00
Dmitry Jemerov 0b0aacc9e4 since JetTestCase is no longer a base class for any tests, remove code which is now redundant and rename it to JetTestCaseBuilder 2011-10-27 19:27:18 +02:00
Dmitry Jemerov a3f8a088be JetPsiCheckerTest and its testdata moved back to plugin tests 2011-10-27 18:44:39 +02:00
svtk f7950f9469 rename 2011-10-25 17:40:36 +04:00
svtk 2984cfa959 Added bundle for quick fix messages 2011-10-25 17:37:47 +04:00
svtk d54c79a31e Quick fix tests launch improved 2011-10-25 14:42:04 +04:00
Andrey Breslav fb971ff7cb Tests moved to appropriate locations 2011-10-21 13:37:14 +04:00
Andrey Breslav d445a09a80 KT-156 Fix the this<Super> syntax 2011-10-20 18:38:51 +04:00
Dmitry Jemerov ec6dec0d37 separate compiler and plugin tests 2011-10-20 16:21:18 +02:00
Andrey Breslav e91d20f326 KT-156 Fix the this<Super> syntax 2011-10-20 18:00:19 +04:00
Andrey Breslav 7bb7ea912e Merge remote branch 'origin/master' 2011-10-20 14:45:26 +04:00
Alex Tkachman 417bb26646 tests/fixes 2011-10-20 07:25:22 +02:00
Dmitry Jemerov efa9a25ea5 actually pass the specified parameters to the Java process 2011-10-19 20:59:21 +02:00
Dmitry Jemerov c26ab4b472 IntRange iteration calls correct methods on IntRange class 2011-10-19 20:29:55 +02:00
Andrey Breslav 79ee5cd606 KT-156 Fix the this<Super> syntax
In progress: super<List> must work, but currently it does not, only super<List<Foo>> works, where Foo is ignored.
2011-10-19 19:24:46 +04:00
Andrey Breslav 84951d2585 KT-362 Don't allow autocasts on vals that are not internal 2011-10-19 14:35:02 +04:00
Andrey Breslav e262d94cc1 Nullable Nothing is exactly null 2011-10-19 12:46:32 +04:00
Andrey Breslav c51e374258 Read-only interface extracted from ResolvedCall 2011-10-19 11:52:16 +04:00
Alex Tkachman 33d09eb1df default args 2011-10-19 07:42:31 +02:00