Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing escape on the plugin update dialog throws an exception #273

Closed
matthewhorridge opened this issue Nov 16, 2015 · 0 comments
Closed

Comments

@matthewhorridge
Copy link
Contributor

java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
    at java.lang.String.compareTo(String.java:111) ~[na:1.8.0_25]
    at java.util.Arrays.binarySearch0(Arrays.java:2439) ~[na:1.8.0_25]
    at java.util.Arrays.binarySearch(Arrays.java:2379) ~[na:1.8.0_25]
    at org.protege.editor.core.ui.util.JOptionPaneEx.getReturnValue(JOptionPaneEx.java:111) ~[na:na]
    at org.protege.editor.core.ui.util.JOptionPaneEx.showConfirmDialog(JOptionPaneEx.java:60) ~[na:na]
    at org.protege.editor.core.update.PluginPanel.showDialog(PluginPanel.java:274) ~[na:na]
    at org.protege.editor.core.update.PluginManager.showUpdatesDialog(PluginManager.java:236) ~[na:na]
    at org.protege.editor.core.update.PluginManager.lambda$performCheckPlugins$5(PluginManager.java:218) ~[na:na]
    at org.protege.editor.core.update.PluginManager$$Lambda$36/636846013.run(Unknown Source) ~[na:na]
    at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_25]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant