Description
refactor this hack:
public class FixtureScript { ... protected <T> void optionalParam( final String parameterName, final ExecutionContext ec, final Class<T> cls) { try { checkParam(parameterName, ec, cls); } catch (IllegalArgumentException e) { // Do nothing } } }
Attachments
Issue Links
- links to