IDEA-130773 Shorten inferred org.jetbrains.annotations.Nullable/NotNull names in javadoc

This commit is contained in:
peter
2014-10-04 09:55:23 +02:00
parent 58ba717287
commit bd298abb73
2 changed files with 10 additions and 4 deletions
@@ -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(&quot;null,_,_-&gt;null&quot;)</i>");
checkHasGutter("<i>@Contract(&quot;null,_,_-&gt;null&quot;)</i>");
}
public void testExternalAnnoGutter() {