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

Summary: Additional fixes of assign(Series) methods
Product: Java TeeChart Reporter: alex
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: normal CC: yeray
Priority: ---    
Version: 3.2016.0419   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: diff-based patch

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)