Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
d5afea75
Commit
d5afea75
authored
Jul 26, 2019
by
Piotr Gawron
Browse files
unused variables removed
parent
fb9e7610
Changes
3
Hide whitespace changes
Inline
Side-by-side
model/src/test/java/lcsb/mapviewer/model/map/CommentTest.java
View file @
d5afea75
...
...
@@ -39,7 +39,6 @@ public class CommentTest extends ModelTestFunctions {
String
name
=
"n"
;
boolean
pinned
=
true
;
String
removeReason
=
"rr"
;
Model
submodel
=
new
ModelFullIndexed
(
null
);
Integer
tableId
=
5
;
Class
<?>
tableName
=
Object
.
class
;
User
user
=
new
User
();
...
...
model/src/test/java/lcsb/mapviewer/model/map/layout/graphics/LayerOvalTest.java
View file @
d5afea75
...
...
@@ -96,8 +96,6 @@ public class LayerOvalTest extends ModelTestFunctions {
String
heightParam
=
"72.2"
;
Double
height
=
72.2
;
String
invalidNumberStr
=
"xxd"
;
int
id
=
52
;
Color
color
=
Color
.
BLACK
;
...
...
model/src/test/java/lcsb/mapviewer/model/map/layout/graphics/LayerTextTest.java
View file @
d5afea75
...
...
@@ -118,8 +118,6 @@ public class LayerTextTest extends ModelTestFunctions {
String
fontSizeParam
=
"5.0"
;
Double
fontSize
=
5.0
;
String
invalidNumberStr
=
"xxd"
;
text
.
setY
(
yParam
);
assertEquals
(
y
,
text
.
getY
(),
Configuration
.
EPSILON
);
assertEquals
(
y
,
text
.
getY
(),
Configuration
.
EPSILON
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment