Loading de.ugoe.cs.swe.T3Q/config/t3q.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ <settingRecursiveProcessing>true</settingRecursiveProcessing> <settingAbortOnError>true</settingAbortOnError> <loggingConfiguration> <showFullPath>false</showFullPath> <showFullPath>true</showFullPath> <showFilename>true</showFilename> <showMessageClass>true</showMessageClass> <showDetails>true</showDetails> Loading de.ugoe.cs.swe.T3Q/src/de/ugoe/cs/swe/T3Q/TTCN3ResourceProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ public class TTCN3ResourceProvider { System.out.println("Parsing file: " + f.getPath() + " (LOC: " + lines + ") ..."); stopwatch.start(); String path = f.getAbsolutePath(); resourceSet.getResource(URI.createURI("file:///" + path), true); resourceSet.getResource(URI.createURI("file:" + path), true); stopwatch.stop(); System.out.println(" ...done in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) + "ms (" Loading Loading
de.ugoe.cs.swe.T3Q/config/t3q.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ <settingRecursiveProcessing>true</settingRecursiveProcessing> <settingAbortOnError>true</settingAbortOnError> <loggingConfiguration> <showFullPath>false</showFullPath> <showFullPath>true</showFullPath> <showFilename>true</showFilename> <showMessageClass>true</showMessageClass> <showDetails>true</showDetails> Loading
de.ugoe.cs.swe.T3Q/src/de/ugoe/cs/swe/T3Q/TTCN3ResourceProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ public class TTCN3ResourceProvider { System.out.println("Parsing file: " + f.getPath() + " (LOC: " + lines + ") ..."); stopwatch.start(); String path = f.getAbsolutePath(); resourceSet.getResource(URI.createURI("file:///" + path), true); resourceSet.getResource(URI.createURI("file:" + path), true); stopwatch.stop(); System.out.println(" ...done in " + stopwatch.elapsed(TimeUnit.MILLISECONDS) + "ms (" Loading