Loading de.ugoe.cs.swe.T3Q/src/de/ugoe/cs/swe/T3Q/Analyzer.java +2 −3 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ public class Analyzer implements Callable<TTCN3Output> { final TTCN3Output output = new TTCN3Output(this.resource); final Stopwatch stopwatch = Stopwatch.createUnstarted(); System.out.println("Analyzing file: " + this.resource.getURI().devicePath().replaceFirst("///", "")); stopwatch.start(); // validate the resource Loading Loading @@ -63,8 +62,8 @@ public class Analyzer implements Callable<TTCN3Output> { stopwatch.stop(); System.out.println( " ...done in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) + " ms (" System.out.println("Analyzing file: " + this.resource.getURI().devicePath().replaceFirst("///", "") + '\n' + " ...done in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) + " ms (" + MiscTools.secondsToString(stopwatch.elapsed(TimeUnit.SECONDS)) + " minutes)."); return output; Loading Loading
de.ugoe.cs.swe.T3Q/src/de/ugoe/cs/swe/T3Q/Analyzer.java +2 −3 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ public class Analyzer implements Callable<TTCN3Output> { final TTCN3Output output = new TTCN3Output(this.resource); final Stopwatch stopwatch = Stopwatch.createUnstarted(); System.out.println("Analyzing file: " + this.resource.getURI().devicePath().replaceFirst("///", "")); stopwatch.start(); // validate the resource Loading Loading @@ -63,8 +62,8 @@ public class Analyzer implements Callable<TTCN3Output> { stopwatch.stop(); System.out.println( " ...done in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) + " ms (" System.out.println("Analyzing file: " + this.resource.getURI().devicePath().replaceFirst("///", "") + '\n' + " ...done in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) + " ms (" + MiscTools.secondsToString(stopwatch.elapsed(TimeUnit.SECONDS)) + " minutes)."); return output; Loading