[
https://issues.jboss.org/browse/JBOSGI-533?page=com.atlassian.jira.plugin...
]
Thomas Diesler updated JBOSGI-533:
----------------------------------
Description:
Currently
{code}
public String toString() {
return cachedAttributes.toString();
}
{code}
was:
Currently
{code}
@Override
public String toString() {
return cachedAttributes.toString();
}
{code}
OSGiMetaData returns non-stable value from toString()
-----------------------------------------------------
Key: JBOSGI-533
URL:
https://issues.jboss.org/browse/JBOSGI-533
Project: JBoss OSGi
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core Framework
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: JBossOSGi 1.2.0
Currently
{code}
public String toString() {
return cachedAttributes.toString();
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira