Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
77968f15
Commit
77968f15
authored
Dec 1, 2022
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Remove commented out code in CliStarter
parent
4774dfef
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
de.prob.core/src/de/prob/cli/CliStarter.java
+0
-24
0 additions, 24 deletions
de.prob.core/src/de/prob/cli/CliStarter.java
with
0 additions
and
24 deletions
de.prob.core/src/de/prob/cli/CliStarter.java
+
0
−
24
View file @
77968f15
...
...
@@ -265,30 +265,6 @@ public final class CliStarter {
throw
new
CliException
(
"Input/output error when trying t find '"
+
fileURL
+
"'"
);
}
// final Path path = new Path("prob");
// final URL fileURL = FileLocator.find(
// Activator.getDefault().getBundle(), path, null);
// if (fileURL == null) {
// throw new CliException(
// "Unable to find directory with prob executables.");
// }
// URL resolved;
// try {
// resolved = FileLocator.resolve(fileURL);
// } catch (IOException e2) {
// throw new CliException("Input/output error when trying t find '"
// + fileURL + "'");
// }
// URI uri;
// try {
// uri = new URI(resolved.getProtocol(), resolved.getPath(), null);
// } catch (URISyntaxException e1) {
// throw new CliException("Unable to construct file '"
// + resolved.getPath() + "'");
// }
//
// return new File(uri);
}
private
static
class
OutputLoggerThread
extends
Thread
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment