Skip navigation.

Archives

Sonar 1.11 released

Sonar is an open source platform to manage Java source code quality. The Sonar Team is pleased to announce the release of Sonar 1.11. This version brings three new features to the platform: A Components service to navigate within and compare resources Addition of branch code coverage by unit tests Detection of commented out code On top of this, around 50 improvements and bug fixes are contained in this version. On the technical side, the purge mechanism has been greatly optimized to keep only necessary data.

Pex v0.17.41006.7 : More Moles and Bug Fixes

We have just release a new version of Pex (v0.17.xxx) which brings new features for Moles and more bug fixes.

Per-Instance Moles

Instance methods may be moled differently per object instance. This is particularly useful when multiple instances of same type need to behave differently in the same test. For example, let’s consider a simple class Bar that has a ‘Run’ method to check that the values are not the same. The important point here is that we would not be able to deal with such cases if we could not mole the behavior on a per-instance basis.