mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
don't return inferred annotations that will be neglected anyway (e.g. on overrideable methods)
This commit is contained in:
@@ -2346,11 +2346,6 @@
|
||||
<item name="java.lang.System void checkKey(java.lang.String) 0">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<item name="java.lang.System void exit(int)">
|
||||
<annotation name="org.jetbrains.annotations.Contract">
|
||||
<val val=""_ -> fail""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name="java.lang.System void setProperties(java.util.Properties) 0">
|
||||
<annotation name="org.jetbrains.annotations.Nullable"/>
|
||||
</item>
|
||||
|
||||
@@ -3834,18 +3834,12 @@
|
||||
<item name="org.apache.commons.lang.Validate void notEmpty(java.util.Map, java.lang.String) 0">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<!-- hardcoded start -->
|
||||
<item name="org.apache.commons.lang.Validate void notNull(java.lang.Object)">
|
||||
<annotation name="org.jetbrains.annotations.Contract">
|
||||
<val val="value = "null -> fail", pure = true"/>
|
||||
</annotation>
|
||||
<item name="org.apache.commons.lang.Validate void notNull(java.lang.Object) 0">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<item name="org.apache.commons.lang.Validate void notNull(java.lang.Object, java.lang.String)">
|
||||
<annotation name="org.jetbrains.annotations.Contract">
|
||||
<val val="value = "null, _ -> fail", pure = true"/>
|
||||
</annotation>
|
||||
<item name="org.apache.commons.lang.Validate void notNull(java.lang.Object, java.lang.String) 0">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<!-- hardcoded end -->
|
||||
<item name="org.apache.commons.lang.WordUtils WordUtils()">
|
||||
<annotation name="org.jetbrains.annotations.Contract">
|
||||
<val val="pure=true"/>
|
||||
|
||||
Reference in New Issue
Block a user