Bug 314064 - [Doc] API doc of Program.launch (String, String) has to be modified
Summary: [Doc] API doc of Program.launch (String, String) has to be modified
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.6   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.6 RC3   Edit
Assignee: Lakshmi P Shanmugam CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2010-05-24 04:14 EDT by Praveen CLA
Modified: 2010-05-25 16:48 EDT (History)
1 user (show)

See Also:


Attachments
patch (1.66 KB, patch)
2010-05-25 06:29 EDT, Lakshmi P Shanmugam CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Praveen CLA 2010-05-24 04:14:00 EDT
The API doc of Program.launch (String fileName, String workingDir) incorrectly mentions that it returns exception "ERROR_INVALID_ARGUMENT when workingDir is not valid".
This is specified on Windows, Photon & Motif platforms, and the remaining platforms has correct documentation.
Comment 1 Lakshmi P Shanmugam CLA 2010-05-25 06:29:13 EDT
Created attachment 169802 [details]
patch

corrected the javadoc for Program.launch.
Comment 2 Lakshmi P Shanmugam CLA 2010-05-25 06:34:12 EDT
Fixed in HEAD > 20100525
Thanks Praveen!