mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-130773 Shorten inferred org.jetbrains.annotations.Nullable/NotNull names in javadoc
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ public class BytecodeAnalysisIntegrationTest extends JavaCodeInsightFixtureTestC
|
||||
public void testInferredAnnoGutter() {
|
||||
setUpLibraries();
|
||||
openDecompiledClass("org.apache.velocity.util.ExceptionUtils");
|
||||
checkHasGutter("<i>@org.jetbrains.annotations.Contract("null,_,_->null")</i>");
|
||||
checkHasGutter("<i>@Contract("null,_,_->null")</i>");
|
||||
}
|
||||
|
||||
public void testExternalAnnoGutter() {
|
||||
|
||||
Reference in New Issue
Block a user