Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 369669

Summary: add test for explicit signature of port.msg()
Product: [Modeling] eTrice Reporter: Thomas Schuetz <ts>
Component: TestAssignee: Thomas Jung <tj>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: hrr
Version: 0.1.0Keywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Thomas Schuetz CLA 2012-01-25 09:48:43 EST
Example: 
For message ping in org.eclipse.etrice.integration.SendingDataByValueTest two send functions are generated.
Only the first version is tested.

public void ping(PingPongData p)
public void ping(byte i8Val, short i16Val, int i32Val, char charVal, float f32Val, double f64Val, String stringVal, int[] arrayFromInt32, PingPongDataDeep ownType)
Comment 1 Henrik Rentz-Reichert CLA 2013-03-04 02:46:16 EST
replaced ep in whiteboard with helpwanted keyword
Comment 2 Henrik Rentz-Reichert CLA 2018-08-17 03:29:58 EDT
outdated bug - re-open if still relevant