Community
Participate
Working Groups
2.0M5 almost M6. XtextResourceSetProvider.get(IProject) used to tolerate a null project for non-project contexts such as views as used by the XTFO EmbeddedXtextEditor. This now NPEs. The following lines IJavaProject javaProject = JavaCore.create(project); set.getURIConverter().getURIMap().putAll(computePlatformURIMap(javaProject)); if (javaProject!=null && javaProject.exists()) { demonstrate that a null javaProject was once permitted.
which also affects return resourceSetProvider.get(null); in ResourceForIEditorInputFactory
Pushed to master.
*** Bug 344388 has been marked as a duplicate of this bug. ***
Closing all bugs that were set to RESOLVED before Neon.0