Serialized Form


Package net.sourceforge.cobertura.coveragedata

Class net.sourceforge.cobertura.coveragedata.ClassData extends CoverageDataContainer implements Serializable

serialVersionUID: 5L

Serialized Fields

branches

java.util.Map<K,V> branches
Each key is a line number in this class, stored as an Integer object. Each value is information about the line, stored as a LineData object.


containsInstrumentationInfo

boolean containsInstrumentationInfo

methodNamesAndDescriptors

java.util.Set<E> methodNamesAndDescriptors

name

java.lang.String name

sourceFileName

java.lang.String sourceFileName

Class net.sourceforge.cobertura.coveragedata.CoverageDataContainer extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

children

java.util.Map<K,V> children
Each key is the name of a child, usually stored as a String or an Integer object. Each value is information about the child, stored as an object that implements the CoverageData interface.

Class net.sourceforge.cobertura.coveragedata.JumpData extends java.lang.Object implements Serializable

serialVersionUID: 8L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

conditionNumber

int conditionNumber

trueHits

long trueHits

falseHits

long falseHits

Class net.sourceforge.cobertura.coveragedata.LineData extends java.lang.Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

hits

long hits

jumps

java.util.List<E> jumps

switches

java.util.List<E> switches

lineNumber

int lineNumber

methodDescriptor

java.lang.String methodDescriptor

methodName

java.lang.String methodName

Class net.sourceforge.cobertura.coveragedata.PackageData extends CoverageDataContainer implements Serializable

serialVersionUID: 7L

Serialized Fields

name

java.lang.String name

Class net.sourceforge.cobertura.coveragedata.ProjectData extends CoverageDataContainer implements Serializable

serialVersionUID: 6L

Serialized Fields

classes

java.util.Map<K,V> classes
This collection is used for quicker access to the list of classes.

Class net.sourceforge.cobertura.coveragedata.SourceFileData extends CoverageDataContainer implements Serializable

serialVersionUID: 3L

Serialized Fields

name

java.lang.String name

Class net.sourceforge.cobertura.coveragedata.SwitchData extends java.lang.Object implements Serializable

serialVersionUID: 9L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

switchNumber

int switchNumber

defaultHits

long defaultHits

hits

long[] hits

keys

int[] keys

Package net.sourceforge.cobertura.javancss.parser

Class net.sourceforge.cobertura.javancss.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class net.sourceforge.cobertura.javancss.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package net.sourceforge.cobertura.javancss.parser.debug

Class net.sourceforge.cobertura.javancss.parser.debug.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class net.sourceforge.cobertura.javancss.parser.debug.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package net.sourceforge.cobertura.javancss.parser.java15

Class net.sourceforge.cobertura.javancss.parser.java15.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class net.sourceforge.cobertura.javancss.parser.java15.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package net.sourceforge.cobertura.javancss.parser.java15.debug

Class net.sourceforge.cobertura.javancss.parser.java15.debug.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class net.sourceforge.cobertura.javancss.parser.java15.debug.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package net.sourceforge.cobertura.reporting.html

Class net.sourceforge.cobertura.reporting.html.SourceFileDataBaseNameComparator extends java.lang.Object implements Serializable

serialVersionUID: 0L


Package net.sourceforge.cobertura.webapp

Class net.sourceforge.cobertura.webapp.FlushCoberturaServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L