MCPcopy Create free account
hub / github.com/Syncleus/aparapi / main

Method main

src/test/java/com/aparapi/codegen/SwingDiff.java:156–164  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

154 }
155
156 public static void main(String[] args) {
157 String[] lhs = getFileContents("expected.c");
158 String[] rhs = getFileContents("actual.c");
159
160 Diff.DiffResult result = Diff.diff(lhs, rhs);
161 System.out.println(result);
162
163 SwingDiff swingDiff = new SwingDiff(result);
164 }
165
166 private static String arrayToString(String[] array) {
167 StringBuilder stringBuilder = new StringBuilder();

Callers

nothing calls this directly

Calls 2

getFileContentsMethod · 0.95
diffMethod · 0.95

Tested by

no test coverage detected