Commit Graph

22 Commits

Author SHA1 Message Date
Andrey Breslav 968a57fa7c KT-3119 Invalid Kotlin type for Class.getResource
#KT-3119 Fixed
2012-12-11 13:58:56 +04:00
Alexey Sedunov 5ad7be38bc Inferred JDK annotations 2012-12-10 15:33:26 +04:00
Evgeny Gerashchenko 00873b6e8c Reverted loading arrays from java with 'out' projection kind as return value.
#KT-3065
2012-11-29 17:02:43 +04:00
Evgeny Gerashchenko f53f3e17c9 Fixed problems in jdk-annotations. 2012-11-28 15:08:57 +04:00
Evgeny Gerashchenko 21e97b408c Loading java arrays as Array<out T> at method return type position, as well. 2012-11-20 16:16:47 +04:00
Svetlana Isakova 60513db517 added annotation for 'gerParameterAnnotations'
(is needed for KAnnotator)
2012-10-02 14:20:00 +04:00
Andrey Breslav 981d23ec0f Fixed some annotations afetr the fix in 356565c 2012-09-28 20:45:46 +04:00
Evgeny Gerashchenko 356565c098 Fixed some annotations to fix test. 2012-09-27 18:27:30 +04:00
Alex Tkachman c284a7bb70 annotations for java.lang.Runtime 2012-09-26 15:35:40 +02:00
Alex Tkachman fafa4ab8dc more annotations for java.lang.Class 2012-09-26 14:44:22 +02:00
Alex Tkachman f519913d8a annotations for java.lang.Class 2012-09-26 08:16:40 +02:00
Andrey Breslav 2d911f216a Annotations for java.lang.reflect.* 2012-09-24 17:50:00 +04:00
Andrey Breslav 171ecefff4 Annotations for java.lang.annotation.* 2012-09-24 17:50:00 +04:00
Andrey Breslav 6fd764b311 Annotations for java.lang.String 2012-09-21 00:53:38 +04:00
Andrey Breslav 3c766c9f11 Annotations for java.lang.Thread 2012-09-21 00:33:22 +04:00
Andrey Breslav a750101310 Annotations for java.lang.Readable 2012-09-20 20:36:16 +04:00
Andrey Breslav 2abe2e581d AbstractStringBuilder, StringBuilder and java.io.File annotated with nullable/notnull 2012-09-20 18:12:57 +04:00
Evgeny Gerashchenko 7b1979ddca KT-2609 Copy @NotNull data from IDEA's JDK annotations
#KT-2609 fixed
2012-09-13 19:41:44 +04:00
Evgeny Gerashchenko 1a918d52bb KT-2415 Thread.currentThread() is not null
KT-2411 CharSequence.toString() must return not-nullable string

 #KT-2415 fixed
 #KT-2411 fixed
2012-07-31 22:53:53 +04:00
Evgeny Gerashchenko 23a1c85c44 Added external annotation for Object.clone(). 2012-07-03 13:35:53 +04:00
Evgeny Gerashchenko 2420b34469 Compacted jdk-annotations (removed redundant FQ names in alternative signatures). 2012-07-03 13:35:53 +04:00
Evgeny Gerashchenko 4480753131 Converted jdk-headers to jdk-annotations. 2012-07-03 13:35:53 +04:00