A B C D E G H I J L M O P R S T V W 

A

addJump(JumpData) - Method in class com.liferay.whip.coveragedata.LineData
 
addLine(int) - Method in class com.liferay.whip.coveragedata.ClassData
 
addLineJump(int, int) - Method in class com.liferay.whip.coveragedata.ClassData
 
addLineSwitch(int, int, int, int) - Method in class com.liferay.whip.coveragedata.ClassData
 
addLineSwitch(int, int, int[]) - Method in class com.liferay.whip.coveragedata.ClassData
 
addSwitch(SwitchData) - Method in class com.liferay.whip.coveragedata.LineData
 
assertCoverage(boolean, Class<?>...) - Static method in class com.liferay.whip.agent.InstrumentationAgent
 

B

BackwardCompatibleMethodNode - Class in com.liferay.whip.instrument
See https://issues.liferay.com/browse/LPS-44718.
BackwardCompatibleMethodNode(int, String, String, String, String[]) - Constructor for class com.liferay.whip.instrument.BackwardCompatibleMethodNode
 
BranchCoverageData<T extends BranchCoverageData<T>> - Interface in com.liferay.whip.coveragedata
 

C

captureProjectData(boolean, boolean) - Static method in class com.liferay.whip.coveragedata.ProjectDataUtil
 
children - Variable in class com.liferay.whip.coveragedata.CoverageDataContainer
 
ClassData - Class in com.liferay.whip.coveragedata
 
ClassData(String) - Constructor for class com.liferay.whip.coveragedata.ClassData
 
com.liferay.whip.agent - package com.liferay.whip.agent
 
com.liferay.whip.coveragedata - package com.liferay.whip.coveragedata
 
com.liferay.whip.instrument - package com.liferay.whip.instrument
 
com.liferay.whip.util - package com.liferay.whip.util
 
ContextAwareClassWriter - Class in com.liferay.whip.instrument
 
ContextAwareClassWriter(int) - Constructor for class com.liferay.whip.instrument.ContextAwareClassWriter
 
CoverageData<T extends CoverageData<T>> - Interface in com.liferay.whip.coveragedata
 
CoverageDataContainer<K,V extends CoverageData<V>,T extends CoverageDataContainer<K,V,T>> - Class in com.liferay.whip.coveragedata
 
CoverageDataContainer() - Constructor for class com.liferay.whip.coveragedata.CoverageDataContainer
 

D

dumpInstrumentedClass(ClassLoader, String, byte[]) - Method in class com.liferay.whip.instrument.WhipClassFileTransformer
 
dynamicallyInstrument(String[], String[]) - Static method in class com.liferay.whip.agent.InstrumentationAgent
 

E

equals(Object) - Method in class com.liferay.whip.coveragedata.CoverageDataContainer
 

G

getBranch() - Method in class com.liferay.whip.instrument.SwitchHolder
 
getBranchCoverageRate() - Method in interface com.liferay.whip.coveragedata.BranchCoverageData
 
getBranchCoverageRate() - Method in class com.liferay.whip.coveragedata.CoverageDataContainer
 
getBranchCoverageRate() - Method in class com.liferay.whip.coveragedata.JumpData
 
getBranchCoverageRate() - Method in class com.liferay.whip.coveragedata.LineData
 
getBranchCoverageRate() - Method in class com.liferay.whip.coveragedata.SwitchData
 
getClassData(String) - Method in class com.liferay.whip.coveragedata.ProjectData
 
getCommonSuperClass(String, String) - Method in class com.liferay.whip.instrument.ContextAwareClassWriter
 
getDataFile() - Static method in class com.liferay.whip.agent.InstrumentationAgent
 
getJumpNumber() - Method in class com.liferay.whip.coveragedata.JumpData
 
getJumpNumber() - Method in class com.liferay.whip.instrument.JumpHolder
 
getLabelNode(Label) - Method in class com.liferay.whip.instrument.BackwardCompatibleMethodNode
 
getLineCoverageRate() - Method in interface com.liferay.whip.coveragedata.CoverageData
 
getLineCoverageRate() - Method in class com.liferay.whip.coveragedata.CoverageDataContainer
 
getLineCoverageRate() - Method in class com.liferay.whip.coveragedata.LineData
 
getLineNumber() - Method in class com.liferay.whip.coveragedata.LineData
 
getLineNumber() - Method in class com.liferay.whip.instrument.JumpHolder
 
getLines() - Method in class com.liferay.whip.coveragedata.ClassData
 
getLockFile() - Static method in class com.liferay.whip.agent.InstrumentationAgent
 
getName() - Method in class com.liferay.whip.coveragedata.ClassData
 
