[prone] Apply UnusedMethod#35470
Conversation
| ProcessSourceFilesDetails operationDetails = new ProcessSourceFilesDetails(sourceFiles.size()); | ||
| return BuildOperationDescriptor | ||
| .displayName("Processing source files") | ||
| .details(operationDetails); |
There was a problem hiding this comment.
seems never considered, as toString does not cover the fields, like a record or data class.
|
updated null config, like suggested: |
could automate the check issues. had to fix unused imports multiple times and whitespaces by hand. Would like to run the default command |
|
item to fix: org.gradle.api.internal.provider.MissingValueException: Cannot query the value of extension 'develocity' property 'server' because it has no value available. assuming its needed by:
|
ov7a
left a comment
There was a problem hiding this comment.
@Pankraz76 Please look at my comments on the previous PR you asked me to review
https://github.com/Pankraz76/gradle/pull/21
Overall, it would be nice to remove UnusedMethod from disabled checks, but please move out unrelated changes from this PR (even if they are suggested by IDE).
done. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
The following builds have failed: |
|
@Pankraz76 Please address sanity check errors |
|
again this issue: org.gradle.api.internal.provider.MissingValueException: Cannot query the value of extension 'develocity' property 'server' because it has no value available. Dont know whats the root cause for this. |
|
assuming build to fail now as considered in: |
Pankraz76
left a comment
There was a problem hiding this comment.
strange arch unit test issue.
|
need to wait for enabler, as change seems to fail over here constantly... |
Signed-off-by: Vincent Potucek <[email protected]>
now this should hopefully pass. |
|
Sorry but I'm afraid you're not allowed to do this. |
|
if no problem lets test this. actually we shoud have to do both to be really able to compare as the error was happening just on second stage firing big test cases. |
Context
Contributor Checklist
<subproject>/src/integTest) to verify changes from a user perspective.<subproject>/src/test) to verify logic../gradlew sanityCheck../gradlew <changed-subproject>:quickTest.Reviewing cheatsheet
Before merging the PR, comments starting with
related to:
GradleBestPracticesopensearch-project/OpenSearch#19885UnusedVariableapache/maven-parent#508UnusedMethodopensearch-project/OpenSearch#19896