The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
@todo | 0 | @todo |
TODO | 8 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 8
au.gov.amsa.navigation.CollisionDetector | Line |
---|---|
use this? private static final long STEP_MS = TimeUnit.SECONDS.toMillis(1); | 34 |
s split the stream into multiple streams based on slightly overlapping geographic region (overlap is LATITUDE_DELTA and longitudeDelta(lat) in size) to enable concurrency .groupBy(toRegion()).flatMap(getCandidates()); | 41 |
au.gov.amsa.navigation.Times | Line |
unit test | 34 |
au.gov.amsa.navigation.VesselPosition | Line |
longitude wrapping check | 287 |
handle vp doesn't have speed or cog but is within collision distance given any cog and max speed | 339 |
au.gov.amsa.navigation.VesselPositions | Line |
unit test | 17 |
au.gov.amsa.navigation.ais.AisVesselPositions | Line |
adjust lat, lon for position of ais set on ship given by A,B,C,D? Or instead store the position offset in metres in VesselPosition (preferred because RateOfTurn (ROT) may enter the picture later). | 120 |
au.gov.amsa.navigation.ais.VesselData | Line |
implement this | 64 |