-
Notifications
You must be signed in to change notification settings - Fork 2k
Model Spring util
#5976
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
Merged
Merged
Model Spring util
#5976
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c4e9b1f
Model Spring `util`
92ebb63
Model Spring AntPath utils
739b142
Generate tests for Spring util
fb0e6bf
Fix tests for Spring util
60db9e1
Rename springframework-5.2.3 to 5.3.8
bddc88c
Add stubs for Spring util tests
4012076
fixup! Model spring `util`
240058b
fixup! Fix tests for Spring util
dec0123
Autoformat
smowton f7a4614
Add missing tests for AntPathMatcher's protected methods; fix models …
smowton 659478c
Remove model for protected class
smowton 5769f47
Add missing CollectionUtils model
smowton f67e9ae
Drop tests for protected inner classes
smowton b202110
Drop redundant model that can be inherited from java.util.Iterator
smowton 0441098
Amend models of MultiValueMap.addAll overloads
smowton 3d270bb
Drop models for stringifying functions
smowton 1bd01a5
Update java/ql/test/library-tests/frameworks/spring/util/test.ql
aschackmull d6c4325
Import SpringUtil from ExternalFlow.qll
smowton 60126b4
Clean up test
smowton 71f6d59
Genericise test util functions
smowton 916c7c5
Remove superfluous (Object) casts
smowton 60179ce
Genericise MultiValueMaps; remove non-longer-needed casts
smowton 9551321
Fix LinkedMultiValueMap models and make tests more realistic
smowton 48d4493
Fix test indentation
smowton ad8bef5
Update java/ql/src/semmle/code/java/frameworks/spring/SpringUtil.qll
aschackmull File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update java/ql/test/library-tests/frameworks/spring/util/test.ql
- Loading branch information
commit 1bd01a5eeedadf587b2da1d4a724b5246ffe8c0c
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This import looks unused.