InvocationTargetException when trying to create a utility table of a utility node without parents

Issue #236 resolved
Manuel Luque created an issue

When the user tries to create a utility table of a utility node without parents in the GUI, there is an InvocationTargetException.

Comments (2)

  1. Iñigo Bermejo

    Apparently it is related to bug #238. The InvocationTargetException was caused by:

    java.lang.NullPointerException at org.openmarkov.core.gui.dialog.common.TablePotentialPanel.getPotentialStartIndexOfColumn(TablePotentialPanel.java:737) at org.openmarkov.core.gui.dialog.common.TablePotentialPanel.setPotentialDataInCentreArea(TablePotentialPanel.java:529) at org.openmarkov.core.gui.dialog.common.TablePotentialPanel.convertListPotentialsToTableFormat(TablePotentialPanel.java:325) at org.openmarkov.core.gui.dialog.common.TablePotentialPanel.setData(TablePotentialPanel.java:179) at org.openmarkov.core.gui.dialog.common.TablePotentialPanel.<init>(TablePotentialPanel.java:101)

  2. Log in to comment