-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various last-second API tweaks identified by looking through the Java…
…doc. For details, see release notes. These all seem minor enough to squeeze in before 1.0, since we've still got a week (albeit a short week in the U.S.). In addition to those changes, I: - Updated Fact.toString() Javadoc. - Removed type parameters from some internal MultimapSubject methods. - Moved MultimapSubject.UsingCorrespondence containsExactly overloads together. (The DoubleSubject/FloatSubject non-override appears to be an oversight, judging from CL 90636937.) (Technically speaking, we could make all these changes after 1.0 -- with the notable exception of the `DoubleSubject`/`FloatSubject` changes -- because we promise only to be binary-compatible, not source-compatible. But it seems nice to fix all the problems we know about now :)) Relnotes: - Changed `DoubleSubject` and `FloatSubject` to override `isEqualTo` and `isNotEqualTo` instead of declaring an overload. - Changed `MultimapSubject.UsingCorrespondence` methods `containsExactly` and `containsAtLeast` to require an `E` for their one non-varargs value argument, and removed their type parameters. - Eliminated type parameters on `MapSubject.UsingCorrespondence` and `MultimapSubject.UsingCorrespondence` methods `containsExactlyEntriesIn` and `containsAtLeastEntriesIn`. - Changed `IntStreamSubject` and `LongStreamSubject` methods `isInOrder` and `isInStrictOrder` to require a compatible `Comparator`. [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=255946872
- Loading branch information
Showing
9 changed files
with
55 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters