The type ConnectionInstance has the method getConnectionPropertyValues(Property). The comments suggest that the idea behind this method is that it will look up the property on all of the referenced declarative connections. However, this method is not properly implemented and the implementation of it in ConnectionInstanceImpl simply returns null. Since this method does nothing and is not used, we should remove it.
The type
ConnectionInstancehas the methodgetConnectionPropertyValues(Property). The comments suggest that the idea behind this method is that it will look up the property on all of the referenced declarative connections. However, this method is not properly implemented and the implementation of it inConnectionInstanceImplsimply returnsnull. Since this method does nothing and is not used, we should remove it.