Issue Details (XML | Word | Printable)

Key: CEP-35
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Michael Studman [Atlassian]
Reporter: Michael Studman [Atlassian]
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Clover Eclipse Plugin

For a compilation unit with more than one top-level class, Clover-for-Eclipse only outputs one recorder class file

Created: 09/Nov/07 04:51 PM   Updated: 24/Apr/08 03:57 PM
Component/s: None
Affects Version/s: 2.0.0.b2_1 (beta 2), 2.0.0.v20071016211452 (final), 2.0.1.v20071022194021, 2.0.2.v20071101122659
Fix Version/s: 2.0.3.v20071203123733

Time Tracking:
Not Specified

Participants: Michael Studman [Atlassian]
Since last comment: 1 year, 3 weeks, 1 day ago
Resolution Date: 10/Nov/07 08:14 AM


 Description  « Hide
A CU as follows will only generate a single recorder .class file (and the one it chooses will be random):

public class Foo {
public Foo() {
}
}

class Foo2 {
Foo2() {
}
}



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Michael Studman [Atlassian] added a comment - 10/Nov/07 08:14 AM
Fix applied. Scheduled for next build.