mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:41:47 +07:00
Also: avoid manual mocking of Java 10 classes in StreamCollector10Inlining test, use mockJDK11 instead Also: rewrite SliceTestCase and its inheritors to LightJavaCodeInsightFixtureTestCase, as annotations.jar is not included into project created by DaemonAnalyzerTestCase Also: 'mutates' attribute of @Contract annotation is resolvable now, as we can use newer jetbrains-annotations library. Also: documentation tests now don't generate links to JetBrains annotations, which corresponds to the actual behavior in production GitOrigin-RevId: e460826893c1277cb2b78b18aae9d5aca97d8333
16 lines
922 B
Plaintext
16 lines
922 B
Plaintext
PsiJavaFileStub [org.jetbrains.annotations]
|
|
PsiClassStub[interface annotation name=Nullable fqn=org.jetbrains.annotations.Nullable]
|
|
PsiModifierListStub[mask=1025]
|
|
PsiAnnotationStub[@java.lang.annotation.Documented]
|
|
PsiAnnotationStub[@java.lang.annotation.Retention(value=java.lang.annotation.RetentionPolicy.CLASS)]
|
|
PsiAnnotationStub[@java.lang.annotation.Target(value={java.lang.annotation.ElementType.METHOD,java.lang.annotation.ElementType.FIELD,java.lang.annotation.ElementType.PARAMETER,java.lang.annotation.ElementType.LOCAL_VARIABLE})]
|
|
PsiTypeParameterListStub
|
|
PsiRefListStub[EXTENDS_LIST:]
|
|
PsiRefListStub[IMPLEMENTS_LIST:]
|
|
PsiMethodStub[annotation value:java.lang.String default=""]
|
|
PsiModifierListStub[mask=1025]
|
|
PsiAnnotationStub[@org.jetbrains.annotations.NonNls]
|
|
PsiTypeParameterListStub
|
|
PsiParameterListStub
|
|
PsiRefListStub[THROWS_LIST:]
|