mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
BytecodeAnalysis: infer failing contracts; infer contracts for input boolean arguments; squash inferred contracts; refactoring
This commit is contained in:
+2
-3
@@ -235,9 +235,7 @@
|
||||
<annotation name='org.jetbrains.annotations.Nullable'/>
|
||||
</item>
|
||||
<item name='javax.swing.JComponent java.awt.Dimension getSize(java.awt.Dimension)'>
|
||||
<annotation name='org.jetbrains.annotations.Contract'>
|
||||
<val val=""!null->!null;null->!null""/>
|
||||
</annotation>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='javax.swing.JComponent java.awt.Dimension getSize(java.awt.Dimension) 0'>
|
||||
<annotation name='org.jetbrains.annotations.Nullable'/>
|
||||
@@ -592,6 +590,7 @@
|
||||
</item>
|
||||
<item name='javax.swing.SwingUtilities SwingUtilities()'>
|
||||
<annotation name='org.jetbrains.annotations.Contract'>
|
||||
<val name="value" val=""->fail""/>
|
||||
<val name="pure" val="true"/>
|
||||
</annotation>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user