Bug 386023 - Consider extending StatusReporter to allow adding message title
Summary: Consider extending StatusReporter to allow adding message title
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-26 06:55 EDT by Kamil Piętak CLA
Modified: 2016-05-18 05:53 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kamil Piętak CLA 2012-07-26 06:55:28 EDT
Build Identifier: Version: Juno Release Build id: 20120614-1722

StatusReporter defines newStatus method which allows to report a message together with severity (INFO, WARNING, ERROR). However it does not allow to give a title (or name, tag, etc.) of a message. Consequently all dialogs shown to a user have to have the same title (in case of WorkbenchStatusReporter the title is 'Internal Error' what is sometimes really misleading, especially when a message has INFO severity). 

A given title could/should be also logged.

I would propose to add second newStatus method with additional 'title' parameter.

Reproducible: Always
Comment 1 Sebastian Rollwage CLA 2013-03-05 05:47:32 EST
Same problem here.

For me it is not absolutely necessary to set the title manually. It would be sufficient to have different predefined titles for warning/error/info in case the existing interface should not be broken. Especially for "Info" it is strange to have a "problem occurred" title. As unimportant as it might seem, it is quite often remarked by customers.