| 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: |
Resources | Assignee: |
Szymon Ptaszkiewicz <sptaszkiewicz> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
P3
|
CC: |
daniel_megert, Szymon.Brandys
|
| Version: |
3.7 | Keywords: |
Documentation |
| Target Milestone: |
3.8 M1 | Flags: |
Szymon.Brandys:
review+
|
| Hardware: |
PC | |
|
| OS: |
Windows 7 | |
|
| Whiteboard: |
|
| Attachments: |
| Description |
Flags |
|
Patch
|
Szymon.Brandys:
iplog+
|
|
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); }