Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1615 - Additional fixes of assign(Series) methods
Summary: Additional fixes of assign(Series) methods
Status: CONFIRMED
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: 3.2016.0419
Hardware: PC Linux
: --- normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-31 09:03 EDT by alex
Modified: 2017-06-13 04:11 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments
diff-based patch (55.06 KB, patch)
2016-08-31 09:03 EDT, alex
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description alex 2016-08-31 09:03:46 EDT
Created attachment 636 [details]
diff-based patch

Related to http://bugs.teechart.net/show_bug.cgi?id=1339.
We've revised and made additional fixes in your implementation. The main issues were:
1) assigning series properties to the series itself (see parts, where 'tmp' was removed from code)
2) assign calls of internal properties were not null-safe (code was formatted in the same way, where such calls were null-safe)