Michał Sobkiewicz

Results 41 comments of Michał Sobkiewicz

It's the same for other views returned by `ImmutableGraph`. All of the following tests are failing. ``` @Test public void emptyPredecessorsAreUnmodifiable() { ImmutableGraph graph = GraphBuilder.directed().nodeOrder(ElementOrder.unordered()).immutable().addNode(1).build(); assertThrows(UnsupportedOperationException.class, () -> {...