Skip to content
Failed

Changes

Summary

  1. Remove nested doSetUp() invocations due to SonarQube heap space error (#374) (details)
Commit 64bd301075c0b5f62bed57a09d027af5d865a5e5 by noreply
Remove nested doSetUp() invocations due to SonarQube heap space error (#374)

Reduce the four doSetUp() methods into a single method, which
initializes all of pathA, pathB, pathC and pathD at once (depending on
the number of arguments).

Note that we can already set the fields before the call to solve(),
because the point list is reused.
The file was modified org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/ShortestPathRoutingTest.java (diff)