If I go to window->preferences->Genral->Editors->File Association, I get a message about invalid values.

Submitted by Sverre Rabbelier on 3 June 2010 at 17:14

On 3 June 2010 at 17:24 Lennart Kats commented:

Yeah, the file associations preferences dialog frequently reports that it has invalid values. This is a regression that was introduced with the latest update of the IMP library.

[edit]edited this comment after the original issue report was edited[/edit]


On 31 May 2011 at 18:27 Tobi Vollebregt commented:

Additionally I observed that if you click OK in the preferences window after having (accidentally) visited the file associations dialog, then afterwards all your IMP files open in the operating system default editor (e.g. notepad) until you restart Eclipse and wait until everything (IMP?) has been initialized.


On 23 November 2011 at 13:02 Lennart Kats removed tag 1.0

On 23 November 2011 at 13:02 Lennart Kats tagged interesting

On 23 November 2011 at 13:10 Lennart Kats tagged 1.1

On 23 November 2011 at 13:10 Lennart Kats removed tag interesting

On 8 January 2013 at 12:56 Eelco Visser removed tag 1.1

On 8 January 2013 at 12:56 Eelco Visser tagged interesting

On 8 January 2013 at 17:18 Gabriël Konat tagged 1.1

On 8 January 2013 at 17:18 Gabriël Konat removed tag interesting

On 8 January 2013 at 17:18 Gabriël Konat tagged eclipse

On 8 January 2013 at 17:33 Gabriël Konat removed tag major

On 15 January 2013 at 22:04 Vlad Vergu tagged imp

On 18 January 2013 at 19:57 Guido Wachsmuth tagged @gohla

On 18 January 2013 at 19:57 Guido Wachsmuth tagged @gohla

On 30 January 2013 at 11:50 Vlad Vergu removed tag 1.1

On 30 January 2013 at 11:50 Vlad Vergu tagged 1.2

On 3 February 2013 at 16:25 Vlad Vergu commented:

Maybe this is somehow related to https://yellowgrass.org/issue/Spoofax/620.

In any case this issue seems to be fairly simple to resolve:

java.lang.NullPointerException
	at org.eclipse.imp.language.LanguageRegistry$BundleImageDescriptor.getStream(LanguageRegistry.java:343)
	at org.eclipse.imp.language.LanguageRegistry$BundleImageDescriptor.getImageData(LanguageRegistry.java:316)
	at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:273)
	at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227)
	at org.eclipse.ui.internal.dialogs.FileEditorsPreferencePage.newResourceTableItem(FileEditorsPreferencePage.java:468)
	at org.eclipse.ui.internal.dialogs.FileEditorsPreferencePage.fillResourceTypeTable(FileEditorsPreferencePage.java:395)
	at org.eclipse.ui.internal.dialogs.FileEditorsPreferencePage.createContents(FileEditorsPreferencePage.java:268)
	at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:232)
	at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1502)
	at org.eclipse.jface.preference.PreferenceDialog$14.run(PreferenceDialog.java:1259)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	...

On 3 February 2013 at 16:35 Vlad Vergu commented:

Fixed in r25878. This was definitely not related to https://yellowgrass.org/issue/Spoofax/620.


On 3 February 2013 at 16:35 Vlad Vergu closed this issue.

Log in to post comments