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
SAT4J
sat4j
Commits
f3c86d8b
Commit
f3c86d8b
authored
Nov 10, 2018
by
Daniel Le Berre
Browse files
Fix another sonarqube violation.
parent
18f9996f
Changes
1
Show whitespace changes
Inline
Side-by-side
org.sat4j.core/src/main/java/org/sat4j/minisat/constraints/card/MinWatchCard.java
View file @
f3c86d8b
...
...
@@ -598,6 +598,9 @@ public class MinWatchCard
if
(
card
==
null
)
{
return
false
;
}
if
(
this
.
getClass
()
!=
card
.
getClass
())
{
return
false
;
}
try
{
MinWatchCard
mcard
=
(
MinWatchCard
)
card
;
if
(
mcard
.
degree
!=
this
.
degree
)
{
...
...
Write
Preview
Supports
Markdown
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