Commit Graph

15 Commits

Author SHA1 Message Date
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