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

Support change signature refactoring #2497

Merged
merged 5 commits into from
Mar 17, 2023

Commits on Mar 16, 2023

  1. Support change signature refactoring

    Signed-off-by: Shi Chen <chenshi@microsoft.com>
    CsCherrYY committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    74f8081 View commit details
    Browse the repository at this point in the history
  2. change accessType to modifier

    Signed-off-by: Shi Chen <chenshi@microsoft.com>
    CsCherrYY committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6e16d0e View commit details
    Browse the repository at this point in the history
  3. show error message for ambigious exception types

    Signed-off-by: Shi Chen <chenshi@microsoft.com>
    CsCherrYY committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f7693be View commit details
    Browse the repository at this point in the history
  4. address comments

    Signed-off-by: Shi Chen <chenshi@microsoft.com>
    CsCherrYY committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    408ba26 View commit details
    Browse the repository at this point in the history
  5. 1. add special handling for java.lang.Exception

    2. find possible match types in existing import declarations
    3. filter non-public types for Exception
    
    Signed-off-by: Shi Chen <chenshi@microsoft.com>
    CsCherrYY committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    dffe5f4 View commit details
    Browse the repository at this point in the history