WALA/com.ibm.wala.scandroid/source/org/scandroid
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
..
domain Fix Eclipse warnings about unused method parameters 2017-05-26 14:25:03 -07:00
flow Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
model Revert "Fix 106 Eclipse warnings about unnecessary else clauses" 2017-03-25 16:29:26 -05:00
prefixtransfer Fix Eclipse warnings about unused method parameters 2017-05-26 14:25:03 -07:00
spec Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
synthmethod Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
util Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00