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

JSpecify: Modify Array Type Use Annotation Syntax #850

Merged
merged 26 commits into from
Oct 25, 2023

Commits on Oct 18, 2023

  1. Modify JSpecify Array Handling

    Added Unit Tests for @nullable annotations on array in JSpecify mode and modified behaviour.
    armughan11 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f1ba82a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    4bdd570 View commit details
    Browse the repository at this point in the history
  2. Fix Unit Tests

    Minor changes and better documentation
    armughan11 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    06e816e View commit details
    Browse the repository at this point in the history
  3. Update comment

    armughan11 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6a19f36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1e0cb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. add some documentation

    msridhar committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2b6d746 View commit details
    Browse the repository at this point in the history
  2. remove extra blank line

    msridhar committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    622ecc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96bc62b View commit details
    Browse the repository at this point in the history
  4. Fixed docs

    armughan11 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7f9947b View commit details
    Browse the repository at this point in the history
  5. Fixed docs

    armughan11 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b02eedd View commit details
    Browse the repository at this point in the history
  6. remove space

    armughan11 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0389903 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Update JSpecify escape comment

    Co-authored-by: Manu Sridharan <msridhar@gmail.com>
    armughan11 and msridhar authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    4fd6df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac5598b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1a3f5c View commit details
    Browse the repository at this point in the history
  4. replace ignore with TODO

    armughan11 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    f037985 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. FIx comment

    Co-authored-by: Manu Sridharan <msridhar@gmail.com>
    armughan11 and msridhar authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c41de6e View commit details
    Browse the repository at this point in the history
  2. update unit test names

    armughan11 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    49cf926 View commit details
    Browse the repository at this point in the history
  3. Update test names

    Co-authored-by: Manu Sridharan <msridhar@gmail.com>
    armughan11 and msridhar authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d7783de View commit details
    Browse the repository at this point in the history
  4. Update test name

    Co-authored-by: Manu Sridharan <msridhar@gmail.com>
    armughan11 and msridhar authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5726080 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java

    Co-authored-by: Lázaro Clapp <lazaro.clapp@gmail.com>
    msridhar and lazaroclapp authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    23802f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adcce63 View commit details
    Browse the repository at this point in the history
  3. formatting

    msridhar committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c139e13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c328b82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48824bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5816c99 View commit details
    Browse the repository at this point in the history
  7. use javadoc

    msridhar committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b6318af View commit details
    Browse the repository at this point in the history