mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add debug info to investigate blink test.
This commit is contained in:
+3
-1
@@ -1089,7 +1089,9 @@ public class MavenDependencyCompletionAndResolutionTest extends MavenDomWithIndi
|
||||
PsiReference reference = psiFile.findReferenceAt(i);
|
||||
assert reference != null;
|
||||
|
||||
throw new RuntimeException("Ref:" + reference + ", type: " + reference.getClass().getName() + ", isSoft: " + reference.isSoft(), e);
|
||||
System.err.println("testDontHighlightProblemsInNonManagedPom2 debug info: Ref:" + reference + ", type: " + reference.getClass().getName() + ", isSoft: " + reference.isSoft());
|
||||
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user