ssi-schaefer / lcdsl

Eclipse Launch Configuration DSL (Xtext based)
Eclipse Public License 1.0
23 stars 12 forks source link

ArrayIndexOutOfBoundsException when specifying a non-existing content provider #10

Closed mheiss closed 7 years ago

mheiss commented 7 years ago

An ArrayIndexOutOfBoundsException is thrown when saving a configuration that declares a non-existing content provider.

Copy the following snippet into a .lc file and press save.

eclipse configuration ConfigA {
    product org.eclipse.sdk.ide;
    content-provider "Foo";
}

stacktrace.txt