About model driven engineering
Eclipse
Warning: Creating default object from empty value in /var/www/sdb/e/d/mdwhatever/wp-includes/comment-template.php on line 666
Quality analysis on Eclipse plugins with Tycho, Sonar, Jacoco and SWTBot
Sep 7th
Building tools brings a lot more that compilation. You can go much further.
For instance, have a look at maven : there’s a plugin for almost everything (Here, here, and here). And with the rise of Tycho, you can bring all the power of maven to build OSGI/Eclipse based projects.
Let’s see how to leverage the use of Sonar (a great open source quality analysis tool) to deal with the QA of your project.
More >