WALA/com.ibm.wala.core/src/com/ibm/wala
Ben Liblit 594525a83f Fix Eclipse warnings about methods that can be declared static
The fix is to add "static" where appropriate, of course.  I've also
simplified calls to such methods to reflect the fact that they no
longer need a specific object to call the method on.

In projects that contain test inputs, I've left the non-static
declarations unchanged, and instead downgraded the warning to be
ignored.  In all other projects, this warning has been upgraded to an
error.
2017-07-14 22:38:38 -07:00
..
analysis Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
cfg Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
classLoader Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
client Remove unnecessary `klass` argument and propagate back to callers (#174) 2017-05-03 16:25:00 -07:00
core/plugin more conversion to Unix line endings 2012-09-04 15:59:50 -07:00
dataflow Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
demandpa Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
escape Generalize a generic type parameter even more 2017-03-22 16:15:41 -05:00
ipa Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
model Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
properties Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
ssa Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
types Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
util Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
viz Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00