testng icon indicating copy to clipboard operation
testng copied to clipboard

Fix unsafe casts in Invoker class

Open krmahadevan opened this issue 7 years ago • 0 comments

TestNG Version

Note: only the latest version is supported 6.12

There are some unsafe casts being done in Invoker class.

Examples can be found from the below review comments

Refer comments :

  1. https://github.com/cbeust/testng/pull/1582#discussion_r148303744
  2. https://github.com/cbeust/testng/pull/1582#discussion_r148251998

This issue is track addressing of them.

krmahadevan avatar Nov 02 '17 02:11 krmahadevan