bytecode analysis: lite persistent hashCode for Configuration

Also subtle bug with Configuration generalization was fixed - so, update in annotations.xml
This commit is contained in:
Ilya Klyuchnikov
2014-07-11 15:54:55 +04:00
parent 1f05788816
commit b6b6ea1880
3 changed files with 30 additions and 27 deletions

View File

@@ -61,6 +61,11 @@
<item name="java.net.InetAddress int checkNumericZone(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.net.InetAddress java.lang.Object checkLookupTable(java.lang.String)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;null-&gt;null&quot;"/>
</annotation>
</item>
<item name="java.net.InetAddress java.lang.Object getCachedAddress(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>