Skip to content
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

SCL-9153 Warn about calling .toString() on Option #631

Open
wants to merge 19 commits into
base: idea222.x
Choose a base branch
from

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    82ee547 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. add case for ScProjectionType

    cobr123 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    0850ae1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. fix highlight

    cobr123 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a200fbc View commit details
    Browse the repository at this point in the history
  2. set enabledByDefault to false

    cobr123 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    cfa2773 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    12b6aff View commit details
    Browse the repository at this point in the history
  2. rename inspection

    cobr123 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    114f116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0939e8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    292b7e2 View commit details
    Browse the repository at this point in the history
  5. add "%s".format(thing)

    cobr123 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5d2c8ac View commit details
    Browse the repository at this point in the history
  6. remove unused expr

    cobr123 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    50d1538 View commit details
    Browse the repository at this point in the history
  7. add java.lang.StringBuilder.append(thing) and scala.collection.mutabl…

    …e.StringBuilder.append(thing)
    cobr123 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    fa94d0a View commit details
    Browse the repository at this point in the history
  8. add "%s".formatted(thing)

    cobr123 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    05d36d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f0bc77 View commit details
    Browse the repository at this point in the history
  10. add thing.formatted("%s")

    cobr123 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3d2101a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    ce86eb1 View commit details
    Browse the repository at this point in the history
  2. fix thing.formatted("%s")

    cobr123 committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    56ba55c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d87405 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    1ce8a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4742df View commit details
    Browse the repository at this point in the history