Ran
|
Jobs
1
|
Files
88
|
Run time
3min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Remove ControlsFX dependency The only place where we use ControlsFX is its status bar in StatusBarFooter. However, in StatusBarFooter, we don't use any feature unique to ControlsFX's StatusBar -- the StatusBars can all be replaced with Labels. With some tweaks to the CSS[1], the end result looks the same as before. Having less dependencies would make the code base more robust towards dependency issues (e.g. JDK incompatibility issues). As such, let's remove our dependency on ControlsFX from the code base. [1] Namely, we need to add some CSS declarations that are shipped with ControlsFX in: https://bitbucket.org/controlsfx/controlsfx/src/d27b68bf3/controlsfx/src/main/resources/org/controlsfx/control/statusbar.css so that the end result looks identical to before.
1404 of 1506 relevant lines covered (93.23%)
0.93 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 4787.1 | 88 |
93.23 |
Travis Job 4787.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|