Issue 49: NPE when used with bew groovy plugin
Status:  New
Owner: ----
Reported by andrew.e...@gmail.com, Oct 30, 2009
See http://jira.codehaus.org/browse/GRECLIPSE-476

Testng occasionally throws npes when looking for tests inside groovy files.
 This is because IType.getSource() for groovy files occasionally returns
null (this is OK according to the spec of that method.  However, this is
not handled in testng code.

I am attaching a patch to fix this problem.
testng-eclipse.patch
3.4 KB   View   Download