Custom Query (454 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 454)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#20 fixed Remove DataPoint2D class Peter Powers Kevin Milner
Description

Migrate all instances of DataPoint2D to Point2D class now that we've standardized on Java 6.

Done in [7024]

#24 fixed Clarify IM ParameterAPI/DependentParameterAPI ambiguity Peter Powers Kevin Milner
Description

IntensityMeasureRelationship defines intensity measure as: protected ParameterAPI im; yet elsewhere we assume its a !DependentParameterAPI, such as in the method: IntensityMeasureRelationship.setIntensityMeasure(ParameterAPI intensityMeasure) (where it's cast to DependentParameterAPI). So far this hasn't been a problem because all thus-far implemented IMs are DependentParameterAPIs. Fix this either by changing the definition of im or putting and if statement before castings. We could either change the definition of im to be a DependentParameterAPI, or put an if statement before sections where we currently assume it's a DependentParameterAPI.

#25 duplicate Resolve location range issues (-180->180 vs 0->360) Peter Powers Kevin Milner
Description

Currently, the Location class can accept values up to 360, but many calculations assume that locations are in the range -180 -> 180. This has to be fixed, with relevant error messages shown to users, and constraints for the LocationParameter? updated.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.