Added annotation to fix test.
This commit is contained in:
committed by
Nikolay Krasko
parent
f7ca9a579c
commit
4e67dc15c9
@@ -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=""fun getBytes(charsetName : String) : ByteArray""/>
|
||||||
|
</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=""fun getBytes(charset : Charset) : ByteArray""/>
|
||||||
|
</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=""fun getProperty(key : String) : String?""/>
|
||||||
|
</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>
|
||||||
|
|||||||
@@ -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=""fun applyPattern(pattern : String) : Unit"" />
|
||||||
|
</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=""fun setFormatByArgumentIndex(argumentIndex : Int, newFormat : Format) : Unit"" />
|
||||||
|
</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=""fun setFormats(newFormats : Array<out Format>) : Unit""/>
|
||||||
|
</annotation>
|
||||||
|
</item>
|
||||||
|
<item name='java.text.MessageFormat void setFormatsByArgumentIndex(java.text.Format[])'>
|
||||||
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||||
|
<val name="value" val=""fun setFormatsByArgumentIndex(newFormats : Array<out Format>) : Unit""/>
|
||||||
|
</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=""fun format(pattern : String, vararg arguments : Any) : String"" />
|
||||||
|
</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<?> 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=""fun schedule(command : Runnable, delay : Long, unit : TimeUnit) : ScheduledFuture<out Any?>"" />
|
||||||
|
</annotation>
|
||||||
|
</item>
|
||||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit) 0">
|
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> 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<?> schedule(java.lang.Runnable, long, java.util.concurrent.TimeUnit) 2">
|
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> 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<?> 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=""fun scheduleAtFixedRate(command : Runnable, initialDelay : Long, period : Long, unit : TimeUnit) : ScheduledFuture<out Any?>"" />
|
||||||
|
</annotation>
|
||||||
|
</item>
|
||||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 0">
|
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> 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<?> scheduleAtFixedRate(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 3">
|
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> 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<?> 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=""fun scheduleWithFixedDelay(command : Runnable, initialDelay : Long, delay : Long, unit : TimeUnit) : ScheduledFuture<out Any?>"" />
|
||||||
|
</annotation>
|
||||||
|
</item>
|
||||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 0">
|
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> 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<?> scheduleWithFixedDelay(java.lang.Runnable, long, long, java.util.concurrent.TimeUnit) 3">
|
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<?> 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<V> schedule(java.util.concurrent.Callable<V>, long, java.util.concurrent.TimeUnit)">
|
||||||
|
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||||
|
<annotation name="jet.runtime.typeinfo.KotlinSignature">
|
||||||
|
<val name="value" val=""fun <V> schedule(callable : Callable<V>, delay : Long, unit : TimeUnit) : ScheduledFuture<V>"" />
|
||||||
|
</annotation>
|
||||||
|
</item>
|
||||||
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<V> schedule(java.util.concurrent.Callable<V>, long, java.util.concurrent.TimeUnit) 0">
|
<item name="java.util.concurrent.ScheduledExecutorService java.util.concurrent.ScheduledFuture<V> schedule(java.util.concurrent.Callable<V>, 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=""fun convertPoint(source : Component?, aPoint : Point, destination : Component?) : Point"" />
|
||||||
|
</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=""fun pathByAddingChild(child : Any) : TreePath""/>
|
||||||
|
</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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user