mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
performance: do not rewrite the whole file
This commit is contained in:
+6
-6
@@ -1,8 +1,8 @@
|
||||
<root>
|
||||
<item name='p.TestDeannotation java.lang.String get()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='p.TestDeannotation1 java.lang.String get(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='p.TestDeannotation java.lang.String get()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='p.TestDeannotation1 java.lang.String get(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
+8
-8
@@ -1,10 +1,10 @@
|
||||
<root>
|
||||
<item name='suppressed.ExistingExternalName java.lang.String foo()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='suppressed.SecondSuppression void second()'>
|
||||
<annotation name='java.lang.SuppressWarnings'>
|
||||
<val val="{DoesntMatterWhat}"/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='suppressed.ExistingExternalName java.lang.String foo()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='suppressed.SecondSuppression void second()'>
|
||||
<annotation name='java.lang.SuppressWarnings'>
|
||||
<val val="{DoesntMatterWhat}"/>
|
||||
</annotation>
|
||||
</item>
|
||||
</root>
|
||||
+5
-5
@@ -1,7 +1,7 @@
|
||||
<root>
|
||||
<item name='multiRoot.Test java.lang.String get(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'>
|
||||
<val name="value" val=""foo""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='multiRoot.Test java.lang.String get(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'>
|
||||
<val name="value" val=""foo""/>
|
||||
</annotation>
|
||||
</item>
|
||||
</root>
|
||||
+5
-5
@@ -1,7 +1,7 @@
|
||||
<root>
|
||||
<item name='multiRoot.Test java.lang.String get(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.Nullable'>
|
||||
<val name="value" val=""foo""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='multiRoot.Test java.lang.String get(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.Nullable'>
|
||||
<val name="value" val=""foo""/>
|
||||
</annotation>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user