[Java] Model spring http package#6042
Merged
aschackmull merged 11 commits intogithub:mainfrom Jul 19, 2021
Merged
Conversation
fee3c4d to
db2ee6b
Compare
Contributor
|
#5976 has landed; this one is next in the Spring queue! |
db2ee6b to
38ffaf0
Compare
Contributor
|
@joefarebrother there are conflicts |
aschackmull
reviewed
Jul 14, 2021
| "org.springframework.http;HttpHeaders;true;getCacheControl;();;Argument[-1];ReturnValue;taint", | ||
| "org.springframework.http;HttpHeaders;true;getConnection;();;Argument[-1];Element of ReturnValue;taint", | ||
| "org.springframework.http;HttpHeaders;true;getETag;();;Argument[-1];ReturnValue;taint", | ||
| "org.springframework.http;HttpHeaders;true;getETagValuesAsList;(String);;Element of Argument[-1];ReturnValue;taint", |
Contributor
There was a problem hiding this comment.
Shouldn't the Element of be on the return value?
38ffaf0 to
e7e432d
Compare
Contributor
javaGenerated file changes for java
- `Spring <https://spring.io/>`_,``org.springframework.*``,29,236,62,,,,19,14,,29
+ `Spring <https://spring.io/>`_,``org.springframework.*``,29,306,62,,,,19,14,,29
- Totals,,84,2109,296,13,6,6,107,33,1,66
+ Totals,,84,2179,296,13,6,6,107,33,1,66
- org.springframework.http,14,,,,,,,,,14,,,,,,,,,
+ org.springframework.http,14,,70,,,,,,,14,,,,,,,,60,10 |
Contributor
|
aschackmull
approved these changes
Jul 19, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Partly depends on #5976 for modelling of
MultiValueMap(tests whose results depend on that PR are currently marked as
MISSING)