-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Trivial
-
Component/s: configurationslicing-plugin
While performing the code review for Pull Request #20, it appears IMHO that the code of the plugin does not handle null pointer exception. I recommend using `checkNotNull()` to, at least, give better null pointer exceptions error messages. The cascading method calls could also benefit from better null protection.Â