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
47a2fba8
Commit
47a2fba8
authored
Apr 27, 2012
by
Jens Bendisposto
Browse files
Options
Downloads
Patches
Plain Diff
fixed log listener
parent
50270fcb
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.ui/src/de/prob/ui/ticket/ProBLogListener.java
+4
-5
4 additions, 5 deletions
de.prob.ui/src/de/prob/ui/ticket/ProBLogListener.java
with
4 additions
and
5 deletions
de.prob.ui/src/de/prob/ui/ticket/ProBLogListener.java
+
4
−
5
View file @
47a2fba8
...
...
@@ -24,11 +24,10 @@ public final class ProBLogListener implements ILogListener {
return
;
}
// final int code = status.getCode();
final
int
code
=
Logger
.
NOBUGREPORT
;
final
int
code
=
status
.
getCode
();
//
if (code == Logger.BUGREPORT || code == Logger.NOBUGREPORT) {
final
boolean
bugreport
=
code
==
Logger
.
BUGREPORT
;
if
(
code
==
Logger
.
BUGREPORT
||
code
==
Logger
.
NOBUGREPORT
)
{
final
boolean
bugreport
=
false
;
//;
code == Logger.BUGREPORT;
display
.
asyncExec
(
new
Runnable
()
{
public
void
run
()
{
// Notice: ErrorTICKETDialog to provide Bugreport-Button
...
...
@@ -37,7 +36,7 @@ public final class ProBLogListener implements ILogListener {
}
}
);
//
}
}
display
.
asyncExec
(
new
Runnable
()
{
public
void
run
()
{
...
...
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