diff --git a/java/java-tests/testData/codeInsight/documentation/EscapingLink.html b/java/java-tests/testData/codeInsight/documentation/EscapingLink.html index 8febb71e560a..0f3554f979e0 100644 --- a/java/java-tests/testData/codeInsight/documentation/EscapingLink.html +++ b/java/java-tests/testData/codeInsight/documentation/EscapingLink.html @@ -26,4 +26,4 @@ -
Overrides: |
|
Params: | o – element whose presence in this list is to be tested |
Returns: | true if this list contains the specified element |
Throws: |
|
Overrides: |
|
Params: | o – element whose presence in this list is to be tested |
Returns: | true if this list contains the specified element |
Throws: |
|
java.lang.reflect.Constructor<?>[] getDeclaredConstructors()
-throws SecurityExceptionThrows: |
SecurityExceptionThrows: |
" + SECTIONS_END, ""); //NON-NLS
- if (!containsIgnoreQuotesType(text, CONTENT_START)) {
+ boolean hasContent = containsIgnoreQuotesType(text, CONTENT_START);
+ if (!hasContent) {
if (!containsIgnoreQuotesType(text, DEFINITION_START)) {
int bodyStart = findContentStart(text);
if (bodyStart > 0) {
@@ -1916,6 +1917,7 @@ public class DocumentationManager extends DockablePopupManager");
@@ -1924,21 +1926,17 @@ public class DocumentationManager extends DockablePopupManager