Eclipse

aurelien.pupier's picture
aurelien.pupier
Blog Categories: 

When executing UI tests, such as SWTBot tests, when a test fails some popups might stay open and cause subsequent tests to fail. Even worse, the whole test suite execution can take longer than usual because all the following tests might fail after waiting for a timeout (of 5 seconds by default). It will also kill the visibility of the scope of impacted components.

aurelien.pupier's picture
aurelien.pupier
Blog Categories: 

To make sure you have UI tests that will evolve seamlessly with UI naming modification, use the Internationalized String and not the hardcoded value of text displayed in the UI. Even if hardcoding seems simpler at test writing time!

Here's how you can implement it with SWTBot and NLS.

ttoine's picture
ttoine
Blog Categories: 

Live from the Eclipse Con 2014 at San Francisco, I am at the keynote and this morning this is Catarina Mota, from OpenMaterials.org.

She is showing to us many interesting videos: shorts, interviews, projects demos, .... Below is the list of all the links I can gather:

aurelien.pupier's picture
aurelien.pupier
Blog Categories: 

This morning, the VM containing the master of our Hudson instance froze. I "powered it off" and then restarted...ah, Hudson restarted and the list of jobs appeared. No, oh no, not all the jobs! Some of them vanished. Noooooo...

Wait, don't panic, this blog post provides an explanation of how to raise Hudson jobs from their ashes!

romain.bioteau's picture
romain.bioteau
Blog Categories: 

I had the opportunity to attend the Eclipse Democamp Grenoble at the Xerox Research Centre Europe, 2012 edition. (Official page here)

aurelien.pupier's picture
aurelien.pupier
aurelien.pupier's picture
aurelien.pupier
romain.bioteau's picture
romain.bioteau
Blog Categories: 

This post will show how to customize Eclipse RCP preferences. This came from the need to have a user friendly interface in our product instead of the rough default tree view of Eclipse preferences.

ttoine's picture
ttoine
Blog Categories: 

I recently had the opportunity to see a presentation about NetBeans RCP given by Geertjan Wielenga at AlpesJUG, and to chat with the speaker afterwards. We had an interesting discussion about how NetBeans RCP and Eclipse RCP compare to each other.

ttoine's picture
ttoine
Blog Categories: 

What is the first thing you see when you start an RCP product? The splash screen.

Notifications