You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change formatter plugin to @diffplug's Spotless plugin
Advantages of Spotless over current solution:
- Error messages are (in my opinion) easier to understand.
- We can easily adopt other formatters in the future, such as a
formatter which checks that files have license headers that follow
a certain template.
Copy file name to clipboardExpand all lines: jung-algorithms/src/test/java/edu/uci/ics/jung/algorithms/generators/random/TestEppsteinPowerLawGenerator.java
+10-5
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ public void testSimpleDirectedCase() {
53
53
// public void testPowerLawProperties() {
54
54
//
55
55
// //long start = System.currentTimeMillis();
56
-
// EppsteinPowerLawGenerator generator = new EppsteinPowerLawGenerator(nodeFactory, edgeFactory,
56
+
// EppsteinPowerLawGenerator generator = new EppsteinPowerLawGenerator(nodeFactory,
0 commit comments