snakeyaml-engine-kmp icon indicating copy to clipboard operation
snakeyaml-engine-kmp copied to clipboard

Fix warnings in CanonicalScanner and InheritedCanonicalTest

Open aSemy opened this issue 1 month ago • 0 comments

Fix minor warnings, including but not limited to:

  • Unnecessary boxing
  • 'null' is returned by the method declared as @NotNull
  • Not annotated method overrides method annotated with @NotNull

aSemy avatar May 17 '24 14:05 aSemy