Community
Participate
Working Groups
The API on ProjectResourceSet public Resource createResource(URI uri, String contentType) { Is meant to create an EMF Resource document with the given URI, and in many cases.. the URI has an embedded content type key that is used. The contentType that is passed is meant as another way to control what ResourceFactory to be used. Currently - this parameter is ignored
Created attachment 176390 [details] patch This patch is very safe, and doesn't change the behavior of an embedded contentType being used from the URI. If no contentType is found... then the passed parameter is used
I approve
Committed to HEAD for WTP 3.2.2 and WTP 3.3