- 02 Dec, 2015 32 commits
-
-
…laska and Hawaii from USA data, for cleaner visualization. Change-Id: Ie080170438912854b151ca394942af82c2f835f4
Simon Hunt authored -
Resources under a link are tied to resources under both ends of the link, and resources under a port are thought to be first-class objects compared to concept of link resources. We will deal with only device related resources from now on. Change-Id: I6aa418d1bf64b28374f325db0bc7e393f770dcdd
Sho SHIMIZU authored -
- ConsistentMap's key equality is based on serialized byte[]. 2 Problems fixed by this patch: (1) By caching Key -> String representation, Cache will use Key's Object#equals for look up, which can possibly have different equality than byte[] equality, leading to wrong String to be used as a key in backend Database. Fixed by reversing the mapping. (2) Similar issues with keySet(), entrySet() Set based on reference equality needs to be used to avoid deduplication based on Object#equals Fixed by replacing Set implementation with MappingSet. Change-Id: I1b727abd2614a9b72b5b1d02ecca2de26493adcc
HIGUCHI Yuta authored -
- Removing explicitly specifying checkstyle version. Checkstyle bundled with the maven plugin now supports Java 8. Also version previously specified could not parse "Hash<T>::new" - RedundantThrows was removed from recent checkstyle: See: https://github.com/checkstyle/checkstyle/issues/473 Change-Id: Ic6301b1900edd9e1ad704e206185c2677814fcd7
HIGUCHI Yuta authored
- 01 Dec, 2015 8 commits
-
-
* Also add missing test case of the matchTCPFlags method Change-Id: Ic7bad1d1c47427c5964a72d946650459c6187a48
Jian Li authored