Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexander Diewald
AF3-new
Commits
58db94c7
Commit
58db94c7
authored
Oct 13, 2020
by
Alexander Diewald
Browse files
DSE-CLI: QuickFix: Consider all ExpTargets
Issue-Ref: 0000 Signed-off-by:
Alexander Diewald
<
diewald@fortiss.org
>
parent
2eff656f
Changes
5
Show whitespace changes
Inline
Side-by-side
org.fortiss.af3.exploration.smt/src/org/fortiss/af3/exploration/smt/.ratings
View file @
58db94c7
AF3ExplorationSMTActivator.java db8c07de55429ead58b5127affc48232e31819d3
YELLOW
AF3ExplorationSMTActivator.java db8c07de55429ead58b5127affc48232e31819d3
GREEN
org.fortiss.af3.exploration.smt/src/org/fortiss/af3/exploration/smt/cli/.ratings
View file @
58db94c7
DumpSMTLibFileCommandLineHandler.java
95604962b4db14786ec8143663278c4a865bbd55
GREEN
DumpSMTLibFileCommandLineHandler.java
d23183aa018acc0a749a464e13cfa2a5d15db26a
GREEN
org.fortiss.af3.exploration.smt/src/org/fortiss/af3/exploration/smt/cli/DumpSMTLibFileCommandLineHandler.java
View file @
58db94c7
...
...
@@ -144,7 +144,7 @@ public final class DumpSMTLibFileCommandLineHandler implements ICommandLineSwitc
ProcessStep
dseStep
=
dse
.
getCurrentStep
();
for
(
RuleSet
ruleSet
:
dseStep
.
getRuleSets
())
{
allExplorationTargets
=
ruleSet
.
getExplorationTargets
();
allExplorationTargets
.
addAll
(
ruleSet
.
getExplorationTargets
()
)
;
}
return
allExplorationTargets
;
...
...
org.fortiss.af3.exploration/src/org/fortiss/af3/exploration/cli/.ratings
View file @
58db94c7
ExecuteDSECommandLineHandler.java
4d80dee08bbf5f66d460bcdd158aaf3c96b654ab
GREEN
ExecuteDSECommandLineHandler.java
7955b0bf22da3f4c4b72b441d201cf60d71ae6b6
GREEN
TestCaseGenerationCommandLineHandler.java ccd942515f5490ff9ed6ece891f3ade206333a08 GREEN
ValidateDSESolutionCommandLineInterface.java 1b882428463c21c355d96c883af428d3fa4cce2d GREEN
org.fortiss.af3.exploration/src/org/fortiss/af3/exploration/cli/ExecuteDSECommandLineHandler.java
View file @
58db94c7
...
...
@@ -145,7 +145,7 @@ public final class ExecuteDSECommandLineHandler implements ICommandLineSwitchHan
ProcessStep
dseStep
=
dse
.
getCurrentStep
();
for
(
RuleSet
ruleSet
:
dseStep
.
getRuleSets
())
{
allExplorationTargets
=
ruleSet
.
getExplorationTargets
();
allExplorationTargets
.
addAll
(
ruleSet
.
getExplorationTargets
()
)
;
}
return
allExplorationTargets
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment