Consistently declare @Nullable on parameter in equals() implementations#36075
Consistently declare @Nullable on parameter in equals() implementations#36075MukjepScarlet wants to merge 1 commit intospring-projects:mainfrom
@Nullable on parameter in equals() implementations#36075Conversation
b56e877 to
9b5e7a0
Compare
equals(@Nullable Object)boolean equals(Object) should have nullable on parameter
boolean equals(Object) should have nullable on parameter@Nullable on parameter in equals() impementations
No, those are used to create a More importantly, why did you add As far as I can tell, none of those packages are Also, why did you introduce |
|
I used text replacement... That's why there are unneeded replacements (in not |
Yes, please remove |
9b5e7a0 to
1eef584
Compare
|
|
@Nullable on parameter in equals() impementations@Nullable on parameter in equals() implementations
|
This has been merged into Thanks |
String found: org.springframework.cglib.core.EmitUtils/KeyFactory
I don't know if they should be changed.
Reason: https://youtrack.jetbrains.com/projects/KT/issues/KT-83314/JSpecify-NullMarked-changes-Java-equalsObject-to-equalsAny-causing-override-conflict-in-Kotlin-2.3