Commit Graph

153 Commits

Author SHA1 Message Date
Sergey Ignatov 3be18e69e2 added tests for tilde and excl operators 2011-12-06 17:37:25 +04:00
Sergey Ignatov abaf31fba1 added test for "KT-671 Support for Integer.valueOf()" 2011-12-05 17:12:09 +04:00
Sergey Ignatov d8eaf2977c cleanup 2011-12-05 15:43:12 +04:00
Sergey Ignatov 82ff073a43 KT-697 Remove unnecessary NotNull annotation import from Kotlin code 2011-12-05 15:39:33 +04:00
Sergey Ignatov 9442dfd2a9 KT-641 Support @NotNull @Nullable annotations 2011-11-30 16:24:49 +04:00
Sergey Ignatov 9f8f34735d KT-675 Translate accessible parameters as a var parameters 2011-11-30 14:53:30 +04:00
Sergey Ignatov 03d3ac3502 fix override modifier when method overrides method only from java.lang.Object 2011-11-30 14:11:59 +04:00
Sergey Ignatov bcd0618fb4 fun name() : String and fun order() : Int added to each enum class 2011-11-30 13:23:02 +04:00
Sergey Ignatov 5ff82035ba KT-599 Initialize fields without initializers 2011-11-29 17:22:47 +04:00
Sergey Ignatov 69cad97689 KT-667 UNSUPPORTED TOKEN TYPE: TILDE 2011-11-29 16:10:24 +04:00
Sergey Ignatov acc9d70dab KT-656 Convert java.lang.Iterable with full qualified name 2011-11-29 13:44:01 +04:00
Sergey Ignatov 876ba8736b KT-652 Convert correctly statements with prohibited qualifiers inside 2011-11-29 12:44:49 +04:00
Sergey Ignatov 9065a54462 /s/std.java.compatibility/std.compatibility/g 2011-11-28 20:14:06 +04:00
Sergey Ignatov d8aa18ab0f KT-635 Import std.java.compatibility 2011-11-28 20:14:06 +04:00
Sergey Ignatov 1ccdec706b KT-639 Collect all classes for convertation and only for those classes use mechanism with static init functions invocation 2011-11-28 20:14:06 +04:00
Sergey Ignatov e173084798 KT-564 Move "constructor body" to beginning of the class 2011-11-28 20:14:06 +04:00
Sergey Ignatov d6efe927bf literals supported more correctly 2011-11-24 13:59:46 +04:00
Sergey Ignatov 7d117471e9 cleanup 2011-11-24 13:59:46 +04:00
Sergey Ignatov a3c91abd4d inspections from jet project imported 2011-11-24 13:59:46 +04:00
Sergey Ignatov 811d732c1e /s/cyclicShiftRight/ushr/g 2011-11-24 13:59:46 +04:00
Natalia.Ukhorskaya e751e9e032 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet-contrib 2011-11-23 14:59:10 +04:00
Natalia.Ukhorskaya 01025a07c6 Help at rigth part 2011-11-23 14:55:42 +04:00
Sergey Ignatov 242daa8e17 KT-595 Don't create open functions in open classes 2011-11-23 14:12:04 +04:00
Sergey Ignatov 428d6ecfae test for object literal updated 2011-11-23 13:52:46 +04:00
Sergey Ignatov f8aa6c727b cleanup 2011-11-23 13:30:07 +04:00
Sergey Ignatov 75a4d34da7 KT-584 Convert C-style for statement more correctly 2011-11-23 13:29:59 +04:00
Sergey Ignatov d7e06aeb6a cleanup 2011-11-22 14:25:28 +04:00
Sergey Ignatov 8f91bc3f5e namespace block removed 2011-11-22 14:17:37 +04:00
Sergey Ignatov 8a74f4fc3e str.equals("") replaced by str.isEmpty() 2011-11-22 13:49:48 +04:00
Sergey Ignatov ddcf8d06a3 now only test depends from common-io.jar 2011-11-22 13:26:38 +04:00
Sergey Ignatov 94f8b3581c test for new Runnable changed 2011-11-22 13:16:43 +04:00
Sergey Ignatov 4f14e3121d object literal supported 2011-11-22 13:14:28 +04:00
Sergey Ignatov 74e96f2cc2 ! added 2011-11-22 13:14:04 +04:00
Sergey Ignatov fb0cf96488 NPE fixed 2011-11-22 13:13:41 +04:00
Sergey Ignatov 357d1dab82 KT-544 fixed: "Create generic init functions for generic classes" 2011-11-21 16:40:37 +04:00
Sergey Ignatov ef415f4748 supported some generics constrcutors and methods for KT-540 2011-11-21 16:40:37 +04:00
Sergey Ignatov ccb3e63638 fixed raw generic types fir KT-540 2011-11-21 16:40:37 +04:00
Sergey Ignatov 18e93658b2 IdeaSDK name changed 2011-11-18 13:37:25 +04:00
Sergey Ignatov 09a489f9d4 added generic params to method call expression 2011-11-18 13:37:25 +04:00
Sergey Ignatov a08fb4fb0a qualified types supported 2011-11-18 13:37:25 +04:00
Sergey Ignatov 82fbc98757 types for inner classes supported 2011-11-18 13:37:25 +04:00
Sergey Ignatov aa976315d9 support generic params in constructor invocation 2011-11-18 13:37:25 +04:00
Sergey Ignatov c5c3e92b4e fixed issue with full name constructor invocation 2011-11-18 13:37:24 +04:00
Sergey Ignatov 62bfb55973 now we use members instead of bunch inner classes, fields and methods 2011-11-18 13:37:24 +04:00
Sergey Ignatov 773bc1ced2 cleanup 2011-11-16 19:01:42 +04:00
Sergey Ignatov 60f7226bd5 use PsiImportStatementBase.isOnDemand inside importToImport method 2011-11-16 19:01:42 +04:00
Sergey Ignatov 947a5bf5d8 class initializers supported 2011-11-16 19:01:42 +04:00
Sergey Ignatov 532142d12a now we trying to generify constructor only in case when we have two or more constructors in class 2011-11-16 19:01:42 +04:00
Sergey Ignatov 234f98b164 private dictionary changed 2011-11-16 13:24:15 +04:00
Sergey Ignatov 7d6513f49f added constructors for enums 2011-11-16 13:23:18 +04:00