neXenio / BLE-Indoor-Positioning

Multilateration using bluetooth beacons
Apache License 2.0
430 stars 129 forks source link

Fixed Javadoc @link #146

Closed jobhh closed 5 years ago

jobhh commented 5 years ago

I just realised it should probably be @link BeaconUtil#AscendingRssiComparator instead of @link BeaconUtil.AscendingRssiComparator in pull request https://github.com/neXenio/BLE-Indoor-Positioning/pull/145.

Because of this line in the log (https://jitpack.io/com/github/neXenio/BLE-Indoor-Positioning/dev-0.3.0-gc40bef6-230/build.log):

/home/jitpack/build/BLE Indoor Positioning/src/main/java/com/nexenio/bleindoorpositioning/ble/beacon/Beacon.java:227: warning - Tag @link: reference not found: BeaconUtil.AscendingRssiComparator
codecov-io commented 5 years ago

Codecov Report

Merging #146 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                dev     #146   +/-   ##
=========================================
  Coverage     39.45%   39.45%           
  Complexity      236      236           
=========================================
  Files            40       40           
  Lines          1361     1361           
  Branches        132      132           
=========================================
  Hits            537      537           
  Misses          773      773           
  Partials         51       51
Impacted Files Coverage Δ Complexity Δ
...exenio/bleindoorpositioning/ble/beacon/Beacon.java 51.4% <ø> (ø) 30 <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 c40bef6...7303f8b. Read the comment docs.