Opened 8 years ago

Closed 8 years ago

#2001 closed enhancement (fixed)

Annotations should only replace existing values when the new values are different

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: critical Milestone: BASE 3.8
Component: core Version:
Keywords: Cc:

Description

The current implementation simple replaces the values without checking the old ones.

Change History (4)

comment:1 by Nicklas Nordborg, 8 years ago

(In [7120]) References #2001: The annotation importer should only replace existing values when the new values are different

It turned out to be easier to make this change in the core instead of in the plug-in. The Annotation.setValue() and Annotation.setValues() method has been deprecated and replaced with Annotation.setValueIfDifferent() and Annotation.setValuesIfDifferent() that only update the values if they are not the same as the current values. Both methods return a boolean with TRUE indicating that a change was made. The old methods simply calls the new methods except that they don't return any value.

comment:2 by Nicklas Nordborg, 8 years ago

Component: corepluginscore
Summary: The annotation importer should only replace existing values when the new values are differentAnnotations should only replace existing values when the new values are different

comment:3 by Nicklas Nordborg, 8 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:4 by Nicklas Nordborg, 8 years ago

Resolution: fixed
Status: assignedclosed

All tests have now been completed successfully.

Note: See TracTickets for help on using tickets.