WALA/com.ibm.wala.scandroid/source/org/scandroid/domain
Ben Liblit 994a70500f Remove redundant generic type parameters where possible
Instead, rely on Java's ability to infer type parameters in many
contexts.  This removes 665 Eclipse warnings.

Note: a few of these changes are to files under "test" subdirectories.
Presumably those are files that serve as test inputs rather than being
part of WALA code proper.  As far as I can tell, these changes do not
break any WALA tests.  But if any of those tests were specifically
intended to exercise WALA on code with non-inferred generic type
parameters, then I really should be leaving those alone.
2017-03-11 21:20:51 -06:00
..
CodeElement.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
DomainElement.java scandriod merge 2014-10-01 21:32:36 -04:00
FieldElement.java scandriod merge 2014-10-01 21:32:36 -04:00
IFDSTaintDomain.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
InstanceKeyElement.java scandriod merge 2014-10-01 21:32:36 -04:00
LocalElement.java scandriod merge 2014-10-01 21:32:36 -04:00
ReturnElement.java scandriod merge 2014-10-01 21:32:36 -04:00
StaticFieldElement.java scandriod merge 2014-10-01 21:32:36 -04:00