generateSequenceDiagramMessage(putFieldInstruction)));
}
} else if (line instanceof GetfieldInstruction) {
if (showGetFieldInstructions) {
sLog.fine("GetfieldInstruction - " + line.toString());
GetfieldInstruction getFieldInstruction = (GetfieldInstruction) line;
final String invokedClassName = getFieldInstruction
.getInvokedClass();
// Check if this is a class of interest.
if (filters != null) {
if (!checkPackageMatch(filters, invokedClassName)) {