Update android annotations. Do not add jdk annotations for android sdk

This commit is contained in:
Natalia Ukhorskaya
2014-01-15 12:19:30 +04:00
parent 786e59bbfa
commit 14f4b6e4b4
344 changed files with 47371 additions and 26982 deletions
@@ -5,34 +5,34 @@
<item name='junit.framework.Test void run(junit.framework.TestResult) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestFailure java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestCase junit.framework.TestResult createResult()'>
<item name='junit.framework.TestSuite junit.framework.Test warning(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite void runTest(junit.framework.Test, junit.framework.TestResult) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestCase java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestResult java.util.Enumeration&lt;junit.framework.TestFailure&gt; failures()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestResult java.util.Enumeration&lt;junit.framework.TestFailure&gt; errors()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestFailure java.lang.String trace()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite TestSuite(java.lang.Class&lt;?&gt;) 0'>
<item name='junit.framework.TestSuite java.lang.reflect.Constructor&lt;?&gt; getTestConstructor(java.lang.Class&lt;?&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.ComparisonFailure java.lang.String getMessage()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite java.lang.reflect.Constructor&lt;?&gt; getTestConstructor(java.lang.Class&lt;?&gt;)'>
<item name='junit.framework.TestSuite java.util.Enumeration&lt;junit.framework.Test&gt; tests()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.ComparisonCompactor java.lang.String compact(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestResult java.util.Enumeration&lt;junit.framework.TestFailure&gt; errors()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite TestSuite(java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite TestSuite(java.lang.Class&lt;? extends junit.framework.TestCase&gt;[], java.lang.String) 0'>
@@ -41,13 +41,16 @@
<item name='junit.framework.TestListener void addFailure(junit.framework.Test, junit.framework.AssertionFailedError) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite junit.framework.Test warning(java.lang.String)'>
<item name='junit.framework.TestCase java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.Assert java.lang.String format(java.lang.String, java.lang.Object, java.lang.Object)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestListener void startTest(junit.framework.Test) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.ComparisonCompactor java.lang.String compact(java.lang.String)'>
<item name='junit.framework.TestCase junit.framework.TestResult createResult()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestResult void run(junit.framework.TestCase) 0'>
@@ -65,16 +68,13 @@
<item name='junit.framework.TestListener void addError(junit.framework.Test, java.lang.Throwable) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestCase junit.framework.TestResult run()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestListener void endTest(junit.framework.Test) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestListener void addError(junit.framework.Test, java.lang.Throwable) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite java.util.Enumeration&lt;junit.framework.Test&gt; tests()'>
<item name='junit.framework.TestCase junit.framework.TestResult run()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite java.lang.reflect.Constructor&lt;?&gt; getTestConstructor(java.lang.Class&lt;?&gt;) 0'>
@@ -83,7 +83,7 @@
<item name='junit.framework.TestCase void run(junit.framework.TestResult) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.Assert java.lang.String format(java.lang.String, java.lang.Object, java.lang.Object)'>
<item name='junit.framework.TestFailure java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestListener void addFailure(junit.framework.Test, junit.framework.AssertionFailedError) 0'>