Skip to content

managedObject clas change from class="MRBTS" to class="com.nokia.srbts:MRBTS" #6

@SopheakNoun

Description

@SopheakNoun

there is no value extract when xml change from class="MRBTS" to class="com.nokia.srbts:MRBTS"

N1277

Unblocked

it would be works if we add this in // Extract managedObject

if (attrName.equals("class") && attrValue.contains(":")) {
attrValue = attrValue.split(":")[1];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions