Skip to content

Constructor InterpolatorFilterReader( Reader in, Interpolator interpolator, RecursionInterceptor ri ) ignores RecursionInterceptor parameter #6

Closed
@belingueres

Description

    public InterpolatorFilterReader( Reader in, Interpolator interpolator, RecursionInterceptor ri )
    {
        this( in, interpolator, DEFAULT_BEGIN_TOKEN, DEFAULT_END_TOKEN, new SimpleRecursionInterceptor() );
}

Is this to provide backward compatibility with a previous release? or it is a bug?
I can provide a patch if needed.

TIA,
Gabriel

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions