Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
br-verification-tool
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fg-bks
br-verification-tool
Commits
e4c4a7b3
Commit
e4c4a7b3
authored
5 years ago
by
Dr. Carl Corea
Browse files
Options
Downloads
Patches
Plain Diff
Update MultiTableEquivalentVerifier.java
parent
c3963566
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dmn-verifier-app/src/main/java/de/unikoblenz/fgbks/dmn/core/verifier/multitable/MultiTableEquivalentVerifier.java
+1
-1
1 addition, 1 deletion
...ore/verifier/multitable/MultiTableEquivalentVerifier.java
with
1 addition
and
1 deletion
dmn-verifier-app/src/main/java/de/unikoblenz/fgbks/dmn/core/verifier/multitable/MultiTableEquivalentVerifier.java
+
1
−
1
View file @
e4c4a7b3
...
...
@@ -26,7 +26,7 @@ public class MultiTableEquivalentVerifier extends EquivalentVerifier {
@Override
protected
String
getMessageText
(
RuleIdentifier
r1
,
RuleIdentifier
r2
,
String
v1
,
String
v2
)
{
return
String
.
format
(
"In rule %d (%s) string \"%s\"
and in
rule %d (%s) string \"%s\"
: equal meaning? Are they synonyms?
"
,
"In rule %d
,
(%s) string \"%s\"
is a synonym to
rule %d (%s) string \"%s\"
. Rules might be equivalent
"
,
r1
.
getRowNumber
(),
r1
.
getTableName
(),
v1
,
r2
.
getRowNumber
(),
r2
.
getTableName
(),
v2
);
}
}
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