WALA/com.ibm.wala.cast.test/harness-src/com/ibm/wala/cast/test
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
..
TestCAstPattern.java Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
TestCAstTranslator.java Fix 92 deprecation warnings 2017-03-17 21:18:26 -05:00
TestCallGraphShape.java Fix 92 deprecation warnings 2017-03-17 21:18:26 -05:00