getNumberOfCoveredBranches() - Method in interface com.liferay.whip.coveragedata.BranchCoverageData
 
getNumberOfCoveredBranches() - Method in class com.liferay.whip.coveragedata.ClassData
 
getNumberOfCoveredBranches() - Method in class com.liferay.whip.coveragedata.CoverageDataContainer
 
getNumberOfCoveredBranches() - Method in class com.liferay.whip.coveragedata.JumpData
 
getNumberOfCoveredBranches() - Method in class com.liferay.whip.coveragedata.LineData
 
getNumberOfCoveredBranches() - Method in class com.liferay.whip.coveragedata.SwitchData
 
getNumberOfCoveredLines() - Method in interface com.liferay.whip.coveragedata.CoverageData
 
getNumberOfCoveredLines() - Method in class com.liferay.whip.coveragedata.CoverageDataContainer
 
getNumberOfCoveredLines() - Method in class com.liferay.whip.coveragedata.LineData
 
getNumberOfValidBranches() - Method in interface com.liferay.whip.coveragedata.BranchCoverageData
 
getNumberOfValidBranches() - Method in class com.liferay.whip.coveragedata.ClassData
 
getNumberOfValidBranches() - Method in class com.liferay.whip.coveragedata.CoverageDataContainer
 
getNumberOfValidBranches() - Method in class com.liferay.whip.coveragedata.JumpData
 
getNumberOfValidBranches() - Method in class com.liferay.whip.coveragedata.LineData
 
getNumberOfValidBranches() - Method in class com.liferay.whip.coveragedata.SwitchData
 
getNumberOfValidLines() - Method in interface com.liferay.whip.coveragedata.CoverageData
 
getNumberOfValidLines() - Method in class com.liferay.whip.coveragedata.CoverageDataContainer
 
getNumberOfValidLines() - Method in class com.liferay.whip.coveragedata.LineData
 
getOrCreateClassData(String) - Method in class com.liferay.whip.coveragedata.ProjectData
 
getProjectData() - Static method in class com.liferay.whip.coveragedata.ProjectDataUtil
 
getSuperName(String) - Method in class com.liferay.whip.instrument.ContextAwareClassWriter
 
getSwitchNumber() - Method in class com.liferay.whip.coveragedata.SwitchData
 

H

hash(int, boolean) - Static method in class com.liferay.whip.util.HashUtil
 
hash(int, int) - Static method in class com.liferay.whip.util.HashUtil
 
hash(int, long) - Static method in class com.liferay.whip.util.HashUtil
 
hash(int, Object) - Static method in class com.liferay.whip.util.HashUtil
 
hashCode() - Method in class com.liferay.whip.coveragedata.CoverageDataContainer
 
HashUtil - Class in com.liferay.whip.util
 
HashUtil() - Constructor for class com.liferay.whip.util.HashUtil
 

I

InstrumentationAgent - Class in com.liferay.whip.agent
 
InstrumentationAgent() - Constructor for class com.liferay.whip.agent.InstrumentationAgent
 
isCovered() - Method in class com.liferay.whip.coveragedata.LineData
 

J

JumpData - Class in com.liferay.whip.coveragedata
 
JumpData(String, int, int) - Constructor for class com.liferay.whip.coveragedata.JumpData
 
JumpHolder - Class in com.liferay.whip.instrument
 
JumpHolder(int, int) - Constructor for class com.liferay.whip.instrument.JumpHolder
 

L

LineData - Class in com.liferay.whip.coveragedata
 
LineData(String, int) - Constructor for class com.liferay.whip.coveragedata.LineData
 

M

matches(String) - Method in class com.liferay.whip.instrument.WhipClassFileTransformer
 
merge(T) - Method in interface com.liferay.whip.coveragedata.BranchCoverageData
 
merge(ClassData) - Method in class com.liferay.whip.coveragedata.ClassData
 
merge(T) - Method in class com.liferay.whip.coveragedata.CoverageDataContainer
 
merge(JumpData) - Method in class com.liferay.whip.coveragedata.JumpData
 
merge(LineData) - Method in class com.liferay.whip.coveragedata.LineData
 
merge(SwitchData) - Method in class com.liferay.whip.coveragedata.SwitchData
 

O

OutlineMethodVisitor - Class in com.liferay.whip.instrument
 
OutlineMethodVisitor(ClassData, MethodVisitor, int, String, String, String, String[]) - Constructor for class com.liferay.whip.instrument.OutlineMethodVisitor
 

P

premain(String, Instrumentation) - Static method in class com.liferay.whip.agent.InstrumentationAgent
 
