mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] throw exception when asked to get all elements in log
This commit is contained in:
@@ -46,7 +46,7 @@ public class VcsLogSpeedSearch extends SpeedSearchBase<VcsLogGraphTable> {
|
||||
@NotNull
|
||||
@Override
|
||||
protected Object[] getAllElements() {
|
||||
return new MyRowsList().toArray();
|
||||
throw new UnsupportedOperationException("Getting all elements in a Log in an array is unsupported.");
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user