This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 429653 - [CSS] java.lang.NegativeArraySizeException in CSSSWTColorHelper
Summary: [CSS] java.lang.NegativeArraySizeException in CSSSWTColorHelper
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 4.4 M7   Edit
Assignee: Daniel Rolka CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-05 06:33 EST by Lars Vogel CLA
Modified: 2014-04-29 05:28 EDT (History)
2 users (show)

See Also:


Attachments
Example projects (220.90 KB, application/zip)
2014-03-05 06:34 EST, Lars Vogel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2014-03-05 06:33:20 EST
I get an exception in my RCP application if I do not specify a CSS style.


See http://pastebin.com/vWEqqCpv for the exception.

To replicate download the zip and import all projects into the workspace. Start the product via todo.product from the com.example.e4.rcp.todo.product

A workaround is to add the applicationCSS property pointing to platform:/plugin/com.example.e4.rcp.todo/css/empty.css in

 <product
            application="org.eclipse.e4.ui.workbench.swt.E4Application"
            name="to-do">
         <property
               name="appName"
               value="to-do">
         </property>
Comment 1 Lars Vogel CLA 2014-03-05 06:34:04 EST
Created attachment 240535 [details]
Example projects
Comment 3 Daniel Rolka CLA 2014-04-29 05:28:25 EDT
Verified in the build: I20140428-2000

Daniel