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

Add string format specifier for error message in PropertyValueBuffer #1906

Closed
wants to merge 1 commit into from

Conversation

jschaf
Copy link

@jschaf jschaf commented Jan 22, 2018

Discovered inadvertently when using Bazel to compile the code-base:

external/com_github_fasterxml_jackson_databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/PropertyValueBuffer.java:134: error: [FormatString] extra format arguments: used 1, provided 2
return _context.reportInputMismatch(prop, String.format(

Discovered inadvertently when using Bazel to compile the code-base:

external/com_github_fasterxml_jackson_databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/PropertyValueBuffer.java:134: error: [FormatString] extra format arguments: used 1, provided 2
            return _context.reportInputMismatch(prop, String.format(
@cowtowncoder
Copy link
Member

Thanks! As per the other PR, will merge against 2.9.

@cowtowncoder cowtowncoder changed the title Add string format specifier for getParameter Add string format specifier for error message in PropertyValueBuffer Jan 23, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants