|
Description
Stephane Begaudeau
New Gerrit change created: https://git.eclipse.org/r/80889 New Gerrit change created: https://git.eclipse.org/r/80891 Gerrit change https://git.eclipse.org/r/80889 was merged to [master]. Commit: http://git.eclipse.org/c/eef/org.eclipse.eef.git/commit/?id=0961d032fa20db8eb0c69b4819daaa3f19b1746f Gerrit change https://git.eclipse.org/r/80891 was merged to [master]. Commit: http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/commit/?id=fcc2a66c6fb38f52108a48eb3da4eb8226861c1b New Gerrit change created: https://git.eclipse.org/r/81323 Gerrit change https://git.eclipse.org/r/81323 was merged to [master]. Commit: http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/commit/?id=5fd0327982b91a60e0f430cbb0f0520037d70f7e Created attachment 264286 [details]
VSM which triggers an NPE in the migration code.
I get an NPE in the migration code when loading the attached VSM:
java.lang.NullPointerException
at org.eclipse.sirius.ui.properties.internal.migration.ReferenceWidgetMigrationParticipant.handleHyperlinkStyle(ReferenceWidgetMigrationParticipant.java:237)
at org.eclipse.sirius.ui.properties.internal.migration.ReferenceWidgetMigrationParticipant.handleHyperlink(ReferenceWidgetMigrationParticipant.java:216)
at org.eclipse.sirius.ui.properties.internal.migration.ReferenceWidgetMigrationParticipant.handleControl(ReferenceWidgetMigrationParticipant.java:163)
at org.eclipse.sirius.ui.properties.internal.migration.ReferenceWidgetMigrationParticipant.postLoad(ReferenceWidgetMigrationParticipant.java:133)
at org.eclipse.sirius.business.api.migration.AbstractVSMMigrationParticipant.postLoad(AbstractVSMMigrationParticipant.java:41)
at org.eclipse.sirius.business.internal.migration.AbstractSiriusMigrationService.postLoad(AbstractSiriusMigrationService.java:179)
at org.eclipse.sirius.business.internal.migration.description.VSMResourceHandler.postLoad(VSMResourceHandler.java:44)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:266)
New Gerrit change created: https://git.eclipse.org/r/81480 (In reply to Eclipse Genie from comment #8) > New Gerrit change created: https://git.eclipse.org/r/81480 This seems to fix the obvious ones I've hit, but there might be others. Gerrit change https://git.eclipse.org/r/81480 was merged to [master]. Commit: http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/commit/?id=47dbd82d947fe8eda98f1a7d9fe215fcb071093e Closing, this was actually done for 4.1, but we forgot to close the bugzilla. New Gerrit change created: https://git.eclipse.org/r/94545 Gerrit change https://git.eclipse.org/r/94545 was merged to [v4.1.x]. Commit: http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/commit/?id=bdacb9fd6965febe4c1e4cf2e0ff03d997562380 |