tango-controls / JTango

TANGO kernel Java implementation. JTango moved to https://gitlab.com/tango-controls/JTango
http://tango-controls.org
8 stars 14 forks source link

fix typo in the CtrlSystem/EventBufferHwm error message #65

Closed jkotan closed 5 years ago

jkotan commented 5 years ago

The current error message is really misleading. one has to look at the code in order to find that missing property is CtrlSystem/EventBufferHwm instead of ControlSystem/EventBufferHwm

codecov[bot] commented 5 years ago

Codecov Report

Merging #65 into jtango-9-lts will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff               @@
##             jtango-9-lts     #65   +/-   ##
==============================================
  Coverage            25.3%   25.3%           
  Complexity           1529    1529           
==============================================
  Files                 311     311           
  Lines               21266   21266           
  Branches             2383    2383           
==============================================
  Hits                 5381    5381           
  Misses              15429   15429           
  Partials              456     456
Impacted Files Coverage Δ Complexity Δ
...ain/java/org/tango/server/events/EventManager.java 19.12% <100%> (ø) 12 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8c637aa...7079c57. Read the comment docs.