IDEADEV-40411

This commit is contained in:
Alexey Kudravtsev
2009-09-16 18:29:54 +04:00
parent 1e7e771af0
commit b6f59a2620
6 changed files with 81 additions and 78 deletions
@@ -65,6 +65,7 @@ public abstract class PsiNameHelper {
*/
public abstract boolean isQualifiedName(@Nullable String text);
@NotNull
public static String getShortClassName(@NotNull String referenceText) {
return getShortClassName(referenceText, true);
}