| Summary: | Display#getSystemTaskBar() is missing | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Rüdiger Herrmann <ruediger.herrmann> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 1.4 M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Rüdiger Herrmann
Fixed in CVS HEAD. Display#getSystemTaskBar always returns null. Added empty implementations for TaskBar and TaskItem. Wouldn't it be good to have tests for all those methods on TaskBar and TaskItem? As these classes will never been instantiated (without a real TaskBar support), I don't think that we need to test them now. These methods are provided only for single-sourcing compatibility and are copies (with code formating only) from SWT. Do you think, that classes with only *public* empty (without any code) methods fits better in this case? After discussion with Ralf, we decided to cleanup both classes (TaskBar and TaskItem) from the original SWT code and leave only empty public methods. Same will be done with Tray and TrayItem. Changes are in CVS HEAD. |