Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/javadocDeclaration/LinksInJavaDoc.java
Alexandr Suhinin 66dc4f4509 [javadoc inspection]: test "JavadocDeclaration" inspection (copy from JavadocDeclarationHighlightingTest)
GitOrigin-RevId: 19cf2b25316068a0f5036e9f422c9e8147084ce4
2022-02-07 09:48:45 +00:00

9 lines
438 B
Java

/**
* <a href="http://www.unicode.org/unicode/standard/standard.html">
* <i>The Unicode Standard</i></a>
*/
class LinksInJavaDoc {
// Since Java 7 classloading is parallel on parallel capable classloader (http://docs.oracle.com/javase/7/docs/tech-notes/guides/lang/cl-mt.html)
// Parallel classloading avoids deadlocks like https://youtrack.jetbrains.com/issue/IDEA-131621,
// Use mailto:webmaster@jetbrains.com to report abuse
}