mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
don't return inferred annotations that will be neglected anyway (e.g. on overrideable methods)
This commit is contained in:
@@ -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