Testing Inference of '@Contract(pure=true)' annotations: delta in test data

This commit is contained in:
Ilya Klyuchnikov
2014-10-14 17:54:55 +04:00
parent f27e678e42
commit 2cec677727
53 changed files with 7609 additions and 127 deletions

View File

@@ -14,12 +14,22 @@
<item name="org.apache.commons.collections.ExtendedProperties boolean endsWithSlash(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.ExtendedProperties boolean isInitialized()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.ExtendedProperties java.lang.String escape(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<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 getInclude()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</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,11 +1,61 @@
<root>
<item name="org.apache.commons.collections.iterators.AbstractEmptyIterator AbstractEmptyIterator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.iterators.AbstractEmptyIterator boolean hasNext()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.iterators.AbstractEmptyIterator boolean hasPrevious()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.iterators.AbstractEmptyIterator int nextIndex()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.iterators.AbstractEmptyIterator int previousIndex()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.iterators.AbstractEmptyIterator java.lang.Object setValue(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.collections.iterators.AbstractEmptyIterator void add(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.collections.iterators.AbstractEmptyIterator void reset()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.iterators.AbstractEmptyIterator void set(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.collections.iterators.EmptyIterator EmptyIterator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.iterators.EmptyMapIterator EmptyMapIterator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.iterators.EmptyOrderedIterator EmptyOrderedIterator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.iterators.EmptyOrderedMapIterator EmptyOrderedMapIterator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
</root>

View File

@@ -8,6 +8,11 @@
<item name="org.apache.commons.collections.map.AbstractHashedMap boolean equals(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap boolean isEmpty()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap boolean isEqualKey(java.lang.Object, java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;null,_-&gt;true&quot;"/>
@@ -18,12 +23,37 @@
<val val="&quot;null,_-&gt;true&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap int calculateNewCapacity(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap int calculateThreshold(int, float)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap int entryHashCode(org.apache.commons.collections.map.AbstractHashedMap.HashEntry) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap int entryHashCode(org.apache.commons.collections.map.AbstractHashedMap.HashEntry)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap int hash(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap int hashIndex(int, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap int size()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap java.lang.Object clone()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -32,15 +62,25 @@
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap java.lang.Object convertKey(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null-&gt;!null&quot;"/>
<val val="value=&quot;!null-&gt;!null&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap java.lang.Object entryKey(org.apache.commons.collections.map.AbstractHashedMap.HashEntry) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap java.lang.Object entryKey(org.apache.commons.collections.map.AbstractHashedMap.HashEntry)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap java.lang.Object entryValue(org.apache.commons.collections.map.AbstractHashedMap.HashEntry) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap java.lang.Object entryValue(org.apache.commons.collections.map.AbstractHashedMap.HashEntry)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap java.lang.Object get(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -59,6 +99,11 @@
<item name="org.apache.commons.collections.map.AbstractHashedMap org.apache.commons.collections.map.AbstractHashedMap.HashEntry entryNext(org.apache.commons.collections.map.AbstractHashedMap.HashEntry) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap org.apache.commons.collections.map.AbstractHashedMap.HashEntry entryNext(org.apache.commons.collections.map.AbstractHashedMap.HashEntry)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap org.apache.commons.collections.map.AbstractHashedMap.HashEntry getEntry(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -71,6 +116,11 @@
<item name="org.apache.commons.collections.map.AbstractHashedMap void doWriteObject(java.io.ObjectOutputStream) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap void init()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap void putAll(java.util.Map) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -109,17 +159,35 @@
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap.HashEntry java.lang.Object getKey()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap.HashEntry java.lang.Object getValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap.HashEntry java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap.HashIterator HashIterator(org.apache.commons.collections.map.AbstractHashedMap) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap.HashIterator boolean hasNext()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap.HashIterator java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap.HashIterator org.apache.commons.collections.map.AbstractHashedMap.HashEntry currentEntry()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator HashMapIterator(org.apache.commons.collections.map.AbstractHashedMap) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -147,9 +215,19 @@
<item name="org.apache.commons.collections.map.AbstractLinkedMap org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry entryAfter(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractLinkedMap org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry entryAfter(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractLinkedMap org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry entryBefore(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractLinkedMap org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry entryBefore(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractLinkedMap void addEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -168,9 +246,24 @@
<item name="org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator LinkIterator(org.apache.commons.collections.map.AbstractLinkedMap) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator boolean hasNext()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator boolean hasPrevious()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry currentEntry()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator LinkMapIterator(org.apache.commons.collections.map.AbstractLinkedMap) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -183,12 +276,27 @@
<item name="org.apache.commons.collections.map.LRUMap LRUMap(java.util.Map, boolean) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.collections.map.LRUMap boolean isFull()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.LRUMap boolean isScanUntilRemovable()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.LRUMap boolean removeLRU(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.collections.map.LRUMap boolean removeLRU(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null-&gt;true;null-&gt;true&quot;"/>
<val val="value=&quot;!null-&gt;true;null-&gt;true&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.LRUMap int maxSize()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.collections.map.LRUMap java.lang.Object get(java.lang.Object)">

View File

@@ -8,6 +8,11 @@
<item name="org.apache.commons.lang.builder.CompareToBuilder int reflectionCompare(java.lang.Object, java.lang.Object, java.util.Collection) 2">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.builder.CompareToBuilder int toComparison()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.CompareToBuilder org.apache.commons.lang.builder.CompareToBuilder append(boolean, boolean)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -128,6 +133,11 @@
<item name="org.apache.commons.lang.builder.CompareToBuilder void reflectionAppend(java.lang.Object, java.lang.Object, java.lang.Class, org.apache.commons.lang.builder.CompareToBuilder, boolean, java.lang.String[]) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.builder.EqualsBuilder boolean isEquals()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.EqualsBuilder boolean reflectionEquals(java.lang.Object, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -320,6 +330,11 @@
<item name="org.apache.commons.lang.builder.HashCodeBuilder int reflectionHashCode(java.lang.Object, java.util.Collection) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.builder.HashCodeBuilder int toHashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.HashCodeBuilder java.lang.Integer toIdentityHashCodeInteger(java.lang.Object)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -434,6 +449,21 @@
<item name="org.apache.commons.lang.builder.ReflectionToStringBuilder boolean accept(java.lang.reflect.Field) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.builder.ReflectionToStringBuilder boolean isAppendStatics()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ReflectionToStringBuilder boolean isAppendTransients()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ReflectionToStringBuilder java.lang.Class getUpToClass()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ReflectionToStringBuilder java.lang.Object getValue(java.lang.reflect.Field) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -455,6 +485,11 @@
<item name="org.apache.commons.lang.builder.ReflectionToStringBuilder java.lang.String toStringExclude(java.lang.Object, java.util.Collection) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.builder.ReflectionToStringBuilder java.lang.String[] getExcludeFieldNames()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ReflectionToStringBuilder java.lang.String[] toNoNullStringArray(java.lang.Object[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -473,6 +508,111 @@
<item name="org.apache.commons.lang.builder.ReflectionToStringBuilder void appendFieldsIn(java.lang.Class) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle boolean isArrayContentDetail()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle boolean isDefaultFullDetail()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle boolean isFieldSeparatorAtEnd()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle boolean isFieldSeparatorAtStart()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle boolean isShortClassName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle boolean isUseClassName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle boolean isUseFieldNames()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle boolean isUseIdentityHashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle boolean isUseShortClassName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getArrayEnd()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getArraySeparator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getArrayStart()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getContentEnd()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getContentStart()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getFieldNameValueSeparator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getFieldSeparator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getNullText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getSizeEndText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getSizeStartText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getSummaryObjectEndText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle java.lang.String getSummaryObjectStartText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.StandardToStringStyle void setArrayEnd(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -518,6 +658,11 @@
<item name="org.apache.commons.lang.builder.ToStringBuilder ToStringBuilder(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle, java.lang.StringBuffer) 2">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.builder.ToStringBuilder java.lang.Object getObject()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringBuilder java.lang.String reflectionToString(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -530,6 +675,11 @@
<item name="org.apache.commons.lang.builder.ToStringBuilder java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.builder.ToStringBuilder java.lang.StringBuffer getStringBuffer()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringBuilder org.apache.commons.lang.builder.ToStringBuilder append(boolean)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -686,18 +836,138 @@
<item name="org.apache.commons.lang.builder.ToStringBuilder org.apache.commons.lang.builder.ToStringBuilder appendToString(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.builder.ToStringBuilder org.apache.commons.lang.builder.ToStringStyle getDefaultStyle()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringBuilder org.apache.commons.lang.builder.ToStringStyle getStyle()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringBuilder void setDefaultStyle(org.apache.commons.lang.builder.ToStringStyle) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isArrayContentDetail()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isDefaultFullDetail()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isFieldSeparatorAtEnd()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isFieldSeparatorAtStart()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isFullDetail(java.lang.Boolean) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isFullDetail(java.lang.Boolean)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isShortClassName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isUseClassName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isUseFieldNames()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isUseIdentityHashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle boolean isUseShortClassName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getArrayEnd()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getArraySeparator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getArrayStart()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getContentEnd()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getContentStart()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getFieldNameValueSeparator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getFieldSeparator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getNullText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getShortClassName(java.lang.Class) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getShortClassName(java.lang.Class)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getSizeEndText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getSizeStartText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getSummaryObjectEndText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle java.lang.String getSummaryObjectStartText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle void append(java.lang.StringBuffer, java.lang.String, boolean[], java.lang.Boolean) 2">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -989,4 +1259,29 @@
<item name="org.apache.commons.lang.builder.ToStringStyle.1 java.lang.Object initialValue()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle.DefaultToStringStyle java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle.MultiLineToStringStyle java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle.NoFieldNameToStringStyle java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle.ShortPrefixToStringStyle java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.builder.ToStringStyle.SimpleToStringStyle java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
</root>

View File

@@ -5,9 +5,19 @@
<item name="org.apache.commons.lang.enum.Enum boolean equals(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.enum.Enum int hashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.enum.Enum java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.enum.Enum java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.enum.Enum java.lang.String getNameInOtherClassLoader(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -32,6 +42,11 @@
<item name="org.apache.commons.lang.enum.Enum org.apache.commons.lang.enum.Enum.Entry getEntry(java.lang.Class) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.enum.EnumUtils EnumUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.enum.EnumUtils java.util.Iterator iterator(java.lang.Class) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -56,6 +71,16 @@
<item name="org.apache.commons.lang.enum.ValuedEnum int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.enum.ValuedEnum int compareTo(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.enum.ValuedEnum int getValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.enum.ValuedEnum org.apache.commons.lang.enum.Enum getEnum(java.lang.Class, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -5,9 +5,19 @@
<item name="org.apache.commons.lang.enums.Enum boolean equals(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.enums.Enum int hashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.enums.Enum java.lang.Object readResolve()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.enums.Enum java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.enums.Enum java.lang.String getNameInOtherClassLoader(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -32,6 +42,11 @@
<item name="org.apache.commons.lang.enums.Enum org.apache.commons.lang.enums.Enum.Entry getEntry(java.lang.Class) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.enums.EnumUtils EnumUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.enums.EnumUtils java.util.Iterator iterator(java.lang.Class) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -53,6 +68,11 @@
<item name="org.apache.commons.lang.enums.ValuedEnum ValuedEnum(java.lang.String, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.enums.ValuedEnum int getValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.enums.ValuedEnum int getValueInOtherClassLoader(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -1,4 +1,9 @@
<root>
<item name="org.apache.commons.lang.exception.ExceptionUtils ExceptionUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.exception.ExceptionUtils boolean isCauseMethodName(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -10,6 +15,11 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.exception.ExceptionUtils boolean isThrowableNested()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.exception.ExceptionUtils boolean setCause(java.lang.Throwable, java.lang.Throwable) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -168,10 +178,25 @@
<item name="org.apache.commons.lang.exception.NestableError java.lang.String getMessage()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.exception.NestableError java.lang.Throwable getCause()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.exception.NestableException java.lang.String getMessage()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.exception.NestableException java.lang.Throwable getCause()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.exception.NestableRuntimeException java.lang.String getMessage()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.exception.NestableRuntimeException java.lang.Throwable getCause()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
</root>

View File

@@ -8,6 +8,11 @@
<item name="org.apache.commons.lang.math.DoubleRange DoubleRange(java.lang.Number, java.lang.Number) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.math.DoubleRange boolean containsDouble(double)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.DoubleRange boolean containsNumber(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -35,6 +40,46 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.DoubleRange double getMaximumDouble()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.DoubleRange double getMinimumDouble()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.DoubleRange float getMaximumFloat()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.DoubleRange float getMinimumFloat()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.DoubleRange int getMaximumInteger()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.DoubleRange int getMinimumInteger()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.DoubleRange long getMaximumLong()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.DoubleRange long getMinimumLong()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.FloatRange FloatRange(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -44,6 +89,11 @@
<item name="org.apache.commons.lang.math.FloatRange FloatRange(java.lang.Number, java.lang.Number) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.math.FloatRange boolean containsFloat(float)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.FloatRange boolean containsNumber(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -71,9 +121,99 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.FloatRange double getMaximumDouble()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.FloatRange double getMinimumDouble()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.FloatRange float getMaximumFloat()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.FloatRange float getMinimumFloat()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.FloatRange int getMaximumInteger()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.FloatRange int getMinimumInteger()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.FloatRange long getMaximumLong()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.FloatRange long getMinimumLong()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction boolean equals(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.math.Fraction boolean equals(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction double doubleValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction float floatValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction int compareTo(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction int getDenominator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction int getNumerator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction int getProperNumerator()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction int getProperWhole()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction int intValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction long longValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Fraction org.apache.commons.lang.math.Fraction abs()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -122,6 +262,11 @@
<val val="&quot;!null-&gt;!null&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IEEE754rUtils IEEE754rUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IEEE754rUtils double max(double[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -143,6 +288,11 @@
<item name="org.apache.commons.lang.math.IntRange IntRange(java.lang.Number, java.lang.Number) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.math.IntRange boolean containsInteger(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IntRange boolean containsNumber(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -162,6 +312,11 @@
<item name="org.apache.commons.lang.math.IntRange boolean equals(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.math.IntRange boolean equals(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IntRange boolean overlapsRange(org.apache.commons.lang.math.Range) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -170,6 +325,46 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IntRange double getMaximumDouble()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IntRange double getMinimumDouble()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IntRange float getMaximumFloat()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IntRange float getMinimumFloat()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IntRange int getMaximumInteger()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IntRange int getMinimumInteger()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IntRange long getMaximumLong()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.IntRange long getMinimumLong()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.JVMRandom void nextBytes(byte[]) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -182,6 +377,11 @@
<item name="org.apache.commons.lang.math.LongRange LongRange(java.lang.Number, java.lang.Number) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.math.LongRange boolean containsLong(long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.LongRange boolean containsNumber(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -201,6 +401,11 @@
<item name="org.apache.commons.lang.math.LongRange boolean equals(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.math.LongRange boolean equals(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.LongRange boolean overlapsRange(org.apache.commons.lang.math.Range) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -209,6 +414,46 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.LongRange double getMaximumDouble()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.LongRange double getMinimumDouble()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.LongRange float getMaximumFloat()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.LongRange float getMinimumFloat()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.LongRange int getMaximumInteger()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.LongRange int getMinimumInteger()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.LongRange long getMaximumLong()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.LongRange long getMinimumLong()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberRange NumberRange(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -229,6 +474,21 @@
<item name="org.apache.commons.lang.math.NumberRange boolean equals(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.math.NumberRange java.lang.Number getMaximumNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberRange java.lang.Number getMinimumNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils NumberUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils boolean isAllZeros(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -247,9 +507,19 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils byte max(byte, byte, byte)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils byte max(byte[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.math.NumberUtils byte min(byte, byte, byte)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils byte min(byte[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -277,9 +547,19 @@
<item name="org.apache.commons.lang.math.NumberUtils float toFloat(java.lang.String, float) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.math.NumberUtils int max(int, int, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils int max(int[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.math.NumberUtils int min(int, int, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils int min(int[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -358,9 +638,19 @@
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.math.NumberUtils long max(long, long, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils long max(long[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.math.NumberUtils long min(long, long, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils long min(long[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -370,12 +660,27 @@
<item name="org.apache.commons.lang.math.NumberUtils long toLong(java.lang.String, long) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.math.NumberUtils short max(short, short, short)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils short max(short[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.math.NumberUtils short min(short, short, short)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.NumberUtils short min(short[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.math.RandomUtils RandomUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.RandomUtils boolean nextBoolean(java.util.Random) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -394,6 +699,11 @@
<item name="org.apache.commons.lang.math.RandomUtils long nextLong(java.util.Random) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.math.Range Range()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.math.Range boolean containsDouble(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>

View File

@@ -1,7 +1,17 @@
<root>
<item name="org.apache.commons.lang.mutable.MutableBoolean MutableBoolean()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableBoolean MutableBoolean(java.lang.Boolean) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableBoolean boolean booleanValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableBoolean boolean equals(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -13,12 +23,35 @@
<item name="org.apache.commons.lang.mutable.MutableBoolean int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableBoolean int compareTo(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableBoolean int hashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableBoolean java.lang.Object getValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableBoolean java.lang.String toString()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableBoolean void setValue(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte MutableByte()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte MutableByte(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -30,9 +63,39 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte byte byteValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte double doubleValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte float floatValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte int compareTo(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte int hashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte int intValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte java.lang.Byte toByte()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -42,6 +105,11 @@
<item name="org.apache.commons.lang.mutable.MutableByte java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte long longValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableByte void add(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -51,6 +119,11 @@
<item name="org.apache.commons.lang.mutable.MutableByte void subtract(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble MutableDouble()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble MutableDouble(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -62,15 +135,45 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble boolean isInfinite()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble boolean isNaN()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble double doubleValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble float floatValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble int intValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble java.lang.Double toDouble()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble java.lang.Object getValue()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble long longValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableDouble void add(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -80,6 +183,11 @@
<item name="org.apache.commons.lang.mutable.MutableDouble void subtract(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat MutableFloat()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat MutableFloat(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -91,15 +199,45 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat boolean isInfinite()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat boolean isNaN()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat double doubleValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat float floatValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat int intValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat java.lang.Float toFloat()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat java.lang.Object getValue()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat long longValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableFloat void add(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -109,6 +247,11 @@
<item name="org.apache.commons.lang.mutable.MutableFloat void subtract(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt MutableInt()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt MutableInt(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -120,9 +263,34 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt double doubleValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt float floatValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt int compareTo(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt int hashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt int intValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt java.lang.Integer toInteger()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -132,6 +300,11 @@
<item name="org.apache.commons.lang.mutable.MutableInt java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt long longValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableInt void add(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -141,6 +314,11 @@
<item name="org.apache.commons.lang.mutable.MutableInt void subtract(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong MutableLong()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong MutableLong(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -152,9 +330,34 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong double doubleValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong float floatValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong int compareTo(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong int hashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong int intValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong java.lang.Long toLong()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -164,6 +367,11 @@
<item name="org.apache.commons.lang.mutable.MutableLong java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong long longValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableLong void add(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -173,6 +381,11 @@
<item name="org.apache.commons.lang.mutable.MutableLong void subtract(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableObject MutableObject()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableObject boolean equals(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -181,6 +394,16 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableObject java.lang.Object getValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort MutableShort()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort MutableShort(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -192,9 +415,34 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort double doubleValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort float floatValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort int compareTo(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort int hashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort int intValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort java.lang.Object getValue()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -204,6 +452,16 @@
<item name="org.apache.commons.lang.mutable.MutableShort java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort long longValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort short shortValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.mutable.MutableShort void add(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -1,4 +1,14 @@
<root>
<item name="org.apache.commons.lang.text.CompositeFormat java.text.Format getFormatter()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.CompositeFormat java.text.Format getParser()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.ExtendedMessageFormat boolean containsElements(java.util.Collection) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -27,6 +37,11 @@
<item name="org.apache.commons.lang.text.ExtendedMessageFormat java.lang.String parseFormatDescription(java.lang.String, java.text.ParsePosition)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.ExtendedMessageFormat java.lang.String toPattern()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.ExtendedMessageFormat java.lang.StringBuffer appendQuotedString(java.lang.String, java.text.ParsePosition, java.lang.StringBuffer, boolean) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -80,6 +95,11 @@
<item name="org.apache.commons.lang.text.StrBuilder StrBuilder(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrBuilder boolean contains(char)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder boolean endsWith(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -98,7 +118,7 @@
</item>
<item name="org.apache.commons.lang.text.StrBuilder boolean equals(org.apache.commons.lang.text.StrBuilder)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;null-&gt;true&quot;"/>
<val val="value=&quot;null-&gt;true&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder boolean equalsIgnoreCase(org.apache.commons.lang.text.StrBuilder)">
@@ -106,6 +126,11 @@
<val val="&quot;null-&gt;true&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder boolean isEmpty()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder boolean startsWith(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -122,24 +147,64 @@
<val val="&quot;!null-&gt;!null;null-&gt;!null&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder int capacity()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder int hashCode()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder int indexOf(char, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder int indexOf(java.lang.String, int) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrBuilder int indexOf(org.apache.commons.lang.text.StrMatcher, int) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrBuilder int lastIndexOf(char, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder int lastIndexOf(java.lang.String, int) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrBuilder int lastIndexOf(org.apache.commons.lang.text.StrMatcher, int) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrBuilder int length()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder int size()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder java.io.Reader asReader()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrBuilder java.io.Writer asWriter()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrBuilder java.lang.String getNewLineText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder java.lang.String getNullText()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder java.lang.String leftString(int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -415,18 +480,58 @@
<item name="org.apache.commons.lang.text.StrBuilder org.apache.commons.lang.text.StrTokenizer asTokenizer()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrBuilder.StrBuilderReader boolean markSupported()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder.StrBuilderReader int read(char[], int, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrBuilder.StrBuilderReader void close()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder.StrBuilderTokenizer java.util.List tokenize(char[], int, int) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrBuilder.StrBuilderWriter void close()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrBuilder.StrBuilderWriter void flush()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrLookup StrLookup()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrLookup org.apache.commons.lang.text.StrLookup mapLookup(java.util.Map)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrLookup org.apache.commons.lang.text.StrLookup noneLookup()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrLookup org.apache.commons.lang.text.StrLookup systemPropertiesLookup()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrLookup.MapStrLookup java.lang.String lookup(java.lang.String)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrMatcher StrMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher int isMatch(char[], int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -439,27 +544,107 @@
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher charSetMatcher(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher commaMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher doubleQuoteMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher noneMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher quoteMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher singleQuoteMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher spaceMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher splitMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher stringMatcher(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher tabMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher trimMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.CharMatcher int isMatch(char[], int, int, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.CharMatcher int isMatch(char[], int, int, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.CharSetMatcher CharSetMatcher(char[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.CharSetMatcher int isMatch(char[], int, int, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.CharSetMatcher int isMatch(char[], int, int, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.NoMatcher NoMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.NoMatcher int isMatch(char[], int, int, int) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.NoMatcher int isMatch(char[], int, int, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.StringMatcher StringMatcher(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.StringMatcher int isMatch(char[], int, int, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.TrimMatcher TrimMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.TrimMatcher int isMatch(char[], int, int, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrMatcher.TrimMatcher int isMatch(char[], int, int, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrSubstitutor boolean replaceIn(java.lang.StringBuffer) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -495,6 +680,11 @@
<item name="org.apache.commons.lang.text.StrSubstitutor boolean substitute(org.apache.commons.lang.text.StrBuilder, int, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.text.StrSubstitutor char getEscapeChar()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrSubstitutor int substitute(org.apache.commons.lang.text.StrBuilder, int, int, java.util.List) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -588,6 +778,21 @@
<item name="org.apache.commons.lang.text.StrSubstitutor java.lang.String resolveVariable(java.lang.String, org.apache.commons.lang.text.StrBuilder, int, int)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrSubstitutor org.apache.commons.lang.text.StrLookup getVariableResolver()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrSubstitutor org.apache.commons.lang.text.StrMatcher getVariablePrefixMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrSubstitutor org.apache.commons.lang.text.StrMatcher getVariableSuffixMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrSubstitutor org.apache.commons.lang.text.StrSubstitutor setVariablePrefix(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -627,6 +832,31 @@
<item name="org.apache.commons.lang.text.StrTokenizer StrTokenizer(java.lang.String, org.apache.commons.lang.text.StrMatcher, org.apache.commons.lang.text.StrMatcher) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer boolean isEmptyTokenAsNull()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer boolean isIgnoreEmptyTokens()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer boolean isQuote(char[], int, int, int, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer int nextIndex()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer int previousIndex()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer int readWithQuotes(char[], int, int, org.apache.commons.lang.text.StrBuilder, java.util.List, int, int) 3">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -648,6 +878,26 @@
<item name="org.apache.commons.lang.text.StrTokenizer java.util.List tokenize(char[], int, int) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer org.apache.commons.lang.text.StrMatcher getDelimiterMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer org.apache.commons.lang.text.StrMatcher getIgnoredMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer org.apache.commons.lang.text.StrMatcher getQuoteMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer org.apache.commons.lang.text.StrMatcher getTrimmerMatcher()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.text.StrTokenizer org.apache.commons.lang.text.StrTokenizer reset()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -1,4 +1,9 @@
<root>
<item name="org.apache.commons.lang.time.DateFormatUtils DateFormatUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.DateFormatUtils java.lang.String format(java.util.Calendar, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -89,6 +94,11 @@
<item name="org.apache.commons.lang.time.DateFormatUtils java.lang.String formatUTC(long, java.lang.String, java.util.Locale) 2">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.time.DateUtils DateUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.DateUtils boolean isSameDay(java.util.Calendar, java.util.Calendar) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -314,6 +324,11 @@
<item name="org.apache.commons.lang.time.DateUtils void modify(java.util.Calendar, int, boolean) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.DurationFormatUtils DurationFormatUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.DurationFormatUtils java.lang.String format(org.apache.commons.lang.time.DurationFormatUtils.Token[], int, int, int, int, int, int, int, boolean) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -373,6 +388,16 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.DurationFormatUtils.Token int getCount()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.DurationFormatUtils.Token java.lang.Object getValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.DurationFormatUtils.Token java.lang.String toString()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -393,6 +418,16 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat boolean getTimeZoneOverridesCalendar()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat int getMaxLengthEstimate()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat java.lang.Object parseObject(java.lang.String, java.text.ParsePosition) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -414,6 +449,11 @@
<item name="org.apache.commons.lang.time.FastDateFormat java.lang.String format(java.util.Date)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat java.lang.String getPattern()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat java.lang.String parseToken(java.lang.String, int[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -440,6 +480,16 @@
<item name="org.apache.commons.lang.time.FastDateFormat java.lang.StringBuffer format(java.util.Date, java.lang.StringBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat java.util.Locale getLocale()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat java.util.TimeZone getTimeZone()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat org.apache.commons.lang.time.FastDateFormat getInstance(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -470,12 +520,22 @@
<item name="org.apache.commons.lang.time.FastDateFormat void readObject(java.io.ObjectInputStream) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.CharacterLiteral int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.CharacterLiteral void appendTo(java.lang.StringBuffer, java.util.Calendar) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.CharacterLiteral void appendTo(java.lang.StringBuffer, java.util.Calendar) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.PaddedNumberField int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.PaddedNumberField void appendTo(java.lang.StringBuffer, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -491,12 +551,22 @@
<item name="org.apache.commons.lang.time.FastDateFormat.Pair java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.StringLiteral int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.StringLiteral void appendTo(java.lang.StringBuffer, java.util.Calendar) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.StringLiteral void appendTo(java.lang.StringBuffer, java.util.Calendar) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TextField int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TextField void appendTo(java.lang.StringBuffer, java.util.Calendar) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -506,9 +576,19 @@
<item name="org.apache.commons.lang.time.FastDateFormat.TimeZoneDisplayKey boolean equals(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule void appendTo(java.lang.StringBuffer, java.util.Calendar) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TimeZoneNumberRule int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TimeZoneNumberRule void appendTo(java.lang.StringBuffer, java.util.Calendar) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -521,6 +601,16 @@
<item name="org.apache.commons.lang.time.FastDateFormat.TwentyFourHourField void appendTo(java.lang.StringBuffer, java.util.Calendar) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField TwoDigitMonthField()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField void appendTo(java.lang.StringBuffer, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -530,6 +620,11 @@
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField void appendTo(java.lang.StringBuffer, java.util.Calendar) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitNumberField int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitNumberField void appendTo(java.lang.StringBuffer, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -539,6 +634,16 @@
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitNumberField void appendTo(java.lang.StringBuffer, java.util.Calendar) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitYearField TwoDigitYearField()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitYearField int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitYearField void appendTo(java.lang.StringBuffer, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -548,6 +653,16 @@
<item name="org.apache.commons.lang.time.FastDateFormat.TwoDigitYearField void appendTo(java.lang.StringBuffer, java.util.Calendar) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.UnpaddedMonthField UnpaddedMonthField()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.UnpaddedMonthField int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.UnpaddedMonthField void appendTo(java.lang.StringBuffer, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -557,6 +672,11 @@
<item name="org.apache.commons.lang.time.FastDateFormat.UnpaddedMonthField void appendTo(java.lang.StringBuffer, java.util.Calendar) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.UnpaddedNumberField int estimateLength()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.commons.lang.time.FastDateFormat.UnpaddedNumberField void appendTo(java.lang.StringBuffer, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -49,9 +49,19 @@
<item name="org.apache.velocity.anakia.AnakiaTask void setTemplatePath(java.io.File) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.anakia.AnakiaTask.Context java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.anakia.AnakiaTask.Context void setName(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.anakia.Escape Escape()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.anakia.Escape java.lang.String getText(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -81,6 +91,11 @@
<val val="&quot;null-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.velocity.anakia.NodeList java.util.List getList()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.anakia.NodeList java.util.List subList(int, int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -96,6 +111,11 @@
<item name="org.apache.velocity.anakia.NodeList.AttributeXMLOutputter void output(org.jdom.Attribute, java.io.Writer) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.anakia.TreeWalker TreeWalker()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.anakia.TreeWalker org.apache.velocity.anakia.NodeList allElements(org.jdom.Element) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -105,6 +125,16 @@
<item name="org.apache.velocity.anakia.TreeWalker void treeWalk(org.jdom.Element, java.util.Collection) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.anakia.XPathCache XPathCache()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.anakia.XPathTool XPathTool()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.anakia.XPathTool org.apache.velocity.anakia.NodeList applyTo(java.lang.String, java.util.List)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -8,6 +8,11 @@
<item name="org.apache.velocity.app.FieldMethodizer void inspect(java.lang.Class) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.Velocity Velocity()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.Velocity boolean evaluate(org.apache.velocity.context.Context, java.io.Writer, java.lang.String, java.io.InputStream) 3">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -26,6 +26,11 @@
<item name="org.apache.velocity.app.event.EventCartridge java.util.Iterator getReferenceInsertionEventHandlers()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.app.event.EventHandlerUtil EventHandlerUtil()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.EventHandlerUtil boolean shouldLogOnNullSet(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, java.lang.String, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -89,27 +94,95 @@
<item name="org.apache.velocity.app.event.EventHandlerUtil void iterateOverEventHandlers(java.util.Iterator, org.apache.velocity.app.event.EventHandlerMethodExecutor) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor boolean isDone()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor java.lang.Object getReturnValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.IncludeEventHandler.IncludeEventExecutor void execute(org.apache.velocity.app.event.EventHandler) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor boolean isDone()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor java.lang.Object getReturnValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor void execute(org.apache.velocity.app.event.EventHandler) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor boolean isDone()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor java.lang.Object getReturnValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor void execute(org.apache.velocity.app.event.EventHandler) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor boolean isDone()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor java.lang.Object getReturnValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor void execute(org.apache.velocity.app.event.EventHandler) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor boolean isDone()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor java.lang.Object getReturnValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor void execute(org.apache.velocity.app.event.EventHandler) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor boolean isDone()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor java.lang.Object getReturnValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor void execute(org.apache.velocity.app.event.EventHandler) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor boolean isDone()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor java.lang.Object getReturnValue()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor void execute(org.apache.velocity.app.event.EventHandler) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -6,6 +6,9 @@
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.app.event.implement.EscapeHtmlReference java.lang.String getMatchAttribute()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.implement.EscapeJavaScriptReference java.lang.String escape(java.lang.Object) 0">
@@ -15,6 +18,9 @@
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.app.event.implement.EscapeJavaScriptReference java.lang.String getMatchAttribute()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.implement.EscapeReference java.lang.Object referenceInsert(java.lang.String, java.lang.Object)">
@@ -22,6 +28,11 @@
<val val="&quot;_,null-&gt;null&quot;"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.implement.EscapeReference org.apache.velocity.runtime.RuntimeServices getRuntimeServices()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.implement.EscapeReference void setRuntimeServices(org.apache.velocity.runtime.RuntimeServices) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -32,6 +43,9 @@
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.app.event.implement.EscapeSqlReference java.lang.String getMatchAttribute()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.implement.EscapeXmlReference java.lang.String escape(java.lang.Object) 0">
@@ -41,6 +55,9 @@
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.app.event.implement.EscapeXmlReference java.lang.String getMatchAttribute()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.implement.IncludeNotFound java.lang.String includeEvent(java.lang.String, java.lang.String, java.lang.String) 1">
@@ -55,6 +72,11 @@
<item name="org.apache.velocity.app.event.implement.IncludeNotFound void setRuntimeServices(org.apache.velocity.runtime.RuntimeServices) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.implement.IncludeRelativePath IncludeRelativePath()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.implement.IncludeRelativePath java.lang.String includeEvent(java.lang.String, java.lang.String, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -69,6 +91,11 @@
<item name="org.apache.velocity.app.event.implement.InvalidReferenceInfo InvalidReferenceInfo(java.lang.String, org.apache.velocity.util.introspection.Info) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.event.implement.InvalidReferenceInfo java.lang.String getInvalidReference()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.implement.InvalidReferenceInfo java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -137,6 +164,11 @@
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.app.event.implement.ReportInvalidReferences java.util.List getInvalidReferences()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.event.implement.ReportInvalidReferences void reportInvalidReference(java.lang.String, org.apache.velocity.util.introspection.Info) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -4,7 +4,7 @@
</item>
<item name="org.apache.velocity.app.tools.VelocityFormatter java.lang.Object isNull(java.lang.Object, java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null,_-&gt;!null&quot;"/>
<val val="value=&quot;!null,_-&gt;!null&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.app.tools.VelocityFormatter java.lang.String formatArray(java.lang.Object, java.lang.String, java.lang.String) 1">
@@ -51,4 +51,9 @@
<item name="org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator java.lang.String alternate()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.app.tools.VelocityFormatter.VelocityAlternator java.lang.String toString()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
</root>

View File

@@ -34,6 +34,11 @@
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.context.AbstractContext org.apache.velocity.context.Context getChainedContext()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.context.EvaluateContext EvaluateContext(org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.RuntimeServices) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -46,9 +51,32 @@
<item name="org.apache.velocity.context.InternalContextAdapterImpl org.apache.velocity.app.event.EventCartridge getEventCartridge()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.context.InternalContextAdapterImpl org.apache.velocity.context.Context getInternalUserContext()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.context.InternalContextAdapterImpl org.apache.velocity.context.InternalContextAdapter getBaseContext()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.context.InternalContextBase java.util.List getMacroLibraries()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.context.InternalContextBase org.apache.velocity.app.event.EventCartridge getEventCartridge()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.context.InternalContextBase org.apache.velocity.runtime.resource.Resource getCurrentResource()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.context.ProxyVMContext boolean isConstant(org.apache.velocity.runtime.parser.node.Node) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -1,4 +1,9 @@
<root>
<item name="org.apache.velocity.convert.WebMacro WebMacro()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.convert.WebMacro boolean writeTemplate(java.lang.String, java.lang.String, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -1,7 +1,32 @@
<root>
<item name="org.apache.velocity.exception.MethodInvocationException int getColumnNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.MethodInvocationException int getLineNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.MethodInvocationException java.lang.String getMessage()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.exception.MethodInvocationException java.lang.String getMethodName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.MethodInvocationException java.lang.String getReferenceName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.MethodInvocationException java.lang.String getTemplateName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.ParseErrorException ParseErrorException(java.lang.String, org.apache.velocity.util.introspection.Info) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -20,4 +45,44 @@
<item name="org.apache.velocity.exception.ParseErrorException ParseErrorException(org.apache.velocity.runtime.parser.ParseException, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.exception.ParseErrorException int getColumnNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.ParseErrorException int getLineNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.ParseErrorException java.lang.String getInvalidSyntax()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.ParseErrorException java.lang.String getTemplateName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.TemplateInitException int getColumnNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.TemplateInitException int getLineNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.TemplateInitException java.lang.String getTemplateName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.exception.VelocityException java.lang.Throwable getWrappedThrowable()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
</root>

View File

@@ -1,4 +1,14 @@
<root>
<item name="org.apache.velocity.io.UnicodeInputStream boolean isSkipBOM()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.io.UnicodeInputStream java.lang.String getEncodingFromStream()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.io.UnicodeInputStream java.lang.String readEncoding()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -11,6 +21,36 @@
<item name="org.apache.velocity.io.UnicodeInputStream.UnicodeBOM UnicodeBOM(java.lang.String, byte[], org.apache.velocity.io.UnicodeInputStream.1) 2">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.io.UnicodeInputStream.UnicodeBOM byte[] getBytes()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.io.UnicodeInputStream.UnicodeBOM java.lang.String getEncoding()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.io.VelocityWriter boolean isAutoFlush()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.io.VelocityWriter int getBufferSize()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.io.VelocityWriter int getRemaining()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.io.VelocityWriter int min(int, int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.io.VelocityWriter void write(char[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -5,6 +5,11 @@
<item name="org.apache.velocity.runtime.ParserPoolImpl void put(org.apache.velocity.runtime.parser.Parser) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.Runtime Runtime()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance boolean addVelocimacro(java.lang.String, java.lang.String, java.lang.String[], java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -23,6 +28,11 @@
<item name="org.apache.velocity.runtime.RuntimeInstance boolean invokeVelocimacro(java.lang.String, java.lang.String, java.lang.String[], org.apache.velocity.context.Context, java.io.Writer) 4">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance boolean isInitialized()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance boolean isVelocimacro(java.lang.String, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -37,6 +47,16 @@
<item name="org.apache.velocity.runtime.RuntimeInstance java.lang.String getString(java.lang.String)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance org.apache.commons.collections.ExtendedProperties getConfiguration()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance org.apache.velocity.app.event.EventCartridge getApplicationEventCartridge()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance org.apache.velocity.app.event.EventHandler initializeSpecificEventHandler(java.lang.String, java.lang.String, java.lang.Class) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -49,9 +69,24 @@
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance org.apache.velocity.runtime.log.Log getLog()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance org.apache.velocity.runtime.parser.Parser createNewParser()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance org.apache.velocity.util.introspection.Introspector getIntrospector()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance org.apache.velocity.util.introspection.Uberspect getUberspect()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.RuntimeInstance void addDirective(org.apache.velocity.runtime.directive.Directive) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -67,6 +102,21 @@
<item name="org.apache.velocity.runtime.RuntimeInstance void setProperties(java.util.Properties) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.RuntimeSingleton RuntimeSingleton()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.RuntimeSingleton org.apache.velocity.runtime.RuntimeInstance getRuntimeInstance()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.RuntimeSingleton org.apache.velocity.runtime.RuntimeServices getRuntimeServices()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.VelocimacroFactory VelocimacroFactory(org.apache.velocity.runtime.RuntimeServices) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -94,9 +144,29 @@
<item name="org.apache.velocity.runtime.VelocimacroFactory boolean addVelocimacro(java.lang.String, org.apache.velocity.runtime.parser.node.Node, java.lang.String[], java.lang.String) 3">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.VelocimacroFactory boolean getAutoload()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.VelocimacroFactory boolean getTemplateLocalInline()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.VelocimacroFactory.Twonk Twonk()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.VelocimacroFactory.Twonk Twonk(org.apache.velocity.runtime.VelocimacroFactory.1) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.VelocimacroFactory.Twonk Twonk(org.apache.velocity.runtime.VelocimacroFactory.1)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.VelocimacroManager boolean addVM(java.lang.String, org.apache.velocity.runtime.parser.node.Node, java.lang.String[], java.lang.String, boolean) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -108,6 +178,11 @@
<item name="org.apache.velocity.runtime.VelocimacroManager boolean usingNamespaces(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.VelocimacroManager boolean usingNamespaces(java.lang.String)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.VelocimacroManager java.lang.String getLibraryName(java.lang.String, java.lang.String)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -135,7 +210,27 @@
<item name="org.apache.velocity.runtime.VelocimacroManager.MacroEntry MacroEntry(java.lang.String, org.apache.velocity.runtime.parser.node.Node, java.lang.String[], java.lang.String, org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.runtime.VelocimacroManager.1) 5">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.VelocimacroManager.MacroEntry boolean getFromLibrary()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.VelocimacroManager.MacroEntry java.lang.String getSourceTemplate()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.VelocimacroManager.MacroEntry org.apache.velocity.runtime.directive.VelocimacroProxy getProxy(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.VelocimacroManager.MacroEntry org.apache.velocity.runtime.directive.VelocimacroProxy getProxy(java.lang.String)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.VelocimacroManager.MacroEntry org.apache.velocity.runtime.parser.node.SimpleNode getNodeTree()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
</root>

View File

@@ -1,4 +1,9 @@
<root>
<item name="org.apache.velocity.runtime.directive.Block int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Block java.lang.String id(org.apache.velocity.context.InternalContextAdapter) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -14,12 +19,27 @@
<item name="org.apache.velocity.runtime.directive.Block.Reference java.lang.String toString()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.directive.BlockMacro java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.BlockMacro java.lang.String getScopeName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.BlockMacro void init(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.BlockMacro void init(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Break boolean isScopeProvided()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Break boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer, org.apache.velocity.runtime.parser.node.Node) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -31,7 +51,15 @@
<val val="&quot;!null,_,_-&gt;false;_,!null,_-&gt;false;_,_,!null-&gt;false;_,null,_-&gt;false;null,_,_-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Break int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Break java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Break void init(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node) 1">
@@ -55,6 +83,9 @@
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Define java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Define void init(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node) 0">
@@ -66,6 +97,26 @@
<item name="org.apache.velocity.runtime.directive.Define void init(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Directive boolean isScopeProvided()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Directive int getColumn()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Directive int getLine()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Directive java.lang.String getTemplateName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Directive org.apache.velocity.runtime.directive.Scope makeScope(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -84,7 +135,15 @@
<item name="org.apache.velocity.runtime.directive.Evaluate boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer, org.apache.velocity.runtime.parser.node.Node) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Evaluate int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Evaluate java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Evaluate void init(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node) 2">
@@ -98,7 +157,15 @@
<val val="&quot;null,_,_-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Foreach int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Foreach java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Foreach void clean(org.apache.velocity.context.InternalContextAdapter, java.lang.Object, java.lang.Object, java.lang.Object) 0">
@@ -137,6 +204,36 @@
<item name="org.apache.velocity.runtime.directive.ForeachScope ForeachScope(java.lang.Object, java.lang.Object) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.directive.ForeachScope boolean getHasNext()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.ForeachScope boolean isFirst()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.ForeachScope boolean isLast()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.ForeachScope int getCount()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.ForeachScope int getIndex()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Include boolean isScopeProvided()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Include boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer, org.apache.velocity.runtime.parser.node.Node) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -153,12 +250,25 @@
<val val="&quot;_,null,_-&gt;false;null,_,_-&gt;false&quot;"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Include int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Include java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.InputBase java.lang.String getInputEncoding(org.apache.velocity.context.InternalContextAdapter) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Literal boolean isScopeProvided()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Literal boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer, org.apache.velocity.runtime.parser.node.Node) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -173,7 +283,15 @@
<val val="&quot;!null,_,_-&gt;true;_,!null,_-&gt;true;_,_,!null-&gt;true;_,_,null-&gt;true;null,_,_-&gt;true&quot;"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Literal int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Literal java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Literal void init(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node) 1">
@@ -182,6 +300,11 @@
<item name="org.apache.velocity.runtime.directive.Literal void init(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Macro boolean isScopeProvided()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Macro boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer, org.apache.velocity.runtime.parser.node.Node) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -193,10 +316,18 @@
</item>
<item name="org.apache.velocity.runtime.directive.Macro boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer, org.apache.velocity.runtime.parser.node.Node)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null,_,_-&gt;true;_,!null,_-&gt;true;_,_,!null-&gt;true;_,_,null-&gt;true;_,null,_-&gt;true;null,_,_-&gt;true&quot;"/>
<val val="value=&quot;!null,_,_-&gt;true;_,!null,_-&gt;true;_,_,!null-&gt;true;_,_,null-&gt;true;_,null,_-&gt;true;null,_,_-&gt;true&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Macro int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Macro java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Macro java.lang.StringBuffer macroToString(java.lang.StringBuffer, java.lang.String[]) 0">
@@ -228,9 +359,24 @@
<item name="org.apache.velocity.runtime.directive.MacroParseException MacroParseException(java.lang.String, java.lang.String, org.apache.velocity.runtime.parser.Token) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.directive.MacroParseException int getColumnNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.MacroParseException int getLineNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.MacroParseException java.lang.String getMessage()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.MacroParseException java.lang.String getTemplateName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.MacroParseException void appendTemplateInfo(java.lang.StringBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -240,10 +386,21 @@
<item name="org.apache.velocity.runtime.directive.Parse boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer, org.apache.velocity.runtime.parser.node.Node) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Parse int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Parse java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Parse java.lang.String getScopeName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.RuntimeMacro RuntimeMacro(java.lang.String) 0">
@@ -252,7 +409,20 @@
<item name="org.apache.velocity.runtime.directive.RuntimeMacro boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer, org.apache.velocity.runtime.parser.node.Node, org.apache.velocity.runtime.Renderable) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.RuntimeMacro int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.RuntimeMacro java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.RuntimeMacro java.lang.String getScopeName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.RuntimeMacro void init(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node) 2">
@@ -261,6 +431,11 @@
<item name="org.apache.velocity.runtime.directive.Scope Scope(java.lang.Object, java.lang.Object) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.directive.Scope org.apache.velocity.runtime.directive.Scope getParent()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Scope.Info Info(org.apache.velocity.runtime.directive.Scope, java.lang.Object) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -276,13 +451,26 @@
<item name="org.apache.velocity.runtime.directive.Scope.Info java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Stop boolean isScopeProvided()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Stop boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer, org.apache.velocity.runtime.parser.node.Node) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.directive.Stop boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer, org.apache.velocity.runtime.parser.node.Node) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Stop int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.Stop java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.Stop void init(org.apache.velocity.runtime.RuntimeServices, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node) 1">
@@ -302,12 +490,27 @@
<val val="&quot;!null,_,_,_-&gt;true;_,!null,_,_-&gt;true;_,_,!null,_-&gt;true;_,_,_,!null-&gt;true;_,_,_,null-&gt;true;_,null,_,_-&gt;true;null,_,_,_-&gt;true&quot;"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.VelocimacroProxy int getNumArgs()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.VelocimacroProxy int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.VelocimacroProxy java.lang.String buildErrorMsg(org.apache.velocity.runtime.parser.node.Node, int) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.directive.VelocimacroProxy java.lang.String buildErrorMsg(org.apache.velocity.runtime.parser.node.Node, int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.directive.VelocimacroProxy java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.directive.VelocimacroProxy void checkArgs(org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.Node, boolean) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -5,12 +5,32 @@
<item name="org.apache.velocity.runtime.log.AvalonLogChute void initTarget(java.lang.String, org.apache.velocity.runtime.RuntimeServices) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.log.CommonsLogLogChute CommonsLogLogChute()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.CommonsLogLogChute void init(org.apache.velocity.runtime.RuntimeServices) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.log.HoldingLogChute boolean isLevelEnabled(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.HoldingLogChute void init(org.apache.velocity.runtime.RuntimeServices) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.log.HoldingLogChute void init(org.apache.velocity.runtime.RuntimeServices)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.JdkLogChute java.util.logging.Level getJdkLevel(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.JdkLogChute void init(org.apache.velocity.runtime.RuntimeServices) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -41,6 +61,11 @@
<item name="org.apache.velocity.runtime.log.Log java.lang.String formatFileString(org.apache.velocity.util.introspection.Info)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.log.Log org.apache.velocity.runtime.log.LogChute getLogChute()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.Log void log(int, java.lang.Object) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -50,6 +75,11 @@
<item name="org.apache.velocity.runtime.log.Log void setLogChute(org.apache.velocity.runtime.log.LogChute) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.log.LogChuteSystem boolean isLevelEnabled(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.LogDisplayWrapper LogDisplayWrapper(org.apache.velocity.runtime.log.Log, java.lang.String, boolean) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -62,12 +92,17 @@
<item name="org.apache.velocity.runtime.log.LogDisplayWrapper void log(int, java.lang.Object, java.lang.Throwable) 2">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.log.LogManager LogManager()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.LogManager boolean isProbablyProvidedLogChute(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.log.LogManager boolean isProbablyProvidedLogChute(java.lang.String)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;null-&gt;false&quot;"/>
<val val="value=&quot;null-&gt;false&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.LogManager org.apache.velocity.runtime.log.LogChute createLogChute(org.apache.velocity.runtime.RuntimeServices) 0">
@@ -79,27 +114,97 @@
<item name="org.apache.velocity.runtime.log.LogManager void updateLog(org.apache.velocity.runtime.log.Log, org.apache.velocity.runtime.RuntimeServices) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.log.NullLogChute NullLogChute()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.NullLogChute boolean isLevelEnabled(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.NullLogChute void init(org.apache.velocity.runtime.RuntimeServices) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.log.NullLogChute void init(org.apache.velocity.runtime.RuntimeServices)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.NullLogChute void log(int, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.log.NullLogChute void log(int, java.lang.String)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.NullLogChute void log(int, java.lang.String, java.lang.Throwable) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.log.NullLogChute void log(int, java.lang.String, java.lang.Throwable) 2">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.log.NullLogChute void log(int, java.lang.String, java.lang.Throwable)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.NullLogSystem NullLogSystem()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.NullLogSystem void logVelocityMessage(int, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.log.NullLogSystem void logVelocityMessage(int, java.lang.String)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.RuntimeLoggerLog RuntimeLoggerLog(org.apache.velocity.runtime.RuntimeLogger) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.log.RuntimeLoggerLog boolean isDebugEnabled()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.RuntimeLoggerLog boolean isErrorEnabled()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.RuntimeLoggerLog boolean isInfoEnabled()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.RuntimeLoggerLog boolean isTraceEnabled()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.RuntimeLoggerLog boolean isWarnEnabled()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.RuntimeLoggerLog void setLogChute(org.apache.velocity.runtime.log.LogChute) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.log.ServletLogChute boolean isLevelEnabled(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.ServletLogChute int getEnabledLevel()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.ServletLogChute int toLevel(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -112,10 +217,28 @@
<item name="org.apache.velocity.runtime.log.ServletLogChute void log(int, java.lang.String, java.lang.Throwable) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.log.SystemLogChute boolean isLevelEnabled(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.SystemLogChute int getEnabledLevel()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.SystemLogChute int getSystemErrLevel()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.log.SystemLogChute int toLevel(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.log.SystemLogChute java.lang.String getPrefix(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.log.SystemLogChute void init(org.apache.velocity.runtime.RuntimeServices) 0">

View File

@@ -1,4 +1,14 @@
<root>
<item name="org.apache.velocity.runtime.parser.JJTParserState boolean nodeCreated()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.JJTParserState int nodeArity()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.JJTParserState void clearNodeScope(org.apache.velocity.runtime.parser.node.Node) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -28,25 +38,123 @@
<item name="org.apache.velocity.runtime.parser.Parser org.apache.velocity.runtime.parser.ParseException generateParseException()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.Parser void disable_tracing()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.Parser void enable_tracing()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.Parser.JJCalls JJCalls()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.Parser.LookaheadSuccess LookaheadSuccess(org.apache.velocity.runtime.parser.Parser.1) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager boolean jjCanMove_0(int, int, int, long, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager int jjStopStringLiteralDfa_10(int, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager int jjStopStringLiteralDfa_11(int, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager int jjStopStringLiteralDfa_2(int, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager int jjStopStringLiteralDfa_5(int, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager int jjStopStringLiteralDfa_6(int, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager int jjStopStringLiteralDfa_7(int, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager int jjStopStringLiteralDfa_8(int, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager int jjStopStringLiteralDfa_9(int, long)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager org.apache.velocity.runtime.parser.Token jjFillToken()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager void SkipLexicalActions(org.apache.velocity.runtime.parser.Token) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager.ParserState ParserState()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager.ParserState ParserState(org.apache.velocity.runtime.parser.ParserTokenManager.1) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.ParserTokenManager.ParserState ParserState(org.apache.velocity.runtime.parser.ParserTokenManager.1)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.TemplateParseException int getColumnNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.TemplateParseException int getLineNumber()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.TemplateParseException java.lang.String getMessage()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.TemplateParseException java.lang.String getTemplateName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.TemplateParseException void appendTemplateInfo(java.lang.StringBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.Token Token()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.Token java.lang.String toString()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.Token org.apache.velocity.runtime.parser.Token newToken(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.TokenMgrError TokenMgrError(boolean, int, int, int, java.lang.String, char, int) 4">
@@ -73,6 +181,36 @@
<item name="org.apache.velocity.runtime.parser.VelocityCharStream char[] GetSuffix(int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.VelocityCharStream int getBeginColumn()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.VelocityCharStream int getBeginLine()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.VelocityCharStream int getColumn()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.VelocityCharStream int getEndColumn()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.VelocityCharStream int getEndLine()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.VelocityCharStream int getLine()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.VelocityCharStream java.lang.String GetImage()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -66,6 +66,11 @@
<item name="org.apache.velocity.runtime.parser.node.ASTDirective java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTDirective java.lang.String getDirectiveName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTDivNode java.lang.Number perform(java.lang.Number, java.lang.Number, org.apache.velocity.context.InternalContextAdapter) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -83,7 +88,7 @@
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTElseStatement boolean evaluate(org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null-&gt;true;null-&gt;true&quot;"/>
<val val="value=&quot;!null-&gt;true;null-&gt;true&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTElseStatement java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
@@ -133,7 +138,7 @@
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTFalse boolean evaluate(org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null-&gt;false;null-&gt;false&quot;"/>
<val val="value=&quot;!null-&gt;false;null-&gt;false&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTFalse java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
@@ -142,6 +147,11 @@
<item name="org.apache.velocity.runtime.parser.node.ASTFalse java.lang.Object value(org.apache.velocity.context.InternalContextAdapter) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTFalse java.lang.Object value(org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral java.lang.Object init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;_,!null-&gt;!null;_,null-&gt;null&quot;"/>
@@ -153,6 +163,11 @@
<item name="org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral java.lang.Object value(org.apache.velocity.context.InternalContextAdapter) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral java.lang.Object value(org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTGENode java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -187,6 +202,11 @@
<item name="org.apache.velocity.runtime.parser.node.ASTIfStatement void process(org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.ParserVisitor) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTIfStatement void process(org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.ParserVisitor)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTIncludeStatement java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -217,6 +237,11 @@
<item name="org.apache.velocity.runtime.parser.node.ASTIntegerLiteral java.lang.Object value(org.apache.velocity.context.InternalContextAdapter) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTIntegerLiteral java.lang.Object value(org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTIntegerRange java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -243,7 +268,7 @@
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTMathNode java.lang.Object handleSpecial(java.lang.Object, java.lang.Object, org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null,_,_-&gt;null;_,!null,_-&gt;null;_,_,!null-&gt;null;_,_,null-&gt;null;_,null,_-&gt;null;null,_,_-&gt;null&quot;"/>
<val val="value=&quot;!null,_,_-&gt;null;_,!null,_-&gt;null;_,_,!null-&gt;null;_,_,null-&gt;null;_,null,_-&gt;null;null,_,_-&gt;null&quot;,pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -281,6 +306,11 @@
<item name="org.apache.velocity.runtime.parser.node.ASTMethod java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTMethod java.lang.String getMethodName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey MethodCacheKey(java.lang.String, java.lang.Class[]) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -351,11 +381,19 @@
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTReference java.lang.String getDollarBang()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTReference java.lang.String getNullString(org.apache.velocity.context.InternalContextAdapter) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTReference java.lang.String getRootString()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTReference java.lang.String printClass(java.lang.Class) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -375,6 +413,11 @@
<item name="org.apache.velocity.runtime.parser.node.ASTSetDirective java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTStringLiteral boolean isConstant()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTStringLiteral java.lang.Object init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;_,!null-&gt;!null;_,null-&gt;null&quot;"/>
@@ -450,7 +493,7 @@
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTTrue boolean evaluate(org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null-&gt;true;null-&gt;true&quot;"/>
<val val="value=&quot;!null-&gt;true;null-&gt;true&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTTrue java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
@@ -459,6 +502,11 @@
<item name="org.apache.velocity.runtime.parser.node.ASTTrue java.lang.Object value(org.apache.velocity.context.InternalContextAdapter) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTTrue java.lang.Object value(org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.ASTVariable java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -468,6 +516,16 @@
<item name="org.apache.velocity.runtime.parser.node.ASTprocess java.lang.Object jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.AbstractExecutor boolean isAlive()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.AbstractExecutor java.lang.reflect.Method getMethod()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor BooleanPropertyExecutor(org.apache.velocity.runtime.RuntimeLogger, org.apache.velocity.util.introspection.Introspector, java.lang.Class, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -492,6 +550,11 @@
<item name="org.apache.velocity.runtime.parser.node.MapSetExecutor java.lang.Object execute(java.lang.Object, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.MathUtils MathUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.MathUtils boolean isInteger(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -560,6 +623,11 @@
<item name="org.apache.velocity.runtime.parser.node.MathUtils java.math.BigInteger toBigInteger(java.lang.Number) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.NodeUtils NodeUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.NodeUtils java.lang.String interpolate(java.lang.String, org.apache.velocity.context.Context) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -578,21 +646,46 @@
<item name="org.apache.velocity.runtime.parser.node.PropertyExecutor java.lang.Object execute(java.lang.Object)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.PropertyExecutor org.apache.velocity.util.introspection.Introspector getIntrospector()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.PropertyExecutor void discover(java.lang.Class, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.PutExecutor java.lang.Object execute(java.lang.Object, java.lang.Object)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.SetExecutor boolean isAlive()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SetExecutor java.lang.reflect.Method getMethod()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SetPropertyExecutor java.lang.Object execute(java.lang.Object, java.lang.Object)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.SetPropertyExecutor org.apache.velocity.util.introspection.Introspector getIntrospector()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode boolean evaluate(org.apache.velocity.context.InternalContextAdapter) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode boolean evaluate(org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null-&gt;false;null-&gt;false&quot;"/>
<val val="value=&quot;!null-&gt;false;null-&gt;false&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode boolean isInvalid()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode boolean render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)">
@@ -600,6 +693,31 @@
<val val="&quot;!null,_-&gt;true;_,!null-&gt;true;_,null-&gt;true;null,_-&gt;true&quot;"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode int getColumn()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode int getInfo()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode int getLine()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode int jjtGetNumChildren()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode java.lang.Object childrenAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;_,!null-&gt;!null;_,null-&gt;null&quot;"/>
@@ -613,7 +731,7 @@
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode java.lang.Object execute(java.lang.Object, org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null,_-&gt;null;_,!null-&gt;null;_,null-&gt;null;null,_-&gt;null&quot;"/>
<val val="value=&quot;!null,_-&gt;null;_,!null-&gt;null;_,null-&gt;null;null,_-&gt;null&quot;,pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -630,7 +748,7 @@
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode java.lang.Object value(org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null-&gt;null;null-&gt;null&quot;"/>
<val val="value=&quot;!null-&gt;null;null-&gt;null&quot;,pure=true"/>
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -640,10 +758,40 @@
<item name="org.apache.velocity.runtime.parser.node.SimpleNode java.lang.String getLocation(org.apache.velocity.context.InternalContextAdapter)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode java.lang.String getTemplateName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode java.lang.String toString(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode java.lang.String toString(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode org.apache.velocity.runtime.RuntimeServices getRuntimeServices()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode org.apache.velocity.runtime.parser.Token getFirstToken()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode org.apache.velocity.runtime.parser.Token getLastToken()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode org.apache.velocity.runtime.parser.node.Node jjtGetChild(int)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.parser.node.SimpleNode org.apache.velocity.runtime.parser.node.Node jjtGetParent()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
</root>

View File

@@ -1,4 +1,39 @@
<root>
<item name="org.apache.velocity.runtime.resource.Resource int getType()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.Resource java.lang.Object getData()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.Resource java.lang.String getEncoding()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.Resource java.lang.String getName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.Resource long getLastModified()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.Resource org.apache.velocity.runtime.resource.loader.ResourceLoader getResourceLoader()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.ResourceFactory ResourceFactory()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.ResourceFactory org.apache.velocity.runtime.resource.Resource getResource(java.lang.String, int) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>

View File

@@ -4,7 +4,7 @@
</item>
<item name="org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader boolean isSourceModified(org.apache.velocity.runtime.resource.Resource)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null-&gt;false;null-&gt;false&quot;"/>
<val val="value=&quot;!null-&gt;false;null-&gt;false&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader java.io.InputStream getResourceStream(java.lang.String) 0">
@@ -13,6 +13,11 @@
<item name="org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader long getLastModified(org.apache.velocity.runtime.resource.Resource) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader long getLastModified(org.apache.velocity.runtime.resource.Resource)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader void init(org.apache.commons.collections.ExtendedProperties) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -93,12 +98,17 @@
<item name="org.apache.velocity.runtime.resource.loader.JarHolder java.io.InputStream getResource(java.lang.String)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.resource.loader.JarHolder java.lang.String getUrlPath()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.JarResourceLoader boolean isSourceModified(org.apache.velocity.runtime.resource.Resource) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.resource.loader.JarResourceLoader boolean isSourceModified(org.apache.velocity.runtime.resource.Resource)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;!null-&gt;true;null-&gt;true&quot;"/>
<val val="value=&quot;!null-&gt;true;null-&gt;true&quot;,pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.JarResourceLoader java.io.InputStream getResourceStream(java.lang.String) 0">
@@ -107,15 +117,40 @@
<item name="org.apache.velocity.runtime.resource.loader.JarResourceLoader long getLastModified(org.apache.velocity.runtime.resource.Resource) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.runtime.resource.loader.JarResourceLoader long getLastModified(org.apache.velocity.runtime.resource.Resource)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.JarResourceLoader void init(org.apache.commons.collections.ExtendedProperties) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.resource.loader.JarResourceLoader void loadJar(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.resource.loader.ResourceLoader boolean isCachingOn()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.ResourceLoader java.lang.String getClassName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.ResourceLoader long getModificationCheckInterval()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.ResourceLoader void commonInit(org.apache.velocity.runtime.RuntimeServices, org.apache.commons.collections.ExtendedProperties) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory ResourceLoaderFactory()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory org.apache.velocity.runtime.resource.loader.ResourceLoader getLoader(org.apache.velocity.runtime.RuntimeServices, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -147,6 +182,11 @@
<val val="&quot;null-&gt;true&quot;"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.URLResourceLoader int getTimeout()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.loader.URLResourceLoader long getLastModified(org.apache.velocity.runtime.resource.Resource) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -0,0 +1,22 @@
<root>
<item name="org.apache.velocity.runtime.resource.util.StringResource java.lang.String getBody()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.util.StringResource java.lang.String getEncoding()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.util.StringResource long getLastModified()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl java.lang.String getEncoding()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
</root>

View File

@@ -1,4 +1,9 @@
<root>
<item name="org.apache.velocity.runtime.visitor.BaseVisitor BaseVisitor()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.runtime.visitor.BaseVisitor java.lang.Object visit(org.apache.velocity.runtime.parser.node.ASTAddNode, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -41,6 +41,11 @@
<item name="org.apache.velocity.servlet.VelocityServlet void requestCleanup(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.velocity.context.Context) 2">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.servlet.VelocityServlet void requestCleanup(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.velocity.context.Context)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.servlet.VelocityServlet void setContentType(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -32,6 +32,11 @@
<item name="org.apache.velocity.texen.Generator org.apache.velocity.Template getTemplate(java.lang.String, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.texen.Generator org.apache.velocity.texen.Generator getInstance()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.texen.Generator void fillContextDefaults(org.apache.velocity.context.Context) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -1,7 +1,42 @@
<root>
<item name="org.apache.velocity.texen.ant.TexenTask java.lang.String getControlTemplate()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.texen.ant.TexenTask java.lang.String getLogFile()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.texen.ant.TexenTask java.lang.String getOutputDirectory()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.texen.ant.TexenTask java.lang.String getOutputFile()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.texen.ant.TexenTask java.lang.String getTemplatePath()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.texen.ant.TexenTask org.apache.commons.collections.ExtendedProperties getContextProperties()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.texen.ant.TexenTask org.apache.velocity.context.Context initControlContext()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.texen.ant.TexenTask void cleanup()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.texen.ant.TexenTask void populateInitialContext(org.apache.velocity.context.Context) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -1,4 +1,9 @@
<root>
<item name="org.apache.velocity.texen.util.FileUtil FileUtil()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.texen.util.FileUtil java.io.File file(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -14,6 +19,11 @@
<item name="org.apache.velocity.texen.util.FileUtil java.io.File file(java.lang.String, java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.texen.util.PropertiesUtil PropertiesUtil()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.texen.util.PropertiesUtil java.util.Properties loadFromClassPath(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>

View File

@@ -2,6 +2,16 @@
<item name="org.apache.velocity.util.ArrayIterator ArrayIterator(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.util.ArrayIterator boolean hasNext()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.ClassUtils ClassUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.ClassUtils java.io.InputStream getResourceAsStream(java.lang.Class, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -14,14 +24,44 @@
<item name="org.apache.velocity.util.ClassUtils org.apache.velocity.util.introspection.VelMethod getMethod(java.lang.String, java.lang.Object[], java.lang.Class[], java.lang.Object, org.apache.velocity.context.InternalContextAdapter, org.apache.velocity.runtime.parser.node.SimpleNode, boolean)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.util.EnumerationIterator void remove()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.ExceptionUtils ExceptionUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.ExceptionUtils java.lang.Throwable createWithCause(java.lang.Class, java.lang.String, java.lang.Throwable)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;null,_,_-&gt;null&quot;"/>
</annotation>
</item>
<item name="org.apache.velocity.util.MapFactory MapFactory()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.SimplePool int getMax()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.SimplePool java.lang.Object get()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.util.SimplePool java.lang.Object[] getPool()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.StringUtils StringUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.StringUtils boolean allEmpty(java.util.List) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -98,6 +138,11 @@
<item name="org.apache.velocity.util.StringUtils java.lang.String removeUnderScores(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.util.StringUtils java.lang.String select(boolean, java.lang.String, java.lang.String)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.StringUtils java.lang.String stackTrace(java.lang.Throwable)">
<annotation name="org.jetbrains.annotations.Contract">
<val val="&quot;null-&gt;null&quot;"/>

View File

@@ -1,4 +1,9 @@
<root>
<item name="org.apache.velocity.util.introspection.AbstractChainableUberspector AbstractChainableUberspector()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.AbstractChainableUberspector java.util.Iterator getIterator(java.lang.Object, org.apache.velocity.util.introspection.Info)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -11,6 +16,11 @@
<item name="org.apache.velocity.util.introspection.AbstractChainableUberspector org.apache.velocity.util.introspection.VelPropertySet getPropertySet(java.lang.Object, java.lang.String, java.lang.Object, org.apache.velocity.util.introspection.Info)">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.util.introspection.ClassMap java.lang.Class getCachedClass()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.ClassMap java.lang.reflect.Method findMethod(java.lang.String, java.lang.Object[]) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -44,12 +54,42 @@
<item name="org.apache.velocity.util.introspection.ClassMap.MethodCache void put(java.lang.reflect.Method) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.util.introspection.Info Info()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.Info Info(org.apache.velocity.runtime.parser.node.Node) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.util.introspection.Info int getColumn()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.Info int getLine()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.Info java.lang.String getTemplateName()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.Info java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.util.introspection.IntrospectionCacheData IntrospectionCacheData()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.IntrospectionUtils IntrospectionUtils()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.IntrospectionUtils boolean isMethodInvocationConvertible(java.lang.Class, java.lang.Class, boolean) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -74,6 +114,11 @@
<item name="org.apache.velocity.util.introspection.IntrospectorBase java.lang.reflect.Method getMethod(java.lang.Class, java.lang.String, java.lang.Object[]) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.util.introspection.IntrospectorBase org.apache.velocity.util.introspection.IntrospectorCache getIntrospectorCache()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.IntrospectorCacheImpl org.apache.velocity.util.introspection.ClassMap get(java.lang.Class) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -122,6 +167,11 @@
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.util.introspection.SecureUberspector SecureUberspector()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.SecureUberspector java.util.Iterator getIterator(java.lang.Object, org.apache.velocity.util.introspection.Info) 0">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
@@ -134,6 +184,11 @@
</annotation>
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.util.introspection.UberspectImpl UberspectImpl()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.UberspectImpl java.util.Iterator getIterator(java.lang.Object, org.apache.velocity.util.introspection.Info) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
@@ -182,12 +237,27 @@
<item name="org.apache.velocity.util.introspection.UberspectImpl void setRuntimeLogger(org.apache.velocity.runtime.RuntimeLogger) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl boolean isCacheable()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl java.lang.String getMethodName()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>
<item name="org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl boolean isCacheable()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl java.lang.Object[] handleVarArg(java.lang.Class, int, java.lang.Object[]) 2">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl boolean isCacheable()">
<annotation name="org.jetbrains.annotations.Contract">
<val val="pure=true"/>
</annotation>
</item>
<item name="org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl java.lang.String getMethodName()">
<annotation name="org.jetbrains.annotations.Nullable"/>
</item>