skazsi / multiproperties

MultiProperties Editor is an Eclipse plugin for editing multiple key-value based files with similar content.
http://marketplace.eclipse.org/content/multiproperties
8 stars 1 forks source link

Importer fails if structural method is chosen and a column is selected #42

Closed skazsi closed 5 years ago

skazsi commented 5 years ago

When "structural" importing is chosen and a column is selected the following exception is thrown:

java.lang.IllegalArgumentException: Invalid usage of structural method when column is selected
    at hu.skzs.multiproperties.base.model.ImporterFacade.verifyMethod(ImporterFacade.java:123)
    at hu.skzs.multiproperties.base.model.ImporterFacade.performImport(ImporterFacade.java:61)
    at hu.skzs.multiproperties.ui.wizard.importer.ImporterWizard.performFinish(ImporterWizard.java:86)
...