update testdata to reflect newer mock jdk 1.7

This commit is contained in:
Maxim.Mossienko
2017-06-13 15:05:32 +02:00
parent f6c7d533dd
commit 4d165172dd
19 changed files with 4630 additions and 2071 deletions

View File

@@ -29,11 +29,24 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component boolean isAutoFocusTransferOnDisposal()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component boolean isBackgroundSet()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component boolean isCoalesceEventsOverriden(java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Component boolean isCoalescingEnabled()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component boolean isCursorSet()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -72,6 +85,17 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component boolean isInstanceOf(java.lang.Object, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;_,null-&gt;false;null,_-&gt;false&quot;"/>
</annotation>
</item>
<item name='java.awt.Component boolean isInstanceOf(java.lang.Object, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Component boolean isInstanceOf(java.lang.Object, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Component boolean isMaximumSizeSet()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -105,6 +129,11 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component boolean isVisible_NoClientCode()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component boolean postsOldMouseEvents()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -125,7 +154,7 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component int getBoundsOp()'>
<item name='java.awt.Component int getBaseline(int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
@@ -150,17 +179,20 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component int numListening(long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component java.awt.Component getComponentAt(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Component java.awt.Component getNextFocusCandidate()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Component java.awt.Component locate(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Component java.awt.Component.BaselineResizeBehavior getBaselineResizeBehavior()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component java.awt.Container getParent()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -189,9 +221,9 @@
<item name='java.awt.Component java.awt.Dimension size()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Component java.awt.Window getContainingWindow(java.awt.Component)'>
<item name='java.awt.Component java.lang.Object getObjectLock()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null-&gt;null&quot;"/>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component java.lang.Object getTreeLock()'>
@@ -222,11 +254,6 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component void createChildHierarchyEvents(int, long, boolean)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component void layout()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -235,6 +262,11 @@
<item name='java.awt.Component void list(java.io.PrintStream, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Component void mixOnValidating()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component void readObject(java.io.ObjectInputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -244,11 +276,66 @@
<item name='java.awt.Component void writeObject(java.io.ObjectOutputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Component.AWTTreeLock AWTTreeLock()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.AccessibleAWTComponent int getAccessibleChildrenCount()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.AccessibleAWTComponent java.lang.String getAccessibleDescription()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.AccessibleAWTComponent java.lang.String getAccessibleName()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler AccessibleAWTComponentHandler()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler AccessibleAWTFocusHandler()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.BltBufferStrategy boolean contentsRestored()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.DummyRequestFocusController DummyRequestFocusController()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.FlipBufferStrategy boolean contentsRestored()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.SingleBufferStrategy boolean contentsLost()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.SingleBufferStrategy boolean contentsRestored()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Component.SingleBufferStrategy void show()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container boolean areFocusTraversalKeysSet(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -288,29 +375,27 @@
<item name='java.awt.Container boolean isRemoveNotifyNeeded(java.awt.Component, java.awt.Container, java.awt.Container) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Container boolean isValidateRoot()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container boolean postsOldMouseEvents()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container int countComponents()'>
<item name='java.awt.Container boolean removeDelicately(java.awt.Component, java.awt.Container, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
<val val="&quot;_,null,_-&gt;false&quot;"/>
</annotation>
</item>
<item name='java.awt.Container int countHierarchyMembers()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<item name='java.awt.Container boolean removeDelicately(java.awt.Component, java.awt.Container, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container int getComponentZOrder(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Container int numListening(long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container java.awt.Component add(java.awt.Component)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;!null-&gt;!null;null-&gt;null&quot;"/>
@@ -338,14 +423,11 @@
<item name='java.awt.Container java.awt.Component getComponentAt(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Container java.awt.Component locate(int, int)'>
<item name='java.awt.Container java.awt.Component getMouseEventTargetImpl(int, int, boolean, java.awt.Container.EventTargetFilter, boolean, boolean)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Container java.awt.Component[] getComponents()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container java.awt.Component[] getComponents_NoClientCode()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<item name='java.awt.Container java.awt.Component locate(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Container java.lang.String paramString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
@@ -356,9 +438,31 @@
<item name='java.awt.Container void addImpl(java.awt.Component, java.lang.Object, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container void checkAddToSelf(java.awt.Component)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container void checkAddToSelf(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Container void checkAdding(java.awt.Component, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container void checkNotAWindow(java.awt.Component)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container void checkNotAWindow(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Container void decreaseComponentCount(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container void increaseComponentCount(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container void list(java.io.PrintStream, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -368,9 +472,6 @@
<item name='java.awt.Container void remove(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container void removeDelicately(java.awt.Component, java.awt.Container, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container void reparentChild(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -380,6 +481,42 @@
<item name='java.awt.Container void writeObject(java.io.ObjectOutputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container.AccessibleAWTContainer.AccessibleContainerHandler AccessibleContainerHandler()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container.DropTargetEventTargetFilter DropTargetEventTargetFilter()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container.DropTargetEventTargetFilter boolean accept(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container.MouseEventTargetFilter MouseEventTargetFilter()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container.MouseEventTargetFilter boolean accept(java.awt.Component)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container.MouseEventTargetFilter boolean accept(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Container.WakingRunnable WakingRunnable()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Container.WakingRunnable void run()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Dimension Dimension(java.awt.Dimension) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -443,12 +580,6 @@
<item name='java.awt.Frame void writeObject(java.io.ObjectOutputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Window Window(java.awt.Frame) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Window Window(java.awt.Window) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Window boolean getFocusableWindowState()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -459,16 +590,46 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window boolean isAutoRequestFocus()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window boolean isDisposing()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window boolean isFocusCycleRoot()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window boolean isModalBlocked()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window boolean isRecursivelyVisible()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window boolean isShowing()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window boolean isValidateRoot()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window double limit(double, double, double)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window java.awt.Component getFocusOwner()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -480,6 +641,12 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window java.awt.Container getContainer()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Window java.awt.Container getFocusCycleRootAncestor()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -491,6 +658,11 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window java.awt.Window getOwner_NoClientCode()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window java.lang.String constructComponentName()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -499,6 +671,9 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window java.util.List&lt;java.awt.Image&gt; getIconImages()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Window void adjustDecendantsOnParent(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -509,6 +684,11 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window void applyCurrentShape()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window void clearMostRecentFocusOwnerOnHide()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -517,9 +697,14 @@
<item name='java.awt.Window void connectOwnedWindow(java.awt.Window) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Window void ownedInit(java.awt.Window) 0'>
<item name='java.awt.Window void deserializeResources(java.io.ObjectInputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Window void mixOnReshaping()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window void readObject(java.io.ObjectInputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -528,6 +713,20 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window void setIconImages(java.util.List&lt;? extends java.awt.Image&gt;) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.awt.Window void setType(java.awt.Window.Type) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Window void updateChildFocusableWindowState(java.awt.Window) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.awt.Window void updateZOrder()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.awt.Window void writeObject(java.io.ObjectOutputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>

View File

@@ -125,6 +125,12 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ByteArrayOutputStream byte[] toByteArray()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ByteArrayOutputStream int size()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -212,6 +218,9 @@
<item name='java.io.File boolean equals(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.File boolean renameTo(java.io.File) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.File int getPrefixLength()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -223,33 +232,12 @@
<item name='java.io.File java.io.File createTempFile(java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.File java.io.File createTempFile(java.lang.String, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.File java.io.File createTempFile(java.lang.String, java.lang.String, java.io.File)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.File java.io.File createTempFile(java.lang.String, java.lang.String, java.io.File) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.File java.io.File createTempFile(java.lang.String, java.lang.String, java.io.File) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.File java.io.File createTempFile(java.lang.String, java.lang.String, java.io.File) 2'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.File java.io.File generateFile(java.lang.String, java.lang.String, java.io.File)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.File java.io.File generateFile(java.lang.String, java.lang.String, java.io.File) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.File java.io.File generateFile(java.lang.String, java.lang.String, java.io.File) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.File java.io.File generateFile(java.lang.String, java.lang.String, java.io.File) 2'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.File java.io.File getAbsoluteFile()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -292,6 +280,9 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.File java.lang.String[] list()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.File java.lang.String[] list(java.io.FilenameFilter) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -307,11 +298,31 @@
<item name='java.io.File void writeObject(java.io.ObjectOutputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.File.LazyInitialization LazyInitialization()'>
<item name='java.io.File.TempDirectory TempDirectory()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.File.TempDirectory java.io.File generateFile(java.lang.String, java.lang.String, java.io.File)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.File.TempDirectory java.io.File generateFile(java.lang.String, java.lang.String, java.io.File) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.File.TempDirectory java.io.File generateFile(java.lang.String, java.lang.String, java.io.File) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.File.TempDirectory java.io.File generateFile(java.lang.String, java.lang.String, java.io.File) 2'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.File.TempDirectory java.io.File location()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.FileInputStream FileInputStream(java.io.File) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.FileInputStream int read(byte[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -336,9 +347,24 @@
<item name='java.io.FileNotFoundException FileNotFoundException(java.lang.String, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.FileOutputStream FileOutputStream(java.io.File) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.FileOutputStream FileOutputStream(java.io.File, boolean) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.FileOutputStream void write(byte[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.FileReader FileReader(java.io.File) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.FileWriter FileWriter(java.io.File) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.FileWriter FileWriter(java.io.File, boolean) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.FilterOutputStream FilterOutputStream(java.io.OutputStream)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -360,6 +386,16 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.IOException IOException(java.lang.String, java.lang.Throwable)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.IOException IOException(java.lang.Throwable)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.InputStream InputStream()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -408,12 +444,18 @@
<item name='java.io.ObjectInputStream int read(byte[], int, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream java.lang.Class resolveProxyClass(java.lang.String[]) 0'>
<item name='java.io.ObjectInputStream java.io.ObjectInputStream.GetField readFields()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream java.lang.Class&lt;?&gt; resolveProxyClass(java.lang.String[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream java.lang.Enum readEnum(boolean)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.ObjectInputStream java.lang.Object cloneArray(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream java.lang.Object readArray(boolean)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -447,6 +489,137 @@
<item name='java.io.ObjectInputStream void readFully(byte[], int, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream.BlockDataInputStream boolean getBlockDataMode()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.BlockDataInputStream int currentBlockRemaining()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.BlockDataInputStream int readUTFChar(java.lang.StringBuilder, long) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream.BlockDataInputStream java.lang.String readLine()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.ObjectInputStream.BlockDataInputStream java.lang.String readLongUTF()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream.BlockDataInputStream java.lang.String readUTF()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream.BlockDataInputStream java.lang.String readUTFBody(long)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream.BlockDataInputStream long readUTFSpan(java.lang.StringBuilder, long) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream.BlockDataInputStream void readFully(byte[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectInputStream.Caches Caches()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.FilterValues FilterValues(java.lang.Class&lt;?&gt;, long, long, long, long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.FilterValues java.lang.Class&lt;?&gt; serialClass()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.FilterValues long arrayLength()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.FilterValues long depth()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.FilterValues long references()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.FilterValues long streamBytes()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.GetField GetField()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.GetFieldImpl java.lang.Object get(java.lang.String, java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.ObjectInputStream.HandleTable HandleTable(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.HandleTable int size()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.HandleTable java.lang.ClassNotFoundException lookupException(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.ObjectInputStream.HandleTable java.lang.Object lookupObject(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.ObjectInputStream.HandleTable.HandleList HandleList()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.HandleTable.HandleList int get(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.HandleTable.HandleList int size()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.Logging Logging()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.PeekInputStream PeekInputStream(java.io.InputStream)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.PeekInputStream long getBytesRead()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectInputStream.ValidationList ValidationList()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectOutputStream int getProtocolVersion()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -458,20 +631,20 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectOutputStream void annotateClass(java.lang.Class)'>
<item name='java.io.ObjectOutputStream void annotateClass(java.lang.Class&lt;?&gt;)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectOutputStream void annotateClass(java.lang.Class) 0'>
<item name='java.io.ObjectOutputStream void annotateClass(java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.ObjectOutputStream void annotateProxyClass(java.lang.Class)'>
<item name='java.io.ObjectOutputStream void annotateProxyClass(java.lang.Class&lt;?&gt;)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectOutputStream void annotateProxyClass(java.lang.Class) 0'>
<item name='java.io.ObjectOutputStream void annotateProxyClass(java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.ObjectOutputStream void write(byte[]) 0'>
@@ -494,6 +667,64 @@
<item name='java.io.ObjectOutputStream void writeTypeString(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.ObjectOutputStream.BlockDataOutputStream boolean getBlockDataMode()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectOutputStream.BlockDataOutputStream long getUTFLength(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectOutputStream.BlockDataOutputStream void write(byte[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectOutputStream.BlockDataOutputStream void writeBytes(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectOutputStream.BlockDataOutputStream void writeChars(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectOutputStream.BlockDataOutputStream void writeLongUTF(java.lang.String, long) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectOutputStream.BlockDataOutputStream void writeUTF(java.lang.String, long) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectOutputStream.BlockDataOutputStream void writeUTFBody(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectOutputStream.Caches Caches()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectOutputStream.DebugTraceInfoStack DebugTraceInfoStack()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectOutputStream.DebugTraceInfoStack java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectOutputStream.DebugTraceInfoStack void push(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.ObjectOutputStream.HandleTable int size()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectOutputStream.PutField PutField()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.ObjectOutputStream.PutFieldImpl void write(java.io.ObjectOutput) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.ObjectStreamException ObjectStreamException()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -534,12 +765,10 @@
<item name='java.io.OutputStreamWriter OutputStreamWriter(java.io.OutputStream, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.PrintStream PrintStream(boolean, java.io.OutputStream)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<item name='java.io.PrintStream PrintStream(java.io.File) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.PrintStream PrintStream(boolean, java.io.OutputStream) 1'>
<item name='java.io.PrintStream PrintStream(java.io.File, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.PrintStream PrintStream(java.io.File, java.lang.String) 1'>
@@ -560,6 +789,14 @@
<item name='java.io.PrintStream PrintStream(java.lang.String, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.PrintStream T requireNonNull(T, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.PrintStream T requireNonNull(T, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.PrintStream java.io.PrintStream append(char)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -586,9 +823,6 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.io.PrintStream void init(java.io.OutputStreamWriter) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.PrintStream void print(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -598,6 +832,9 @@
<item name='java.io.PrintStream void println(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.io.RandomAccessFile RandomAccessFile(java.io.File, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.io.RandomAccessFile RandomAccessFile(java.io.File, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>

View File

@@ -9,7 +9,7 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.lang.reflect.Array java.lang.Object newInstance(java.lang.Class&lt;?&gt;, int[])'>
<item name='java.lang.reflect.Array java.lang.Object newInstance(java.lang.Class&lt;?&gt;, int...)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>

View File

@@ -72,6 +72,9 @@
<item name='java.net.DatagramPacket void setData(byte[], int, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.DatagramSocket boolean checkFiltering(java.net.DatagramPacket) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.DatagramSocket boolean isBound()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -100,6 +103,17 @@
<item name='java.net.DatagramSocket java.net.InetAddress getLocalAddress()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.DatagramSocket void checkAddress(java.net.InetAddress, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.DatagramSocket void checkAddress(java.net.InetAddress, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.DatagramSocket void checkAddress(java.net.InetAddress, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.DatagramSocket void connect(java.net.InetAddress, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -190,18 +204,6 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.InetAddress java.lang.Object checkLookupTable(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null-&gt;null&quot;"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress java.lang.Object getCachedAddress(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress java.lang.Object getCachedAddress(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.InetAddress java.lang.Object readResolve()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -211,8 +213,8 @@
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress java.lang.String getHostFromNameService(java.net.InetAddress, boolean) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<item name='java.net.InetAddress java.lang.String getHostFromNameService(java.net.InetAddress, boolean)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.Contract'>
@@ -235,6 +237,20 @@
<item name='java.net.InetAddress java.net.InetAddress getByName(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress java.net.InetAddress getByName(java.lang.String, java.net.InetAddress) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress java.net.InetAddress.InetAddressHolder holder()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.InetAddress java.net.InetAddress[] checkLookupTable(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null-&gt;null&quot;"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress java.net.InetAddress[] getAllByName(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null-&gt;!null&quot;"/>
@@ -243,12 +259,82 @@
<item name='java.net.InetAddress java.net.InetAddress[] getAllByName(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress java.net.InetAddress[] getAllByName(java.lang.String, java.net.InetAddress)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null,_-&gt;!null&quot;"/>
</annotation>
</item>
<item name='java.net.InetAddress java.net.InetAddress[] getAllByName(java.lang.String, java.net.InetAddress) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress java.net.InetAddress[] getAllByName0(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.InetAddress java.net.InetAddress[] getAllByName0(java.lang.String, boolean) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.InetAddress java.net.InetAddress[] getAllByName0(java.lang.String, java.net.InetAddress, boolean) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.InetAddress java.net.InetAddress[] getCachedAddresses(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress java.net.InetAddress[] getCachedAddresses(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.InetAddress void cacheAddresses(java.lang.String, java.net.InetAddress[], boolean) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.InetAddress void readObject(java.io.ObjectInputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.InetAddress void readObjectNoData(java.io.ObjectInputStream) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress void writeObject(java.io.ObjectOutputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.InetAddress.Cache java.net.InetAddress.Cache put(java.lang.String, java.net.InetAddress[])'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.InetAddress.Cache java.net.InetAddress.CacheEntry get(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.InetAddress.CacheEntry CacheEntry(java.net.InetAddress[], long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.InetAddress.InetAddressHolder InetAddressHolder()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.InetAddress.InetAddressHolder InetAddressHolder(java.lang.String, int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.InetAddress.InetAddressHolder int getAddress()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.InetAddress.InetAddressHolder int getFamily()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.InetAddress.InetAddressHolder java.lang.String getHostName()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.InetAddress.InetAddressHolder java.lang.String getOriginalHostName()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.MalformedURLException MalformedURLException()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -284,6 +370,11 @@
<item name='java.net.ServerSocket void implAccept(java.net.Socket) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.ServerSocket void setPerformancePreferences(int, int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.Socket Socket(java.lang.String, int) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -327,6 +418,22 @@
<item name='java.net.Socket java.net.InetAddress getInetAddress()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.Socket void checkAddress(java.net.InetAddress, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.Socket void checkAddress(java.net.InetAddress, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.Socket void checkAddress(java.net.InetAddress, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.Socket void setPerformancePreferences(int, int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.SocketException SocketException()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -673,6 +780,53 @@
<item name='java.net.URI void writeObject(java.io.ObjectOutputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.URI.Parser Parser(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.URI.Parser boolean at(int, int, java.lang.String) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.URI.Parser int takeIPv4Address(int, int, java.lang.String) 2'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.URI.Parser java.lang.String substring(int, int)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.URI.Parser void checkChar(int, long, long, java.lang.String) 3'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.URI.Parser void checkChars(int, int, long, long, java.lang.String) 4'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.URI.Parser void fail(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;_-&gt;fail&quot;"/>
</annotation>
</item>
<item name='java.net.URI.Parser void fail(java.lang.String, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;_,_-&gt;fail&quot;"/>
</annotation>
</item>
<item name='java.net.URI.Parser void failExpecting(java.lang.String, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;_,_-&gt;fail&quot;"/>
</annotation>
</item>
<item name='java.net.URI.Parser void failExpecting(java.lang.String, int) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.URI.Parser void failExpecting(java.lang.String, java.lang.String, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;_,_,_-&gt;fail&quot;"/>
</annotation>
</item>
<item name='java.net.URI.Parser void failExpecting(java.lang.String, java.lang.String, int) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.URI.Parser void failExpecting(java.lang.String, java.lang.String, int) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.URL URL(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -693,6 +847,14 @@
<item name='java.net.URL boolean equals(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.net.URL boolean isBuiltinStreamHandler(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.URL boolean isBuiltinStreamHandler(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.URL boolean isValidProtocol(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -701,6 +863,9 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.net.URL java.lang.Object readResolve()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.URL java.lang.String getAuthority()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -749,6 +914,9 @@
<item name='java.net.URL java.net.URI toURI()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.URL java.net.URL fabricateNewURL()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.net.URL void readObject(java.io.ObjectInputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>

View File

@@ -91,14 +91,95 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Policy java.lang.String getType()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Policy java.security.Policy getInstance(java.lang.String, java.security.Policy.Parameters)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Policy java.security.Policy getInstance(java.lang.String, java.security.Policy.Parameters, java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Policy java.security.Policy getInstance(java.lang.String, java.security.Policy.Parameters, java.lang.String) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Policy java.security.Policy getInstance(java.lang.String, java.security.Policy.Parameters, java.security.Provider)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Policy java.security.Policy getInstance(java.lang.String, java.security.Policy.Parameters, java.security.Provider) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Policy java.security.Policy handleException(java.security.NoSuchAlgorithmException)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;_-&gt;fail&quot;"/>
</annotation>
</item>
<item name='java.security.Policy java.security.Policy handleException(java.security.NoSuchAlgorithmException) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Policy java.security.Policy.Parameters getParameters()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Policy java.security.Provider getProvider()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Policy void checkPermission(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Policy void initPolicy(java.security.Policy) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Policy void refresh()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Policy.PolicyDelegate java.lang.String getType()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Policy.PolicyDelegate java.security.Policy.Parameters getParameters()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Policy.PolicyDelegate java.security.Provider getProvider()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Policy.PolicyInfo PolicyInfo(java.security.Policy, boolean)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider double getVersion()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider java.lang.Object implPut(java.lang.Object, java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider java.lang.Object implRemove(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider java.lang.Object put(java.lang.Object, java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider java.lang.Object remove(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider java.lang.String getInfo()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -109,6 +190,9 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider java.lang.String getProperty(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -121,24 +205,167 @@
<item name='java.security.Provider java.lang.String[] getTypeAndAlgorithm(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider java.util.Collection values()'>
<item name='java.security.Provider java.security.Provider.Service getService(java.lang.String, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider java.util.Collection&lt;java.lang.Object&gt; values()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider java.util.Set keySet()'>
<item name='java.security.Provider java.util.Set&lt;java.lang.Object&gt; keySet()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider void implPutAll(java.util.Map) 0'>
<item name='java.security.Provider void addEngine(java.lang.String, boolean, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider void checkInitialized()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider void implPutAll(java.util.Map&lt;?,?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider void implRemoveService(java.security.Provider.Service) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider void parseLegacyPut(java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider void putAll(java.util.Map) 0'>
<item name='java.security.Provider void putAll(java.util.Map&lt;?,?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider void putPropertyStrings(java.security.Provider.Service) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider void putService(java.security.Provider.Service) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider void readObject(java.io.ObjectInputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider void removeInvalidServices(java.util.Map&lt;java.security.Provider.ServiceKey,java.security.Provider.Service&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider void removePropertyStrings(java.security.Provider.Service) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider void removeService(java.security.Provider.Service) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider.EngineDescription EngineDescription(java.lang.String, boolean, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.Service Service(java.security.Provider)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.Service Service(java.security.Provider, java.lang.String, java.lang.String, java.lang.String, java.util.List&lt;java.lang.String&gt;, java.util.Map&lt;java.lang.String,java.lang.String&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider.Service Service(java.security.Provider, java.lang.String, java.lang.String, java.lang.String, java.util.List&lt;java.lang.String&gt;, java.util.Map&lt;java.lang.String,java.lang.String&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider.Service Service(java.security.Provider, java.lang.String, java.lang.String, java.lang.String, java.util.List&lt;java.lang.String&gt;, java.util.Map&lt;java.lang.String,java.lang.String&gt;) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider.Service Service(java.security.Provider, java.lang.String, java.lang.String, java.lang.String, java.util.List&lt;java.lang.String&gt;, java.util.Map&lt;java.lang.String,java.lang.String&gt;) 3'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider.Service Service(java.security.Provider, java.lang.String, java.lang.String, java.lang.String, java.util.List&lt;java.lang.String&gt;, java.util.Map&lt;java.lang.String,java.lang.String&gt;) 4'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider.Service Service(java.security.Provider, java.lang.String, java.lang.String, java.lang.String, java.util.List&lt;java.lang.String&gt;, java.util.Map&lt;java.lang.String,java.lang.String&gt;) 5'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider.Service boolean isValid()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.Service boolean supportsParameter(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider.Service java.lang.Class&lt;?&gt; getKeyClass(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider.Service java.lang.String getAlgorithm()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.Service java.lang.String getAttribute(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider.Service java.lang.String getClassName()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.Service java.lang.String getType()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.Service java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider.Service java.security.Provider getProvider()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.Service java.util.List&lt;java.lang.String&gt; getAliases()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.Service void addAttribute(java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider.ServiceKey ServiceKey(java.lang.String, java.lang.String, boolean) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider.ServiceKey boolean equals(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.ServiceKey boolean equals(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider.ServiceKey boolean matches(java.lang.String, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.ServiceKey boolean matches(java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider.ServiceKey boolean matches(java.lang.String, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider.UString UString(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Provider.UString boolean equals(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Provider.UString boolean equals(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Provider.UString java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Security Security()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -207,13 +434,16 @@
<item name='java.security.Security java.security.Provider[] getProviders(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Security java.security.Provider[] getProviders(java.util.Map)'>
<item name='java.security.Security java.security.Provider[] getProviders(java.util.Map&lt;java.lang.String,java.lang.String&gt;)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Security java.security.Provider[] getProviders(java.util.Map) 0'>
<item name='java.security.Security java.security.Provider[] getProviders(java.util.Map&lt;java.lang.String,java.lang.String&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Security java.util.Set getAlgorithms(java.lang.String) 0'>
<item name='java.security.Security java.security.Security.ProviderProperty getProviderProperty(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Security java.util.Set&lt;java.lang.String&gt; getAlgorithms(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.security.Security void invalidateSMCache(java.lang.String) 0'>
@@ -222,6 +452,11 @@
<item name='java.security.Security void setProperty(java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.security.Security.ProviderProperty ProviderProperty()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.security.Signer Signer()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>

View File

@@ -24,6 +24,9 @@
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.sql.BatchUpdateException int[] getUpdateCounts()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.sql.DataTruncation boolean getParameter()'>
@@ -261,6 +264,11 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.sql.Timestamp Timestamp(long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.sql.Timestamp boolean equals(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null-&gt;false&quot;"/>

View File

@@ -1,38 +1,8 @@
<root>
<item name='java.util.concurrent.TimeUnit int excessNanos(long, long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.TimeUnit long convert(long, java.util.concurrent.TimeUnit)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.TimeUnit long convert(long, java.util.concurrent.TimeUnit) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.concurrent.TimeUnit long doConvert(int, long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.TimeUnit long toMicros(long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.TimeUnit long toMillis(long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.TimeUnit long toNanos(long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.TimeUnit long toSeconds(long)'>
<item name='java.util.concurrent.TimeUnit long x(long, long, long)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>

View File

@@ -61,6 +61,11 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerArray AtomicIntegerArray(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerArray AtomicIntegerArray(int[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -75,7 +80,12 @@
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerArray long rawIndex(int)'>
<item name='java.util.concurrent.atomic.AtomicIntegerArray long byteOffset(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerArray long checkedByteOffset(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
@@ -91,13 +101,36 @@
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater java.util.concurrent.atomic.AtomicIntegerFieldUpdater&lt;U&gt; newUpdater(java.lang.Class&lt;U&gt;, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater java.util.concurrent.atomic.AtomicIntegerFieldUpdater&lt;U&gt; newUpdater(java.lang.Class&lt;U&gt;, java.lang.String) 1'>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl AtomicIntegerFieldUpdaterImpl(java.lang.Class&lt;T&gt;, java.lang.String, java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl AtomicIntegerFieldUpdaterImpl(java.lang.Class&lt;T&gt;, java.lang.String) 0'>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl AtomicIntegerFieldUpdaterImpl(java.lang.Class&lt;T&gt;, java.lang.String, java.lang.Class&lt;?&gt;) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl AtomicIntegerFieldUpdaterImpl(java.lang.Class&lt;T&gt;, java.lang.String) 1'>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl boolean isAncestor(java.lang.ClassLoader, java.lang.ClassLoader) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl boolean isAncestor(java.lang.ClassLoader, java.lang.ClassLoader) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl boolean isSamePackage(java.lang.Class&lt;?&gt;, java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl boolean isSamePackage(java.lang.Class&lt;?&gt;, java.lang.Class&lt;?&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl java.lang.String getPackageName(java.lang.Class&lt;?&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl java.lang.String getPackageName(java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl void throwAccessCheckException(T)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;_-&gt;fail&quot;"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl void throwAccessCheckException(T) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLong AtomicLong()'>
@@ -141,6 +174,11 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicLongArray AtomicLongArray(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicLongArray AtomicLongArray(long[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -155,7 +193,12 @@
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongArray long rawIndex(int)'>
<item name='java.util.concurrent.atomic.AtomicLongArray long byteOffset(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicLongArray long checkedByteOffset(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
@@ -165,25 +208,51 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater boolean isAncestor(java.lang.ClassLoader, java.lang.ClassLoader) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater boolean isAncestor(java.lang.ClassLoader, java.lang.ClassLoader) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater boolean isSamePackage(java.lang.Class&lt;?&gt;, java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater boolean isSamePackage(java.lang.Class&lt;?&gt;, java.lang.Class&lt;?&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater java.lang.String getPackageName(java.lang.Class&lt;?&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater java.lang.String getPackageName(java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater java.util.concurrent.atomic.AtomicLongFieldUpdater&lt;U&gt; newUpdater(java.lang.Class&lt;U&gt;, java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater java.util.concurrent.atomic.AtomicLongFieldUpdater&lt;U&gt; newUpdater(java.lang.Class&lt;U&gt;, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater java.util.concurrent.atomic.AtomicLongFieldUpdater&lt;U&gt; newUpdater(java.lang.Class&lt;U&gt;, java.lang.String) 1'>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.CASUpdater CASUpdater(java.lang.Class&lt;T&gt;, java.lang.String, java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.CASUpdater CASUpdater(java.lang.Class&lt;T&gt;, java.lang.String) 0'>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.CASUpdater CASUpdater(java.lang.Class&lt;T&gt;, java.lang.String, java.lang.Class&lt;?&gt;) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.CASUpdater CASUpdater(java.lang.Class&lt;T&gt;, java.lang.String) 1'>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.CASUpdater void throwAccessCheckException(T)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;_-&gt;fail&quot;"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.CASUpdater void throwAccessCheckException(T) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.LockedUpdater LockedUpdater(java.lang.Class&lt;T&gt;, java.lang.String) 0'>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.LockedUpdater LockedUpdater(java.lang.Class&lt;T&gt;, java.lang.String, java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.LockedUpdater LockedUpdater(java.lang.Class&lt;T&gt;, java.lang.String) 1'>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.LockedUpdater LockedUpdater(java.lang.Class&lt;T&gt;, java.lang.String, java.lang.Class&lt;?&gt;) 2'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicLongFieldUpdater.LockedUpdater java.lang.RuntimeException accessCheckException(T)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicMarkableReference AtomicMarkableReference(V, boolean)'>
@@ -207,14 +276,17 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicMarkableReference boolean weakCompareAndSet(V, V, boolean, boolean) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.concurrent.atomic.AtomicMarkableReference.ReferenceBooleanPair ReferenceBooleanPair(T, boolean)'>
<item name='java.util.concurrent.atomic.AtomicMarkableReference.Pair Pair(T, boolean)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicMarkableReference.Pair java.util.concurrent.atomic.AtomicMarkableReference.Pair&lt;T&gt; of(T, boolean)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReference AtomicReference()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -235,9 +307,19 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceArray AtomicReferenceArray(E[])'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceArray AtomicReferenceArray(E[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceArray AtomicReferenceArray(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceArray int length()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -249,11 +331,19 @@
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceArray long rawIndex(int)'>
<item name='java.util.concurrent.atomic.AtomicReferenceArray long byteOffset(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceArray long checkedByteOffset(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceArray void readObject(java.io.ObjectInputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater AtomicReferenceFieldUpdater()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -265,16 +355,51 @@
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater java.util.concurrent.atomic.AtomicReferenceFieldUpdater&lt;U,W&gt; newUpdater(java.lang.Class&lt;U&gt;, java.lang.Class&lt;W&gt;, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater java.util.concurrent.atomic.AtomicReferenceFieldUpdater&lt;U,W&gt; newUpdater(java.lang.Class&lt;U&gt;, java.lang.Class&lt;W&gt;, java.lang.String) 2'>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater java.util.concurrent.atomic.AtomicReferenceFieldUpdater&lt;U,W&gt; newUpdater(java.lang.Class&lt;U&gt;, java.lang.Class&lt;W&gt;, java.lang.String) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl AtomicReferenceFieldUpdaterImpl(java.lang.Class&lt;T&gt;, java.lang.Class&lt;V&gt;, java.lang.String) 0'>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl AtomicReferenceFieldUpdaterImpl(java.lang.Class&lt;T&gt;, java.lang.Class&lt;V&gt;, java.lang.String, java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl AtomicReferenceFieldUpdaterImpl(java.lang.Class&lt;T&gt;, java.lang.Class&lt;V&gt;, java.lang.String) 2'>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl AtomicReferenceFieldUpdaterImpl(java.lang.Class&lt;T&gt;, java.lang.Class&lt;V&gt;, java.lang.String, java.lang.Class&lt;?&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl void updateCheck(T, V) 1'>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl AtomicReferenceFieldUpdaterImpl(java.lang.Class&lt;T&gt;, java.lang.Class&lt;V&gt;, java.lang.String, java.lang.Class&lt;?&gt;) 3'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl boolean isAncestor(java.lang.ClassLoader, java.lang.ClassLoader) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl boolean isAncestor(java.lang.ClassLoader, java.lang.ClassLoader) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl boolean isSamePackage(java.lang.Class&lt;?&gt;, java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl boolean isSamePackage(java.lang.Class&lt;?&gt;, java.lang.Class&lt;?&gt;) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl java.lang.String getPackageName(java.lang.Class&lt;?&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl java.lang.String getPackageName(java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl void throwAccessCheckException(T)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;_-&gt;fail&quot;"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl void throwAccessCheckException(T) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl void throwCCE()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="value" val="&quot;-&gt;fail&quot;"/>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl void valueCheck(V) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.concurrent.atomic.AtomicStampedReference AtomicStampedReference(V, int)'>
@@ -293,17 +418,20 @@
<item name='java.util.concurrent.atomic.AtomicStampedReference boolean compareAndSet(V, V, int, int) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.concurrent.atomic.AtomicStampedReference boolean weakCompareAndSet(V, V, int, int) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='java.util.concurrent.atomic.AtomicStampedReference int getStamp()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicStampedReference.ReferenceIntegerPair ReferenceIntegerPair(T, int)'>
<item name='java.util.concurrent.atomic.AtomicStampedReference.Pair Pair(T, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.atomic.AtomicStampedReference.Pair java.util.concurrent.atomic.AtomicStampedReference.Pair&lt;T&gt; of(T, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
</root>

View File

@@ -193,6 +193,9 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='java.util.concurrent.locks.LockSupport java.lang.Object getBlocker(java.lang.Thread) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='java.util.concurrent.locks.LockSupport void unpark(java.lang.Thread) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>

View File

@@ -1,4 +1,9 @@
<root>
<item name='javax.swing.AbstractButton boolean getHideActionText()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton boolean isBorderPainted()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -25,6 +30,11 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton boolean shouldUpdateSelectedStateFromAction()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton int checkHorizontalKey(int, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -111,6 +121,15 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton void clientPropertyChanged(java.lang.Object, java.lang.Object, java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton void clientPropertyChanged(java.lang.Object, java.lang.Object, java.lang.Object) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton void clientPropertyChanged(java.lang.Object, java.lang.Object, java.lang.Object) 2'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton void init(java.lang.String, javax.swing.Icon) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -128,6 +147,88 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton boolean setCurrentAccessibleValue(java.lang.Number)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;!null-&gt;true;null-&gt;false&quot;"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton boolean setCurrentAccessibleValue(java.lang.Number) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton int getAccessibleActionCount()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton int getCaretPosition()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton int getSelectionEnd()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton int getSelectionStart()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton java.lang.Number getMaximumAccessibleValue()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton java.lang.Number getMinimumAccessibleValue()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton java.lang.String getAccessibleActionDescription(int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton java.lang.String getAfterIndex(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton java.lang.String getAtIndex(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton java.lang.String getBeforeIndex(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton java.lang.String getSelectedText()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton java.lang.String getText(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton java.lang.String getTitledBorderText()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton.ButtonKeyBinding ButtonKeyBinding(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.AccessibleAbstractButton.ButtonKeyBinding int getAccessibleKeyBindingCount()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.ButtonChangeListener ButtonChangeListener()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.AbstractButton.Handler Handler()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JButton boolean isDefaultCapable()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -180,6 +281,14 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent boolean isComponentObtainingGraphicsFrom(java.awt.Component)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent boolean isComponentObtainingGraphicsFrom(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JComponent boolean isDoubleBuffered()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -203,6 +312,11 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent boolean isPaintingForPrint()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent boolean isPaintingOrigin()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -252,6 +366,25 @@
<item name='javax.swing.JComponent java.lang.String paramString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JComponent void clientPropertyChanged(java.lang.Object, java.lang.Object, java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent void clientPropertyChanged(java.lang.Object, java.lang.Object, java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JComponent void clientPropertyChanged(java.lang.Object, java.lang.Object, java.lang.Object) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JComponent void clientPropertyChanged(java.lang.Object, java.lang.Object, java.lang.Object) 2'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JComponent void dndDone()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent void readObject(java.io.ObjectInputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -275,12 +408,66 @@
<item name='javax.swing.JComponent.AccessibleJComponent java.lang.String getTitledBorderText()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JComponent.AccessibleJComponent java.lang.String getToolTipText()'>
<item name='javax.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler AccessibleContainerHandler()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent.AccessibleJComponent.AccessibleFocusHandler AccessibleFocusHandler()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent.ActionStandin ActionStandin(java.awt.event.ActionListener, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent.ActionStandin java.lang.Object getValue(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null-&gt;null&quot;"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JComponent.ActionStandin java.lang.Object getValue(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JComponent.ActionStandin void putValue(java.lang.String, java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent.ActionStandin void putValue(java.lang.String, java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JComponent.ActionStandin void putValue(java.lang.String, java.lang.Object) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JComponent.ActionStandin void setEnabled(boolean)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent.IntVector IntVector()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent.IntVector int elementAt(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent.IntVector int size()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JComponent.KeyboardState KeyboardState()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JDialog JDialog(java.awt.Frame) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -391,6 +578,52 @@
<item name='javax.swing.JLabel void writeObject(java.io.ObjectOutputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel int getCaretPosition()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel int getSelectionEnd()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel int getSelectionStart()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel java.lang.String getAfterIndex(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel java.lang.String getAtIndex(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel java.lang.String getBeforeIndex(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel java.lang.String getSelectedText()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel java.lang.String getText(int, int)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel java.lang.String getTitledBorderText()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel.LabelKeyBinding LabelKeyBinding(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JLabel.AccessibleJLabel.LabelKeyBinding int getAccessibleKeyBindingCount()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JPanel java.lang.String getUIClassID()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -458,17 +691,22 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable boolean getAutoCreateRowSorter()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable boolean getDragEnabled()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable boolean getRowSelectionAllowed()'>
<item name='javax.swing.JTable boolean getFillsViewportHeight()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable boolean getScrollableTracksViewportHeight()'>
<item name='javax.swing.JTable boolean getRowSelectionAllowed()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
@@ -493,11 +731,19 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable boolean getUpdateSelectionOnSort()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable boolean isEditing()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable int convertRowIndexToView(int, javax.swing.JTable.ModelChange) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable int getAutoResizeMode()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -559,6 +805,11 @@
<item name='javax.swing.JTable javax.swing.JScrollPane createScrollPaneForTable(javax.swing.JTable) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable javax.swing.JTable.DropLocation getDropLocation()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable javax.swing.table.TableModel createDefaultDataModel()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -567,9 +818,27 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable void adjustSizes(long, javax.swing.JTable.Resizable2, boolean) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable void adjustSizes(long, javax.swing.JTable.Resizable3, boolean) 1'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable void notifySorter(javax.swing.JTable.ModelChange) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable void readObject(java.io.ObjectInputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable void repaintSortedRows(javax.swing.JTable.ModelChange) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable void restoreSortingSelection(int[], int, javax.swing.JTable.ModelChange) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable void restoreSortingSelection(int[], int, javax.swing.JTable.ModelChange) 2'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable void setIntercellSpacing(java.awt.Dimension) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -582,12 +851,179 @@
<item name='javax.swing.JTable void setUIProperty(java.lang.String, java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable void updateSubComponentUI(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable void writeObject(java.io.ObjectOutputStream) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable.AccessibleJTable int getAccessibleColumnExtentAt(int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable int getAccessibleRowExtentAt(int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableCell int getAccessibleIndexInParent()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableCell java.awt.Dimension getSize()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableCell java.util.Locale getLocale()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableHeaderCell int getAccessibleIndexInParent()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableHeaderCell java.awt.Component getCurrentComponent()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableHeaderCell java.awt.Dimension getSize()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableHeaderCell java.lang.String getAccessibleName()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableHeaderCell java.util.Locale getLocale()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange AccessibleJTableModelChange(int, int, int, int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange int getFirstColumn()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange int getFirstRow()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange int getLastColumn()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange int getLastRow()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange int getType()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleTableHeader boolean isAccessibleColumnSelected(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleTableHeader boolean isAccessibleRowSelected(int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleTableHeader boolean isAccessibleSelected(int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleTableHeader int getAccessibleColumnExtentAt(int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleTableHeader int getAccessibleRowCount()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleTableHeader int getAccessibleRowExtentAt(int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleTableHeader int[] getSelectedAccessibleColumns()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable.AccessibleJTable.AccessibleTableHeader int[] getSelectedAccessibleRows()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable.BooleanRenderer java.awt.Component getTableCellRendererComponent(javax.swing.JTable, java.lang.Object, boolean, boolean, int, int)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable.BooleanRenderer java.awt.Component getTableCellRendererComponent(javax.swing.JTable, java.lang.Object, boolean, boolean, int, int) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable.BooleanRenderer java.awt.Component getTableCellRendererComponent(javax.swing.JTable, java.lang.Object, boolean, boolean, int, int) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable.DateRenderer void setValue(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable.DoubleRenderer void setValue(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable.DropLocation boolean isInsertColumn()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.DropLocation boolean isInsertRow()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.DropLocation int getColumn()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.DropLocation int getRow()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.DropLocation java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.JTable.GenericEditor java.awt.Component getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null,_,_,_,_-&gt;null&quot;"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable.GenericEditor java.lang.Object getCellEditorValue()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='javax.swing.JTable.IconRenderer void setValue(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.JTable.SortManager void restoreSelection(javax.swing.JTable.ModelChange) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.SwingUtilities SwingUtilities()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="value" val="&quot;-&gt;fail&quot;"/>
@@ -644,16 +1080,28 @@
<item name='javax.swing.SwingUtilities java.awt.Container getAncestorNamed(java.lang.String, java.awt.Component) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.SwingUtilities java.awt.Container getAncestorOfClass(java.lang.Class, java.awt.Component)'>
<item name='javax.swing.SwingUtilities java.awt.Container getAncestorOfClass(java.lang.Class&lt;?&gt;, java.awt.Component)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;_,null-&gt;null;null,_-&gt;null&quot;"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.SwingUtilities java.awt.Container getAncestorOfClass(java.lang.Class, java.awt.Component) 0'>
<item name='javax.swing.SwingUtilities java.awt.Container getAncestorOfClass(java.lang.Class&lt;?&gt;, java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.SwingUtilities java.awt.Container getAncestorOfClass(java.lang.Class, java.awt.Component) 1'>
<item name='javax.swing.SwingUtilities java.awt.Container getAncestorOfClass(java.lang.Class&lt;?&gt;, java.awt.Component) 1'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.SwingUtilities java.awt.Container getUnwrappedParent(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.SwingUtilities java.awt.Container getValidateRoot(java.awt.Container, boolean)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null,_-&gt;null&quot;"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.SwingUtilities java.awt.Container getValidateRoot(java.awt.Container, boolean) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.SwingUtilities java.awt.Window getWindowAncestor(java.awt.Component)'>
@@ -668,10 +1116,24 @@
<item name='javax.swing.SwingUtilities java.awt.Window windowForComponent(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.SwingUtilities javax.swing.JComponent getPaintingOrigin(javax.swing.JComponent)'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.SwingUtilities javax.swing.JComponent getPaintingOrigin(javax.swing.JComponent) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.SwingUtilities void updateComponentTreeUI(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='javax.swing.SwingUtilities void updateComponentTreeUI0(java.awt.Component) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.SwingUtilities void updateRendererOrEditorUI(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='javax.swing.SwingUtilities.SharedOwnerFrame void show()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
</root>

View File

@@ -1634,7 +1634,8 @@
</item>
<item name='org.apache.commons.lang.CharSetUtils java.lang.String translate(java.lang.String, java.lang.String, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;!null,_,_-&gt;!null;null,_,_-&gt;null&quot;"/>
<val name="value" val="&quot;!null,_,_-&gt;!null;null,_,_-&gt;null&quot;"/>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.CharSetUtils org.apache.commons.lang.CharSet evaluateSet(java.lang.String[])'>
@@ -2300,7 +2301,18 @@
</item>
<item name='org.apache.commons.lang.NumberUtils boolean isNumber(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null-&gt;false&quot;"/>
<val name="value" val="&quot;null-&gt;false&quot;"/>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.NumberUtils int compare(double, double)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.NumberUtils int compare(float, float)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.NumberUtils int maximum(int, int, int)'>
@@ -2319,15 +2331,9 @@
<item name='org.apache.commons.lang.NumberUtils java.lang.Float createFloat(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.commons.lang.NumberUtils java.lang.Integer createInteger(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.commons.lang.NumberUtils java.lang.Integer createInteger(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.commons.lang.NumberUtils java.lang.Long createLong(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.commons.lang.NumberUtils java.lang.Long createLong(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>

View File

@@ -39,6 +39,11 @@
<item name='org.apache.commons.lang.math.DoubleRange boolean containsRange(org.apache.commons.lang.math.Range) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='org.apache.commons.lang.math.DoubleRange boolean equals(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.DoubleRange boolean equals(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -135,6 +140,11 @@
<item name='org.apache.commons.lang.math.FloatRange boolean containsRange(org.apache.commons.lang.math.Range) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='org.apache.commons.lang.math.FloatRange boolean equals(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.FloatRange boolean equals(java.lang.Object) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -362,15 +372,75 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils double max(double, double)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils double max(double, double, double)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils double max(double[])'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils double max(double[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils double min(double, double)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils double min(double, double, double)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils double min(double[])'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils double min(double[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils float max(float, float)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils float max(float, float, float)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils float max(float[])'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils float max(float[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils float min(float, float)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils float min(float, float, float)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils float min(float[])'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.IEEE754rUtils float min(float[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -666,7 +736,8 @@
</item>
<item name='org.apache.commons.lang.math.NumberUtils boolean isNumber(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null-&gt;false&quot;"/>
<val name="value" val="&quot;null-&gt;false&quot;"/>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.NumberUtils byte max(byte, byte, byte)'>
@@ -695,6 +766,11 @@
<item name='org.apache.commons.lang.math.NumberUtils byte min(byte[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.commons.lang.math.NumberUtils double max(double, double, double)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.NumberUtils double max(double[])'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -703,6 +779,11 @@
<item name='org.apache.commons.lang.math.NumberUtils double max(double[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.commons.lang.math.NumberUtils double min(double, double, double)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.NumberUtils double min(double[])'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -717,6 +798,11 @@
<item name='org.apache.commons.lang.math.NumberUtils double toDouble(java.lang.String, double) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='org.apache.commons.lang.math.NumberUtils float max(float, float, float)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.NumberUtils float max(float[])'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -725,6 +811,11 @@
<item name='org.apache.commons.lang.math.NumberUtils float max(float[]) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.commons.lang.math.NumberUtils float min(float, float, float)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.NumberUtils float min(float[])'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -739,6 +830,16 @@
<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 compare(double, double)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.NumberUtils int compare(float, float)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.math.NumberUtils int max(int, int, int)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -797,7 +898,7 @@
</item>
<item name='org.apache.commons.lang.math.NumberUtils java.lang.Integer createInteger(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;!null-&gt;!null;null-&gt;null&quot;"/>
<val val="&quot;null-&gt;null&quot;"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
@@ -806,7 +907,7 @@
</item>
<item name='org.apache.commons.lang.math.NumberUtils java.lang.Long createLong(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;!null-&gt;!null;null-&gt;null&quot;"/>
<val val="&quot;null-&gt;null&quot;"/>
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>

View File

@@ -155,7 +155,8 @@
</item>
<item name='org.apache.commons.lang.mutable.MutableDouble boolean equals(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null-&gt;false&quot;"/>
<val name="value" val="&quot;null-&gt;false&quot;"/>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.mutable.MutableDouble boolean equals(java.lang.Object) 0'>
@@ -181,9 +182,19 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.mutable.MutableDouble int compareTo(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="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 hashCode()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.mutable.MutableDouble int intValue()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
@@ -232,7 +243,8 @@
</item>
<item name='org.apache.commons.lang.mutable.MutableFloat boolean equals(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val val="&quot;null-&gt;false&quot;"/>
<val name="value" val="&quot;null-&gt;false&quot;"/>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.mutable.MutableFloat boolean equals(java.lang.Object) 0'>
@@ -258,9 +270,19 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.mutable.MutableFloat int compareTo(java.lang.Object)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="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 hashCode()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.mutable.MutableFloat int intValue()'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>

View File

@@ -564,6 +564,11 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.text.StrMatcher org.apache.commons.lang.text.StrMatcher stringMatcher(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="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>
@@ -615,6 +620,11 @@
<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.StringMatcher StringMatcher(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.text.StrMatcher.StringMatcher StringMatcher(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
@@ -815,6 +825,11 @@
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.text.StrTokenizer StrTokenizer(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.commons.lang.text.StrTokenizer StrTokenizer(java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>

View File

@@ -58,6 +58,9 @@
</annotation>
</item>
<item name='org.apache.velocity.anakia.Escape java.lang.String getText(java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='org.apache.velocity.anakia.Escape java.lang.String getText(java.lang.String) 0'>

View File

@@ -169,6 +169,11 @@
</annotation>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='org.apache.velocity.util.StringUtils java.lang.String sub(java.lang.String, java.lang.String, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="pure" val="true"/>
</annotation>
</item>
<item name='org.apache.velocity.util.StringUtils java.lang.String sub(java.lang.String, java.lang.String, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>