forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cloned from commit 2dddbee by '[] patch'.
Original change by elenairina@elenairina:incompatible-guava5:667:citc on 2016/08/24 08:03:39. Original change ignored the fact that LinkedListMultimap and ConcurrentHashMap handle the get operation differently. The first one returns an empty collection when there is nothing associated with a given key in the data structure, while the latter simply returns null. Removing some of GUAVA dependencies from junit.runner.junit4 and -.model Bazel users that are using a different Guava version than the one in the junitrunner jar are getting an IncompatibleClassChangeError. Rewriting parts of junitrunner code so it won't depend on Guava anymore. Continuing progress on issue bazelbuild#1150. -- MOS_MIGRATED_REVID=131695499
- Loading branch information
Showing
3 changed files
with
55 additions
and
33 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