| Summary: | [API] SWT.getVersion() is missing | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Markus Wolf <markus> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 1.2 | ||
| Target Milestone: | 1.3 M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Markus Wolf
The suggested change could mislead existing SWT code that switches logic based on the SWT version. I doubt that we can implement this method reasonably. Maybe this method should then return the implemented api version on which RWT is based? In a discussion with RĂ¼diger, we decided that returning the SWT version is also misleading, since we do not support 100% of the SWT 3.6 API. The method now returns the RWT version, which is useful in combination SWT#getPlatform(). Changes are in CVS HEAD. |