danielnaber / jwordsplitter

small Java library for splitting German compound words
Other
62 stars 11 forks source link

AbstractWordSplitter NPE when accessing field exceptionSplits #12

Closed simasch closed 7 years ago

simasch commented 7 years ago

The field private ExceptionSplits exceptionSplits; in AbstractWordSplitter can be null.

Please add null checks before using. Lines 214 and 321

Thanks, Simon

danielnaber commented 7 years ago

Thanks, should be fixed now.