Community
Participate
Working Groups
Create *.uml file Invoke "new Papyrus Model" on it - it will init a new Papyrus diagram for the selected uml model. NPE occurs
Created attachment 190846 [details] Exception
This bug is caused be 315083
Fixed in the trunk (r4239)
Created attachment 190873 [details] Patch for 0.7.X branch
ModelSet class assumes that #createsModels() will always be invoked, this is where filenameWithoutExtension variable is initialized. But the method creates or overrides all (three) files, while we want to keep .uml file as is. This yields filenameWithoutExtension to be null and then NPE.