Custom Query (454 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 454)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#19 fixed Update Atten. Rel. Plotter app Kevin Milner Peter Powers
Description

No attenRelationships located in 'scratch' should be included in public application.

#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.

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