Tests do not yet cover some code.
Investigate that, especially for #136
org.pitest.pitclipse.launch.ui:
The above tasks have been addressed in #206
org.pitest.pitclipse.ui:
private static synchronized void activateViewOnceAndOnceOnly(String viewId) throws PartInitException {
if (!initialisedViews.contains(viewId)) {
IWorkbenchPage activePage = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
activePage.showView(viewId);
initialisedViews.add(viewId);
}
}
done in 62d7009
The above tasks have been addressed in #207
Tests do not yet cover some code.
Investigate that, especially for #136
org.pitest.pitclipse.launch.ui:The above tasks have been addressed in #206
org.pitest.pitclipse.ui:done in 62d7009
The above tasks have been addressed in #207