Community
Participate
Working Groups
Build Identifier: 1. Create Tigerstripe project with Entity artifact 2. Create Class diagram and add Entity artifact on it. 3. Cleck on Entity artifact on diagram and select 'Remove from model' item in dropdown menu 4. Select 'OK' in warning message Result: An internal error occurred during: "Model updating...". java.lang.NullPointerException at org.eclipse.tigerstripe.workbench.internal.api.impl.updater.request.ArtifactDeleteRequest.execute(ArtifactDeleteRequest.java:82) at org.eclipse.tigerstripe.workbench.internal.api.impl.updater.ModelUpdaterImpl$1.run(ModelUpdaterImpl.java:56) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Reproducible: Always
I'm unable to reproduce this issue with the latest TS code on a Mac. Has anyone else seen this?
Navid, I've tried to reproduce this issue on Mac, and it is also not reproduced. But it is still reproduced on latest Tigerstripe on Win7
I'm unable to reproduce it with the latest TS code too on the Win7 and linux.
I'm able to reproduce it. This bug is not always reproduced, and related with multithreading.
Created attachment 196536 [details] TS-345871.patch.txt Fixed.
Valentin's patch applied.
Verified. Closing issue