You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a bug in cucumber.runtime.StepDefinitionMatch where the code that deals with tabular data calls getGenericListType(int), which in turn dereferences StepDefinition#getParameterTypes().
Unfortunately, cucumber.runtime.clojure.ClojureStepDefinition#getParameterTypes()always returnsnull, thus resulting in the NPE.
Looks like a bug in
cucumber.runtime.StepDefinitionMatch
where the code that deals with tabular data callsgetGenericListType(int)
, which in turn dereferencesStepDefinition#getParameterTypes()
.Unfortunately,
cucumber.runtime.clojure.ClojureStepDefinition#getParameterTypes()
always returnsnull
, thus resulting in the NPE.(also see http://stackoverflow.com/questions/9622832/npe-attempting-to-read-tabular-data-in-cucumber-jvm-cucumber-clojure for problem and analysis).
The text was updated successfully, but these errors were encountered: