eclipse-capella / capella

Open Source Solution for Model-Based Systems Engineering
https://mbse-capella.org
Eclipse Public License 2.0
229 stars 94 forks source link

-Ddisable.nebula.richtext property doesn't work properly #2806

Closed pdulth closed 5 months ago

pdulth commented 6 months ago

image

java.lang.NullPointerException: Cannot invoke "org.polarsys.capella.core.ui.properties.richtext.fields.CapellaElementDescriptionGroup.setBaseHrefPath(String)" because "this.descriptionGroup" is null
    at org.polarsys.capella.core.ui.properties.richtext.sections.DescriptionPropertySection.loadData(DescriptionPropertySection.java:172)
    at org.polarsys.capella.core.ui.properties.richtext.sections.CapellaDescriptionPropertySection.loadData(CapellaDescriptionPropertySection.java:121)
    at org.polarsys.capella.core.ui.properties.richtext.sections.CapellaDescriptionPropertySection.setInput(CapellaDescriptionPropertySection.java:140)
    at org.eclipse.ui.views.properties.tabbed.TabContents$5.run(TabContents.java:184)

The setEnabled doesn't work image