public class PartlyAnalysedClassesSection extends ClassListSection
ClassData#isFullyAnalysed field
in order to treat this class as unloaded when collecting coverage results.| Constructor and Description |
|---|
PartlyAnalysedClassesSection() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Unique identifier of the section.
|
int |
getVersion()
Sections perform independent versioning to support individual section skipping.
|
boolean |
isEngaged(ProjectData projectData,
InstrumentationOptions options)
Check if this section should be added to the report.
|
protected void |
loadClass(java.io.DataInputStream in,
ClassData classData,
int version) |
protected void |
saveClass(ClassData classData,
java.io.DataOutput out,
int index) |
load, saveInternalsaveprotected void loadClass(java.io.DataInputStream in,
ClassData classData,
int version)
throws java.io.IOException
loadClass in class ClassListSectionjava.io.IOExceptionprotected void saveClass(ClassData classData, java.io.DataOutput out, int index) throws java.io.IOException
saveClass in class ClassListSectionjava.io.IOExceptionpublic int getId()
ReportSectiongetId in class ReportSectionpublic int getVersion()
ReportSectiongetVersion in class ReportSectionpublic boolean isEngaged(ProjectData projectData, InstrumentationOptions options)
ReportSectionisEngaged in class ReportSection