WALA/com.ibm.wala.cast.java.ecj/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
..
client Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
ecj/util Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00
translator/jdt Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00