-
Notifications
You must be signed in to change notification settings - Fork 736
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
fix: CET-4500 #1696
Closed
Closed
fix: CET-4500 #1696
Conversation
This file contains 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
3 methods added - 1 with no filter, 1 with state filter and 1 with tool name filter. [hub4j#1133]
[wip] pull from 1133
Skip author resolve if already present @maddymanu
… for created time (#16) * update the GhWorkflowRunQueryBuilder to have a query param for created time * spotless and update readme --------- Co-authored-by: Jennie Chen <[email protected]>
[CET-3544] Handle Null Published At value
* Update GHCodeScanningAlert to get rule name * Update GHCodeScanningAlert to get rule name
Update README.md
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.
Description
Need to get rid of this annotation for my mocking in unit tests to work. The annotation creates another method with the same name and arguments but with a different return type (prevented by Java/Kotlin but allowed by the JVM), see raphw/byte-buddy#1162 for more details
This prevents mocking from working properly
Before submitting a PR:
@link
JavaDoc entries to the relevant documentation on https://docs.github.com/en/rest .mvn -D enable-ci clean install site
locally. If this command doesn't succeed, your change will not pass CI.main
. You will create your PR from that branch.When creating a PR: