Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MbeanNode don't copy name property #26

Closed
pedrosans opened this issue Apr 26, 2011 · 1 comment
Closed

MbeanNode don't copy name property #26

pedrosans opened this issue Apr 26, 2011 · 1 comment
Assignees

Comments

@pedrosans
Copy link
Member

In MBeanView project MbeanNode is not coping the name property from the parent parsed by argument, noticed by Richard Emberson

public MbeanNode(MbeanNode parent)
{
this.objectInstance = parent.objectInstance;
this.mBeanServerLocator = parent.mBeanServerLocator;
this.objectInstance = parent.objectInstance;
this.keyValue = parent.keyValue;
}

@ghost ghost assigned pedrosans Apr 26, 2011
@pedrosans
Copy link
Member Author

resolved with ee6dedc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant