Find Usages: Add support of naming conventions
#KT-1356 Fixed
This commit is contained in:
@@ -1,4 +1,29 @@
|
||||
<root>
|
||||
<item name='com.google.common.collect.ImmutableBiMap com.google.common.collect.ImmutableBiMap<V,K> inverse()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.ImmutableSet com.google.common.collect.ImmutableSet<E> of()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.ImmutableSet com.google.common.collect.ImmutableSet<E> of(E)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.ImmutableSet com.google.common.collect.ImmutableSet<E> of(E, E)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.ImmutableSet com.google.common.collect.ImmutableSet.Builder<E> builder()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.ImmutableSet.Builder com.google.common.collect.ImmutableSet<E> build()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.ImmutableSet.Builder com.google.common.collect.ImmutableSet.Builder<E> add(E)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item
|
||||
name='com.google.common.collect.ImmutableSet.Builder com.google.common.collect.ImmutableSet.Builder<E> addAll(java.lang.Iterable<? extends E>)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.Lists java.util.ArrayList<E> newArrayList(E...)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user