History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-26149
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Anna Kozlova
Reporter: Ronald Blaschke
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Allow EMMA Runtime Controller to be Disabled; Maybe Even Default?

Created: 01 Apr 08 16:02   Updated: 01 Aug 08 14:36
Component/s: Code Coverage
Fix Version/s: Diana 8650

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,757
Fixed in build: 8,641
Severity: Low


 Description  « Hide
EMMA uses port 47653 by default for the runtime controller. On startup, EMMA prints:
EMMA: runtime controller started on port [47653]

The runtime controller can be used to remote control the code coverage collection. Not sure if a lot of people use this, though. I certainly don't. Or does IDEA itself depend on it?

If not, maybe the runtime controller could be disabled by default, and be enabled by a property on the Code Coverage configuration tab? The controller is set by the property "rt.control", the default seems to be in emma.jar!/emma_default.properties with a true value. It can also be set on the VM parameters, for example "-Demma.rt.control=false".

This would prevent issues like:

IDEADEV-3526
IDEA-11280
TW-1792



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.