Bug 347290 - Javadoc of WorkspaceJob(String) must tell that the name is shown in the UI
Summary: Javadoc of WorkspaceJob(String) must tell that the name is shown in the UI
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.8 M1   Edit
Assignee: Szymon Ptaszkiewicz CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2011-05-26 06:58 EDT by Markus Keller CLA
Modified: 2011-07-06 03:35 EDT (History)
2 users (show)

See Also:
Szymon.Brandys: review+


Attachments
Patch (1.35 KB, patch)
2011-06-06 07:34 EDT, Szymon Ptaszkiewicz CLA
Szymon.Brandys: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.