Add standard inheritors to hierarchy test

This commit is contained in:
Nikolay Krasko
2016-09-07 19:25:09 +03:00
parent 89a1389512
commit 00db1c1490
2 changed files with 33 additions and 0 deletions
@@ -1,4 +1,27 @@
<node text="Annotation (java.lang.annotation)" base="true">
<node text="Override (java.lang)"/>
<node text="Language (org.intellij.lang.annotations)"/>
<node text="SuppressWarnings (java.lang)"/>
<node text="Deprecated (java.lang)"/>
<node text="Inherited (java.lang.annotation)"/>
<node text="NonNls (org.jetbrains.annotations)"/>
<node text="Target (java.lang.annotation)"/>
<node text="Mutable (org.jetbrains.annotations)"/>
<node text="Subst (org.intellij.lang.annotations)"/>
<node text="Retention (java.lang.annotation)"/>
<node text="TestOnly (org.jetbrains.annotations)"/>
<node text="Nullable (org.jetbrains.annotations)"/>
<node text="Nullable (org.jetbrains.annotations)"/>
<node text="ReadOnly (org.jetbrains.annotations)"/>
<node text="Nls (org.jetbrains.annotations)"/>
<node text="Identifier (org.intellij.lang.annotations)"/>
<node text="PrintFormat (org.intellij.lang.annotations)"/>
<node text="RegExp (org.intellij.lang.annotations)"/>
<node text="Documented (java.lang.annotation)"/>
<node text="Pattern (org.intellij.lang.annotations)"/>
<node text="PropertyKey (org.jetbrains.annotations)"/>
<node text="NotNull (org.jetbrains.annotations)"/>
<node text="NotNull (org.jetbrains.annotations)"/>
<node text="MyAnno (a)"/>
<node text="MyAnno2 (a)"/>
</node>
@@ -1,5 +1,15 @@
<node text="Object (java.lang)">
<node text="Enum (java.lang)" base="true">
<node text="TimeUnit (java.util.concurrent)"/>
<node text="UnicodeScript in Character (java.lang)"/>
<node text="Category in Locale (java.util)"/>
<node text="Type in Cache in InetAddress (java.net)"/>
<node text="BaselineResizeBehavior in Component (java.awt)"/>
<node text="PrintMode in JTable (javax.swing)"/>
<node text="ElementType (java.lang.annotation)"/>
<node text="State in Thread (java.lang)"/>
<node text="RetentionPolicy (java.lang.annotation)"/>
<node text="Type in Window (java.awt)"/>
<node text="One ()"/>
<node text="G ()"/>
</node>