ajermakovics / eclipse-instasearch

Eclipse plug-in for fast code search
http://marketplace.eclipse.org/content/instasearch
Eclipse Public License 2.0
170 stars 48 forks source link

fixed NPE at start. #43

Closed fabrizioiannetti closed 10 years ago

fabrizioiannetti commented 10 years ago

PreferenceChangeDelegate was trying to create a PreferenceChangeEvent with a null Node, which is not allowed.

Refactored Searcher class to directly implement IPropertyChangeListener to listen to eclipse property changes.

ajermakovics commented 10 years ago

Looks good, merging in. Thanks for the contribution