WALA/com.ibm.wala.core/src/com/ibm/wala/analysis
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
..
arraybounds Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
exceptionanalysis Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
nullpointer Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
pointers Add @Override annotations wherever possible (#178) 2017-05-08 07:39:49 -07:00
reflection Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
stackMachine Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
typeInference Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00