mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
make documentation text decoration performed by DocumentationComponent visible in tests
GitOrigin-RevId: 8c42ee227b4d457e6b57fe43070aef281f922a7a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b502497c20
commit
0f50956071
@@ -11,7 +11,7 @@
|
||||
padding-left:15px;
|
||||
padding-top:1px;
|
||||
}
|
||||
</style><a name="m1--">
|
||||
</style><div class='content'><a name="m1--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3><a href="psi_element://com.jetbrains.LinkBetweenMethods"><code>com.jetbrains.LinkBetweenMethods</code></a></h3>
|
||||
@@ -19,4 +19,4 @@
|
||||
<div class="block"><a href="psi_element://com.jetbrains.LinkBetweenMethods#m2()"><code>m2()</code></a></div>
|
||||
</li>
|
||||
</ul>
|
||||
</HTML>
|
||||
</div><div class='bottom'><icon src='AllIcons.Nodes.PpLibFolder'> myLib</div><div class='bottom'><a href='placeholder'>`m1()` on localhost<icon src='AllIcons.Ide.External_link_arrow'></a>
|
||||
+2
-2
@@ -11,7 +11,7 @@
|
||||
padding-left:15px;
|
||||
padding-top:1px;
|
||||
}
|
||||
</style><!-- ======== START OF CLASS DATA ======== -->
|
||||
</style><div class='content'><!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.jetbrains</div>
|
||||
<h2 title="Interface SimpleInterface" class="title">Interface SimpleInterface</h2>
|
||||
@@ -24,4 +24,4 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</HTML>
|
||||
</div><div class='bottom'><icon src='AllIcons.Nodes.PpLibFolder'> myLib</div><div class='bottom'><a href='placeholder'>`SimpleInterface` on localhost<icon src='AllIcons.Ide.External_link_arrow'></a>
|
||||
@@ -11,7 +11,7 @@
|
||||
padding-left:15px;
|
||||
padding-top:1px;
|
||||
}
|
||||
</style><!-- ======== START OF CLASS DATA ======== -->
|
||||
</style><div class='content'><!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.jetbrains</div>
|
||||
<h2 title="Class ClassWithRefLink" class="title">Class ClassWithRefLink</h2>
|
||||
@@ -32,4 +32,4 @@ extends java.lang.Object</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</HTML>
|
||||
</div><div class='bottom'><icon src='AllIcons.Nodes.PpLibFolder'> myLib</div><div class='bottom'><a href='placeholder'>`ClassWithRefLink` on localhost<icon src='AllIcons.Ide.External_link_arrow'></a>
|
||||
+2
-2
@@ -11,7 +11,7 @@
|
||||
padding-left:15px;
|
||||
padding-top:1px;
|
||||
}
|
||||
</style><a name="param()">
|
||||
</style><div class='content'><a name="param()">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
@@ -26,4 +26,4 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</HTML>
|
||||
</div><div class='bottom'><icon src='AllIcons.Nodes.PpLibFolder'> myLib</div><div class='bottom'><a href='placeholder'>`param()` on localhost<icon src='AllIcons.Ide.External_link_arrow'></a>
|
||||
+1
-1
@@ -5,4 +5,4 @@ public abstract boolean <b>contains</b>(<a href="psi_element://java.la
|
||||
at least one element <tt>e</tt> such that
|
||||
<tt>(o==null ? e==null : o.equals(e))</tt>.
|
||||
|
||||
<p></div><table class='sections'><p><tr><td valign='top' class='section'><p>Overrides:</td><td valign='top'><p><a href="psi_element://java.util.Collection#contains(java.lang.Object)"><code>contains</code></a> in interface <a href="psi_element://java.util.Collection"><code>Collection</code></a></td><tr><td valign='top' class='section'><p>Params:</td><td valign='top'>o – element whose presence in this list is to be tested </td><tr><td valign='top' class='section'><p>Returns:</td><td valign='top'><p><tt>true</tt> if this list contains the specified element </td><tr><td valign='top' class='section'><p>Throws:</td><td valign='top'><p><a href="psi_element://java.lang.ClassCastException"><code>ClassCastException</code></a> – if the type of the specified element is incompatible with this list (<a href="psi_element://java.util.Collection###optional-restrictions">optional</a>) <p><a href="psi_element://java.lang.NullPointerException"><code>NullPointerException</code></a> – if the specified element is null and this list does not permit null elements (<a href="psi_element://java.util.Collection###optional-restrictions">optional</a>)</td><tr><td valign='top' class='section'><p><i>Inferred</i> annotations:</td><td valign='top'><p><i>@<a href="psi_element://org.jetbrains.annotations.Contract">org.jetbrains.annotations.Contract</a>(pure = true)</i></td></table>
|
||||
<p></div><table class='sections'><p><tr><td valign='top' class='section'><p>Overrides:</td><td valign='top'><p><a href="psi_element://java.util.Collection#contains(java.lang.Object)"><code>contains</code></a> in interface <a href="psi_element://java.util.Collection"><code>Collection</code></a></td><tr><td valign='top' class='section'><p>Params:</td><td valign='top'>o – element whose presence in this list is to be tested </td><tr><td valign='top' class='section'><p>Returns:</td><td valign='top'><p><tt>true</tt> if this list contains the specified element </td><tr><td valign='top' class='section'><p>Throws:</td><td valign='top'><p><a href="psi_element://java.lang.ClassCastException"><code>ClassCastException</code></a> – if the type of the specified element is incompatible with this list (<a href="psi_element://java.util.Collection###optional-restrictions">optional</a>) <p><a href="psi_element://java.lang.NullPointerException"><code>NullPointerException</code></a> – if the specified element is null and this list does not permit null elements (<a href="psi_element://java.util.Collection###optional-restrictions">optional</a>)</td><tr><td valign='top' class='section'><p><i>Inferred</i> annotations:</td><td valign='top'><p><i>@<a href="psi_element://org.jetbrains.annotations.Contract">org.jetbrains.annotations.Contract</a>(pure = true)</i></td></table><div class='bottom'><icon src='AllIcons.Nodes.PpLibFolder'> < java 1.7 ></div>
|
||||
@@ -1,2 +1,2 @@
|
||||
<html><head><base href="placeholder"></head><body><div class='definition'><pre>class <b>Foo</b>
|
||||
extends <a href="psi_element://java.lang.Object"><code>Object</code></a></pre></div><table class='sections'></table>
|
||||
<html><head><base href="placeholder"></head><body><div class='definition-only'><pre>class <b>Foo</b>
|
||||
extends <a href="psi_element://java.lang.Object"><code>Object</code></a></pre></div>
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
<div class='content'>
|
||||
some text
|
||||
</div><table class='sections'><p></table>
|
||||
</div>
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
<div class='content'>
|
||||
This package contains nothing but package-info.java
|
||||
</div><table class='sections'><p></table>
|
||||
</div>
|
||||
@@ -1 +1 @@
|
||||
<html><head><base href="placeholder"></head><body><div class='definition'><pre>int <b>i</b></pre></div><div class='content'>i – input</div><table class='sections'></table>
|
||||
<html><head><base href="placeholder"></head><body><div class='definition'><pre>int <b>i</b></pre></div><div class='content'>i – input</div>
|
||||
@@ -1 +1 @@
|
||||
<html><head><base href="placeholder"></head><body><div class='definition'><pre><a href="psi_element://A"><code>A</code></a><<a href="psi_element://java.lang.String"><code>String</code></a>> <b>a = new <a href="psi_element://A"><code>A</code></a><<a href="psi_element://java.lang.String"><code>String</code></a>>()</b></pre></div><table class='sections'></table>
|
||||
<html><head><base href="placeholder"></head><body><div class='definition-only'><pre><a href="psi_element://A"><code>A</code></a><<a href="psi_element://java.lang.String"><code>String</code></a>> <b>a = new <a href="psi_element://A"><code>A</code></a><<a href="psi_element://java.lang.String"><code>String</code></a>>()</b></pre></div>
|
||||
Reference in New Issue
Block a user