Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
belingueres opened this issue Jul 11, 2016 · 0 comments

Comments

@belingueres
Copy link
Contributor

    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

@belingueres belingueres changed the title Constructor InterpolatorFilterReader( Reader in, Interpolator interpolator, RecursionInterceptor ri ) ignores ignores RecursionInterceptor parameter Constructor InterpolatorFilterReader( Reader in, Interpolator interpolator, RecursionInterceptor ri ) ignores RecursionInterceptor parameter Aug 13, 2016
belingueres added a commit to belingueres/plexus-interpolation that referenced this issue Aug 13, 2016
…n, Interpolator interpolator, RecursionInterceptor ri ) ignores RecursionInterceptor parameter
@olamy olamy closed this as completed in #9 Nov 8, 2016
olamy added a commit that referenced this issue Nov 8, 2016
Fix #6: Constructor InterpolatorFilterReader( Reader in, Interpolator…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant