bytecode analysis: test data delta

IDEA-129645
This commit is contained in:
Ilya Klyuchnikov
2014-09-25 16:59:42 +04:00
parent 515e504531
commit e0f6567a5d
4 changed files with 30 additions and 21 deletions

View File

@@ -20,12 +20,6 @@
<item name="org.apache.commons.collections.ExtendedProperties java.lang.String escape(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.ExtendedProperties java.lang.String getString(java.lang.String)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.collections.ExtendedProperties java.lang.String getString(java.lang.String, java.lang.String)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.collections.ExtendedProperties java.lang.String interpolate(java.lang.String)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>

View File

@@ -1,3 +1,18 @@
<!--
~ Copyright 2000-2014 JetBrains s.r.o.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<root>
<item name="org.apache.commons.lang.ArrayUtils boolean contains(byte[], byte) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>