WALA/com.ibm.wala.util/src/com/ibm/wala
Ben Liblit 72c754e874 Declare private methods static wherever possible
If a method is private, there's no risk that a subclass elsewhere
might be overriding it and depending on dynamic dispatch to choose the
right implementation.  So all of these private methods can safely be
declared static without risk of regression in either WALA code or
unseen third-party code.
2017-06-07 08:29:23 -07:00
..
dataflow/graph Fix 11 Eclipse warnings about redundant interfaces 2017-03-20 00:43:57 -05:00
fixedpoint/impl Merge branch 'master' into warning-fixes-unnecessary-code-controversial 2017-03-25 22:12:03 -05:00
fixpoint Fix 11 Eclipse warnings about redundant interfaces 2017-03-20 00:43:57 -05:00
util Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
viz make DotUtil.dotOutput method public 2017-05-24 14:30:32 -07:00