ProjectData - Class in com.liferay.whip.coveragedata
 
ProjectData() - Constructor for class com.liferay.whip.coveragedata.ProjectData
 
ProjectDataUtil - Class in com.liferay.whip.coveragedata
 
ProjectDataUtil() - Constructor for class com.liferay.whip.coveragedata.ProjectDataUtil
 

R

recordInstrumentation(ClassLoader, String, byte[]) - Static method in class com.liferay.whip.agent.InstrumentationAgent
 
ReflectionUtil - Class in com.liferay.whip.util
 
ReflectionUtil() - Constructor for class com.liferay.whip.util.ReflectionUtil
 

S

SwitchData - Class in com.liferay.whip.coveragedata
 
SwitchData(String, int, int, int) - Constructor for class com.liferay.whip.coveragedata.SwitchData
 
SwitchHolder - Class in com.liferay.whip.instrument
 
SwitchHolder(int, int, int) - Constructor for class com.liferay.whip.instrument.SwitchHolder
 

T

throwException(Throwable) - Static method in class com.liferay.whip.util.ReflectionUtil
 
toString() - Method in class com.liferay.whip.coveragedata.JumpData
 
toString() - Method in class com.liferay.whip.coveragedata.LineData
 
toString() - Method in class com.liferay.whip.coveragedata.SwitchData
 
touch(int) - Method in class com.liferay.whip.coveragedata.ClassData
 
touch() - Method in class com.liferay.whip.coveragedata.LineData
 
touch(String, int) - Static method in class com.liferay.whip.coveragedata.TouchUtil
 
touchBranch(boolean) - Method in class com.liferay.whip.coveragedata.JumpData
 
touchBranch(int) - Method in class com.liferay.whip.coveragedata.SwitchData
 
touchJump(int, int, boolean) - Method in class com.liferay.whip.coveragedata.ClassData
 
touchJump(int, boolean) - Method in class com.liferay.whip.coveragedata.LineData
 
touchJump(String, int, int, boolean) - Static method in class com.liferay.whip.coveragedata.TouchUtil
 
TouchMethodVisitor - Class in com.liferay.whip.instrument
 
TouchMethodVisitor(String, MethodNode, MethodVisitor, Set<Label>, Map<Label, Integer>, Map<Label, SwitchHolder>) - Constructor for class com.liferay.whip.instrument.TouchMethodVisitor
 
touchSwitch(int, int, int) - Method in class com.liferay.whip.coveragedata.ClassData
 
touchSwitch(int, int) - Method in class com.liferay.whip.coveragedata.LineData
 
touchSwitch(String, int, int, int) - Static method in class com.liferay.whip.coveragedata.TouchUtil
 
TouchUtil - Class in com.liferay.whip.coveragedata
 
TouchUtil() - Constructor for class com.liferay.whip.coveragedata.TouchUtil
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class com.liferay.whip.instrument.WhipClassFileTransformer
 

V

visit(int, int, String, String, String, String[]) - Method in class com.liferay.whip.instrument.WhipClassVisitor
 
visitCode() - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitEnd() - Method in class com.liferay.whip.instrument.OutlineMethodVisitor
 
visitEnd() - Method in class com.liferay.whip.instrument.WhipClassVisitor
 
visitFieldInsn(int, String, String, String) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitIincInsn(int, int) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitInsn(int) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitIntInsn(int, int) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitJumpInsn(int, Label) - Method in class com.liferay.whip.instrument.OutlineMethodVisitor
 
visitJumpInsn(int, Label) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitLabel(Label) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitLdcInsn(Object) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitLineNumber(int, Label) - Method in class com.liferay.whip.instrument.OutlineMethodVisitor
 
visitLineNumber(int, Label) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class com.liferay.whip.instrument.OutlineMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitMaxs(int, int) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class com.liferay.whip.instrument.WhipClassVisitor
 
visitMethodInsn(int, String, String, String) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitMethodInsn(int, String, String, String, boolean) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class com.liferay.whip.instrument.OutlineMethodVisitor
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitTypeInsn(int, String) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 
visitVarInsn(int, int) - Method in class com.liferay.whip.instrument.TouchMethodVisitor
 

W

WhipClassFileTransformer - Class in com.liferay.whip.instrument
 
WhipClassFileTransformer(String[], String[]) - Constructor for class com.liferay.whip.instrument.WhipClassFileTransformer
 
WhipClassVisitor - Class in com.liferay.whip.instrument
 
WhipClassVisitor(ClassData, ClassVisitor) - Constructor for class com.liferay.whip.instrument.WhipClassVisitor
 
A B C D E G H I J L M O P R S T V W