Added annotation to fix test.

This commit is contained in:
Evgeny Gerashchenko
2013-03-15 20:34:36 +04:00
committed by Nikolay Krasko
parent f7ca9a579c
commit 4e67dc15c9
5 changed files with 2197 additions and 2129 deletions
+11
View File
@@ -988,12 +988,18 @@
</item> </item>
<item name="java.lang.String byte[] getBytes(java.lang.String)"> <item name="java.lang.String byte[] getBytes(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun getBytes(charsetName : String) : ByteArray&quot;"/>
</annotation>
</item> </item>
<item name="java.lang.String byte[] getBytes(java.lang.String) 0"> <item name="java.lang.String byte[] getBytes(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.lang.String byte[] getBytes(java.nio.charset.Charset)"> <item name="java.lang.String byte[] getBytes(java.nio.charset.Charset)">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun getBytes(charset : Charset) : ByteArray&quot;"/>
</annotation>
</item> </item>
<item name="java.lang.String byte[] getBytes(java.nio.charset.Charset) 0"> <item name="java.lang.String byte[] getBytes(java.nio.charset.Charset) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
@@ -1682,6 +1688,11 @@
<item name="java.lang.System java.lang.String clearProperty(java.lang.String) 0"> <item name="java.lang.System java.lang.String clearProperty(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.lang.System java.lang.String getProperty(java.lang.String)">
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun getProperty(key : String) : String?&quot;"/>
</annotation>
</item>
<item name="java.lang.System java.lang.String getProperty(java.lang.String) 0"> <item name="java.lang.System java.lang.String getProperty(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
+25
View File
@@ -363,9 +363,19 @@
<item name="java.text.MessageFormat java.text.Format[] getFormatsByArgumentIndex()"> <item name="java.text.MessageFormat java.text.Format[] getFormatsByArgumentIndex()">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.text.MessageFormat void applyPattern(java.lang.String)">
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun applyPattern(pattern : String) : Unit&quot;" />
</annotation>
</item>
<item name="java.text.MessageFormat void applyPattern(java.lang.String) 0"> <item name="java.text.MessageFormat void applyPattern(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.text.MessageFormat void setFormatByArgumentIndex(int, java.text.Format)">
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun setFormatByArgumentIndex(argumentIndex : Int, newFormat : Format) : Unit&quot;" />
</annotation>
</item>
<item name="java.text.MessageFormat void setFormats(java.text.Format[]) 0"> <item name="java.text.MessageFormat void setFormats(java.text.Format[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
@@ -519,5 +529,20 @@
<item name="java.text.StringCharacterIterator void setText(java.lang.String) 0"> <item name="java.text.StringCharacterIterator void setText(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull" /> <annotation name="org.jetbrains.annotations.NotNull" />
</item> </item>
<item name='java.text.MessageFormat void setFormats(java.text.Format[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun setFormats(newFormats : Array&lt;out Format&gt;) : Unit&quot;"/>
</annotation>
</item>
<item name='java.text.MessageFormat void setFormatsByArgumentIndex(java.text.Format[])'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun setFormatsByArgumentIndex(newFormats : Array&lt;out Format&gt;) : Unit&quot;"/>
</annotation>
</item>
<item name="java.text.MessageFormat java.lang.String format(java.lang.String, java.lang.Object...)">
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun format(pattern : String, vararg arguments : Any) : String&quot;" />
</annotation>
</item>
</root> </root>
@@ -1395,24 +1395,48 @@
<item name="java.util.concurrent.RejectedExecutionHandler void rejectedExecution(java.lang.Runnable, java.util.concurrent.ThreadPoolExecutor) 1"> <item name="java.util.concurrent.RejectedExecutionHandler void rejectedExecution(java.lang.Runnable, java.util.concurrent.ThreadPoolExecutor) 1">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit)">
<annotation name="org.jetbrains.annotations.NotNull"/>
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun schedule(command : Runnable, delay : Long, unit : TimeUnit) : ScheduledFuture&lt;out Any?&gt;&quot;" />
</annotation>
</item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit) 0"> <item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit) 2"> <item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit) 2">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit)">
<annotation name="org.jetbrains.annotations.NotNull"/>
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun scheduleAtFixedRate(command : Runnable, initialDelay : Long, period : Long, unit : TimeUnit) : ScheduledFuture&lt;out Any?&gt;&quot;" />
</annotation>
</item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 0"> <item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 3"> <item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 3">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit)">
<annotation name="org.jetbrains.annotations.NotNull"/>
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun scheduleWithFixedDelay(command : Runnable, initialDelay : Long, delay : Long, unit : TimeUnit) : ScheduledFuture&lt;out Any?&gt;&quot;" />
</annotation>
</item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 0"> <item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 3"> <item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;?&gt; scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 3">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;V&gt; schedule(java.util.concurrent.Callable&lt;V&gt;, long, java.util.concurrent.TimeUnit)">
<annotation name="org.jetbrains.annotations.NotNull"/>
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun &lt;V&gt; schedule(callable : Callable&lt;V&gt;, delay : Long, unit : TimeUnit) : ScheduledFuture&lt;V&gt;&quot;" />
</annotation>
</item>
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;V&gt; schedule(java.util.concurrent.Callable&lt;V&gt;, long, java.util.concurrent.TimeUnit) 0"> <item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture&lt;V&gt; schedule(java.util.concurrent.Callable&lt;V&gt;, long, java.util.concurrent.TimeUnit) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
@@ -3327,5 +3327,10 @@
<item name="javax.swing.ViewportLayout void removeLayoutComponent(java.awt.Component) 0"> <item name="javax.swing.ViewportLayout void removeLayoutComponent(java.awt.Component) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
</item> </item>
<item name="javax.swing.SwingUtilities java.awt.Point convertPoint(java.awt.Component, java.awt.Point, java.awt.Component)">
<annotation name="jet.runtime.typeinfo.KotlinSignature">
<val name="value" val="&quot;fun convertPoint(source : Component?, aPoint : Point, destination : Component?) : Point&quot;" />
</annotation>
</item>
</root> </root>
@@ -188,6 +188,9 @@
</item> </item>
<item name="javax.swing.tree.TreePath javax.swing.tree.TreePath pathByAddingChild(java.lang.Object)"> <item name="javax.swing.tree.TreePath javax.swing.tree.TreePath pathByAddingChild(java.lang.Object)">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun pathByAddingChild(child : Any) : TreePath&quot;"/>
</annotation>
</item> </item>
<item name="javax.swing.tree.TreePath javax.swing.tree.TreePath pathByAddingChild(java.lang.Object) 0"> <item name="javax.swing.tree.TreePath javax.swing.tree.TreePath pathByAddingChild(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/> <annotation name="org.jetbrains.annotations.NotNull"/>