-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataFormatException with badColor3 #2521
Comments
Here is the stack trace : !ENTRY org.eclipse.ui 2 2 2024-11-18 15:04:13.529 |
IIRC this is input for a test case which tests that this exception is thrown. The variable "badColor3" also seems to describe that this is by intention. |
Yes, if you include test bundles in your launch and those intentionally include errors, you should expect this such a problem: This why the setup creates a launcher with meaningful features that do not include tests: So I think the "launch with all the plugins" is not generally a good idea and will generally create strange things, e.g., contributions in the UI that are intended only be to be used in UI tests. |
Yes. That's why I usually start an Eclipse app based on features that contains e.g. only |
Let's make sure issue is not already fixed in latest builds first.
Steps to reproduce
From a fresh installation and clean workspace:
Install the setup of 'platform ui' by dragging the setup link in the banner of the installer : see Setting your environment and projects guide
Set a breakpoint in StringConverter line 568 (on the throw DataFormatException of asRGB(String) ) :
Launch with all the plugins and hit the breakpoint.
The value received is 0,0, 1x which is not compliant with the format expected by StringConverter. Should be 0,0,1 or something with 3 Integers.
If you go up in the stack trace, you will see that it concerns the color definition 'badColor3'.
Tested under this environment:
Community
The text was updated successfully, but these errors were encountered: