dzsessona / QuickOpener-NetBeans

Sometimes while programming in NetBeans you want to explore a particular file that you are editing on the file system browser, or maybe launch a command in a terminal to do something with it.
53 stars 40 forks source link

issue #38 - java.lang.IndexOutOfBoundsException when clicking on any empty table in the plugin #39

Closed markiewb closed 11 years ago

markiewb commented 11 years ago

Fixes the issue https://github.com/kinkadzs/QuickOpener-NetBeans/issues/38

[fix] add check for valid row index

kamilszmit commented 11 years ago

I have received 'IndexOutOfBoundsException: Invalid index' after I had clicked on empty list in the settings of QuickOpener commands (Tools -> Options -> Miscellaneous -> QuickOpener -> Commands). I reported this error to https://netbeans.org/bugzilla/show_bug.cgi?id=234909

markiewb commented 11 years ago

{quote} I have received 'IndexOutOfBoundsException: Invalid index' after I had clicked on empty list in the settings of QuickOpener commands (Tools -> Options -> Miscellaneous -> QuickOpener -> Commands). I reported this error to https://netbeans.org/bugzilla/show_bug.cgi?id=234909 {quote}

I already proposed a fix for this issue as a pull request, but the author of the plugin is currently too busy or hasn't even noticed it yet.