Community
Participate
Working Groups
I am porting the Xtext in forms example to xtext 2.0. At some point the example calls fResourceSetProvider.get(null); The 1.x version, could handle this, the 2.0 provider now installs a URIMap which is computed, but can't handle null for get(IProject project) solution: do a null check on project before computing the URIMap.
*** This bug has been marked as a duplicate of bug 339640 ***