• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openlcb / OpenLCB_Java
71%
master: 71%

Build:
Build:
LAST BUILD BRANCH: bracz-treepane-keyboard
DEFAULT BRANCH: master
Repo Added 22 Jan 2017 11:18PM CUT
Files 140
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH bracz-treepane-keyboard
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.7.27
  • 0.7.27-signed
  • V0.7.27
  • bracz-cdi-coloredcopy
  • bracz-cdi-panel-visual-structure
  • bracz-cdilayoutdisappearfix
  • bracz-collapse-panel
  • bracz-configure-scrollbar-fix
  • bracz-datagram-test-flakiness
  • bracz-empty-group
  • bracz-event-ui-improve
  • bracz-eventsearchbox
  • bracz-eventtable
  • bracz-fix-memcfg-flakiness
  • bracz-fix-treepane-test
  • bracz-fixidentify-global
  • bracz-global-identify
  • bracz-hub-input-parser
  • bracz-listener-test-count
  • bracz-loaderclient-fixup
  • bracz-memcfg-test-flakiness-fix
  • bracz-memcfg-write-long
  • bracz-multiline-text
  • bracz-networktree-refresh
  • bracz-networktreeupdates
  • bracz-no-listen-invalid
  • bracz-nodeselector-sort
  • bracz-olc-v07-22
  • bracz-optimize-long-string-load
  • bracz-outputqueue-threading-batch
  • bracz-pc-reset-default
  • bracz-pc-unknown-identify
  • bracz-release-0-7-14
  • bracz-release-0-7-15
  • bracz-release-0-7-16
  • bracz-release-0-7-17
  • bracz-release-0-7-19
  • bracz-release-07-20
  • bracz-single-threading
  • bracz-stream-message-format
  • bracz-thread-name
  • bracz-time-generator-fixes
  • bracz-time-protocol
  • bracz-treepane-keyboard
  • bracz-v26
  • bracz-v28
  • bracz-v7-0-21
  • bracz-ver-0-7-12
  • bracz-versionedvalue-forceupdate
  • dependabot/maven/junit-junit-4.13.1
  • dependabot/maven/xerces-xercesImpl-2.12.0
  • master
  • oldmaster
  • pcOpenLcbCdiPanelUpgrade
  • release-0.2.27
  • release-0.7.14
  • release-0.7.27
  • release-0.7.28
  • revert-184-bracz-update-demo-readwrite

pending completion
492

push

travis-ci

balazsracz
Listens to keyboard and mouse actions on the tree pane.
Triggers the client action on mouse click and on keyboard enter/space.

Removes triggering the client action upon selection changes. Removes
code that artificially cleared the selection upon any selection change.
This enables using the keyboard for navigating the tree. Up/down/left/right
arrows now do as we expect them to do.

5631 of 7939 relevant lines covered (70.93%)

0.71 hits per line

Relevant lines Covered
Build:
Build:
7939 RELEVANT LINES 5631 COVERED LINES
0.71 HITS PER LINE
Source Files on master
  • Tree
  • List 140
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
src/org/openlcb/MessageInteraction.java24 6 0 6 0.0
2.0
src/org/openlcb/cdi/cmd/BackupConfig.java98 50 1 49 1.0
2.33
src/org/openlcb/cdi/cmd/Util.java169 86 2 84 1.0
3.03
src/org/openlcb/cdi/cmd/RestoreConfig.java116 66 2 64 1.0
7.07
...lcb/implementations/throttle/TractionThrottle.java358 184 13 171 1.0
10.99
src/org/openlcb/can/impl/GridConnectInput.java193 91 10 81 1.0
11.11
...penlcb/implementations/BlueGoldExtendedEngine.java115 45 5 40 1.0
11.11
src/org/openlcb/cdi/jdom/JdomCdiReader.java68 27 3 24 1.0
11.93
src/org/openlcb/can/impl/OlcbConnection.java279 109 13 96 1.0
13.75
src/org/openlcb/hub/Hub.java179 80 11 69 1.0
Showing 1 to 10 of 140 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 14
  • Next
  • ►
    70.93
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
492 bracz-treepane-keyboard Listens to keyboard and mouse actions on the tree pane. Triggers the client action on mouse click and on keyboard enter/space. Removes triggering the client action upon selection changes. Removes code that artificially cleared the selection upon ... push 04 Apr 2021 09:41PM CUT balazsracz travis-ci pending completion  
489 bracz-treepane-keyboard Fixes in the network tree to allow navigating with keyboard. push 04 Apr 2021 02:18PM CUT balazsracz travis-ci pending completion  
488 bracz-time-generator-fixes Adds unit tests for the new timer classes. Fixes bugs. push 04 Apr 2021 02:13PM CUT balazsracz travis-ci pending completion  
486 bracz-time-generator-fixes Implements missing features in the broadcast time generator: - send the next time event to the bus after a sync - listen for consumer identified for time events - sends each time event to the bus that had a consumer for it push 29 Mar 2021 03:14PM CUT balazsracz travis-ci pending completion  
485 release-0.7.28 Build version 0.7.28 (#186) push 27 Mar 2021 09:29PM CUT web-flow travis-ci pending completion  
484 master Build version 0.7.28 (#186) push 27 Mar 2021 09:20PM CUT web-flow travis-ci pending completion  
483 bracz-v28 Merge a7c2729ea into 64fd765e5 Pull #186 27 Mar 2021 09:18PM CUT web-flow travis-ci pending completion  
482 bracz-v28 Build version 0.7.28 push 27 Mar 2021 09:18PM CUT balazsracz travis-ci pending completion  
481 master Collapse CDI panel segments by default (#182) - Opens up the CDI panel with the segments all closed up. - Fixes layout issues in CDIPanel when the window gets resized: - Removes horizontal scrollbar from the contentPanel. - Sets the width ... push 27 Mar 2021 08:00PM CUT web-flow travis-ci pending completion  
480 bracz-collapse-panel Merge 8f05fa710 into 38813716b Pull #182 27 Mar 2021 04:34PM CUT web-flow travis-ci pending completion  
See All Builds (289)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc