eclipse / Xpect

This repository has been rewritten to move to the Eclipse Foundation. Find the old history here: https://github.com/TypeFox/Xpect
http://www.xpect-tests.org/
Eclipse Public License 2.0
30 stars 28 forks source link

org.xpect.runner.XpectRunner.getFiles() can return a collection contains null value silently #193

Open jiachengwang opened 8 years ago

jiachengwang commented 8 years ago

getFiles() return the collection in some cases contains null value(s), when iterating the collection in the method org.xpect.runner.XpectRunner.createChildren(Class<?>), NPE throws out and crashes the test runner.