Bug 546585 - Remove variadic ObjC methods
Summary: Remove variadic ObjC methods
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.11   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 4.12 M3   Edit
Assignee: Nikita Nemkin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-19 04:27 EDT by Lakshmi P Shanmugam CLA
Modified: 2019-04-19 07:24 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lakshmi P Shanmugam CLA 2019-04-19 04:27:36 EDT
From discussion in Bug 534923 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=534923#c23 -
JNIGen generates wrong C code for calling variadic ObjC methods, remove all such methods from SWT codebase.
Comment 2 Lakshmi P Shanmugam CLA 2019-04-19 07:24:35 EDT
Thanks Nikita!