1. 20 Sep, 2023 1 commit
    • Greg Spencer's avatar
      Remove 'must not be null' comments from painting and rendering libraries. (#134993) · fe9a2c54
      Greg Spencer authored
      ## Description
      
      This removes all of the comments that are of the form "so-and-so (must not be null|can ?not be null|must be non-null)" from the cases where those values are defines as non-nullable values.
      
      This PR removes them from the painting and rendering libraries.
      
      This was done by hand, since it really didn't lend itself to scripting, so it needs to be more than just spot-checked, I think. I was careful to leave any comment that referred to parameters that were nullable, but I may have missed some.
      
      In addition to being no longer relevant after null safety has been made the default, these comments were largely fragile, in that it was easy for them to get out of date, and not be accurate anymore anyhow.
      
      This did create a number of constructor comments which basically say "Creates a [Foo].", but I don't really know how to avoid that in a large scale change, since there's not much you can really say in a lot of cases.  I think we might consider some leniency for constructors to the "Comment must be meaningful" style guidance (which we de facto have already, since there are a bunch of these).
      
      ## Related PRs
      - https://github.com/flutter/flutter/pull/134984
      - https://github.com/flutter/flutter/pull/134991
      - https://github.com/flutter/flutter/pull/134992
      - https://github.com/flutter/flutter/pull/134994
      
      ## Tests
       - Documentation only change.
      fe9a2c54
  2. 23 Aug, 2023 1 commit
  3. 16 Jun, 2023 1 commit
  4. 31 Mar, 2023 1 commit
  5. 23 Mar, 2023 1 commit
  6. 22 Mar, 2023 1 commit
  7. 20 Mar, 2023 1 commit
  8. 21 Jan, 2023 1 commit
  9. 31 Oct, 2022 1 commit
  10. 27 Jul, 2022 1 commit
  11. 24 Jun, 2022 1 commit
  12. 25 May, 2022 1 commit
  13. 20 May, 2022 1 commit
  14. 19 May, 2022 2 commits
  15. 18 May, 2022 1 commit
  16. 17 May, 2022 1 commit
  17. 14 Apr, 2022 1 commit
  18. 21 Mar, 2022 1 commit
  19. 12 Dec, 2021 1 commit
  20. 20 Oct, 2021 1 commit
  21. 01 Oct, 2021 1 commit
  22. 30 Aug, 2021 1 commit
  23. 25 Aug, 2021 2 commits
  24. 03 Aug, 2021 1 commit
  25. 28 Jul, 2021 1 commit
  26. 25 Jun, 2021 1 commit
  27. 13 May, 2021 1 commit
  28. 03 Apr, 2021 1 commit
  29. 31 Mar, 2021 1 commit
  30. 18 Mar, 2021 1 commit
  31. 18 Feb, 2021 1 commit
  32. 07 Jan, 2021 1 commit
  33. 06 Jan, 2021 1 commit
  34. 21 Nov, 2020 1 commit
  35. 20 Nov, 2020 1 commit
  36. 02 Nov, 2020 1 commit
  37. 10 Oct, 2020 1 commit
  38. 09 Oct, 2020 1 commit