WALA/com.ibm.wala.cast.test/harness-src
Ben Liblit daea7095e2 Fix Eclipse warnings about unchecked casts to generics
This is the first time I can ever remember explicitly casting to
`Object`.  Such a cast might seem useless, and certainly it is
statically known to always succeed.  However, it is here for good
reason.  Without the cast, we end up making a `Pair<Object, ?>` but
what we really want is a `Pair<Object, Object>`.
2017-08-15 09:16:59 -07:00
..
c Merge branch 'master' of https://github.com/wala/WALA 2017-08-05 21:09:34 -04:00
java/com/ibm/wala/cast/test Fix Eclipse warnings about unchecked casts to generics 2017-08-15 09:16:59 -07:00