-
Notifications
You must be signed in to change notification settings - Fork 193
Junie tasks ctd #2571
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
Junie tasks ctd #2571
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
3b6f01d
Strike Task 27
afranken 755a075
Changelog for 4.8.0 and Star History
afranken 7714719
More Junie guidelines
afranken daa49e9
Changelog for 4.8.0
afranken a26d665
Use Kotlin stdlib
afranken 7613b5e
Let Junie write detailed test TODOs.
afranken 3c5f939
Add get object range test.
afranken 557deab
MockBean -> MockitoBean
afranken 45a1d77
Add more unit tests
afranken c9a0b3c
Add more unit tests
afranken c2e2d90
Add more unit tests
afranken 29bbc71
Add more unit tests
afranken 2b2d673
Add more unit tests
afranken 3ce25b3
Add more unit tests
afranken a835adf
Add more unit tests
afranken b93544e
Increase readability.
afranken e20d5f4
Add more unit tests
afranken 2a5764a
Add more unit tests
afranken c4872ff
Add more unit tests
afranken 9212342
Add more unit tests
afranken 508c951
Add more unit tests
afranken 335fadb
Add more unit tests
afranken 4fc120c
Add more unit tests
afranken a14e7ce
Bug in LocationConstraint: fix us-east-1 handling
afranken ab96e9c
Fix controller test XMLMapper setup
afranken 32c062f
Add more unit tests
afranken bad1e4a
Add more unit tests
afranken 30d175f
Add more unit tests
afranken 7826dbf
Add more unit tests
afranken b3fcd06
Add more unit tests
afranken 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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
The else block is missing proper braces. The current code will write the region string for all cases (not just the else case) because the else block doesn't have braces around line 37.