Commit Graph

3254 Commits

Author SHA1 Message Date
James Strachan 724f7860ab tried moving helper function to where the other global util functions are defined to try avoid namespace method disappearing 2012-02-21 11:29:50 +00:00
James Strachan e39aa727a9 added helper method for creating hash maps 2012-02-21 11:29:50 +00:00
James Strachan c308eb7b7f added link to issue 2012-02-21 11:29:50 +00:00
Evgeny Gerashchenko 478bf8ac0f Fixed order of automatically implemented abstract members.
#KT-1357 fixed
2012-02-21 15:25:15 +04:00
Alexander.Podkhalyuzin deac0e20ca Fixed undo action after introduce variable.
Important: All created nodes shouldn't be physical.
2012-02-21 14:54:39 +04:00
Andrey Breslav a5a28a11c7 No errors printed in "ignoreErrors" mode 2012-02-21 13:37:36 +04:00
Maxim Shafirov fc09e7d637 Fake dependency to make sure plugin is actually updated during make 2012-02-21 13:19:39 +04:00
Andrey Breslav 2ff896cc5a Cleaned up Kompiler's error reporting 2012-02-21 12:52:59 +04:00
Stepan Koltsov fd8b363a5f fix tests 2012-02-20 22:58:07 +04:00
Andrey Breslav b67f028ff2 Deleting an extra jar that breaks the JUnit behavior in IntelliJ IDEA 2012-02-20 22:50:27 +04:00
Stepan Koltsov a1d88a0877 recognize @NotNull
http://youtrack.jetbrains.com/issue/KT-129
2012-02-20 22:37:06 +04:00
Stepan Koltsov 2026be5464 some automation in NamespaceComparator 2012-02-20 22:37:02 +04:00
Andrey Breslav ee3e7bb80f Fixing j2K tests 2012-02-20 21:58:33 +04:00
Andrey Breslav bff62484b1 KT-1306123.lng or 123.sht is not good name 2012-02-20 21:42:13 +04:00
Stepan Koltsov 5eb483b7a7 better error reporting on incomplete hierarchy in JDR 2012-02-20 21:28:10 +04:00
Stepan Koltsov b36da4da12 print command line of external compiler we are about to invoke 2012-02-20 21:28:04 +04:00
Stepan Koltsov e4658efbd1 fix copy-paste in JDR 2012-02-20 21:27:58 +04:00
Evgeny Goldin 3bec6d97ef Merge branch 'master' of git+ssh://github.com/JetBrains/kotlin 2012-02-20 18:22:32 +02:00
Evgeny Goldin a918058262 HtmlBuilder is commented out, compilation fails; Using "testlib/module.kt" to compile Unit tests with module. 2012-02-20 18:22:15 +02:00
Evgeny Goldin 06d8329548 HtmlBuilder is commented out, compilation fails. 2012-02-20 18:14:41 +02:00
Svetlana Isakova b35d340056 KT-1270 Poor highlighting when trying to dereference a nullable reference 2012-02-20 20:12:57 +04:00
James Strachan e87de1ac13 Merge remote-tracking branch 'origin/master' 2012-02-20 15:39:12 +00:00
James Strachan 094d5d2e70 added a few classes for doing property change listening (using pure kotlin code so its easier to work with JS and Java) 2012-02-20 15:38:34 +00:00
Nikolay Krasko 80a40ae175 Rename folders with tests. 2012-02-20 19:31:00 +04:00
James Strachan 8597188bcc added teamcity link 2012-02-20 15:02:04 +00:00
Evgeny Gerashchenko c5091adf14 Made BytecodeToolwindow and ResolveToolwindow disposable: got rid of unreleased editor exception on closing IDEA.
#KT-733 fixed
2012-02-20 18:58:10 +04:00
Evgeny Gerashchenko 0d78fa41b7 Merged resolve & code windows into one, adding icon to them.
#KT-1353 fixed
2012-02-20 18:58:10 +04:00
Evgeny Gerashchenko 610998f8db Removed unnecessary semicolons after package declarations in file templates. 2012-02-20 18:58:10 +04:00
Evgeny Gerashchenko fe08252057 By default new kotlin file creates empty file.
#Fixed KT-1354
2012-02-20 18:58:10 +04:00
James Strachan b8571ece11 added a testlib ant goal to run the unit tests on the testlib 2012-02-20 14:53:34 +00:00
Svetlana Isakova 05dfdc7377 KT-1293 Kompiler doesn't show error when element of Array<Int?> is assigned to Int 2012-02-20 17:31:08 +04:00
Stepan Koltsov 5077404c80 no overriden descriptors in ErrorNamedFunctionDescriptorImpl
fixes stack overflow in KT-1206
2012-02-20 17:09:00 +04:00
Nikolay Krasko 44b3ebcd43 Revert disabling of debug mode 2012-02-20 16:59:14 +04:00
Maxim Shafirov ef514738df Method JUnit configuration. 2012-02-20 16:11:53 +04:00
Nikolay Krasko 1e2ef9fbf1 KT-1294 Class rename fails to update import statement and breaks the code - test for kotlin class rename 2012-02-20 15:54:05 +04:00
Nikolay Krasko 300fafc90d KT-1351 References are not updated after java private package class rename - test 2012-02-20 15:16:51 +04:00
Nikolay Krasko 00fa077c34 KT-1294 Class rename fails to update import statement and breaks the code - add test for different packages and public java class. 2012-02-20 15:16:50 +04:00
Nikolay Krasko 9689c30a58 KT-1294 Class rename fails to update import statement and breaks the code - avoid multireference resolve for java classes 2012-02-20 15:16:49 +04:00
James Strachan 770e525b8b added IDE/textmate links 2012-02-20 11:02:44 +00:00
James Strachan 4d3b29fdd7 added some links to the readme 2012-02-20 10:55:53 +00:00
Alex Tkachman 5435594343 benchmarks refreshed 2012-02-20 12:43:02 +02:00
Alex Tkachman 436c298e47 weird bug with nested closures using outer receiver 2012-02-20 12:15:02 +02:00
Svetlana Isakova 046c13a264 KT-1041 Add check that thrown/catched expression is of Throwable type 2012-02-20 14:03:39 +04:00
James Strachan 3d3b41da4f improved the DOM API a little with a few more helper methods and syntax sugar 2012-02-20 10:03:38 +00:00
James Strachan 70bb9aec93 added ant goal to compile the testlib test cases 2012-02-20 10:01:57 +00:00
James Strachan 33af436b38 added little fail helper method 2012-02-20 10:01:30 +00:00
Stepan Koltsov b49c7f332c unused code in JavaDescriptorResolver 2012-02-19 22:31:05 +04:00
Stepan Koltsov 1172e49f8a cleanup after refactoring
merge property- and named-function- related code in OverrideResolver
2012-02-19 22:02:40 +04:00
Stepan Koltsov ea8eb7412a kill redeclaration handler in ClassDescriptor 2012-02-19 22:02:37 +04:00
Stepan Koltsov ca8cf6cb49 missing error report on incompatible declaration
===
open class Aaaa() {
    fun bb() = 1
}

class Bbbb() : Aaaa() {
    fun <T> bb() = 1
}
===
2012-02-19 22:02:33 +04:00