mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ArrayUtil.contains template removed (superseded by inspection)
GitOrigin-RevId: 9f7d800047de0e2b5a52bf9b15938396b08794ab
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2ade775f31
commit
4b2b54f053
-5
@@ -1048,11 +1048,6 @@
|
||||
<constraint name="Type" within="" contains="" />
|
||||
<constraint name="elements" maxCount="2147483647" within="" contains="" />
|
||||
</replaceConfiguration>
|
||||
<replaceConfiguration name="invalid use of ArrayUtil.contains: always returns false" text="com.intellij.util.ArrayUtil.contains($t$, $e$)" recursive="true" caseInsensitive="true" type="JAVA" reformatAccordingToStyle="true" shortenFQN="true" replacement="$e$.contains($t$)">
|
||||
<constraint name="__context__" within="" contains="" />
|
||||
<constraint name="t" within="" contains="" />
|
||||
<constraint name="e" nameOfExprType="java\.util\.Collection" expressionTypes="java.util.Collection" exprTypeWithinHierarchy="true" within="" contains="" />
|
||||
</replaceConfiguration>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="SafeVarargsDetector" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="SeamAnnotationIncorrectSignatureInspection" enabled="false" level="ERROR" enabled_by_default="false" />
|
||||
|
||||
Reference in New Issue
Block a user