Bug 347290

Summary: Javadoc of WorkspaceJob(String) must tell that the name is shown in the UI
Product: [Eclipse Project] Platform Reporter: Markus Keller <markus.kell.r>
Component: ResourcesAssignee: Szymon Ptaszkiewicz <sptaszkiewicz>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, Szymon.Brandys
Version: 3.7Keywords: Documentation
Target Milestone: 3.8 M1Flags: Szymon.Brandys: review+
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Patch Szymon.Brandys: iplog+

Description Markus Keller CLA 2011-05-26 06:58:53 EDT
I20110525-0800

Javadoc of WorkspaceJob(String) must tell that the name is shown in the UI. See API in Job:

/**
 * Creates a new job with the specified name.  The job name is a human-readable
 * value that is displayed to users.  The name does not need to be unique, but it
 * must not be <code>null</code>.
 * 
 * @param name the name of the job.
 */
public Job(String name) {
	super(name);
}
Comment 1 Szymon Ptaszkiewicz CLA 2011-06-06 07:34:30 EDT
Created attachment 197386 [details]
Patch
Comment 2 Szymon Brandys CLA 2011-06-28 08:52:29 EDT
Fixed.