Community
Participate
Working Groups
The rc.rcp component remains active - see: http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/tree/org.eclipse.jubula.rc.rcp/src/org/eclipse/jubula/rc/rcp/accessor/Startup.java#n497 The listeners which get installed here are active even if the RCP-App is not running as an AUT. This may cause undefined performance / memory / behavior issues.
fixed with http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=2a3be8f5aa20735dce5fd8e316140d214390cefc If the host application is not running as an AUT, the rc.rcp bundle is still activated as normal. However, the various listeners will not be registered. This means that the bundle will be "running" within the non-AUT application, but there will be no active code.
Verified by code review + IDE debugging. Nice unification of rc.rcp startup. :)