WALA/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java
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
..
analysis/typeInference fixes to regression tests: 2015-03-24 21:51:35 -04:00
client Fix 42 Eclipse warnings about unused imports 2017-03-20 00:43:48 -05:00
examples/ast Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
ipa Fix Eclipse type-safety warnings in overrides of `ModRef` visitor-making methods (#175) 2017-05-03 19:37:58 -07:00
loader Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
ssa Merge branch 'wala' into master 2014-05-20 17:59:16 +02:00
translator Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
types type cleanups 2017-01-11 08:04:37 -05:00