-
Suggestion
-
Resolution: Won't Fix
-
None
Under the Project Settings / Compiler / Use external build checkbox there is the option 'Make project automatically'.
Enabling this feature runs 'continuous compilation', i.e. all sources are compiled as soon as they're modified (as saved actually, which happens automatically).
It means that we'd have Clover instrumenter called thousands of times during single IDEA IDE run. It means it would produce thousands of instrumentation sessions. And the current db structure is quite linear in search. And it would create thousands of coverage recorders - one instance per each class, practically.
Database structure and coverage records would have to be optimized for such continuous build approach.
Possible solutions:
- no instrumentation sessions, when new session starts, remove old data related with a source file being compiled and add the new one; might require extra index for fast search for the latest version
- using a SHARED coverage recorder;
- file-based hit count array indexes instead of the global one?
- details
-
CLOV-1282 Suport IDEA12 external build feature in Clover
- Closed
[CLOV-1293] as a developer I'd like to build continuously using external build
Workflow | Original: JAC Suggestion Workflow [ 3342597 ] | New: JAC Suggestion Workflow 3 [ 3585060 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: New Clover Workflow - Restricted [ 1474266 ] | New: JAC Suggestion Workflow [ 3342597 ] |
Issue Type | Original: Story [ 16 ] | New: Suggestion [ 10000 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Epic Link |
Original:
|
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Assignee | Original: Marek Parfianowicz [ mparfianowicz ] |
Workflow | Original: New Clover Workflow [ 897518 ] | New: New Clover Workflow - Restricted [ 1474266 ] |
Workflow | Original: Clover Workflow [ 895041 ] | New: New Clover Workflow [ 897518 ] |
Workflow | Original: reviewflow [ 532873 ] | New: Clover Workflow [ 895041 ] |
Epic Link |
New:
|
Fix Version/s | New: someday [ 23593 ] | |
Fix Version/s | Original: 3.4.xx [ 29907 ] |