Evgeny Gerashchenko
|
20fa0a3cd1
|
Added test with class referencing self in upper bound.
|
2013-03-05 13:33:11 +04:00 |
|
Evgeny Gerashchenko
|
578503c4cd
|
EA-41980 - assert: SignaturesPropagationData.getSuperFunctionsForMethod
|
2013-03-05 13:33:11 +04:00 |
|
Zalim Bashorov
|
61217a36e7
|
Merge pull request #145 from tomhal/maps.js-changes
Prevent infinite loop when HashMap is empty and values() method is called
#KT-3035 Fixed
|
2013-03-05 00:59:51 -08:00 |
|
Evgeny Gerashchenko
|
c93df9fd9d
|
Got rid of deprecated method.
|
2013-03-04 18:54:06 +04:00 |
|
Evgeny Gerashchenko
|
e2a13da325
|
Disabled part of IoTest.listFiles on Windows.
|
2013-03-04 18:54:05 +04:00 |
|
Evgeny Gerashchenko
|
2ac218e084
|
Made addToClasspath not public and removed redundant field.
|
2013-03-04 17:33:59 +04:00 |
|
Evgeny Gerashchenko
|
1d6836f6aa
|
Added CLI tests with non-existing paths.
|
2013-03-04 17:33:59 +04:00 |
|
Evgeny Gerashchenko
|
4213eec2a5
|
Warning in compiler if annotations path does not exist.
|
2013-03-04 17:33:59 +04:00 |
|
Evgeny Gerashchenko
|
0e85fdd2cf
|
KT-3290 File.recurse NPE
#KT-3290 fixed
|
2013-03-04 17:33:58 +04:00 |
|
Evgeny Gerashchenko
|
bfd80e7855
|
Reformatted.
|
2013-03-04 17:33:58 +04:00 |
|
Evgeny Gerashchenko
|
8df2f83de0
|
Fixed typo.
|
2013-03-04 17:33:58 +04:00 |
|
Evgeny Gerashchenko
|
e67e992bb0
|
Loading from Java: inner subclass of super's inner.
|
2013-03-04 17:33:58 +04:00 |
|
Evgeny Gerashchenko
|
3c7d413456
|
Disabled super functions checking on error types.
|
2013-03-04 17:33:58 +04:00 |
|
Mikhael Bogdanov
|
b3ec87f956
|
ClassObject instance field refactoring
|
2013-03-04 16:42:55 +04:00 |
|
Kevin F. Chen
|
5db0f2132c
|
remove useless nullable qfix and test done
|
2013-03-02 21:39:27 +04:00 |
|
Evgeny Gerashchenko
|
5d33f779be
|
Replaced "argument list" with "arguments" in quick fix text.
|
2013-03-02 21:16:17 +04:00 |
|
Michał Sapalski
|
64321dce56
|
Quickfix for CANNOT_CHECK_FOR_ERASED.
|
2013-03-02 21:09:25 +04:00 |
|
Wojciech Lopata
|
1f3739415a
|
QuickFix for UNCHECKED_CAST
|
2013-03-02 21:08:08 +04:00 |
|
Andrey Breslav
|
db99492b9c
|
Merge pull request #215 from lopekpl/KT-1019
KT-1019 recover from missing parentheses in function declaration
|
2013-03-01 01:24:26 -08:00 |
|
Andrey Breslav
|
89017fbc89
|
hello.namespace -> hello.HelloPackage
|
2013-03-01 13:14:06 +04:00 |
|
Wojciech Lopata
|
a887175f1a
|
Common fix for FINAL_SUPERTYPE and FINAL_UPPER_BOUND errors
|
2013-02-28 16:46:19 +04:00 |
|
Mikhael Bogdanov
|
6e1e495397
|
KT-3374 Wrong this@method receiver
|
2013-02-28 15:22:35 +04:00 |
|
Wojciech Lopata
|
bc59ed75ca
|
KT-1019 parser should recover from missing parentheses in function declaration
#KT-1019 Fixed
|
2013-02-28 12:00:33 +01:00 |
|
Wojciech Lopata
|
6020fc216b
|
Minor fix in JetNamedFunction
This caused NullPointerException while running JetParsingTest when I changed some test.
|
2013-02-27 17:45:18 +01:00 |
|
Natalia.Ukhorskaya
|
bd4d939089
|
Android tests: refactor RunUtils
|
2013-02-27 17:23:05 +04:00 |
|
Natalia.Ukhorskaya
|
efe74a3b88
|
Android tests: start adb server before emulator start, print emulator log to console
|
2013-02-27 17:23:04 +04:00 |
|
Natalia.Ukhorskaya
|
ab792a587c
|
Android tests: do not call adb emu kill (throws exception if there are more than 1 emulator)
|
2013-02-27 17:23:02 +04:00 |
|
Natalia.Ukhorskaya
|
4ba4ac7e4e
|
Android tests: print all exceptions
|
2013-02-27 17:23:01 +04:00 |
|
Natalia.Ukhorskaya
|
39e5115102
|
Update android sdk in Android Tests to API 16
|
2013-02-27 17:22:59 +04:00 |
|
Mikhael Bogdanov
|
1e4536a914
|
For expression recovery
|
2013-02-26 18:34:43 +04:00 |
|
Mikhael Bogdanov
|
49bbbe1a0b
|
Test update after 'Specify explicitly type' action refactoring
|
2013-02-26 18:34:43 +04:00 |
|
Mikhael Bogdanov
|
5460f984e9
|
'Specify explicit type' action refactoring
|
2013-02-26 18:34:43 +04:00 |
|
Mikhael Bogdanov
|
d8ea6a3a59
|
New util method for anonymous type
|
2013-02-26 18:34:43 +04:00 |
|
Evgeny Gerashchenko
|
a3eae3d5c1
|
Added quick fix which removes val/var from parameters all over the project.
|
2013-02-26 17:32:40 +04:00 |
|
Svetlana Isakova
|
998b74aa0a
|
Merge pull request #211 from ponomandr/KT3368
KT-3368 J2K: converted enums contain name() method
|
2013-02-26 03:03:12 -08:00 |
|
Andrey Ponomarev
|
e4a172946b
|
KT-3368 J2K: converted enums contain name() method
#KT-3368 Fixed
|
2013-02-25 16:15:53 +01:00 |
|
Svetlana Isakova
|
8ef067be77
|
KT-3344 InternalError in compiler when type arguments are not specified
#KT-3344 fixed
|
2013-02-25 18:19:52 +04:00 |
|
Svetlana Isakova
|
6739f7ca24
|
refactoring: invocation 'getArgumentTypeInfo' changed to 'getFunctionLiteralTypeInfo'
for function literals
|
2013-02-25 18:19:52 +04:00 |
|
Svetlana Isakova
|
6e51b83afc
|
replaced namespaceAllowed flag with ExpressionPosition enum
|
2013-02-25 18:19:52 +04:00 |
|
Svetlana Isakova
|
8206af0834
|
inlined method recordContextForExpressionCall
|
2013-02-25 18:19:52 +04:00 |
|
Svetlana Isakova
|
3512ad9c30
|
use stub delegating trace while copy resolved call
|
2013-02-25 18:19:52 +04:00 |
|
Svetlana Isakova
|
a2c74c14a1
|
UnsupportedOperationException replaced with IllegalStateException
|
2013-02-25 18:19:52 +04:00 |
|
Andrey Breslav
|
c5d1e04d41
|
EA-36903 - ISE: JavaTypeTransformer$.visitClassType
Using error types as type arguments when there's an error in a type instantiation in Java code
|
2013-02-25 16:14:07 +04:00 |
|
Andrey Breslav
|
9b9fa26713
|
Additional diagnostic messages for EA-44149 - ISE: KotlinLightClassForExplicitDeclaration.getDelegate
|
2013-02-25 12:26:52 +04:00 |
|
Leonid Shalupov
|
34d218fad0
|
k2js: fix debug logging
|
2013-02-24 18:11:46 +04:00 |
|
Leonid Shalupov
|
04bf51d20e
|
js-tests: cleanup
|
2013-02-24 17:22:43 +04:00 |
|
Leonid Shalupov
|
293aca2648
|
js-library: cleanup before build
|
2013-02-24 17:22:13 +04:00 |
|
Leonid Shalupov
|
7b97e2535a
|
k2js: fix debug logging
|
2013-02-24 17:21:31 +04:00 |
|
Leonid Shalupov
|
1b7739178e
|
iml: exclude maven target directories
|
2013-02-24 14:32:28 +04:00 |
|
Kevin F. Chen
|
23e8fe338f
|
Quickfix NON_VARARG_SPREAD completed.
|
2013-02-23 16:10:44 +04:00 |
|