mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
no JAVA in breakpoint condition history
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ public final class TextWithImportsImpl implements TextWithImports{
|
||||
}
|
||||
|
||||
private static Trinity<String, String, FileType> parseExternalForm(String s) {
|
||||
String[] split = s.trim().split(String.valueOf(DebuggerEditorImpl.SEPARATOR));
|
||||
String[] split = s.split(String.valueOf(DebuggerEditorImpl.SEPARATOR));
|
||||
return Trinity.create(split[0], split.length > 1 ? split[1] : "", split.length > 2 ? FileTypeManager.getInstance().getStdFileType(split[2]) : null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user